Skip to content

Console Output

Skipping 820 KB.. Full Log
[2024/04/29 08:39:52.901 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=99]
[2024/04/29 08:39:52.901 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 08:39:52.901 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=]
[2024/04/29 08:39:52.903 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-04-29 08:39:52.902 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 08:39:52.903 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-04-29 08:39:52.902 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"]
[2024/04/29 08:39:52.911 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, 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-04-29 08:39:52.902 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 08:39:52.913 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=187.62µs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"]
[2024/04/29 08:39:52.915 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/04/29 08:39:52.915 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50]
[2024/04/29 08:39:52.915 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.033211ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-04-29 08:39:52.902 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 08:39:52.919 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, 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-04-29 08:39:52.902 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 08:39:52.922 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=101]
[2024/04/29 08:39:52.922 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 08:39:52.925 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-04-29 08:39:52.924 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 08:39:52.925 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-04-29 08:39:52.924 +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/04/29 08:39:52.932 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 11, 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-04-29 08:39:52.924 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 08:39:52.935 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=222.357µs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"]
[2024/04/29 08:39:52.936 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/04/29 08:39:52.936 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51]
[2024/04/29 08:39:52.937 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.247151ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-04-29 08:39:52.924 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 08:39:52.941 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 11, 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-04-29 08:39:52.924 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 08:39:52.944 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=103]
[2024/04/29 08:39:52.944 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 08:39:52.974 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.545672228s]
[2024/04/29 08:39:52.974 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=55e3f01f-400e-43d8-8d79-05496789035b] [ownerKey=/tidb/ddl/fg/owner]
[2024/04/29 08:39:52.974 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 08:39:52.974 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 15, tp add index"] [category=ddl] ["take time"=2.57µs]
[2024/04/29 08:39:52.974 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 12, tp add index"] [category=ddl] ["take time"=3.01µs]
[2024/04/29 08:39:52.974 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 13, tp add index"] [category=ddl] ["take time"=863ns]
[2024/04/29 08:39:52.974 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 14, tp add index"] [category=ddl] ["take time"=1.142µs]
[2024/04/29 08:39:52.974 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 08:39:52.974 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 11, tp general"] [category=ddl] ["take time"=737ns]
[2024/04/29 08:39:52.974 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 08:39:52.974 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/04/29 08:39:52.974 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl]
[2024/04/29 08:39:52.978 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=55e3f01f-400e-43d8-8d79-05496789035b] ["take time"=3.191004ms]
[2024/04/29 08:39:52.978 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=55e3f01f-400e-43d8-8d79-05496789035b]
[2024/04/29 08:39:52.978 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/04/29 08:39:52.978 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/04/29 08:39:52.978 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/04/29 08:39:52.978 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/04/29 08:39:52.978 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/04/29 08:39:52.978 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/04/29 08:39:52.978 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/04/29 08:39:52.978 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/04/29 08:39:52.978 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."]
[2024/04/29 08:39:52.978 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/04/29 08:39:52.978 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/04/29 08:39:52.978 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/04/29 08:39:52.978 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/04/29 08:39:52.978 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/04/29 08:39:52.978 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/04/29 08:39:52.978 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=3.422738ms]
[2024/04/29 08:39:52.978 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=43842109-de40-4bc0-ad60-a70cddef9c7c] ["ddl lease"=500ms] ["stats lease"=-1ns]
[2024/04/29 08:39:52.985 +00:00] [WARN] [controller.go:186] ["[resource group controller] server does not save config, load config failed"]
[2024/04/29 08:39:52.985 +00:00] [INFO] [controller.go:173] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"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,\"DegradedModeWaitDuration\":0}"]
[2024/04/29 08:39:52.998 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=12.119698ms]
[2024/04/29 08:39:52.998 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"]
[2024/04/29 08:39:52.998 +00:00] [INFO] [ddl.go:817] ["start DDL"] [category=ddl] [ID=e417f314-99ce-45c2-8df1-08f13d6abde9] [runWorker=true]
[2024/04/29 08:39:52.999 +00:00] [INFO] [ddl.go:776] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true]
[2024/04/29 08:39:52.999 +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/04/29 08:39:52.999 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop]
[2024/04/29 08:39:52.999 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop]
[2024/04/29 08:39:52.999 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop]
[2024/04/29 08:39:52.999 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper]
[2024/04/29 08:39:52.999 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/04/29 08:39:52.999 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop]
[2024/04/29 08:39:52.999 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop]
[2024/04/29 08:39:52.999 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop]
[2024/04/29 08:39:52.999 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl]
[2024/04/29 08:39:52.999 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper]
[2024/04/29 08:39:52.999 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/04/29 08:39:52.999 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."]
[2024/04/29 08:39:52.999 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop]
[2024/04/29 08:39:52.999 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false]
[2024/04/29 08:39:52.999 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none]
[2024/04/29 08:39:53.000 +00:00] [INFO] [controller.go:436] ["[resource group controller] create resource group cost controller"] [name=default]
[2024/04/29 08:39:53.002 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/04/29 08:39:53.002 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"]
[2024/04/29 08:39:53.014 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop]
[2024/04/29 08:39:53.017 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/04/29 08:39:53.019 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker]
[2024/04/29 08:39:53.019 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"]
[2024/04/29 08:39:53.019 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker]
[2024/04/29 08:39:53.019 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner]
[2024/04/29 08:39:53.020 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop]
[2024/04/29 08:39:53.021 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/04/29 08:39:53.021 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/04/29 08:39:53.021 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342GiB]
[2024/04/29 08:39:53.023 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop]
[2024/04/29 08:39:53.023 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000]
[2024/04/29 08:39:53.023 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"]
[2024/04/29 08:39:53.027 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2] [name=tidb_mem_oom_action] [val=LOG]
[2024/04/29 08:39:53.028 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=test] [sql="drop table if exists t"] [user=]
[2024/04/29 08:39:53.028 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=2] [schemaVersion=51] [cur_db=test] [sql="create table t(c1 int, c2 int, c3 int)"] [user=]
[2024/04/29 08:39:53.031 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-04-29 08:39:53.03 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 08:39:53.032 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-04-29 08:39:53.03 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(c1 int, c2 int, c3 int)"]
[2024/04/29 08:39:53.038 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=105] [conn=2] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-04-29 08:39:53.03 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 08:39:53.040 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=186.134µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/29 08:39:53.042 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52]
[2024/04/29 08:39:53.044 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=4.257114ms] [job="ID:105, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-04-29 08:39:53.03 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 08:39:53.049 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 16, tp general"] [category=ddl] [jobID=105] [conn=2] [job="ID:105, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-04-29 08:39:53.03 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 08:39:53.052 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=105]
[2024/04/29 08:39:53.052 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 08:39:53.082 +00:00] [INFO] [sort_spill.go:59] ["memory exceeds quota, spill to disk now."] [consumed=12275] [quota=128]
[2024/04/29 08:39:53.082 +00:00] [INFO] [tempDir.go:45] ["Tmp-storage-path not found. Try to initialize TempDir."]
[2024/04/29 08:39:53.083 +00:00] [INFO] [sort_spill.go:59] ["memory exceeds quota, spill to disk now."] [consumed=22063] [quota=128]
[2024/04/29 08:39:53.084 +00:00] [INFO] [sort_spill.go:59] ["memory exceeds quota, spill to disk now."] [consumed=27768] [quota=128]
[2024/04/29 08:39:53.087 +00:00] [INFO] [sort_spill.go:59] ["memory exceeds quota, spill to disk now."] [consumed=1652] [quota=128]
[2024/04/29 08:39:54.022 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl]
[2024/04/29 08:39:54.022 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true]
[2024/04/29 08:39:54.024 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16]
[2024/04/29 08:39:54.026 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000]
[2024/04/29 08:39:54.026 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000]
[2024/04/29 08:39:54.026 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000]
[2024/04/29 08:39:54.026 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000]
[2024/04/29 08:39:54.311 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2] [name=tidb_mem_oom_action] [val=LOG]
[2024/04/29 08:39:54.313 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=e417f314-99ce-45c2-8df1-08f13d6abde9] [ownerKey=/tidb/ddl/fg/owner]
[2024/04/29 08:39:54.313 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 08:39:54.313 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 18, tp add index"] [category=ddl] ["take time"=2.369µs]
[2024/04/29 08:39:54.313 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 19, tp add index"] [category=ddl] ["take time"=1.716µs]
[2024/04/29 08:39:54.313 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 20, tp add index"] [category=ddl] ["take time"=1.156µs]
[2024/04/29 08:39:54.313 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 17, tp add index"] [category=ddl] ["take time"=1.295µs]
[2024/04/29 08:39:54.313 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 08:39:54.313 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 16, tp general"] [category=ddl] ["take time"=1.495µs]
[2024/04/29 08:39:54.313 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 08:39:54.313 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/04/29 08:39:54.313 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl]
[2024/04/29 08:39:54.313 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=e417f314-99ce-45c2-8df1-08f13d6abde9] ["take time"=1.548861ms]
[2024/04/29 08:39:54.313 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=e417f314-99ce-45c2-8df1-08f13d6abde9]
[2024/04/29 08:39:54.313 +00:00] [INFO] [domain.go:1025] ["stopping ttlJobManager"]
[2024/04/29 08:39:54.313 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl]
[2024/04/29 08:39:54.313 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/04/29 08:39:54.313 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/29 08:39:54.313 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/29 08:39:54.313 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/29 08:39:54.313 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/29 08:39:54.313 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/04/29 08:39:54.313 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/29 08:39:54.313 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/29 08:39:54.313 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/29 08:39:54.313 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager]
[2024/04/29 08:39:54.314 +00:00] [INFO] [domain.go:1036] ["ttlJobManager exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000]
[2024/04/29 08:39:54.314 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker]
[2024/04/29 08:39:54.314 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/04/29 08:39:54.314 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop]
[2024/04/29 08:39:54.314 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/04/29 08:39:54.314 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=e417f314-99ce-45c2-8df1-08f13d6abde9]
[2024/04/29 08:39:54.314 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=e417f314-99ce-45c2-8df1-08f13d6abde9] [ownerKey=/tidb/bindinfo/owner]
[2024/04/29 08:39:54.314 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/04/29 08:39:54.314 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop]
[2024/04/29 08:39:54.314 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/04/29 08:39:54.314 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/04/29 08:39:54.314 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/04/29 08:39:54.314 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=e417f314-99ce-45c2-8df1-08f13d6abde9] [ownerKey=/tidb/stats/owner]
[2024/04/29 08:39:54.314 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner]
[2024/04/29 08:39:54.314 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/04/29 08:39:54.314 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000]
[2024/04/29 08:39:54.314 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000]
[2024/04/29 08:39:54.314 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000]
[2024/04/29 08:39:54.314 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000]
[2024/04/29 08:39:54.315 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000]
[2024/04/29 08:39:54.315 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=e417f314-99ce-45c2-8df1-08f13d6abde9]
[2024/04/29 08:39:54.315 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"]
[2024/04/29 08:39:54.315 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"]
[2024/04/29 08:39:54.315 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop]
[2024/04/29 08:39:54.315 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=3.757613ms]
[2024/04/29 08:39:54.316 +00:00] [INFO] [db.go:567] ["Closing database"]
[2024/04/29 08:39:54.316 +00:00] [INFO] [db.go:592] ["Memtable flushed"]
[2024/04/29 08:39:54.316 +00:00] [INFO] [db.go:596] ["Compaction finished"]
[2024/04/29 08:39:54.316 +00:00] [INFO] [db.go:615] ["BlobManager finished"]
[2024/04/29 08:39:54.316 +00:00] [INFO] [db.go:619] ["ResourceManager finished"]
[2024/04/29 08:39:54.316 +00:00] [INFO] [db.go:625] ["Waiting for closer"]
[2024/04/29 08:39:54.318 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=e5b6b310-0b70-4731-af30-5258c206e720] [ownerKey=/tidb/ddl/fg/owner]
[2024/04/29 08:39:54.318 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 08:39:54.318 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=1.975µs]
[2024/04/29 08:39:54.318 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=1.525µs]
[2024/04/29 08:39:54.318 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=1.419µs]
[2024/04/29 08:39:54.318 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=1.027µs]
[2024/04/29 08:39:54.318 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 08:39:54.318 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=1.266µs]
[2024/04/29 08:39:54.318 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 08:39:54.318 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/04/29 08:39:54.318 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl]
[2024/04/29 08:39:54.318 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=e5b6b310-0b70-4731-af30-5258c206e720] ["take time"=364.151µs]
[2024/04/29 08:39:54.318 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=e5b6b310-0b70-4731-af30-5258c206e720]
[2024/04/29 08:39:54.318 +00:00] [INFO] [domain.go:1025] ["stopping ttlJobManager"]
[2024/04/29 08:39:54.318 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl]
[2024/04/29 08:39:54.318 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/04/29 08:39:54.318 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/29 08:39:54.318 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/29 08:39:54.318 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/29 08:39:54.318 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/29 08:39:54.318 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/04/29 08:39:54.318 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/29 08:39:54.318 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/29 08:39:54.318 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/29 08:39:54.318 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/29 08:39:54.319 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager]
[2024/04/29 08:39:54.319 +00:00] [INFO] [domain.go:1036] ["ttlJobManager exited."]
[2024/04/29 08:39:54.319 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000]
[2024/04/29 08:39:54.319 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/04/29 08:39:54.319 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=e5b6b310-0b70-4731-af30-5258c206e720]
[2024/04/29 08:39:54.319 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000]
[2024/04/29 08:39:54.319 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/04/29 08:39:54.319 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."]
[2024/04/29 08:39:54.319 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/04/29 08:39:54.319 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=e5b6b310-0b70-4731-af30-5258c206e720] [ownerKey=/tidb/bindinfo/owner]
[2024/04/29 08:39:54.319 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."]
[2024/04/29 08:39:54.319 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/04/29 08:39:54.319 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/04/29 08:39:54.319 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop]
[2024/04/29 08:39:54.319 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 08:39:54.319 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=e5b6b310-0b70-4731-af30-5258c206e720] [ownerKey=/tidb/stats/owner]
[2024/04/29 08:39:54.319 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner]
[2024/04/29 08:39:54.319 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."]
[2024/04/29 08:39:54.319 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker]
[2024/04/29 08:39:54.319 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 08:39:54.319 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 08:39:54.319 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 08:39:54.319 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 08:39:54.319 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."]
[2024/04/29 08:39:54.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker]
[2024/04/29 08:39:54.320 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."]
[2024/04/29 08:39:54.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/04/29 08:39:54.320 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."]
[2024/04/29 08:39:54.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop]
[2024/04/29 08:39:54.320 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/04/29 08:39:54.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/04/29 08:39:54.320 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/04/29 08:39:54.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/04/29 08:39:54.320 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/04/29 08:39:54.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/04/29 08:39:54.320 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/04/29 08:39:54.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/04/29 08:39:54.320 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/04/29 08:39:54.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/04/29 08:39:54.320 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000]
[2024/04/29 08:39:54.320 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000]
[2024/04/29 08:39:54.320 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000]
[2024/04/29 08:39:54.320 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000]
[2024/04/29 08:39:54.320 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=e5b6b310-0b70-4731-af30-5258c206e720]
[2024/04/29 08:39:54.320 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"]
[2024/04/29 08:39:54.320 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"]
[2024/04/29 08:39:54.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop]
[2024/04/29 08:39:54.320 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=2.736184ms]
[2024/04/29 08:39:54.321 +00:00] [INFO] [db.go:567] ["Closing database"]
[2024/04/29 08:39:54.322 +00:00] [INFO] [db.go:592] ["Memtable flushed"]
[2024/04/29 08:39:54.322 +00:00] [INFO] [db.go:596] ["Compaction finished"]
[2024/04/29 08:39:54.322 +00:00] [INFO] [db.go:615] ["BlobManager finished"]
[2024/04/29 08:39:54.322 +00:00] [INFO] [db.go:619] ["ResourceManager finished"]
[2024/04/29 08:39:54.322 +00:00] [INFO] [db.go:625] ["Waiting for closer"]
--- PASS: TestSortInDisk (6.51s)
FAIL
coverage: 9.9% of statements
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 1
/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/11396/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/executor/sortexec/sortexec_test_/sortexec_test.runfiles/__main__/pkg/executor/sortexec/sortexec_test_/sortexec_test
================================================================================
[12,376 / 12,653] 294 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 16 of 33); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,395 / 12,670] 294 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,396 / 12,672] 294 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,402 / 12,674] 294 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 36s remote-cache, linux-sandbox ... (70 actions running)
[12,403 / 12,674] 294 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 37s remote-cache, linux-sandbox ... (70 actions running)
[12,412 / 12,674] 296 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,416 / 12,674] 298 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,420 / 12,674] 298 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,420 / 12,674] 298 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 42s remote-cache, linux-sandbox ... (70 actions running)
[12,421 / 12,674] 298 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 44s remote-cache, linux-sandbox ... (70 actions running)
[12,423 / 12,674] 298 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,423 / 12,674] 298 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 47s remote-cache, linux-sandbox ... (70 actions running)
[12,437 / 12,674] 298 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,451 / 12,750] 298 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,454 / 12,750] 301 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,460 / 12,750] 301 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,464 / 12,750] 302 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,471 / 12,750] 302 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 55s remote-cache, linux-sandbox ... (69 actions running)
[12,474 / 12,750] 302 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,477 / 12,750] 302 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,477 / 12,750] 303 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,485 / 12,750] 303 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 60s remote-cache, linux-sandbox ... (70 actions running)
[12,485 / 12,750] 303 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 61s remote-cache, linux-sandbox ... (70 actions running)
[12,491 / 12,750] 304 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 63s remote-cache, linux-sandbox ... (70 actions running)
[12,499 / 12,752] 305 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 65s remote-cache, linux-sandbox ... (70 actions running)
[12,506 / 12,752] 305 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,512 / 12,752] 306 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 67s remote-cache, linux-sandbox ... (70 actions running)
[12,513 / 12,752] 306 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,519 / 12,752] 306 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,526 / 12,752] 306 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,531 / 12,752] 306 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 72s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,533 / 12,752] 306 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,537 / 12,752] 306 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 74s remote-cache, linux-sandbox ... (70 actions running)
[12,538 / 12,752] 306 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,542 / 12,752] 306 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 77s remote-cache, linux-sandbox ... (70 actions running)
[12,543 / 12,752] 306 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 80s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,543 / 12,752] 306 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 81s remote-cache, linux-sandbox ... (70 actions running)
[12,548 / 12,752] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 82s remote-cache, linux-sandbox ... (70 actions running)
[12,549 / 12,752] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 85s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,550 / 12,752] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 86s remote-cache, linux-sandbox ... (70 actions running)
[12,551 / 12,752] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 87s remote-cache, linux-sandbox ... (70 actions running)
[12,551 / 12,752] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 95s remote-cache, linux-sandbox ... (70 actions running)
[12,553 / 12,752] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 96s remote-cache, linux-sandbox ... (70 actions running)
[12,555 / 12,752] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 97s remote-cache, linux-sandbox ... (69 actions running)
[12,557 / 12,757] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 98s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,559 / 12,761] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 100s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,562 / 12,763] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 101s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,563 / 12,763] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 102s remote-cache, linux-sandbox ... (70 actions running)
[12,567 / 12,763] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 103s remote-cache, linux-sandbox ... (70 actions running)
[12,575 / 12,804] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 104s remote-cache, linux-sandbox ... (70 actions running)
[12,576 / 12,804] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 105s remote-cache, linux-sandbox ... (70 actions running)
[12,577 / 12,804] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 107s remote-cache, linux-sandbox ... (70 actions running)
[12,578 / 12,804] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 108s remote-cache, linux-sandbox ... (70 actions running)
[12,578 / 12,804] 307 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 110s remote-cache, linux-sandbox ... (70 actions running)
[12,589 / 12,804] 310 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 111s remote-cache, linux-sandbox ... (70 actions running)
[12,593 / 12,819] 311 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 113s remote-cache, linux-sandbox ... (67 actions, 66 running)
[12,596 / 12,821] 311 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 114s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,598 / 12,823] 311 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 115s remote-cache, linux-sandbox ... (70 actions running)
[12,598 / 12,823] 311 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 117s remote-cache, linux-sandbox ... (70 actions running)
[12,601 / 12,823] 312 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 118s remote-cache, linux-sandbox ... (70 actions running)
[12,606 / 12,841] 312 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 120s remote-cache, linux-sandbox ... (70 actions running)
[12,609 / 12,841] 313 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 121s remote-cache, linux-sandbox ... (70 actions running)
[12,609 / 12,841] 313 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 123s remote-cache, linux-sandbox ... (70 actions running)
[12,610 / 12,841] 313 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 124s remote-cache, linux-sandbox ... (70 actions running)
[12,610 / 12,841] 314 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 126s remote-cache, linux-sandbox ... (70 actions running)
[12,619 / 12,841] 314 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 127s remote-cache, linux-sandbox ... (70 actions running)
[12,620 / 12,841] 314 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 129s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,625 / 12,889] 314 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 130s remote-cache, linux-sandbox ... (70 actions running)
[12,627 / 12,891] 314 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 131s remote-cache, linux-sandbox ... (70 actions running)
[12,628 / 12,891] 314 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 133s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,640 / 12,928] 315 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 134s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,640 / 12,928] 315 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 135s remote-cache, linux-sandbox ... (70 actions running)
[12,641 / 12,928] 316 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 137s remote-cache, linux-sandbox ... (70 actions running)
[12,641 / 12,928] 316 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 138s remote-cache, linux-sandbox ... (70 actions running)
[12,646 / 12,928] 317 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 139s remote-cache, linux-sandbox ... (70 actions running)
[12,646 / 12,928] 318 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 141s remote-cache, linux-sandbox ... (70 actions running)
[12,653 / 12,928] 320 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 142s remote-cache, linux-sandbox ... (70 actions running)
[12,655 / 12,928] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 81s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,656 / 12,928] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 82s remote-cache, linux-sandbox ... (70 actions running)
[12,661 / 12,967] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 83s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,663 / 12,967] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,667 / 12,967] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 85s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,668 / 12,967] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 86s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,675 / 12,994] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 88s remote-cache, linux-sandbox ... (70 actions running)
[12,677 / 12,994] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 89s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,679 / 12,994] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 91s remote-cache, linux-sandbox ... (70 actions running)
[12,680 / 12,994] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 92s remote-cache, linux-sandbox ... (70 actions running)
[12,687 / 13,046] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 93s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,690 / 13,052] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 95s remote-cache, linux-sandbox ... (70 actions running)
[12,692 / 13,052] 320 / 403 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 76s remote-cache, linux-sandbox ... (70 actions running)
[12,698 / 13,052] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 39 of 42); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,699 / 13,052] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 39 of 42); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,702 / 13,052] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 51s remote-cache, linux-sandbox ... (70 actions running)
[12,703 / 13,052] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,712 / 13,121] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,717 / 13,121] 320 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,723 / 13,121] 321 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,724 / 13,121] 321 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,725 / 13,121] 321 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,725 / 13,121] 321 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 61s remote-cache, linux-sandbox ... (70 actions running)
[12,736 / 13,121] 321 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 62s remote-cache, linux-sandbox ... (61 actions, 53 running)
[12,740 / 13,121] 323 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 63s remote-cache, linux-sandbox ... (70 actions running)
[12,745 / 13,121] 323 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,749 / 13,121] 323 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 66s remote-cache, linux-sandbox ... (70 actions running)
[12,751 / 13,121] 323 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,756 / 13,121] 323 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,758 / 13,121] 323 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 12 of 42); 60s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,765 / 13,172] 323 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 13 of 42); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,766 / 13,172] 323 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 13 of 42); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,772 / 13,172] 323 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 42s remote-cache, linux-sandbox ... (70 actions running)
[12,775 / 13,223] 323 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,775 / 13,223] 323 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,776 / 13,223] 323 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,796 / 13,248] 323 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 48s remote-cache, linux-sandbox ... (70 actions running)
[12,796 / 13,248] 323 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 49s remote-cache, linux-sandbox ... (70 actions running)
[12,801 / 13,248] 324 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,802 / 13,248] 324 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,804 / 13,248] 324 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 53s remote-cache, linux-sandbox ... (70 actions running)
[12,805 / 13,248] 324 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 54s remote-cache, linux-sandbox ... (70 actions running)
[12,806 / 13,248] 325 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,822 / 13,248] 325 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,822 / 13,248] 325 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,823 / 13,248] 325 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 61s remote-cache, linux-sandbox ... (70 actions running)
[12,834 / 13,248] 325 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 62s remote-cache, linux-sandbox ... (70 actions running)
[12,835 / 13,266] 325 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,845 / 13,266] 326 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 65s remote-cache, linux-sandbox ... (70 actions running)
[12,846 / 13,266] 326 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,849 / 13,266] 326 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,854 / 13,266] 326 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,858 / 13,266] 328 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 70s remote-cache, linux-sandbox ... (70 actions running)
[12,862 / 13,268] 328 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 71s remote-cache, linux-sandbox ... (70 actions running)
[12,863 / 13,268] 328 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 72s remote-cache, linux-sandbox ... (70 actions running)
[12,866 / 13,268] 328 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 74s remote-cache, linux-sandbox ... (70 actions running)
[12,867 / 13,268] 328 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,867 / 13,268] 328 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 77s remote-cache, linux-sandbox ... (70 actions running)
[12,880 / 13,268] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 42); 42s remote-cache, linux-sandbox ... (70 actions running)
[12,883 / 13,277] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 42); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,890 / 13,305] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 42); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,892 / 13,305] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 45s remote-cache, linux-sandbox ... (68 actions, 67 running)
[12,898 / 13,305] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,903 / 13,317] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 47s remote-cache, linux-sandbox ... (68 actions running)
[12,906 / 13,317] 329 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,910 / 13,317] 329 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,912 / 13,317] 329 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,912 / 13,317] 329 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,913 / 13,317] 329 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 29s remote-cache, linux-sandbox ... (70 actions running)
[12,915 / 13,317] 329 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 31s remote-cache, linux-sandbox ... (67 actions, 66 running)
[12,920 / 13,317] 329 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 32s remote-cache, linux-sandbox ... (70 actions running)
[12,925 / 13,317] 329 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 33s remote-cache, linux-sandbox ... (70 actions running)
[12,932 / 13,317] 329 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 35s remote-cache, linux-sandbox ... (70 actions running)
[12,933 / 13,317] 329 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 36s remote-cache, linux-sandbox ... (70 actions running)
[12,934 / 13,317] 329 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 38s remote-cache, linux-sandbox ... (70 actions running)
[12,935 / 13,317] 329 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 40s remote-cache, linux-sandbox ... (70 actions running)
[12,935 / 13,317] 330 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 41s remote-cache, linux-sandbox ... (70 actions running)
[12,956 / 13,322] 330 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,957 / 13,322] 330 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,957 / 13,322] 330 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,961 / 13,322] 330 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 47s remote-cache, linux-sandbox ... (70 actions running)
[12,963 / 13,322] 330 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,965 / 13,322] 330 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,979 / 13,322] 330 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 51s remote-cache, linux-sandbox ... (70 actions running)
[12,980 / 13,322] 332 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,985 / 13,322] 332 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,986 / 13,322] 332 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,988 / 13,322] 332 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,994 / 13,348] 332 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,001 / 13,348] 333 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,004 / 13,348] 333 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 60s remote-cache, linux-sandbox ... (70 actions running)
[13,005 / 13,348] 333 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 62s remote-cache, linux-sandbox ... (70 actions running)
[13,014 / 13,348] 334 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 63s remote-cache, linux-sandbox ... (70 actions running)
[13,022 / 13,348] 334 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 64s remote-cache, linux-sandbox ... (70 actions running)
[13,022 / 13,348] 334 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 65s remote-cache, linux-sandbox ... (70 actions running)
[13,029 / 13,348] 334 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 66s remote-cache, linux-sandbox ... (70 actions running)
[13,029 / 13,348] 334 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 68s remote-cache, linux-sandbox ... (70 actions running)
[13,029 / 13,348] 334 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 69s remote-cache, linux-sandbox ... (70 actions running)
[13,031 / 13,373] 334 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 70s remote-cache, linux-sandbox ... (70 actions running)
[13,036 / 13,395] 334 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 72s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,046 / 13,395] 335 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 73s remote-cache, linux-sandbox ... (70 actions running)
[13,055 / 13,395] 336 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 74s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,059 / 13,395] 336 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 75s remote-cache, linux-sandbox ... (70 actions running)
[13,060 / 13,395] 336 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,060 / 13,395] 336 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 78s remote-cache, linux-sandbox ... (70 actions running)
[13,060 / 13,395] 336 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 79s remote-cache, linux-sandbox ... (70 actions running)
[13,071 / 13,395] 337 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 81s remote-cache, linux-sandbox ... (70 actions running)
[13,071 / 13,395] 337 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 82s remote-cache, linux-sandbox ... (70 actions running)
[13,084 / 13,395] 338 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 83s remote-cache, linux-sandbox ... (70 actions running)
[13,086 / 13,397] 338 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 84s remote-cache, linux-sandbox ... (70 actions running)
[13,086 / 13,397] 338 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 85s remote-cache, linux-sandbox ... (70 actions running)
[13,087 / 13,397] 338 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 86s remote-cache, linux-sandbox ... (70 actions running)
[13,092 / 13,420] 339 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 87s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,097 / 13,420] 340 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 89s remote-cache, linux-sandbox ... (70 actions running)
[13,102 / 13,422] 342 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 90s remote-cache, linux-sandbox ... (70 actions running)
[13,112 / 13,424] 342 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 92s remote-cache, linux-sandbox ... (70 actions running)
[13,113 / 13,424] 342 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 93s remote-cache, linux-sandbox ... (70 actions running)
[13,114 / 13,424] 342 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 95s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,116 / 13,424] 342 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 96s remote-cache, linux-sandbox ... (70 actions running)
[13,120 / 13,424] 342 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 97s remote-cache, linux-sandbox ... (70 actions running)
[13,122 / 13,424] 342 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 98s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,127 / 13,486] 342 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 99s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,140 / 13,486] 344 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 101s remote-cache, linux-sandbox ... (70 actions running)
[13,141 / 13,486] 344 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 103s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,147 / 13,486] 344 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 104s remote-cache, linux-sandbox ... (70 actions running)
[13,152 / 13,490] 344 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 105s remote-cache, linux-sandbox ... (70 actions running)
[13,156 / 13,498] 344 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 107s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,157 / 13,498] 344 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 108s remote-cache, linux-sandbox ... (70 actions running)
[13,158 / 13,498] 344 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 110s remote-cache, linux-sandbox ... (70 actions running)
[13,158 / 13,498] 345 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 112s remote-cache, linux-sandbox ... (70 actions running)
[13,178 / 13,498] 346 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 113s remote-cache, linux-sandbox ... (54 actions, 39 running)
[13,183 / 13,519] 347 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 114s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,185 / 13,521] 347 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 116s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,187 / 13,521] 347 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 117s remote-cache, linux-sandbox ... (70 actions running)
[13,188 / 13,521] 347 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 119s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,203 / 13,521] 348 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 120s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,205 / 13,521] 348 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 121s remote-cache, linux-sandbox ... (70 actions running)
[13,206 / 13,521] 348 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 122s remote-cache, linux-sandbox ... (70 actions running)
[13,206 / 13,521] 348 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 123s remote-cache, linux-sandbox ... (70 actions running)
[13,207 / 13,521] 348 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 125s remote-cache, linux-sandbox ... (70 actions running)
[13,207 / 13,521] 348 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 126s remote-cache, linux-sandbox ... (70 actions running)
[13,229 / 13,521] 349 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 127s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,236 / 13,537] 349 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 129s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,237 / 13,537] 349 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 130s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,239 / 13,537] 349 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 131s remote-cache, linux-sandbox ... (70 actions running)
[13,240 / 13,537] 349 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 132s remote-cache, linux-sandbox ... (70 actions running)
[13,244 / 13,543] 349 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 133s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,259 / 13,543] 351 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 134s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,264 / 13,543] 351 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 136s remote-cache, linux-sandbox ... (70 actions running)
[13,269 / 13,543] 352 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 25s remote-cache, linux-sandbox ... (70 actions running)
[13,269 / 13,543] 352 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 26s remote-cache, linux-sandbox ... (70 actions running)
[13,269 / 13,543] 352 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 27s remote-cache, linux-sandbox ... (70 actions running)
[13,271 / 13,550] 352 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 29s remote-cache, linux-sandbox ... (70 actions running)
[13,277 / 13,556] 352 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,293 / 13,556] 352 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 31s remote-cache, linux-sandbox ... (70 actions running)
[13,295 / 13,556] 352 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,297 / 13,556] 352 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,298 / 13,556] 352 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 35s remote-cache, linux-sandbox ... (70 actions running)
[13,303 / 13,556] 353 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 36s remote-cache, linux-sandbox ... (70 actions running)
[13,304 / 13,556] 353 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 37s remote-cache, linux-sandbox ... (70 actions running)
[13,309 / 13,563] 353 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,323 / 13,563] 354 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 40s remote-cache, linux-sandbox ... (70 actions running)
[13,324 / 13,563] 354 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,324 / 13,563] 354 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 43s remote-cache, linux-sandbox ... (70 actions running)
[13,332 / 13,563] 354 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,335 / 13,563] 355 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 26 of 42); 45s remote-cache, linux-sandbox ... (70 actions running)
[13,347 / 13,563] 357 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,347 / 13,563] 357 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 34s remote-cache, linux-sandbox ... (70 actions running)
[13,347 / 13,563] 357 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 36s remote-cache, linux-sandbox ... (70 actions running)
[13,353 / 13,563] 357 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 37s remote-cache, linux-sandbox ... (67 actions, 65 running)
[13,361 / 13,570] 358 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,363 / 13,570] 358 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 40s remote-cache, linux-sandbox ... (70 actions running)
[13,370 / 13,583] 359 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,375 / 13,610] 359 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 43s remote-cache, linux-sandbox ... (70 actions running)
[13,376 / 13,610] 359 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 44s remote-cache, linux-sandbox ... (70 actions running)
[13,377 / 13,610] 359 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,377 / 13,610] 359 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 47s remote-cache, linux-sandbox ... (70 actions running)
[13,396 / 13,610] 364 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 48s remote-cache, linux-sandbox ... (70 actions running)
[13,397 / 13,614] 364 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,401 / 13,623] 364 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 51s remote-cache, linux-sandbox ... (70 actions running)
[13,402 / 13,623] 364 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 27 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,406 / 13,635] 364 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 28 of 42); 50s remote-cache, linux-sandbox ... (70 actions running)
[13,406 / 13,635] 364 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 28 of 42); 51s remote-cache, linux-sandbox ... (70 actions running)
[13,407 / 13,635] 364 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 28 of 42); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,424 / 13,645] 364 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 28 of 42); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,425 / 13,645] 364 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 28 of 42); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,425 / 13,645] 364 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 28 of 42); 57s remote-cache, linux-sandbox ... (70 actions running)
[13,433 / 13,645] 364 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,434 / 13,645] 365 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 31s remote-cache, linux-sandbox ... (70 actions running)
[13,451 / 13,663] 365 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 33s remote-cache, linux-sandbox ... (70 actions running)
[13,462 / 13,708] 365 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,465 / 13,708] 365 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,466 / 13,708] 365 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,469 / 13,708] 365 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 38s remote-cache, linux-sandbox ... (69 actions running)
[13,475 / 13,747] 365 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,477 / 13,747] 365 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 40s remote-cache, linux-sandbox ... (70 actions running)
[13,477 / 13,747] 365 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 42s remote-cache, linux-sandbox ... (70 actions running)
[13,478 / 13,747] 365 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,487 / 13,747] 367 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 44s remote-cache, linux-sandbox ... (70 actions running)
[13,488 / 13,747] 368 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 45s remote-cache, linux-sandbox ... (70 actions running)
[13,493 / 13,747] 369 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 46s remote-cache, linux-sandbox ... (70 actions running)
[13,502 / 13,747] 369 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 48s remote-cache, linux-sandbox ... (70 actions running)
[13,503 / 13,747] 369 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 49s remote-cache, linux-sandbox ... (70 actions running)
[13,508 / 13,747] 369 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 50s remote-cache, linux-sandbox ... (70 actions running)
[13,511 / 13,756] 369 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 51s remote-cache, linux-sandbox ... (70 actions running)
[13,511 / 13,756] 369 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,522 / 13,756] 371 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,525 / 13,756] 371 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 55s remote-cache, linux-sandbox ... (70 actions running)
[13,525 / 13,756] 371 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 56s remote-cache, linux-sandbox ... (70 actions running)
[13,534 / 13,798] 371 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 57s remote-cache, linux-sandbox ... (70 actions running)
[13,537 / 13,817] 371 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,539 / 13,817] 371 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 60s remote-cache, linux-sandbox ... (70 actions running)
[13,544 / 13,817] 372 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 62s remote-cache, linux-sandbox ... (70 actions running)
[13,552 / 13,817] 372 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,567 / 13,819] 372 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,568 / 13,819] 372 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,574 / 13,865] 372 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,574 / 13,865] 372 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 68s remote-cache, linux-sandbox ... (70 actions running)
[13,575 / 13,865] 372 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 69s remote-cache, linux-sandbox ... (70 actions running)
[13,585 / 13,865] 372 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 70s remote-cache, linux-sandbox ... (65 actions, 60 running)
[13,597 / 13,865] 375 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 72s remote-cache, linux-sandbox ... (70 actions running)
[13,597 / 13,865] 375 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 73s remote-cache, linux-sandbox ... (70 actions running)
[13,603 / 13,865] 375 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 75s remote-cache, linux-sandbox ... (70 actions running)
[13,607 / 13,915] 375 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,621 / 13,915] 377 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 33 of 42); 49s remote-cache, linux-sandbox ... (64 actions, 58 running)
[13,627 / 13,915] 377 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 33 of 42); 50s remote-cache, linux-sandbox ... (70 actions running)
[13,632 / 13,915] 377 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 33 of 42); 51s remote-cache, linux-sandbox ... (70 actions running)
[13,635 / 13,915] 378 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 34 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,636 / 13,915] 378 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 34 of 42); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,639 / 13,915] 379 / 403 tests; Testing //pkg/executor/test/fktest:fktest_test (shard 10 of 24); 22s remote-cache, linux-sandbox ... (67 actions, 64 running)
[13,656 / 13,957] 379 / 403 tests; Testing //pkg/planner/core/tests/prepare:prepare_test (shard 16 of 24); 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,668 / 13,957] 379 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 9s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,672 / 13,957] 379 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 10s remote-cache, linux-sandbox ... (70 actions running)
[13,673 / 13,957] 379 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,675 / 13,979] 379 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 13s remote-cache, linux-sandbox ... (70 actions running)
[13,694 / 13,979] 379 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 14s remote-cache, linux-sandbox ... (70 actions running)
FAIL: //pkg/server/handler/tests:tests_test (shard 31 of 38) (see /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_31_of_38/test_attempts/attempt_1.log)
[13,695 / 13,979] 380 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 16s remote-cache, linux-sandbox ... (70 actions running)
[13,710 / 13,979] 382 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 17s remote-cache, linux-sandbox ... (70 actions running)
[13,711 / 13,979] 382 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,726 / 13,979] 383 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 20s remote-cache, linux-sandbox ... (69 actions running)
[13,727 / 13,979] 383 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 21s remote-cache, linux-sandbox ... (70 actions running)
[13,727 / 13,979] 383 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 22s remote-cache, linux-sandbox ... (70 actions running)
INFO: From Testing //pkg/server/handler/tests:tests_test (shard 31 of 38):
==================== Test output for //pkg/server/handler/tests:tests_test (shard 31 of 38):
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0x7) at pc=0x00007f3827ae98dd, pid=14, tid=62
#
# JRE version:  (17.0.5+8) (build )
# Java VM: OpenJDK 64-Bit Server VM (17.0.5+8-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V  [libjvm.so+0xc0d8dd]  PerfMemory::alloc(unsigned long)+0x5d
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/12643/execroot/__main__/core.14)
#
#

---------------  S U M M A R Y ------------

Command Line: -Djava.io.tmpdir=/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/12643/execroot/__main__/_tmp/b8fad3c279fc42161029691ce0034da4 -XX:ErrorFile=/dev/stderr com.google.devtools.coverageoutputgenerator.Main --coverage_dir=/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/12643/execroot/__main__/bazel-out/k8-fastbuild/testlogs/_coverage/pkg/server/handler/tests/tests_test/shard_31_of_38/test --output_file=/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/12643/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_31_of_38/coverage.dat --filter_sources=/usr/bin/.+ --filter_sources=/usr/lib/.+ --filter_sources=/usr/include.+ --filter_sources=/Applications/.+ --source_file_manifest=/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/12643/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/server/handler/tests/tests_test.instrumented_files

Host: Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz, 72 cores, 342G, CentOS Linux release 7.9.2009 (Core)
Time: Mon Apr 29 08:47:15 2024 UTC elapsed time: 0.096239 seconds (0d 0h 0m 0s)

---------------  T H R E A D  ---------------

Current thread (0x00007f38200262f0):  JavaThread "Unknown thread" [_thread_in_vm, id=62, stack(0x00007f3828d65000,0x00007f3828e66000)]

Stack: [0x00007f3828d65000,0x00007f3828e66000],  sp=0x00007f3828e649a0,  free space=1022k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0xc0d8dd]  PerfMemory::alloc(unsigned long)+0x5d
V  [libjvm.so+0xc0c079]  PerfLong::PerfLong(CounterNS, char const*, PerfData::Units, PerfData::Variability)+0x59
V  [libjvm.so+0xc0cf4f]  PerfDataManager::create_long_counter(CounterNS, char const*, PerfData::Units, long, JavaThread*)+0x4f
V  [libjvm.so+0x579d11]  ClassLoader::initialize(JavaThread*)+0x1e1
V  [libjvm.so+0x57a073]  classLoader_init1()+0x23
V  [libjvm.so+0x7ed5dd]  init_globals()+0x1d
V  [libjvm.so+0xe87f89]  Threads::create_vm(JavaVMInitArgs*, bool*)+0x289
V  [libjvm.so+0x8a7741]  JNI_CreateJavaVM+0x51
C  [libjli.so+0x3b1a]  JavaMain+0x8a
C  [libjli.so+0x7d69]  ThreadJavaMain+0x9


siginfo: si_signo: 7 (SIGBUS), si_code: 2 (BUS_ADRERR), si_addr: 0x00007f3828d3f01c

Registers:
RAX=0x00007f3828d3f000, RBX=0x0000000000000040, RCX=0x00007f38200250d0, RDX=0x0000000000000820
RSP=0x00007f3828e649a0, RBP=0x00007f3828e649c0, RSI=0x000055bd5cab7340, RDI=0x00007f3820022298
R8 =0x000055bd5cab7340, R9 =0x00007f38282aa2cd, R10=0x0000000000000003, R11=0x0000000000001000
R12=0x00007f3820022290, R13=0x00007f3828d3f7e0, R14=0x0000000000000007, R15=0x0000000000000038
RIP=0x00007f3827ae98dd, EFLAGS=0x0000000000010202, CSGSFS=0x002b000000000033, ERR=0x0000000000000006
  TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007f3828e649a0)
0x00007f3828e649a0:   00007f3820034fd0 000000000000000b
0x00007f3828e649b0:   00007f3820034fd0 0000000000000040
0x00007f3828e649c0:   00007f3828e64a10 00007f3827ae8079
0x00007f3828e649d0:   00007f3828e64a10 00007f3827ae860e 

Instructions: (pc=0x00007f3827ae98dd)
0x00007f3827ae97dd:   75 41 48 8d 05 c6 c3 74 00 55 8b 00 48 89 e5 83
0x00007f3827ae97ed:   f8 02 74 37 8b 05 a9 ac 74 00 85 c0 74 1f 80 3d
0x00007f3827ae97fd:   8e ac 74 00 00 75 16 48 83 3d b4 ac 74 00 00 74
0x00007f3827ae980d:   05 e8 3d 13 00 00 c6 05 76 ac 74 00 01 5d c3 0f
0x00007f3827ae981d:   1f 40 00 c3 0f 1f 80 00 00 00 00 48 8d 05 29 da
0x00007f3827ae982d:   74 00 48 83 38 00 75 bc e8 c6 e3 ff ff eb b5 0f
0x00007f3827ae983d:   1f 40 00 8b 05 5a ac 74 00 85 c0 74 26 80 3d 3f
0x00007f3827ae984d:   ac 74 00 00 75 1d 48 83 3d 65 ac 74 00 00 74 1b
0x00007f3827ae985d:   55 48 89 e5 e8 ea 12 00 00 c6 05 23 ac 74 00 01
0x00007f3827ae986d:   5d c3 90 c3 0f 1f 80 00 00 00 00 c6 05 11 ac 74
0x00007f3827ae987d:   00 01 c3 55 48 89 e5 41 55 41 54 53 48 83 ec 08
0x00007f3827ae988d:   48 8d 05 54 9b 6e 00 80 38 00 74 77 48 8d 05 98
0x00007f3827ae989d:   79 74 00 48 89 fb 4c 8b 20 4d 85 e4 74 08 4c 89
0x00007f3827ae98ad:   e7 e8 6d 57 f7 ff 4c 8b 2d f6 ab 74 00 48 8b 05
0x00007f3827ae98bd:   d7 ab 74 00 49 8d 54 1d 00 48 3b 15 eb ab 74 00
0x00007f3827ae98cd:   73 31 48 89 15 da ab 74 00 48 2b 15 e3 ab 74 00
0x00007f3827ae98dd:   83 40 1c 01 89 50 08 4d 85 e4 74 08 4c 89 e7 e8
0x00007f3827ae98ed:   cf 58 f7 ff 48 83 c4 08 4c 89 e8 5b 41 5c 41 5d
0x00007f3827ae98fd:   5d c3 90 01 58 0c 45 31 ed eb dc 0f 1f 84 00 00
0x00007f3827ae990d:   00 00 00 48 83 c4 08 45 31 ed 5b 4c 89 e8 41 5c
0x00007f3827ae991d:   41 5d 5d c3 90 66 66 2e 0f 1f 84 00 00 00 00 00
0x00007f3827ae992d:   0f 1f 00 48 8d 05 b1 9a 6e 00 80 38 00 75 04 c3
0x00007f3827ae993d:   0f 1f 00 55 48 89 e5 53 48 83 ec 08 48 8b 1d 48
0x00007f3827ae994d:   ab 74 00 e8 db c1 fb ff 48 89 43 10 48 83 c4 08
0x00007f3827ae995d:   5b 5d c3 55 48 89 e5 41 54 4c 8d 25 5b fc 72 00
0x00007f3827ae996d:   53 49 83 3c 24 00 74 4b 31 d2 be 08 00 00 00 bf
0x00007f3827ae997d:   01 10 00 00 e8 fa df 7a ff 4d 8b 24 24 48 89 c3
0x00007f3827ae998d:   4c 89 e7 e8 3b 43 64 ff b9 01 10 00 00 48 89 da
0x00007f3827ae999d:   4c 89 e7 48 89 c6 e8 18 d7 7b ff 84 c0 74 0c 48
0x00007f3827ae99ad:   89 d8 5b 41 5c 5d c3 0f 1f 40 00 48 89 df e8 50
0x00007f3827ae99bd:   e1 7a ff 31 d2 be 08 00 00 00 bf 16 00 00 00 e8
0x00007f3827ae99cd:   af df 7a ff 48 89 c3 e8 c7 c3 fb ff 48 89 df be 



---------------  P R O C E S S  ---------------

Threads class SMR info:
_java_thread_list=0x00007f3828252c20, length=0, elements={
}

Java Threads: ( => current thread )

Other Threads:

=>0x00007f38200262f0 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=62, stack(0x00007f3828d65000,0x00007f3828e66000)]

Threads with active compile tasks:

VM state: not at safepoint (not fully initialized)

VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x00007f3820022290] PerfDataMemAlloc_lock - owner thread: 0x00007f38200262f0

Heap address: 0x0000000000000000, size: 0 MB, Compressed Oops mode: 32-bit

CDS archive(s) mapped at: [0x0000000000000000-0x0000000000000000-0x0000000000000000), size 0, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 0.
Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0

GC Precious Log:
<Not initialized>

Dll operation events (0 events):
No events

Deoptimization events (0 events):
No events

Classes unloaded (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (0 events):
No events

VM Operations (0 events):
No events

Events (1 events):
Event: 0.020 Protecting memory [0x00007f3828d65000,0x00007f3828d69000] with protection modes 0


Dynamic libraries:
55bd5c01c000-55bd5c01d000 r-xp 00000000 103:01 178528551                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/bin/java
55bd5c01e000-55bd5c01f000 r--p 00001000 103:01 178528551                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/bin/java
55bd5c01f000-55bd5c020000 rw-p 00002000 103:01 178528551                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/bin/java
55bd5ca90000-55bd5cad7000 rw-p 00000000 00:00 0                          [heap]
7f38183f4000-7f3820000000 r--s 00000000 103:01 178538218                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/lib/modules
7f3820000000-7f382003f000 rw-p 00000000 00:00 0 
7f382003f000-7f3824000000 ---p 00000000 00:00 0 
7f38263ca000-7f38267bf000 rw-p 00000000 00:00 0 
7f38267bf000-7f38267cb000 r-xp 00000000 08:03 18880637                   /usr/lib64/libnss_files-2.17.so
7f38267cb000-7f38269ca000 ---p 0000c000 08:03 18880637                   /usr/lib64/libnss_files-2.17.so
7f38269ca000-7f38269cb000 r--p 0000b000 08:03 18880637                   /usr/lib64/libnss_files-2.17.so
7f38269cb000-7f38269cc000 rw-p 0000c000 08:03 18880637                   /usr/lib64/libnss_files-2.17.so
7f38269cc000-7f38269d2000 rw-p 00000000 00:00 0 
7f38269d2000-7f3826ad3000 r-xp 00000000 08:03 18880616                   /usr/lib64/libm-2.17.so
7f3826ad3000-7f3826cd2000 ---p 00101000 08:03 18880616                   /usr/lib64/libm-2.17.so
7f3826cd2000-7f3826cd3000 r--p 00100000 08:03 18880616                   /usr/lib64/libm-2.17.so
7f3826cd3000-7f3826cd4000 rw-p 00101000 08:03 18880616                   /usr/lib64/libm-2.17.so
7f3826cd4000-7f3826cdb000 r-xp 00000000 08:03 18880687                   /usr/lib64/librt-2.17.so
7f3826cdb000-7f3826eda000 ---p 00007000 08:03 18880687                   /usr/lib64/librt-2.17.so
7f3826eda000-7f3826edb000 r--p 00006000 08:03 18880687                   /usr/lib64/librt-2.17.so
7f3826edb000-7f3826edc000 rw-p 00007000 08:03 18880687                   /usr/lib64/librt-2.17.so
7f3826edc000-7f3828115000 r-xp 00000000 103:01 178530276                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/lib/server/libjvm.so
7f3828115000-7f38281ce000 r--p 01238000 103:01 178530276                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/lib/server/libjvm.so
7f38281ce000-7f3828203000 rw-p 012f1000 103:01 178530276                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/lib/server/libjvm.so
7f3828203000-7f382825d000 rw-p 00000000 00:00 0 
7f382825d000-7f3828421000 r-xp 00000000 08:03 18880520                   /usr/lib64/libc-2.17.so
7f3828421000-7f3828620000 ---p 001c4000 08:03 18880520                   /usr/lib64/libc-2.17.so
7f3828620000-7f3828624000 r--p 001c3000 08:03 18880520                   /usr/lib64/libc-2.17.so
7f3828624000-7f3828626000 rw-p 001c7000 08:03 18880520                   /usr/lib64/libc-2.17.so
7f3828626000-7f382862b000 rw-p 00000000 00:00 0 
7f382862b000-7f382862d000 r-xp 00000000 08:03 18880544                   /usr/lib64/libdl-2.17.so
7f382862d000-7f382882d000 ---p 00002000 08:03 18880544                   /usr/lib64/libdl-2.17.so
7f382882d000-7f382882e000 r--p 00002000 08:03 18880544                   /usr/lib64/libdl-2.17.so
7f382882e000-7f382882f000 rw-p 00003000 08:03 18880544                   /usr/lib64/libdl-2.17.so
7f382882f000-7f3828846000 r-xp 00000000 08:03 18880666                   /usr/lib64/libpthread-2.17.so
7f3828846000-7f3828a45000 ---p 00017000 08:03 18880666                   /usr/lib64/libpthread-2.17.so
7f3828a45000-7f3828a46000 r--p 00016000 08:03 18880666                   /usr/lib64/libpthread-2.17.so
7f3828a46000-7f3828a47000 rw-p 00017000 08:03 18880666                   /usr/lib64/libpthread-2.17.so
7f3828a47000-7f3828a4b000 rw-p 00000000 00:00 0 
7f3828a4b000-7f3828a60000 r-xp 00000000 08:03 18880733                   /usr/lib64/libz.so.1.2.7
7f3828a60000-7f3828c5f000 ---p 00015000 08:03 18880733                   /usr/lib64/libz.so.1.2.7
7f3828c5f000-7f3828c60000 r--p 00014000 08:03 18880733                   /usr/lib64/libz.so.1.2.7
7f3828c60000-7f3828c61000 rw-p 00015000 08:03 18880733                   /usr/lib64/libz.so.1.2.7
7f3828c61000-7f3828c83000 r-xp 00000000 08:03 18880495                   /usr/lib64/ld-2.17.so
7f3828d3f000-7f3828d47000 rw-s 00000000 08:03 9968549                    /tmp/hsperfdata_jenkins/14
7f3828d47000-7f3828d62000 r-xp 00000000 103:01 178536444                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/lib/libjimage.so
7f3828d62000-7f3828d64000 r--p 0001a000 103:01 178536444                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/lib/libjimage.so
7f3828d64000-7f3828d65000 rw-p 0001c000 103:01 178536444                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/lib/libjimage.so
7f3828d65000-7f3828d69000 ---p 00000000 00:00 0 
7f3828d69000-7f3828e6a000 rw-p 00000000 00:00 0 
7f3828e6a000-7f3828e78000 r-xp 00000000 103:01 178536826                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/lib/libjli.so
7f3828e78000-7f3828e79000 ---p 0000e000 103:01 178536826                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/lib/libjli.so
7f3828e79000-7f3828e7a000 r--p 0000e000 103:01 178536826                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/lib/libjli.so
7f3828e7a000-7f3828e7b000 rw-p 0000f000 103:01 178536826                 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/external/remotejdk17_linux/lib/libjli.so
7f3828e7b000-7f3828e7d000 rw-p 00000000 00:00 0 
7f3828e7d000-7f3828e7e000 rw-p 00000000 00:00 0 
7f3828e7e000-7f3828e7f000 ---p 00000000 00:00 0 
7f3828e7f000-7f3828e80000 r--p 00000000 00:00 0 
7f3828e80000-7f3828e81000 ---p 00000000 00:00 0 
7f3828e81000-7f3828e82000 rw-p 00000000 00:00 0 
7f3828e82000-7f3828e83000 r--p 00021000 08:03 18880495                   /usr/lib64/ld-2.17.so
7f3828e83000-7f3828e84000 rw-p 00022000 08:03 18880495                   /usr/lib64/ld-2.17.so
7f3828e84000-7f3828e85000 rw-p 00000000 00:00 0 
7ffd00cc4000-7ffd00ce6000 rw-p 00000000 00:00 0                          [stack]
7ffd00d94000-7ffd00d98000 r--p 00000000 00:00 0                          [vvar]
7ffd00d98000-7ffd00d9a000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


VM Arguments:
jvm_args: -Djava.io.tmpdir=/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/12643/execroot/__main__/_tmp/b8fad3c279fc42161029691ce0034da4 -XX:ErrorFile=/dev/stderr 
java_command: com.google.devtools.coverageoutputgenerator.Main --coverage_dir=/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/12643/execroot/__main__/bazel-out/k8-fastbuild/testlogs/_coverage/pkg/server/handler/tests/tests_test/shard_31_of_38/test --output_file=/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/12643/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_31_of_38/coverage.dat --filter_sources=/usr/bin/.+ --filter_sources=/usr/lib/.+ --filter_sources=/usr/include.+ --filter_sources=/Applications/.+ --source_file_manifest=/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/12643/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/server/handler/tests/tests_test.instrumented_files
java_class_path (initial): /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/remote_coverage_tools/Main.runfiles/__main__/../remote_coverage_tools/all_lcov_merger_tools_deploy.jar
Launcher Type: SUN_STANDARD

[Global flags]
     uint ConcGCThreads                            = 9                                         {product} {ergonomic}
    ccstr ErrorFile                                = /dev/stderr                               {product} {command line}
     uint G1ConcRefinementThreads                  = 35                                        {product} {ergonomic}
    uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}
   size_t InitialHeapSize                          = 2147483648                                {product} {ergonomic}
   size_t MarkStackSize                            = 4194304                                   {product} {ergonomic}
   size_t MaxHeapSize                              = 32178700288                               {product} {ergonomic}
   size_t MinHeapSize                              = 6815736                                   {product} {ergonomic}
    uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
     bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
     bool UseCompressedClassPointers               = true                           {product lp64_product} {ergonomic}
     bool UseCompressedOops                        = true                           {product lp64_product} {ergonomic}
     bool UseG1GC                                  = true                                      {product} {ergonomic}

Logging:
Log output configuration:
 #0: stdout all=warning uptime,level,tags
 #1: stderr all=off uptime,level,tags

Environment Variables:
PATH=.:/bin:/usr/bin:/usr/local/bin
LC_CTYPE=en_US.UTF-8
TMPDIR=/tmp
TZ=UTC

Signal Handlers:
   SIGSEGV: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
    SIGBUS: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
    SIGFPE: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
   SIGPIPE: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
   SIGXFSZ: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
    SIGILL: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
   SIGUSR2: SR_handler in libjvm.so, mask=00000000000000000000000000000000, flags=SA_RESTART|SA_SIGINFO
    SIGHUP: SIG_DFL, mask=00000000000000000000000000000000, flags=none
    SIGINT: SIG_DFL, mask=00000000000000000000000000000000, flags=none
   SIGTERM: SIG_DFL, mask=00000000000000000000000000000000, flags=none
   SIGQUIT: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO
   SIGTRAP: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO


---------------  S Y S T E M  ---------------

OS:
CentOS Linux release 7.9.2009 (Core)
uname: Linux 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 17:09:15 UTC 2023 x86_64
OS uptime: 341 days 6:00 hours
libc: glibc 2.17 NPTL 2.17 
rlimit (soft/hard): STACK 8192k/infinity , CORE infinity/infinity , NPROC infinity/infinity , NOFILE 1048576/1048576 , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK 64k/64k
load average: 113.62 128.11 105.36

/proc/meminfo:
MemTotal:       394300036 kB
MemFree:         9620656 kB
MemAvailable:   252283084 kB
Buffers:        64716944 kB
Cached:         172687220 kB
SwapCached:            0 kB
Active:         132614516 kB
Inactive:       209179312 kB
Active(anon):    1415040 kB
Inactive(anon): 107427712 kB
Active(file):   131199476 kB
Inactive(file): 101751600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           1724860 kB
Writeback:         24672 kB
AnonPages:      104392172 kB
Mapped:          6667348 kB
Shmem:           4461260 kB
KReclaimable:   12303724 kB
Slab:           22486392 kB
SReclaimable:   12303724 kB
SUnreclaim:     10182668 kB
KernelStack:      220528 kB
PageTables:       410244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    197150016 kB
Committed_AS:   175455980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:     1293264 kB
VmallocChunk:          0 kB
Percpu:         18654400 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:    16494364 kB
DirectMap2M:    313423872 kB
DirectMap1G:    73400320 kB

/sys/kernel/mm/transparent_hugepage/enabled: always madvise [never]
/sys/kernel/mm/transparent_hugepage/defrag (defrag/compaction efforts parameter): always defer defer+madvise madvise [never]

Process Memory:
Virtual Size: 236024K (peak: 236024K)
Resident Set Size: 15680K (peak: 15680K) (anon: 5696K, file: 9984K, shmem: 0K)
Swapped out: 0K
C-Heap outstanding allocations: 4457K, retained: 146K
glibc malloc tunables: (default)

/proc/sys/kernel/threads-max (system-wide limit on the number of threads): 3080141
/proc/sys/vm/max_map_count (maximum number of memory map areas a process may have): 65530
/proc/sys/kernel/pid_max (system-wide limit on number of process identifiers): 4194304

container (cgroup) information:
container_type: cgroupv1
cpu_cpuset_cpus: 0-1,3,5,7,9,11,13,15,17,19,21-37,39,41,43,45,47,49,51,53,55,57-71
cpu_memory_nodes: 0-1
active_processor_count: 52
cpu_quota: no quota
cpu_period: 100000
cpu_shares: 16384
memory_limit_in_bytes: 358648452 k
memory_and_swap_limit_in_bytes: unlimited
memory_soft_limit_in_bytes: unlimited
memory_usage_in_bytes: 121581588 k
memory_max_usage_in_bytes: 124039504 k
maximum number of tasks: 2464112
current number of tasks: 1436

Steal ticks since vm start: 0
Steal ticks percentage since vm start:  0.000

CPU: total 72 (initial active 52) 
CPU Model and flags from /proc/cpuinfo:
model name	: Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities

Online cpus: 0-71
Offline cpus: 
BIOS frequency limitation: <Not Available>
Frequency switch latency (ns): 20000
Available cpu frequencies: <Not Available>
Current governor: performance
Core performance/turbo boost: <Not Available>

Memory: 4k page, physical 358648452k(237060372k free), swap 0k(0k free)
Page Sizes: 4k

vm_info: OpenJDK 64-Bit Server VM (17.0.5+8-LTS) for linux-amd64 JRE (17.0.5+8-LTS) (Zulu17.38+21-CA), built on Oct  7 2022 12:47:57 by "zulu_re" with gcc 8.3.0

END.
#
#
================================================================================
[13,741 / 13,979] 383 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,752 / 13,979] 383 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,754 / 13,979] 383 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,754 / 13,979] 383 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 27s remote-cache, linux-sandbox ... (70 actions running)
[13,754 / 13,979] 383 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 29s remote-cache, linux-sandbox ... (70 actions running)
[13,768 / 13,979] 385 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,779 / 14,002] 385 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 31s remote-cache, linux-sandbox ... (70 actions running)
[13,788 / 14,002] 388 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 32s remote-cache, linux-sandbox ... (70 actions running)
[13,788 / 14,002] 388 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 34s remote-cache, linux-sandbox ... (70 actions running)
[13,801 / 14,026] 389 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 35s remote-cache, linux-sandbox ... (70 actions running)
[13,807 / 14,026] 389 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,814 / 14,026] 389 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,822 / 14,026] 389 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,824 / 14,026] 389 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,836 / 14,026] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 41s remote-cache, linux-sandbox ... (67 actions, 64 running)
[13,836 / 14,026] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 42s remote-cache, linux-sandbox ... (70 actions running)
[13,837 / 14,026] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,841 / 14,026] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 45s remote-cache, linux-sandbox ... (70 actions running)
[13,841 / 14,026] 391 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 47s remote-cache, linux-sandbox ... (70 actions running)
[13,868 / 14,026] 391 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,871 / 14,026] 391 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,873 / 14,026] 391 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 50s remote-cache, linux-sandbox ... (70 actions running)
[13,874 / 14,026] 391 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 51s remote-cache, linux-sandbox ... (70 actions running)
[13,875 / 14,026] 391 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,889 / 14,026] 391 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 53s remote-cache, linux-sandbox ... (66 actions, 62 running)
[13,906 / 14,026] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 55s remote-cache, linux-sandbox ... (70 actions running)
[13,906 / 14,026] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 56s remote-cache, linux-sandbox ... (70 actions running)
[13,909 / 14,026] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,912 / 14,026] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 59s remote-cache, linux-sandbox ... (70 actions running)
[13,913 / 14,026] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 60s remote-cache, linux-sandbox ... (70 actions running)
[13,915 / 14,026] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 61s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,920 / 14,026] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,947 / 14,026] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 64s remote-cache, linux-sandbox ... (70 actions running)
[13,949 / 14,026] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 65s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,952 / 14,026] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 66s remote-cache, linux-sandbox ... (69 actions running)
[13,953 / 14,026] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 68s remote-cache, linux-sandbox ... (70 actions running)
[13,954 / 14,026] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,955 / 14,026] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,958 / 14,026] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 72s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,987 / 14,026] 395 / 403 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 49); 10s remote-cache, linux-sandbox ... (70 actions running)
[13,987 / 14,026] 395 / 403 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 49); 12s remote-cache, linux-sandbox ... (70 actions running)
[13,988 / 14,026] 395 / 403 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 49); 13s remote-cache, linux-sandbox ... (70 actions running)
[13,989 / 14,026] 395 / 403 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 49); 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,994 / 14,026] 395 / 403 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 49); 16s remote-cache, linux-sandbox ... (64 actions running)

FLAKY: //pkg/server/handler/tests:tests_test (Summary)
      /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_31_of_38/test_attempts/attempt_1.log
[14,021 / 14,026] 400 / 403 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 49); 17s remote-cache, linux-sandbox ... (10 actions running)
[14,022 / 14,026] 401 / 403 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 49); 18s remote-cache, linux-sandbox ... (8 actions running)
[14,025 / 14,026] 402 / 403 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 49); 20s remote-cache, linux-sandbox
INFO: Elapsed time: 1825.924s, Critical Path: 392.07s
INFO: 14014 processes: 5600 remote cache hit, 1627 internal, 6787 linux-sandbox.
INFO: Build completed successfully, 14014 total actions
//pkg/executor/sortexec:sortexec_test                                     FLAKY, failed in 1 out of 7 in 76.4s
  Stats over 7 runs: max = 76.4s, min = 2.7s, avg = 21.7s, dev = 23.0s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_6_of_6/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_5_of_6/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_4_of_6/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_3_of_6/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_2_of_6/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_1_of_6/coverage.dat
//pkg/statistics/handle/handletest/statstest:statstest_test               FLAKY, failed in 1 out of 13 in 66.6s
  Stats over 13 runs: max = 66.6s, min = 44.3s, avg = 55.9s, dev = 7.0s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_12_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_11_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_10_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_9_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_8_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_1_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_2_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_7_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_3_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_4_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_6_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_5_of_12/coverage.dat
//pkg/server/handler/tests:tests_test                                     FLAKY, failed in 1 out of 39 in 70.3s
  Stats over 39 runs: max = 70.3s, min = 1.5s, avg = 7.6s, dev = 10.4s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_38_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_37_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_1_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_2_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_36_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_3_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_35_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_34_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_4_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_33_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_32_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_6_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_31_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_7_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_30_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_8_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_29_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_9_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_28_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_10_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_11_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_12_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_13_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_27_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_14_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_15_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_16_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_26_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_18_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_17_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_19_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_25_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_5_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_20_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_24_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_22_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_23_of_38/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_21_of_38/coverage.dat
Test cases: finished with 7905 passing and 0 failing out of 7905 test cases

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

100   156    0     0  100   156      0    155  0:00:01  0:00:01 --:--:--   155
100   156    0     0  100   156      0     77  0:00:02  0:00:02 --:--:--    77
100   156    0     0  100   156      0     51  0:00:03  0:00:03 --:--:--    51
100   156    0     0  100   156      0     38  0:00:04  0:00:04 --:--:--    38
100   156    0     0  100   156      0     31  0:00:05  0:00:05 --:--:--    31< HTTP/1.1 200 OK
< Date: Mon, 29 Apr 2024 08:54:28 GMT
< Content-Length: 0
< 

100   156    0     0  100   156      0     26  0:00:06  0:00:05  0:00:01     0
100   156    0     0  100   156      0     26  0:00:06  0:00:05  0:00:01     0
* Connection #0 to host cloudevents-server.apps.svc left intact
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS