Skip to content

Console Output

Skipping 2,677 KB.. Full Log
[2024/05/17 10:28:09.110 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:28:09.111 +00:00] [INFO] [session.go:3959] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=]
[2024/05/17 10:28:09.114 +00:00] [INFO] [ddl_worker.go:261] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-17 10:28:09.113 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/17 10:28:09.114 +00:00] [INFO] [ddl.go:1210] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-17 10:28:09.113 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"]
[2024/05/17 10:28:09.120 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.113 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:28:09.123 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=77.085µs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"]
[2024/05/17 10:28:09.124 +00:00] [INFO] [domain.go:875] ["session manager is nil"]
[2024/05/17 10:28:09.124 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50]
[2024/05/17 10:28:09.128 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=5.767129ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-17 10:28:09.113 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:28:09.133 +00:00] [INFO] [ddl_worker.go:768] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.113 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:28:09.136 +00:00] [INFO] [ddl.go:1316] ["DDL job is finished"] [category=ddl] [jobID=101]
[2024/05/17 10:28:09.136 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:28:09.139 +00:00] [INFO] [ddl_worker.go:261] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-17 10:28:09.138 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/17 10:28:09.139 +00:00] [INFO] [ddl.go:1210] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-17 10:28:09.138 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"]
[2024/05/17 10:28:09.151 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.138 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:28:09.157 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=209.359µs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"]
[2024/05/17 10:28:09.158 +00:00] [INFO] [domain.go:875] ["session manager is nil"]
[2024/05/17 10:28:09.158 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51]
[2024/05/17 10:28:09.159 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.602017ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-17 10:28:09.138 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:28:09.165 +00:00] [INFO] [ddl_worker.go:768] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.138 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:28:09.168 +00:00] [INFO] [ddl.go:1316] ["DDL job is finished"] [category=ddl] [jobID=103]
[2024/05/17 10:28:09.168 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:28:09.199 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.950443394s]
[2024/05/17 10:28:09.203 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=e1e202a0-4eb9-4d5b-aa98-12fbe9842c90] [ownerKey=/tidb/ddl/fg/owner]
[2024/05/17 10:28:09.203 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/17 10:28:09.203 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=1.317µs]
[2024/05/17 10:28:09.203 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=733ns]
[2024/05/17 10:28:09.203 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=912ns]
[2024/05/17 10:28:09.203 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=949ns]
[2024/05/17 10:28:09.203 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/17 10:28:09.203 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=560ns]
[2024/05/17 10:28:09.203 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/17 10:28:09.203 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/05/17 10:28:09.203 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl]
[2024/05/17 10:28:09.214 +00:00] [INFO] [ddl.go:978] ["DDL closed"] [category=ddl] [ID=e1e202a0-4eb9-4d5b-aa98-12fbe9842c90] ["take time"=14.280699ms]
[2024/05/17 10:28:09.214 +00:00] [INFO] [ddl.go:793] ["stop DDL"] [category=ddl] [ID=e1e202a0-4eb9-4d5b-aa98-12fbe9842c90]
[2024/05/17 10:28:09.215 +00:00] [INFO] [domain.go:914] ["loadSchemaInLoop exited."]
[2024/05/17 10:28:09.215 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/05/17 10:28:09.215 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop]
[2024/05/17 10:28:09.215 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/05/17 10:28:09.215 +00:00] [INFO] [domain.go:1368] ["closestReplicaReadCheckLoop exited."]
[2024/05/17 10:28:09.215 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/17 10:28:09.215 +00:00] [INFO] [domain.go:768] ["topologySyncerKeeper exited."]
[2024/05/17 10:28:09.215 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/05/17 10:28:09.215 +00:00] [INFO] [domain.go:744] ["globalConfigSyncerKeeper exited."]
[2024/05/17 10:28:09.215 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/17 10:28:09.215 +00:00] [INFO] [domain.go:690] ["topNSlowQueryLoop exited."]
[2024/05/17 10:28:09.215 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/17 10:28:09.215 +00:00] [INFO] [domain.go:718] ["infoSyncerKeeper exited."]
[2024/05/17 10:28:09.215 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/05/17 10:28:09.215 +00:00] [INFO] [domain.go:1081] ["domain closed"] ["take time"=15.380435ms]
[2024/05/17 10:28:09.215 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=a7befd10-45cf-4746-a7e4-8e99a3d8a3c1] ["ddl lease"=500ms] ["stats lease"=-1ns]
[2024/05/17 10:28:09.225 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"]
[2024/05/17 10:28:09.226 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"]
[2024/05/17 10:28:09.240 +00:00] [INFO] [domain.go:322] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=13.762363ms]
[2024/05/17 10:28:09.240 +00:00] [INFO] [domain.go:642] ["full load and reset schema validator"]
[2024/05/17 10:28:09.240 +00:00] [INFO] [ddl.go:845] ["start DDL"] [category=ddl] [ID=ec3e899b-e74e-451b-8f24-eed6057c0513] [runWorker=true]
[2024/05/17 10:28:09.241 +00:00] [INFO] [ddl.go:801] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true]
[2024/05/17 10:28:09.241 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false]
[2024/05/17 10:28:09.241 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop]
[2024/05/17 10:28:09.241 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop]
[2024/05/17 10:28:09.241 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/17 10:28:09.241 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper]
[2024/05/17 10:28:09.241 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/17 10:28:09.241 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop]
[2024/05/17 10:28:09.241 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop]
[2024/05/17 10:28:09.241 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper]
[2024/05/17 10:28:09.241 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/17 10:28:09.241 +00:00] [WARN] [domain.go:1333] ["pd / etcd client not provided, won't begin Advancer."]
[2024/05/17 10:28:09.241 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl]
[2024/05/17 10:28:09.241 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false]
[2024/05/17 10:28:09.241 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none]
[2024/05/17 10:28:09.241 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"]
[2024/05/17 10:28:09.241 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop]
[2024/05/17 10:28:09.245 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/05/17 10:28:09.245 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"]
[2024/05/17 10:28:09.247 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true]
[2024/05/17 10:28:09.248 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default]
[2024/05/17 10:28:09.257 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop]
[2024/05/17 10:28:09.260 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/05/17 10:28:09.261 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker]
[2024/05/17 10:28:09.261 +00:00] [INFO] [domain.go:2077] ["dumpFileGcChecker started"]
[2024/05/17 10:28:09.262 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker]
[2024/05/17 10:28:09.262 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner]
[2024/05/17 10:28:09.262 +00:00] [INFO] [domain.go:2277] ["start load stats sub workers"] ["worker count"=6]
[2024/05/17 10:28:09.263 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop]
[2024/05/17 10:28:09.263 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/05/17 10:28:09.263 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/05/17 10:28:09.264 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.1GiB]
[2024/05/17 10:28:09.265 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop]
[2024/05/17 10:28:09.265 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000]
[2024/05/17 10:28:09.265 +00:00] [INFO] [domain.go:1532] ["dist task executor manager started"]
[2024/05/17 10:28:09.266 +00:00] [INFO] [session.go:3959] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="drop table if exists test_global"] [user=]
[2024/05/17 10:28:09.267 +00:00] [INFO] [session.go:3959] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="create table test_global ( a int, b int, c int)\n\tpartition by range( a ) (\n\t\tpartition p1 values less than (10),\n\t\tpartition p2 values less than (20)\n\t);"] [user=]
[2024/05/17 10:28:09.270 +00:00] [INFO] [ddl_worker.go:261] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-17 10:28:09.268 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/17 10:28:09.270 +00:00] [INFO] [ddl.go:1210] ["start DDL job"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-17 10:28:09.268 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table test_global ( a int, b int, c int)\n\tpartition by range( a ) (\n\t\tpartition p1 values less than (10),\n\t\tpartition p2 values less than (20)\n\t);"]
[2024/05/17 10:28:09.279 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=107] [conn=1] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.268 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:28:09.283 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=665.391µs] [gotSchemaVersion=52] [phyTblIDs="[104,105,106]"] [actionTypes="[3,3,3]"] [diffTypes="[\"create table\"]"]
[2024/05/17 10:28:09.285 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=107] [version=52]
[2024/05/17 10:28:09.288 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=5.054894ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-17 10:28:09.268 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:28:09.294 +00:00] [INFO] [ddl_worker.go:768] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=107] [conn=1] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.268 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:28:09.298 +00:00] [INFO] [ddl.go:1316] ["DDL job is finished"] [category=ddl] [jobID=107]
[2024/05/17 10:28:09.298 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:28:09.299 +00:00] [INFO] [session.go:3959] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=52] [cur_db=test] [sql="Alter Table test_global Add Unique Index idx_b (b);"] [user=]
[2024/05/17 10:28:09.301 +00:00] [INFO] [ddl_worker.go:261] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:108, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true]
[2024/05/17 10:28:09.301 +00:00] [INFO] [ddl.go:1210] ["start DDL job"] [category=ddl] [job="ID:108, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="Alter Table test_global Add Unique Index idx_b (b);"]
[2024/05/17 10:28:09.313 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 9, tp add index"] [category=ddl] [jobID=108] [conn=1] [category=ddl] [job="ID:108, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.313 +00:00] [INFO] [index.go:652] ["run add index job"] [category=ddl] [job="ID:108, Type:add index, State:running, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [indexInfo="{\"id\":1,\"idx_name\":{\"O\":\"idx_b\",\"L\":\"idx_b\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"b\",\"L\":\"b\"},\"offset\":1,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":true,\"is_primary\":false,\"is_invisible\":false,\"is_global\":true,\"mv_index\":false}"]
[2024/05/17 10:28:09.313 +00:00] [INFO] [index.go:815] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false]
[2024/05/17 10:28:09.317 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=559.231µs] [gotSchemaVersion=53] [phyTblIDs="[104,105,106]"] [actionTypes="[7,7,7]"] [diffTypes="[\"add index\"]"]
[2024/05/17 10:28:09.318 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=108] [version=53]
[2024/05/17 10:28:09.318 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.020008ms] [job="ID:108, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.325 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 7, tp add index"] [category=ddl] [jobID=108] [conn=1] [category=ddl] [job="ID:108, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.328 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=613.172µs] [gotSchemaVersion=54] [phyTblIDs="[104,105,106]"] [actionTypes="[7,7,7]"] [diffTypes="[\"add index\"]"]
[2024/05/17 10:28:09.329 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=108] [version=54]
[2024/05/17 10:28:09.330 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.298844ms] [job="ID:108, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.336 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 9, tp add index"] [category=ddl] [jobID=108] [conn=1] [category=ddl] [job="ID:108, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.339 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=566.098µs] [gotSchemaVersion=55] [phyTblIDs="[104,105,106]"] [actionTypes="[7,7,7]"] [diffTypes="[\"add index\"]"]
[2024/05/17 10:28:09.340 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=108] [version=55]
[2024/05/17 10:28:09.341 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.890866ms] [job="ID:108, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.348 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 10, tp add index"] [category=ddl] [jobID=108] [conn=1] [category=ddl] [job="ID:108, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.348 +00:00] [INFO] [index.go:855] ["index backfill state running"] [category=ddl] ["job ID"=108] [table=test_global] ["ingest mode"=false] [index=idx_b]
[2024/05/17 10:28:09.349 +00:00] [INFO] [reorg.go:650] ["get noop table range"] [category=ddl] [table="&{104 test_global utf8mb4 utf8mb4_bin [0xc00817fce0 0xc00817fe40 0xc00a314000] [0xc0088d5d40] [] [] public false false 0  0 0 0 0 3 1 0 0 449823818209296384 0 0 0 0 0 0 0xc005837200  <nil> <nil> <nil> 5 <nil> false  disable <nil> <nil> <nil> <nil> 3 2}"] ["table/partition ID"=105] ["start key"=] ["end key"=] ["is empty table"=true]
[2024/05/17 10:28:09.349 +00:00] [INFO] [reorg.go:726] ["job get table range"] [category=ddl] [jobID=108] [physicalTableID=105] [startKey=] [endKey=]
[2024/05/17 10:28:09.352 +00:00] [INFO] [ddl_worker.go:1426] ["schema version doesn't change"] [category=ddl] [jobID=108]
[2024/05/17 10:28:09.358 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 8, tp add index"] [category=ddl] [jobID=108] [conn=1] [category=ddl] [job="ID:108, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818212442114, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.358 +00:00] [INFO] [index.go:855] ["index backfill state running"] [category=ddl] ["job ID"=108] [table=test_global] ["ingest mode"=false] [index=idx_b]
[2024/05/17 10:28:09.360 +00:00] [INFO] [index.go:1940] ["start to add table index"] [category=ddl] [job="ID:108, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818212442114, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:,EndKey:,First:false,PhysicalTableID:105,Ingest mode:false"]
[2024/05/17 10:28:09.361 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=105] ["start key"=] ["end key"=]
[2024/05/17 10:28:09.361 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=105]
[2024/05/17 10:28:09.361 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=108]
[2024/05/17 10:28:09.361 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=108]
[2024/05/17 10:28:09.361 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=108]
[2024/05/17 10:28:09.361 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=108]
[2024/05/17 10:28:09.361 +00:00] [INFO] [backfilling.go:638] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=]
[2024/05/17 10:28:09.362 +00:00] [INFO] [reorg.go:650] ["get noop table range"] [category=ddl] [table="&{104 test_global utf8mb4 utf8mb4_bin [0xc009848b00 0xc009848c60 0xc009848dc0] [0xc00a33c480] [] [] public false false 0  0 0 0 0 3 1 0 0 449823818209296384 0 0 0 0 0 0 0xc00759c400  <nil> <nil> <nil> 5 <nil> false  disable <nil> <nil> <nil> <nil> 3 2}"] ["table/partition ID"=106] ["start key"=] ["end key"=] ["is empty table"=true]
[2024/05/17 10:28:09.362 +00:00] [INFO] [index.go:2360] ["job update reorgInfo"] [category=ddl] [jobID=108] [element=ID:1,TypeKey:_idx_] [partitionTableID=106] [startKey=] [endKey=] []
[2024/05/17 10:28:09.362 +00:00] [INFO] [index.go:1940] ["start to add table index"] [category=ddl] [job="ID:108, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818212442114, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:,EndKey:,First:false,PhysicalTableID:106,Ingest mode:false"]
[2024/05/17 10:28:09.363 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=106] ["start key"=] ["end key"=]
[2024/05/17 10:28:09.363 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=106]
[2024/05/17 10:28:09.363 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=108]
[2024/05/17 10:28:09.363 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=108]
[2024/05/17 10:28:09.363 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=108]
[2024/05/17 10:28:09.363 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=108]
[2024/05/17 10:28:09.363 +00:00] [INFO] [backfilling.go:638] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=]
[2024/05/17 10:28:09.363 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0]
[2024/05/17 10:28:09.367 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=55] [neededSchemaVersion=56] ["start time"=1.442254ms] [gotSchemaVersion=56] [phyTblIDs="[104,105,106]"] [actionTypes="[7,7,7]"] [diffTypes="[\"add index\"]"]
[2024/05/17 10:28:09.368 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=108] [version=56]
[2024/05/17 10:28:09.370 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=4.678854ms] [job="ID:108, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818212442114, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.376 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 9, tp add index"] [category=ddl] [jobID=108] [conn=1] [category=ddl] [job="ID:108, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818212442114, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.377 +00:00] [INFO] [index.go:883] ["index backfill state ready to merge"] [category=ddl] ["job ID"=108] [table=test_global] [index=idx_b]
[2024/05/17 10:28:09.379 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=56] [neededSchemaVersion=57] ["start time"=546.217µs] [gotSchemaVersion=57] [phyTblIDs="[104,105,106]"] [actionTypes="[7,7,7]"] [diffTypes="[\"add index\"]"]
[2024/05/17 10:28:09.380 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=108] [version=57]
[2024/05/17 10:28:09.381 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=2.454872ms] [job="ID:108, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.387 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 7, tp add index"] [category=ddl] [jobID=108] [conn=1] [category=ddl] [job="ID:108, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.391 +00:00] [INFO] [reorg.go:726] ["job get table range"] [category=ddl] [jobID=108] [physicalTableID=105] [startKey=7480000000000000695f69ffff000000000001] [endKey=7480000000000000695f69ffff000000000001ff]
[2024/05/17 10:28:09.395 +00:00] [INFO] [ddl_worker.go:1426] ["schema version doesn't change"] [category=ddl] [jobID=108]
[2024/05/17 10:28:09.404 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 8, tp add index"] [category=ddl] [jobID=108] [conn=1] [category=ddl] [job="ID:108, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818223714304, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.406 +00:00] [INFO] [index.go:1937] ["start to merge temp index"] [category=ddl] [job="ID:108, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818223714304, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:7480000000000000695f69ffff000000000001,EndKey:7480000000000000695f69ffff000000000001ff,First:false,PhysicalTableID:105,Ingest mode:false"]
[2024/05/17 10:28:09.407 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=105] ["start key"=7480000000000000695f69ffff000000000001] ["end key"=7480000000000000695f69ffff000000000001ff]
[2024/05/17 10:28:09.409 +00:00] [INFO] [backfilling.go:698] ["start backfill workers to reorg record"] [category=ddl] [type="merge temporary index"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000695f69ffff000000000001] [endKey=7480000000000000695f69ffff000000000001ff]
[2024/05/17 10:28:09.409 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=105] ["end key"=7480000000000000695f69ffff000000000001ff] ["current end key"=7480000000000000695f69ffff00000000000100]
[2024/05/17 10:28:09.410 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [jobID=108]
[2024/05/17 10:28:09.410 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp merge temporary index"] [jobID=108]
[2024/05/17 10:28:09.410 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp merge temporary index"] [jobID=108]
[2024/05/17 10:28:09.410 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 1, tp merge temporary index"] [task="taskID: 1, physicalTableID: 105, range: [7480000000000000695f69ffff000000000001, 7480000000000000695f69ffff00000000000100), jobID: 108"] ["added count"=0] ["scan count"=0] ["next key"=7480000000000000695f69ffff0000000000010000] ["take time"=99.362µs]
[2024/05/17 10:28:09.410 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp merge temporary index"] [jobID=108]
[2024/05/17 10:28:09.410 +00:00] [INFO] [backfilling.go:638] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=7480000000000000695f69ffff000000000001]
[2024/05/17 10:28:09.412 +00:00] [INFO] [index.go:2360] ["job update reorgInfo"] [category=ddl] [jobID=108] [element=ID:1,TypeKey:_idx_] [partitionTableID=106] [startKey=74800000000000006a5f69ffff000000000001] [endKey=74800000000000006a5f69ffff000000000001ff] []
[2024/05/17 10:28:09.412 +00:00] [INFO] [index.go:1937] ["start to merge temp index"] [category=ddl] [job="ID:108, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818223714304, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:1,StartKey:74800000000000006a5f69ffff000000000001,EndKey:74800000000000006a5f69ffff000000000001ff,First:false,PhysicalTableID:106,Ingest mode:false"]
[2024/05/17 10:28:09.413 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=106] ["start key"=74800000000000006a5f69ffff000000000001] ["end key"=74800000000000006a5f69ffff000000000001ff]
[2024/05/17 10:28:09.413 +00:00] [INFO] [backfilling.go:698] ["start backfill workers to reorg record"] [category=ddl] [type="merge temporary index"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000006a5f69ffff000000000001] [endKey=74800000000000006a5f69ffff000000000001ff]
[2024/05/17 10:28:09.413 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=106] ["end key"=74800000000000006a5f69ffff000000000001ff] ["current end key"=74800000000000006a5f69ffff00000000000100]
[2024/05/17 10:28:09.413 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [jobID=108]
[2024/05/17 10:28:09.413 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 2, tp merge temporary index"] [task="taskID: 1, physicalTableID: 106, range: [74800000000000006a5f69ffff000000000001, 74800000000000006a5f69ffff00000000000100), jobID: 108"] ["added count"=0] ["scan count"=0] ["next key"=74800000000000006a5f69ffff0000000000010000] ["take time"=110.481µs]
[2024/05/17 10:28:09.414 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp merge temporary index"] [jobID=108]
[2024/05/17 10:28:09.414 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp merge temporary index"] [jobID=108]
[2024/05/17 10:28:09.414 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp merge temporary index"] [jobID=108]
[2024/05/17 10:28:09.414 +00:00] [INFO] [backfilling.go:638] ["backfill workers successfully processed"] [category=ddl] [element=ID:1,TypeKey:_idx_] ["total added count"=0] ["start key"=74800000000000006a5f69ffff000000000001]
[2024/05/17 10:28:09.414 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0]
[2024/05/17 10:28:09.414 +00:00] [INFO] [index.go:779] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin]
[2024/05/17 10:28:09.417 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=57] [neededSchemaVersion=58] ["start time"=551.466µs] [gotSchemaVersion=58] [phyTblIDs="[104,105,106]"] [actionTypes="[7,7,7]"] [diffTypes="[\"add index\"]"]
[2024/05/17 10:28:09.418 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=108] [version=58]
[2024/05/17 10:28:09.419 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=2.800964ms] [job="ID:108, Type:add index, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818223714304, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.427 +00:00] [INFO] [delete_range.go:422] ["insert into delete-range indices"] [category=ddl] [jobID=108] [tableID=105] [indexIDs="[9223090561878065153]"] [comment="add index: physical table ID(s)"]
[2024/05/17 10:28:09.428 +00:00] [INFO] [delete_range.go:422] ["insert into delete-range indices"] [category=ddl] [jobID=108] [tableID=106] [indexIDs="[9223090561878065153]"] [comment="add index: physical table ID(s)"]
[2024/05/17 10:28:09.429 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=108] [jobType="add index"]
[2024/05/17 10:28:09.430 +00:00] [INFO] [ddl_worker.go:768] ["finish DDL job"] [worker="worker 9, tp add index"] [category=ddl] [jobID=108] [conn=1] [job="ID:108, Type:add index, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-17 10:28:09.3 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818223714304, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.439 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=108] [elementID=1] [startKey=7480000000000000695f69ffff000000000001] [endKey=7480000000000000695f69ffff000000000002]
[2024/05/17 10:28:09.441 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=108] [elementID=2] [startKey=74800000000000006a5f69ffff000000000001] [endKey=74800000000000006a5f69ffff000000000002]
[2024/05/17 10:28:09.447 +00:00] [INFO] [ddl.go:1316] ["DDL job is finished"] [category=ddl] [jobID=108]
[2024/05/17 10:28:09.447 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:28:09.448 +00:00] [INFO] [session.go:3959] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=58] [cur_db=test] [sql="Alter Table test_global Add Unique Index idx_c (c);"] [user=]
[2024/05/17 10:28:09.452 +00:00] [INFO] [ddl_worker.go:261] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true]
[2024/05/17 10:28:09.452 +00:00] [INFO] [ddl.go:1210] ["start DDL job"] [category=ddl] [job="ID:109, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="Alter Table test_global Add Unique Index idx_c (c);"]
[2024/05/17 10:28:09.464 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 8, tp add index"] [category=ddl] [jobID=109] [conn=1] [category=ddl] [job="ID:109, Type:add index, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.465 +00:00] [INFO] [index.go:652] ["run add index job"] [category=ddl] [job="ID:109, Type:add index, State:running, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [indexInfo="{\"id\":2,\"idx_name\":{\"O\":\"idx_c\",\"L\":\"idx_c\"},\"tbl_name\":{\"O\":\"\",\"L\":\"\"},\"idx_cols\":[{\"name\":{\"O\":\"c\",\"L\":\"c\"},\"offset\":2,\"length\":-1}],\"state\":0,\"backfill_state\":0,\"comment\":\"\",\"index_type\":1,\"is_unique\":true,\"is_primary\":false,\"is_invisible\":false,\"is_global\":true,\"mv_index\":false}"]
[2024/05/17 10:28:09.465 +00:00] [INFO] [index.go:815] ["fallback to txn-merge backfill process"] [category=ddl] ["lightning env initialized"=false]
[2024/05/17 10:28:09.468 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=58] [neededSchemaVersion=59] ["start time"=615.219µs] [gotSchemaVersion=59] [phyTblIDs="[104,105,106]"] [actionTypes="[7,7,7]"] [diffTypes="[\"add index\"]"]
[2024/05/17 10:28:09.470 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=109] [version=59]
[2024/05/17 10:28:09.470 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=2.065654ms] [job="ID:109, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.476 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 9, tp add index"] [category=ddl] [jobID=109] [conn=1] [category=ddl] [job="ID:109, Type:add index, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.480 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=59] [neededSchemaVersion=60] ["start time"=745.007µs] [gotSchemaVersion=60] [phyTblIDs="[104,105,106]"] [actionTypes="[7,7,7]"] [diffTypes="[\"add index\"]"]
[2024/05/17 10:28:09.481 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=109] [version=60]
[2024/05/17 10:28:09.484 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=4.946801ms] [job="ID:109, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.493 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 7, tp add index"] [category=ddl] [jobID=109] [conn=1] [category=ddl] [job="ID:109, Type:add index, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.497 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=60] [neededSchemaVersion=61] ["start time"=689.287µs] [gotSchemaVersion=61] [phyTblIDs="[104,105,106]"] [actionTypes="[7,7,7]"] [diffTypes="[\"add index\"]"]
[2024/05/17 10:28:09.498 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=109] [version=61]
[2024/05/17 10:28:09.499 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=2.853198ms] [job="ID:109, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.509 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 8, tp add index"] [category=ddl] [jobID=109] [conn=1] [category=ddl] [job="ID:109, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.509 +00:00] [INFO] [index.go:855] ["index backfill state running"] [category=ddl] ["job ID"=109] [table=test_global] ["ingest mode"=false] [index=idx_c]
[2024/05/17 10:28:09.510 +00:00] [INFO] [reorg.go:650] ["get noop table range"] [category=ddl] [table="&{104 test_global utf8mb4 utf8mb4_bin [0xc006ebeb00 0xc006ebec60 0xc006ebedc0] [0xc00b5d4510 0xc00b5d47e0] [] [] public false false 0  0 0 0 0 3 2 0 0 449823818250452992 0 0 0 0 0 0 0xc006f4c100  <nil> <nil> <nil> 5 <nil> false  disable <nil> <nil> <nil> <nil> 9 2}"] ["table/partition ID"=105] ["start key"=] ["end key"=] ["is empty table"=true]
[2024/05/17 10:28:09.510 +00:00] [INFO] [reorg.go:726] ["job get table range"] [category=ddl] [jobID=109] [physicalTableID=105] [startKey=] [endKey=]
[2024/05/17 10:28:09.513 +00:00] [INFO] [ddl_worker.go:1426] ["schema version doesn't change"] [category=ddl] [jobID=109]
[2024/05/17 10:28:09.520 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 9, tp add index"] [category=ddl] [jobID=109] [conn=1] [category=ddl] [job="ID:109, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818254909440, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.521 +00:00] [INFO] [index.go:855] ["index backfill state running"] [category=ddl] ["job ID"=109] [table=test_global] ["ingest mode"=false] [index=idx_c]
[2024/05/17 10:28:09.522 +00:00] [INFO] [index.go:1940] ["start to add table index"] [category=ddl] [job="ID:109, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818254909440, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:2,StartKey:,EndKey:,First:false,PhysicalTableID:105,Ingest mode:false"]
[2024/05/17 10:28:09.523 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=105] ["start key"=] ["end key"=]
[2024/05/17 10:28:09.523 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=105]
[2024/05/17 10:28:09.523 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=109]
[2024/05/17 10:28:09.523 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=109]
[2024/05/17 10:28:09.523 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=109]
[2024/05/17 10:28:09.523 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=109]
[2024/05/17 10:28:09.523 +00:00] [INFO] [backfilling.go:638] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_idx_] ["total added count"=0] ["start key"=]
[2024/05/17 10:28:09.523 +00:00] [INFO] [reorg.go:650] ["get noop table range"] [category=ddl] [table="&{104 test_global utf8mb4 utf8mb4_bin [0xc007068160 0xc0070682c0 0xc007068420] [0xc007041ef0 0xc0070761b0] [] [] public false false 0  0 0 0 0 3 2 0 0 449823818250452992 0 0 0 0 0 0 0xc007008a00  <nil> <nil> <nil> 5 <nil> false  disable <nil> <nil> <nil> <nil> 9 2}"] ["table/partition ID"=106] ["start key"=] ["end key"=] ["is empty table"=true]
[2024/05/17 10:28:09.523 +00:00] [INFO] [index.go:2360] ["job update reorgInfo"] [category=ddl] [jobID=109] [element=ID:2,TypeKey:_idx_] [partitionTableID=106] [startKey=] [endKey=] []
[2024/05/17 10:28:09.524 +00:00] [INFO] [index.go:1940] ["start to add table index"] [category=ddl] [job="ID:109, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818254909440, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:2,StartKey:,EndKey:,First:false,PhysicalTableID:106,Ingest mode:false"]
[2024/05/17 10:28:09.524 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=106] ["start key"=] ["end key"=]
[2024/05/17 10:28:09.524 +00:00] [INFO] [backfilling.go:421] ["split table range from PD, get noop table range"] [category=ddl] [physicalTableID=106]
[2024/05/17 10:28:09.525 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp add index"] [jobID=109]
[2024/05/17 10:28:09.525 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp add index"] [jobID=109]
[2024/05/17 10:28:09.525 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp add index"] [jobID=109]
[2024/05/17 10:28:09.525 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp add index"] [jobID=109]
[2024/05/17 10:28:09.525 +00:00] [INFO] [backfilling.go:638] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_idx_] ["total added count"=0] ["start key"=]
[2024/05/17 10:28:09.525 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0]
[2024/05/17 10:28:09.528 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=61] [neededSchemaVersion=62] ["start time"=571.929µs] [gotSchemaVersion=62] [phyTblIDs="[104,105,106]"] [actionTypes="[7,7,7]"] [diffTypes="[\"add index\"]"]
[2024/05/17 10:28:09.529 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=109] [version=62]
[2024/05/17 10:28:09.529 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=2.083625ms] [job="ID:109, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818254909440, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.535 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 7, tp add index"] [category=ddl] [jobID=109] [conn=1] [category=ddl] [job="ID:109, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818254909440, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.536 +00:00] [INFO] [index.go:883] ["index backfill state ready to merge"] [category=ddl] ["job ID"=109] [table=test_global] [index=idx_c]
[2024/05/17 10:28:09.539 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=62] [neededSchemaVersion=63] ["start time"=829.207µs] [gotSchemaVersion=63] [phyTblIDs="[104,105,106]"] [actionTypes="[7,7,7]"] [diffTypes="[\"add index\"]"]
[2024/05/17 10:28:09.540 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=109] [version=63]
[2024/05/17 10:28:09.542 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=63] ["take time"=4.57ms] [job="ID:109, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.550 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 10, tp add index"] [category=ddl] [jobID=109] [conn=1] [category=ddl] [job="ID:109, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.551 +00:00] [INFO] [reorg.go:726] ["job get table range"] [category=ddl] [jobID=109] [physicalTableID=105] [startKey=7480000000000000695f69ffff000000000002] [endKey=7480000000000000695f69ffff000000000002ff]
[2024/05/17 10:28:09.556 +00:00] [INFO] [ddl_worker.go:1426] ["schema version doesn't change"] [category=ddl] [jobID=109]
[2024/05/17 10:28:09.562 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 9, tp add index"] [category=ddl] [jobID=109] [conn=1] [category=ddl] [job="ID:109, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818265657344, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.564 +00:00] [INFO] [index.go:1937] ["start to merge temp index"] [category=ddl] [job="ID:109, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818265657344, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:2,StartKey:7480000000000000695f69ffff000000000002,EndKey:7480000000000000695f69ffff000000000002ff,First:false,PhysicalTableID:105,Ingest mode:false"]
[2024/05/17 10:28:09.565 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=105] ["start key"=7480000000000000695f69ffff000000000002] ["end key"=7480000000000000695f69ffff000000000002ff]
[2024/05/17 10:28:09.565 +00:00] [INFO] [backfilling.go:698] ["start backfill workers to reorg record"] [category=ddl] [type="merge temporary index"] [workerCnt=4] [regionCnt=1] [startKey=7480000000000000695f69ffff000000000002] [endKey=7480000000000000695f69ffff000000000002ff]
[2024/05/17 10:28:09.565 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=105] ["end key"=7480000000000000695f69ffff000000000002ff] ["current end key"=7480000000000000695f69ffff00000000000200]
[2024/05/17 10:28:09.565 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [task="taskID: 1, physicalTableID: 105, range: [7480000000000000695f69ffff000000000002, 7480000000000000695f69ffff00000000000200), jobID: 109"] ["added count"=0] ["scan count"=0] ["next key"=7480000000000000695f69ffff0000000000020000] ["take time"=94.012µs]
[2024/05/17 10:28:09.565 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [jobID=109]
[2024/05/17 10:28:09.565 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp merge temporary index"] [jobID=109]
[2024/05/17 10:28:09.565 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp merge temporary index"] [jobID=109]
[2024/05/17 10:28:09.565 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp merge temporary index"] [jobID=109]
[2024/05/17 10:28:09.565 +00:00] [INFO] [backfilling.go:638] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_idx_] ["total added count"=0] ["start key"=7480000000000000695f69ffff000000000002]
[2024/05/17 10:28:09.567 +00:00] [INFO] [index.go:2360] ["job update reorgInfo"] [category=ddl] [jobID=109] [element=ID:2,TypeKey:_idx_] [partitionTableID=106] [startKey=74800000000000006a5f69ffff000000000002] [endKey=74800000000000006a5f69ffff000000000002ff] []
[2024/05/17 10:28:09.567 +00:00] [INFO] [index.go:1937] ["start to merge temp index"] [category=ddl] [job="ID:109, Type:add index, State:running, SchemaState:write reorganization, SchemaID:2, TableID:104, RowCount:0, ArgLen:6, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818265657344, LocalMode: false, UniqueWarnings:0"] [reorgInfo="CurrElementType:_idx_,CurrElementID:2,StartKey:74800000000000006a5f69ffff000000000002,EndKey:74800000000000006a5f69ffff000000000002ff,First:false,PhysicalTableID:106,Ingest mode:false"]
[2024/05/17 10:28:09.568 +00:00] [INFO] [backfilling.go:416] ["split table range from PD"] [category=ddl] [physicalTableID=106] ["start key"=74800000000000006a5f69ffff000000000002] ["end key"=74800000000000006a5f69ffff000000000002ff]
[2024/05/17 10:28:09.568 +00:00] [INFO] [backfilling.go:698] ["start backfill workers to reorg record"] [category=ddl] [type="merge temporary index"] [workerCnt=4] [regionCnt=1] [startKey=74800000000000006a5f69ffff000000000002] [endKey=74800000000000006a5f69ffff000000000002ff]
[2024/05/17 10:28:09.568 +00:00] [INFO] [backfilling.go:475] ["get backfill range task, change end key"] [category=ddl] [id=1] [pTbl=106] ["end key"=74800000000000006a5f69ffff000000000002ff] ["current end key"=74800000000000006a5f69ffff00000000000200]
[2024/05/17 10:28:09.569 +00:00] [INFO] [backfilling.go:330] ["backfill worker finish task"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [task="taskID: 1, physicalTableID: 106, range: [74800000000000006a5f69ffff000000000002, 74800000000000006a5f69ffff00000000000200), jobID: 109"] ["added count"=0] ["scan count"=0] ["next key"=74800000000000006a5f69ffff0000000000020000] ["take time"=110.328µs]
[2024/05/17 10:28:09.569 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 0, tp merge temporary index"] [jobID=109]
[2024/05/17 10:28:09.569 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 1, tp merge temporary index"] [jobID=109]
[2024/05/17 10:28:09.569 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 2, tp merge temporary index"] [jobID=109]
[2024/05/17 10:28:09.569 +00:00] [INFO] [backfilling.go:369] ["backfill worker exit"] [category=ddl] [worker="backfill-worker 3, tp merge temporary index"] [jobID=109]
[2024/05/17 10:28:09.569 +00:00] [INFO] [backfilling.go:638] ["backfill workers successfully processed"] [category=ddl] [element=ID:2,TypeKey:_idx_] ["total added count"=0] ["start key"=74800000000000006a5f69ffff000000000002]
[2024/05/17 10:28:09.569 +00:00] [INFO] [reorg.go:232] ["run reorg job done"] [category=ddl] ["handled rows"=0]
[2024/05/17 10:28:09.569 +00:00] [INFO] [index.go:779] ["run add index job done"] [category=ddl] [charset=utf8mb4] [collation=utf8mb4_bin]
[2024/05/17 10:28:09.572 +00:00] [INFO] [domain.go:287] ["diff load InfoSchema success"] [currentSchemaVersion=63] [neededSchemaVersion=64] ["start time"=673.078µs] [gotSchemaVersion=64] [phyTblIDs="[104,105,106]"] [actionTypes="[7,7,7]"] [diffTypes="[\"add index\"]"]
[2024/05/17 10:28:09.573 +00:00] [INFO] [domain.go:894] ["mdl gets lock, update self version to owner"] [jobID=109] [version=64]
[2024/05/17 10:28:09.580 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=64] ["take time"=9.144293ms] [job="ID:109, Type:add index, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818265657344, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.590 +00:00] [INFO] [delete_range.go:422] ["insert into delete-range indices"] [category=ddl] [jobID=109] [tableID=105] [indexIDs="[9223090561878065154]"] [comment="add index: physical table ID(s)"]
[2024/05/17 10:28:09.591 +00:00] [INFO] [delete_range.go:422] ["insert into delete-range indices"] [category=ddl] [jobID=109] [tableID=106] [indexIDs="[9223090561878065154]"] [comment="add index: physical table ID(s)"]
[2024/05/17 10:28:09.592 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=109] [jobType="add index"]
[2024/05/17 10:28:09.592 +00:00] [INFO] [ddl_worker.go:768] ["finish DDL job"] [worker="worker 7, tp add index"] [category=ddl] [jobID=109] [conn=1] [job="ID:109, Type:add index, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-17 10:28:09.45 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:449823818265657344, LocalMode: false, UniqueWarnings:0"]
[2024/05/17 10:28:09.597 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=109] [elementID=1] [startKey=7480000000000000695f69ffff000000000002] [endKey=7480000000000000695f69ffff000000000003]
[2024/05/17 10:28:09.601 +00:00] [INFO] [ddl.go:1316] ["DDL job is finished"] [category=ddl] [jobID=109]
[2024/05/17 10:28:09.601 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:28:09.602 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=109] [elementID=2] [startKey=74800000000000006a5f69ffff000000000002] [endKey=74800000000000006a5f69ffff000000000003]
[2024/05/17 10:28:09.608 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2] [name=tidb_schema_cache_size] [val=1024]
[2024/05/17 10:28:09.610 +00:00] [INFO] [session.go:3959] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=64] [cur_db=test] [sql="alter table test_global truncate partition p2;"] [user=]
[2024/05/17 10:28:09.613 +00:00] [INFO] [ddl_worker.go:261] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:truncate partition, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-17 10:28:09.612 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/17 10:28:09.613 +00:00] [INFO] [ddl.go:1210] ["start DDL job"] [category=ddl] [job="ID:111, Type:truncate partition, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-17 10:28:09.612 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table test_global truncate partition p2;"]
[2024/05/17 10:28:09.615 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3] [name=tidb_schema_cache_size] [val=1024]
[2024/05/17 10:28:09.621 +00:00] [INFO] [ddl_worker.go:1215] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=111] [conn=1] [category=ddl] [job="ID:111, Type:truncate partition, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:28:09.612 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:28:09.626 +00:00] [ERROR] [domain.go:298] ["failed to load schema diff"] [error="builder's (v2=true) infoschema mismatch, return error to trigger full reload"] [errorVerbose="builder's (v2=true) infoschema mismatch, return error to trigger full reload\ngithub.com/pingcap/tidb/pkg/infoschema.(*Builder).InitWithOldInfoSchema\n\tpkg/infoschema/builder.go:799\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).tryLoadSchemaDiffs\n\tpkg/domain/domain.go:466\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:283\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:613\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:926\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1294\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:298\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:613\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:926\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1294\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"]
[2024/05/17 10:28:09.636 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4] [name=tidb_schema_cache_size] [val=1024]
[2024/05/17 10:28:09.645 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5] [name=tidb_schema_cache_size] [val=1024]
    result.go:160: 
        	Error Trace:	pkg/testkit/result.go:160
        	            				pkg/ddl/tests/partition/db_partition_test.go:1458
        	Error:      	Not equal: 
        	            	expected: true
        	            	actual  : false
        	Test:       	TestTruncatePartitionWithGlobalIndex
        	Messages:   	the result doesn't contain the exepected IndexRangeScan
        	            	Point_Get 1.00 root table:test_global, index:idx_b(b) 
[2024/05/17 10:28:09.647 +00:00] [INFO] [schema_version.go:375] ["wait latest schema version encounter error"] [category=ddl] [ver=65] [jobID=111] ["take time"=20.239426ms] [error="context canceled"] [errorVerbose="context canceled\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/ddl.(*MockSchemaSyncer).OwnerCheckAllVersions\n\tpkg/ddl/mock.go:132\ngithub.com/pingcap/tidb/pkg/ddl.checkAllVersions\n\tpkg/ddl/schema_version.go:373\ngithub.com/pingcap/tidb/pkg/ddl.waitSchemaChanged\n\tpkg/ddl/ddl_worker.go:1443\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).delivery2Worker.func1\n\tpkg/ddl/job_table.go:480\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"]
[2024/05/17 10:28:09.647 +00:00] [INFO] [ddl.go:1248] ["DoDDLJob will quit because context done"] [category=ddl]
[2024/05/17 10:28:09.647 +00:00] [ERROR] [ddl.go:66] ["active txn failed"] [error="[kv:8024]invalid transaction"] [errorVerbose="[kv:8024]invalid transaction\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/tidb/pkg/session.(*txnManager).ActivateTxn\n\tpkg/session/txnmanager.go:251\ngithub.com/pingcap/tidb/pkg/session.(*session).Txn\n\tpkg/session/session.go:2463\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).toErr\n\tpkg/executor/ddl.go:64\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:224\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:960\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:794\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:559\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2285\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2146\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:384\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\tpkg/testkit/testkit.go:156\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\tpkg/testkit/testkit.go:151\npkg/ddl/tests/partition/partition_test.TestTruncatePartitionWithGlobalIndex.func2\n\tpkg/ddl/tests/partition/db_partition_test.go:1440\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/executor.(*DDLExec).toErr\n\tpkg/executor/ddl.go:66\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:224\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:960\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:794\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:559\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2285\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2146\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:384\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\tpkg/testkit/testkit.go:156\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\tpkg/testkit/testkit.go:151\npkg/ddl/tests/partition/partition_test.TestTruncatePartitionWithGlobalIndex.func2\n\tpkg/ddl/tests/partition/db_partition_test.go:1440"]
[2024/05/17 10:28:09.647 +00:00] [INFO] [tidb.go:269] ["rollbackTxn called due to ddl/autocommit failure"]
[2024/05/17 10:28:09.647 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=ec3e899b-e74e-451b-8f24-eed6057c0513] [ownerKey=/tidb/ddl/fg/owner]
[2024/05/17 10:28:09.647 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/17 10:28:09.647 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=1.989µs]
[2024/05/17 10:28:09.647 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=1.764µs]
[2024/05/17 10:28:09.647 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=935ns]
[2024/05/17 10:28:09.647 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=1.52µs]
[2024/05/17 10:28:09.647 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/17 10:28:09.647 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=1.116µs]
[2024/05/17 10:28:09.647 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/17 10:28:09.647 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/05/17 10:28:09.647 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl]
[2024/05/17 10:28:09.647 +00:00] [WARN] [session.go:2158] ["run statement failed"] [schemaVersion=64] [error="context canceled"] [errorVerbose="context canceled\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/ddl.(*ddl).callHookOnChanged\n\tpkg/ddl/ddl.go:1337\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).TruncateTablePartition\n\tpkg/ddl/ddl_api.go:5028\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).AlterTable\n\tpkg/ddl/ddl_api.go:3912\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable\n\tpkg/executor/ddl.go:388\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:152\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:960\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:794\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:559\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2285\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2146\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:384\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\tpkg/testkit/testkit.go:156\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\tpkg/testkit/testkit.go:151\npkg/ddl/tests/partition/partition_test.TestTruncatePartitionWithGlobalIndex.func2\n\tpkg/ddl/tests/partition/db_partition_test.go:1440\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}"]
    testkit.go:158: 
        	Error Trace:	pkg/testkit/testkit.go:158
        	            				pkg/testkit/testkit.go:151
        	            				pkg/ddl/tests/partition/db_partition_test.go:1440
        	            				src/runtime/asm_amd64.s:1650
        	Error:      	Received unexpected error:
        	            	context canceled
        	            	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/ddl.(*ddl).callHookOnChanged
        	            		pkg/ddl/ddl.go:1337
        	            	github.com/pingcap/tidb/pkg/ddl.(*ddl).TruncateTablePartition
        	            		pkg/ddl/ddl_api.go:5028
        	            	github.com/pingcap/tidb/pkg/ddl.(*ddl).AlterTable
        	            		pkg/ddl/ddl_api.go:3912
        	            	github.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable
        	            		pkg/executor/ddl.go:388
        	            	github.com/pingcap/tidb/pkg/executor.(*DDLExec).Next
        	            		pkg/executor/ddl.go:152
        	            	github.com/pingcap/tidb/pkg/executor/internal/exec.Next
        	            		pkg/executor/internal/exec/executor.go:410
        	            	github.com/pingcap/tidb/pkg/executor.(*ExecStmt).next
        	            		pkg/executor/adapter.go:1211
        	            	github.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor
        	            		pkg/executor/adapter.go:960
        	            	github.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay
        	            		pkg/executor/adapter.go:794
        	            	github.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec
        	            		pkg/executor/adapter.go:559
        	            	github.com/pingcap/tidb/pkg/session.runStmt
        	            		pkg/session/session.go:2285
        	            	github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt
        	            		pkg/session/session.go:2146
        	            	github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext
        	            		pkg/testkit/testkit.go:384
        	            	github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext
        	            		pkg/testkit/testkit.go:156
        	            	github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec
        	            		pkg/testkit/testkit.go:151
        	            	pkg/ddl/tests/partition/partition_test.TestTruncatePartitionWithGlobalIndex.func2
        	            		pkg/ddl/tests/partition/db_partition_test.go:1440
        	            	runtime.goexit
        	            		src/runtime/asm_amd64.s:1650
        	Test:       	TestTruncatePartitionWithGlobalIndex
        	Messages:   	sql:alter table test_global truncate partition p2;, [], error stack context canceled
        	            	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/ddl.(*ddl).callHookOnChanged
        	            		pkg/ddl/ddl.go:1337
        	            	github.com/pingcap/tidb/pkg/ddl.(*ddl).TruncateTablePartition
        	            		pkg/ddl/ddl_api.go:5028
        	            	github.com/pingcap/tidb/pkg/ddl.(*ddl).AlterTable
        	            		pkg/ddl/ddl_api.go:3912
        	            	github.com/pingcap/tidb/pkg/executor.(*DDLExec).executeAlterTable
        	            		pkg/executor/ddl.go:388
        	            	github.com/pingcap/tidb/pkg/executor.(*DDLExec).Next
        	            		pkg/executor/ddl.go:152
        	            	github.com/pingcap/tidb/pkg/executor/internal/exec.Next
        	            		pkg/executor/internal/exec/executor.go:410
        	            	github.com/pingcap/tidb/pkg/executor.(*ExecStmt).next
        	            		pkg/executor/adapter.go:1211
        	            	github.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor
        	            		pkg/executor/adapter.go:960
        	            	github.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay
        	            		pkg/executor/adapter.go:794
        	            	github.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec
        	            		pkg/executor/adapter.go:559
        	            	github.com/pingcap/tidb/pkg/session.runStmt
        	            		pkg/session/session.go:2285
        	            	github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt
        	            		pkg/session/session.go:2146
        	            	github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext
        	            		pkg/testkit/testkit.go:384
        	            	github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext
        	            		pkg/testkit/testkit.go:156
        	            	github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec
        	            		pkg/testkit/testkit.go:151
        	            	pkg/ddl/tests/partition/partition_test.TestTruncatePartitionWithGlobalIndex.func2
        	            		pkg/ddl/tests/partition/db_partition_test.go:1440
        	            	runtime.goexit
        	            		src/runtime/asm_amd64.s:1650
[2024/05/17 10:28:09.648 +00:00] [INFO] [ddl.go:978] ["DDL closed"] [category=ddl] [ID=ec3e899b-e74e-451b-8f24-eed6057c0513] ["take time"=1.767245ms]
[2024/05/17 10:28:09.648 +00:00] [INFO] [ddl.go:793] ["stop DDL"] [category=ddl] [ID=ec3e899b-e74e-451b-8f24-eed6057c0513]
[2024/05/17 10:28:09.648 +00:00] [INFO] [domain.go:1033] ["stopping ttlJobManager"]
[2024/05/17 10:28:09.648 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/05/17 10:28:09.648 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/17 10:28:09.648 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/17 10:28:09.648 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/17 10:28:09.648 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/17 10:28:09.648 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/05/17 10:28:09.648 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/17 10:28:09.648 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/17 10:28:09.648 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/17 10:28:09.648 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager]
[2024/05/17 10:28:09.649 +00:00] [INFO] [domain.go:1044] ["ttlJobManager exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/05/17 10:28:09.649 +00:00] [INFO] [domain.go:1534] ["stopping dist task executor manager"]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop]
[2024/05/17 10:28:09.649 +00:00] [INFO] [stats_syncload.go:216] ["SubLoadWorker exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [domain.go:1707] ["loadPrivilegeInLoop exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop]
[2024/05/17 10:28:09.649 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=ec3e899b-e74e-451b-8f24-eed6057c0513] [ownerKey=/tidb/bindinfo/owner]
[2024/05/17 10:28:09.649 +00:00] [INFO] [domain.go:1896] ["globalBindHandleWorkerLoop exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [stats_syncload.go:216] ["SubLoadWorker exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop]
[2024/05/17 10:28:09.649 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=ec3e899b-e74e-451b-8f24-eed6057c0513] [ownerKey=/tidb/stats/owner]
[2024/05/17 10:28:09.649 +00:00] [INFO] [domain.go:744] ["globalConfigSyncerKeeper exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/17 10:28:09.649 +00:00] [INFO] [domain.go:2360] ["indexUsageWorker exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [domain.go:768] ["topologySyncerKeeper exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/05/17 10:28:09.649 +00:00] [INFO] [stats_syncload.go:216] ["SubLoadWorker exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [domain.go:718] ["infoSyncerKeeper exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [stats_syncload.go:216] ["SubLoadWorker exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/05/17 10:28:09.649 +00:00] [INFO] [stats_syncload.go:216] ["SubLoadWorker exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [stats_syncload.go:216] ["SubLoadWorker exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [domain.go:690] ["topNSlowQueryLoop exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [domain.go:2081] ["dumpFileGcChecker exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/17 10:28:09.649 +00:00] [INFO] [domain.go:1368] ["closestReplicaReadCheckLoop exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/17 10:28:09.649 +00:00] [INFO] [domain.go:1757] ["LoadSysVarCacheLoop exited."]
[2024/05/17 10:28:09.649 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/05/17 10:28:09.649 +00:00] [INFO] [domain.go:1536] ["dist task executor manager stopped"]
[2024/05/17 10:28:09.649 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop]
[2024/05/17 10:28:09.669 +00:00] [INFO] [domain.go:322] ["full load InfoSchema success"] [currentSchemaVersion=64] [neededSchemaVersion=65] ["start time"=42.707565ms]
[2024/05/17 10:28:09.685 +00:00] [INFO] [domain.go:642] ["full load and reset schema validator"]
[2024/05/17 10:28:09.687 +00:00] [INFO] [domain.go:914] ["loadSchemaInLoop exited."]
[2024/05/17 10:28:09.687 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/05/17 10:28:09.687 +00:00] [INFO] [domain.go:1081] ["domain closed"] ["take time"=40.720843ms]
[2024/05/17 10:28:09.688 +00:00] [INFO] [db.go:567] ["Closing database"]
[2024/05/17 10:28:09.688 +00:00] [INFO] [db.go:592] ["Memtable flushed"]
[2024/05/17 10:28:09.688 +00:00] [INFO] [db.go:596] ["Compaction finished"]
[2024/05/17 10:28:09.688 +00:00] [INFO] [db.go:615] ["BlobManager finished"]
[2024/05/17 10:28:09.688 +00:00] [INFO] [db.go:619] ["ResourceManager finished"]
[2024/05/17 10:28:09.688 +00:00] [INFO] [db.go:625] ["Waiting for closer"]
--- FAIL: TestTruncatePartitionWithGlobalIndex (2.48s)
FAIL
coverage: 10.6% of statements
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 1
/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/13492/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ddl/tests/partition/partition_test_/partition_test.runfiles/__main__/pkg/ddl/tests/partition/partition_test_/partition_test
================================================================================
[14,519 / 14,696] 397 / 415 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 68s remote-cache, linux-sandbox ... (70 actions running)
[14,520 / 14,696] 397 / 415 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,525 / 14,696] 397 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,528 / 14,696] 397 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 69s remote-cache, linux-sandbox ... (70 actions running)
[14,528 / 14,696] 398 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 72s remote-cache, linux-sandbox ... (70 actions running)
[14,529 / 14,696] 398 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 74s remote-cache, linux-sandbox ... (70 actions running)
[14,534 / 14,696] 398 / 415 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 62s remote-cache, linux-sandbox ... (70 actions running)
[14,538 / 14,696] 398 / 415 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 6 of 12); 57s remote-cache, linux-sandbox ... (70 actions running)
[14,539 / 14,696] 398 / 415 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 6 of 12); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,543 / 14,696] 398 / 415 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 6 of 12); 60s remote-cache, linux-sandbox ... (70 actions running)
[14,545 / 14,696] 398 / 415 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 6 of 12); 61s remote-cache, linux-sandbox ... (70 actions running)
[14,546 / 14,696] 398 / 415 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 11); 54s remote-cache, linux-sandbox ... (68 actions running)
[14,546 / 14,696] 398 / 415 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 11); 55s remote-cache, linux-sandbox ... (70 actions running)
[14,551 / 14,729] 398 / 415 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 11); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,555 / 14,729] 399 / 415 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 58s remote-cache, linux-sandbox ... (70 actions running)
[14,555 / 14,729] 399 / 415 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 61s remote-cache, linux-sandbox ... (70 actions running)
[14,558 / 14,729] 399 / 415 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 63s remote-cache, linux-sandbox ... (70 actions running)
[14,563 / 14,729] 400 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,564 / 14,729] 400 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,566 / 14,729] 400 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 65s remote-cache, linux-sandbox ... (70 actions running)
[14,567 / 14,729] 400 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 66s remote-cache, linux-sandbox ... (70 actions running)
[14,568 / 14,729] 400 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,569 / 14,729] 401 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 70s remote-cache, linux-sandbox ... (70 actions running)
[14,571 / 14,729] 401 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 72s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,571 / 14,729] 401 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 73s remote-cache, linux-sandbox ... (70 actions running)
[14,571 / 14,729] 401 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 74s remote-cache, linux-sandbox ... (70 actions running)

FLAKY: //pkg/ddl/tests/partition:partition_test (Summary)
      /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_15_of_45/test_attempts/attempt_1.log
[14,576 / 14,729] 402 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 76s remote-cache, linux-sandbox ... (70 actions running)
[14,578 / 14,729] 402 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 77s remote-cache, linux-sandbox ... (70 actions running)
[14,580 / 14,729] 402 / 415 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 78s remote-cache, linux-sandbox ... (70 actions running)
[14,583 / 14,729] 403 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,584 / 14,729] 403 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,584 / 14,729] 403 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 53s remote-cache, linux-sandbox ... (70 actions running)
[14,585 / 14,729] 403 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,588 / 14,729] 403 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,590 / 14,729] 403 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,590 / 14,729] 403 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 58s remote-cache, linux-sandbox ... (70 actions running)
[14,593 / 14,780] 403 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,593 / 14,780] 403 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 61s remote-cache, linux-sandbox ... (70 actions running)
[14,594 / 14,780] 403 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,601 / 14,780] 403 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 64s remote-cache, linux-sandbox ... (70 actions running)
[14,606 / 14,780] 403 / 415 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 49s remote-cache, linux-sandbox ... (70 actions running)
[14,607 / 14,780] 403 / 415 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,612 / 14,780] 403 / 415 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 52s remote-cache, linux-sandbox ... (70 actions running)
[14,613 / 14,780] 403 / 415 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 53s remote-cache, linux-sandbox ... (70 actions running)
[14,613 / 14,780] 404 / 415 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 55s remote-cache, linux-sandbox ... (70 actions running)
[14,617 / 14,780] 404 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 51s remote-cache, linux-sandbox ... (70 actions running)
[14,617 / 14,780] 404 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 54s remote-cache, linux-sandbox ... (70 actions running)
[14,623 / 14,780] 404 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 55s remote-cache, linux-sandbox ... (70 actions running)
[14,623 / 14,780] 404 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 56s remote-cache, linux-sandbox ... (70 actions running)
[14,630 / 14,780] 404 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 58s remote-cache, linux-sandbox ... (70 actions running)
[14,631 / 14,780] 404 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,634 / 14,793] 404 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,636 / 14,793] 404 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,639 / 14,793] 404 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 63s remote-cache, linux-sandbox ... (70 actions running)
[14,639 / 14,793] 404 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 64s remote-cache, linux-sandbox ... (70 actions running)
[14,646 / 14,833] 404 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,648 / 14,833] 405 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,650 / 14,833] 405 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,651 / 14,833] 405 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,651 / 14,833] 405 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 70s remote-cache, linux-sandbox ... (70 actions running)
[14,652 / 14,833] 405 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 72s remote-cache, linux-sandbox ... (70 actions running)
[14,664 / 14,833] 405 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,665 / 14,833] 405 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,666 / 14,833] 405 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,674 / 14,833] 405 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 77s remote-cache, linux-sandbox ... (70 actions running)
[14,675 / 14,833] 405 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,675 / 14,833] 405 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 80s remote-cache, linux-sandbox ... (70 actions running)
[14,688 / 14,833] 405 / 415 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 24 of 32); 39s remote-cache, linux-sandbox ... (70 actions running)
[14,691 / 14,833] 407 / 415 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 24 of 32); 41s remote-cache, linux-sandbox ... (70 actions running)
[14,696 / 14,833] 407 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 18 of 28); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,701 / 14,833] 407 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 18 of 28); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,701 / 14,833] 407 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 18 of 28); 42s remote-cache, linux-sandbox ... (70 actions running)
[14,701 / 14,833] 407 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 18 of 28); 43s remote-cache, linux-sandbox ... (70 actions running)
[14,711 / 14,833] 408 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 18 of 28); 45s remote-cache, linux-sandbox ... (70 actions running)
[14,712 / 14,833] 408 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 18 of 28); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,712 / 14,833] 409 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 18 of 28); 48s remote-cache, linux-sandbox ... (70 actions running)
[14,722 / 14,833] 409 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,722 / 14,833] 409 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 37s remote-cache, linux-sandbox ... (70 actions running)
[14,731 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,733 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,736 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 41s remote-cache, linux-sandbox ... (70 actions running)
[14,736 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 42s remote-cache, linux-sandbox ... (70 actions running)
[14,737 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,746 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 45s remote-cache, linux-sandbox ... (70 actions running)
[14,750 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 46s remote-cache, linux-sandbox ... (70 actions running)
[14,754 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 48s remote-cache, linux-sandbox ... (70 actions running)
[14,755 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 50s remote-cache, linux-sandbox ... (70 actions running)
[14,762 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 51s remote-cache, linux-sandbox ... (70 actions running)
[14,763 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,765 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,768 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,770 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 56s remote-cache, linux-sandbox ... (70 actions running)
[14,771 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 57s remote-cache, linux-sandbox ... (69 actions running)
[14,773 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 59s remote-cache, linux-sandbox ... (70 actions running)
[14,774 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 61s remote-cache, linux-sandbox ... (70 actions running)
[14,775 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,776 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,776 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 67s remote-cache, linux-sandbox ... (70 actions running)
[14,777 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 68s remote-cache, linux-sandbox ... (70 actions running)
[14,778 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 70s remote-cache, linux-sandbox ... (70 actions running)
[14,780 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 71s remote-cache, linux-sandbox ... (70 actions running)
[14,781 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,781 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 76s remote-cache, linux-sandbox ... (70 actions running)
[14,782 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,783 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 79s remote-cache, linux-sandbox ... (70 actions running)
[14,783 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 82s remote-cache, linux-sandbox ... (70 actions running)
[14,784 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 83s remote-cache, linux-sandbox ... (70 actions running)
[14,785 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,785 / 14,833] 410 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 86s remote-cache, linux-sandbox ... (70 actions running)
[14,785 / 14,833] 411 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 91s remote-cache, linux-sandbox ... (70 actions running)
[14,786 / 14,833] 411 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 93s remote-cache, linux-sandbox ... (70 actions running)
[14,787 / 14,833] 411 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 97s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,787 / 14,833] 411 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 98s remote-cache, linux-sandbox ... (70 actions running)
[14,790 / 14,833] 411 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 99s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,792 / 14,833] 411 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 101s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,794 / 14,833] 411 / 415 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 102s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,798 / 14,833] 412 / 415 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 79s remote-cache, linux-sandbox ... (70 actions running)
[14,798 / 14,833] 412 / 415 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 80s remote-cache, linux-sandbox ... (70 actions running)
[14,802 / 14,833] 412 / 415 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 82s remote-cache, linux-sandbox ... (62 actions running)
[14,802 / 14,833] 413 / 415 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 87s remote-cache, linux-sandbox ... (62 actions running)
[14,803 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 66s remote-cache, linux-sandbox ... (60 actions running)
[14,803 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 68s remote-cache, linux-sandbox ... (60 actions running)
[14,806 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 70s remote-cache, linux-sandbox ... (54 actions running)
[14,807 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 72s remote-cache, linux-sandbox ... (52 actions running)
[14,810 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 74s remote-cache, linux-sandbox ... (46 actions running)
[14,810 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 75s remote-cache, linux-sandbox ... (46 actions running)
[14,811 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 77s remote-cache, linux-sandbox ... (44 actions running)
[14,812 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 79s remote-cache, linux-sandbox ... (42 actions running)
[14,812 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 83s remote-cache, linux-sandbox ... (42 actions running)
[14,816 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 85s remote-cache, linux-sandbox ... (34 actions running)
[14,817 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 87s remote-cache, linux-sandbox ... (32 actions running)
[14,818 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 89s remote-cache, linux-sandbox ... (30 actions running)
[14,820 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 91s remote-cache, linux-sandbox ... (26 actions running)
[14,825 / 14,833] 413 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 93s remote-cache, linux-sandbox ... (16 actions running)
[14,828 / 14,833] 414 / 415 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 94s remote-cache, linux-sandbox ... (10 actions running)
[14,831 / 14,833] 414 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 43s remote-cache, linux-sandbox ... (4 actions running)
[14,832 / 14,833] 414 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 43s remote-cache, linux-sandbox
[14,832 / 14,833] 414 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 55s remote-cache, linux-sandbox
[14,832 / 14,833] 415 / 415 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 80s remote-cache, linux-sandbox
INFO: Elapsed time: 1728.275s, Critical Path: 373.60s
INFO: 14821 processes: 6365 remote cache hit, 1674 internal, 6782 linux-sandbox.
INFO: Build completed successfully, 14821 total actions
//pkg/executor/test/oomtest:oomtest_test                                  FLAKY, failed in 1 out of 4 in 46.7s
  Stats over 4 runs: max = 46.7s, min = 33.3s, avg = 40.1s, dev = 4.9s
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/oomtest/oomtest_test/shard_3_of_3/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/oomtest/oomtest_test/shard_1_of_3/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/oomtest/oomtest_test/shard_2_of_3/coverage.dat
//pkg/ddl/ingest:ingest_test                                              FLAKY, failed in 1 out of 18 in 99.6s
  Stats over 18 runs: max = 99.6s, min = 7.0s, avg = 44.5s, dev = 21.4s
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_17_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_16_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_15_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_14_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_1_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_4_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_2_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_3_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_13_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_6_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_7_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_8_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_12_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_5_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_9_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_11_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_10_of_17/coverage.dat
//pkg/ddl/tests/partition:partition_test                                  FLAKY, failed in 1 out of 46 in 37.2s
  Stats over 46 runs: max = 37.2s, min = 1.7s, avg = 7.2s, dev = 5.3s
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_45_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_44_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_43_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_42_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_41_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_40_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_39_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_38_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_1_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_37_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_2_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_36_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_3_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_4_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_35_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_5_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_34_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_33_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_6_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_32_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_7_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_8_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_9_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_10_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_11_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_12_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_31_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_13_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_14_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_15_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_30_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_16_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_17_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_18_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_29_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_20_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_19_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_21_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_22_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_24_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_25_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_23_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_26_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_27_of_45/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_28_of_45/coverage.dat
//pkg/ddl:ddl_test                                                        FLAKY, failed in 1 out of 51 in 61.6s
  Stats over 51 runs: max = 61.6s, min = 16.6s, avg = 27.0s, dev = 9.1s
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_50_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_49_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_48_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_47_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_46_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_1_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_45_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_2_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_44_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_3_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_43_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_5_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_42_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_4_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_7_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_6_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_41_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_8_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_40_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_9_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_10_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_39_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_12_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_13_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_14_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_38_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_16_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_15_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_18_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_37_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_19_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_20_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_21_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_36_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_17_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_22_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_24_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_35_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_25_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_23_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_26_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_27_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_34_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_30_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_28_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_29_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_33_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_31_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_32_of_50/coverage.dat
Test cases: finished with 7992 passing and 0 failing out of 7992 test cases

Executed 230 out of 415 tests: 415 tests pass.
root: /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/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/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: TestMultiSchemaAddIndexMerge
new flaky case: TestAlterAddConstraintStateChange3
new flaky case: TestMemTracker4InsertAndReplaceExec
new flaky case: TestTruncatePartitionWithGlobalIndex
Output files:
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
bazel-target-output-L1417-8182.fail.log
bazel-target-output-L524-1318.fatal.log
bazel-target-output-L8715-9197.fatal.log
bazel-target-output-L9272-10317.fail.log
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 5696c315-2ccc-4f95-82c1-cdf8a59d4afb' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: master' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/9726/' --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: 5696c315-2ccc-4f95-82c1-cdf8a59d4afb
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: master
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/9726/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 632
> 
} [data not shown]
* upload completely sent off: 632 out of 632 bytes

100   632    0     0  100   632      0    623  0:00:01  0:00:01 --:--:--   623< HTTP/1.1 200 OK
< Date: Fri, 17 May 2024 10:38:19 GMT
< Content-Length: 0
< 

100   632    0     0  100   632      0    477  0:00:01  0:00:01 --:--:--   477
* Connection #0 to host cloudevents-server.apps.svc left intact
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2024-05-17T10:38:21.088Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2024-05-17T10:38:21.089Z] ['info'] => Project root located at: .
[2024-05-17T10:38:21.092Z] ['info'] ->  Token found by environment variables
[2024-05-17T10:38:21.106Z] ['info'] Searching for coverage files...
[2024-05-17T10:38:23.638Z] ['info'] => Found 1 possible coverage files:
  ./coverage.dat
[2024-05-17T10:38:23.638Z] ['info'] Processing ./coverage.dat...
[2024-05-17T10:38:24.119Z] ['info'] Using manual override from args.
[2024-05-17T10:38:24.120Z] ['info'] Detected Jenkins CI as the CI provider.
[2024-05-17T10:38:24.132Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F53358&build=9726&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Fghpr_unit_test%2F9726%2F&commit=7d131a2094c8577a6dfb32c1d83e2b65f4aecb30&job=&pr=53358&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent=
[2024-05-17T10:38:24.845Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/7d131a2094c8577a6dfb32c1d83e2b65f4aecb30
https://storage.googleapis.com/codecov/v4/raw/2024-05-17/F6B65B6EE70BEC6C6B5E073ED3BB1A79/7d131a2094c8577a6dfb32c1d83e2b65f4aecb30/244ad045-2505-4b16-b227-379103ff88fd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240517%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240517T103824Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1382e1090da21f29c9559dc2a34d8dd9e4d39986611ac25e3c7b1c40820c3de9
[2024-05-17T10:38:24.845Z] ['info'] Uploading...
[2024-05-17T10:38:26.639Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/7d131a2094c8577a6dfb32c1d83e2b65f4aecb30"}
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
[Pipeline] }
[Pipeline] // catchError
[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