Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/pull_build_next_gen/pipeline.groovy from git https://github.com/PingCAP-QE/ci.git Loading library tipipeline@main Library tipipeline@main is cached. Copying from home. [Pipeline] Start of Pipeline [Pipeline] readJSON [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/latest/pull_build_next_gen/pod.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task All nodes of label ‘pingcap_tidb_pull_build_next_gen_5007-3w5h4’ are offline Created Pod: kubernetes jenkins-tidb/pingcap-tidb-pull-build-next-gen-5007-3w5h4-fcm4h-3cj3v Agent pingcap-tidb-pull-build-next-gen-5007-3w5h4-fcm4h-3cj3v is provisioned from template pingcap_tidb_pull_build_next_gen_5007-3w5h4-fcm4h --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/pull_build_next_gen/5007/" runUrl: "job/pingcap/job/tidb/job/pull_build_next_gen/5007/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "54a86c432c7095766bfd52d3dfe54bc0a5bd7613" jenkins/label: "pingcap_tidb_pull_build_next_gen_5007-3w5h4" name: "pingcap-tidb-pull-build-next-gen-5007-3w5h4-fcm4h-3cj3v" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241009" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "64Gi" cpu: "16" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-pull-build-next-gen-5007-3w5h4-fcm4h-3cj3v" - name: "JENKINS_NAME" value: "pingcap-tidb-pull-build-next-gen-5007-3w5h4-fcm4h-3cj3v" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" Running on pingcap-tidb-pull-build-next-gen-5007-3w5h4-fcm4h-3cj3v in /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision 5ae993ccae7cc1c6d9bf7700866634784ec23a3b (origin/main) > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ae993ccae7cc1c6d9bf7700866634784ec23a3b # timeout=10 Commit message: "feat(script/flow/rc): add script to refresh tiup packages from OCI artifacts (#3759)" > git rev-list --no-walk 5ae993ccae7cc1c6d9bf7700866634784ec23a3b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv GIT_COMMIT=5ae993ccae7cc1c6d9bf7700866634784ec23a3b RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_build_next_gen/5007/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/pull_build_next_gen","buildid":"1970831442246111241","prowjobid":"f2ccbac7-2e77-4639-9cda-ae79c81c5be7","refs":{"org":"pingcap","repo":"tidb","base_ref":"master","base_sha":"71caddf56d9c1887650568101590417558149e3f","pulls":[{"number":63604,"author":"wjhuang2016","sha":"6ee85b0d43a2fbdc38c331182f098493f8b922ca","title":"ddl: allow DDL on the system table in BDR mode","head_ref":"fix_bdr_sys"}]}} _=/usr/bin/printenv BUILD_ID=1970831442246111241 POD_LABEL=pingcap_tidb_pull_build_next_gen_5007-3w5h4 HOSTNAME=pingcap-tidb-pull-build-next-gen-5007-3w5h4-fcm4h-3cj3v OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_build_next_gen/5007/display/redirect?page=changes JENKINS_NODE_COOKIE=1fcc44c4-a222-4ba8-891e-572013897933 GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JAVA_HOME=/usr/lib/jvm/jre-openjdk JOB_BASE_NAME=pull_build_next_gen WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen@tmp NEXT_GEN=1 KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true GIT_URL=https://github.com/PingCAP-QE/ci.git CLASSPATH= KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 POD_CONTAINER=golang GOPATH=/go BUILD_NUMBER=5007 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen PWD=/home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/home/jenkins GOROOT=/usr/local/go NODE_NAME=pingcap-tidb-pull-build-next-gen-5007-3w5h4-fcm4h-3cj3v HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tidb/pull_build_next_gen RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_build_next_gen/5007/display/redirect?page=tests KUBERNETES_SERVICE_PORT_HTTPS=443 KUBERNETES_PORT_443_TCP_PORT=443 GIT_PREVIOUS_COMMIT=5ae993ccae7cc1c6d9bf7700866634784ec23a3b HUDSON_HOME=/var/jenkins_home JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_build_next_gen/display/redirect PROW_JOB_ID=f2ccbac7-2e77-4639-9cda-ae79c81c5be7 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_build_next_gen/5007/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_build_next_gen/5007/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_build_next_gen/ BUILD_DISPLAY_NAME=#5007 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tidb-pull_build_next_gen-5007 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap_tidb_pull_build_next_gen_5007-3w5h4 pingcap-tidb-pull-build-next-gen-5007-3w5h4-fcm4h-3cj3v PATH=/go/bin:/usr/local/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin GIT_PREVIOUS_SUCCESSFUL_COMMIT=5ae993ccae7cc1c6d9bf7700866634784ec23a3b KUBERNETES_SERVICE_HOST=10.233.0.1 JENKINS_SERVER_COOKIE=durable-431d9aadd6f32a4bc4b04a1cfcc7cbeba4c017fc09645a719b459a2fa9a674cd + echo ------------------------- ------------------------- + go env GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/jenkins/.cache/go-build' GOENV='/home/jenkins/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='linux' GOPATH='/go' GOPRIVATE='' GOPROXY='http://goproxy.apps.svc,https://proxy.golang.org,direct' GOROOT='/usr/local/go' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64' GOVCS='' GOVERSION='go1.23.2' GODEBUG='' GOTELEMETRY='local' GOTELEMETRYDIR='/home/jenkins/.config/go/telemetry' GCCGO='gccgo' GOAMD64='v1' AR='ar' CC='gcc' CXX='g++' CGO_ENABLED='1' GOMOD='/dev/null' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build3635483451=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 1001 root 1, 3 Sep 24 12:47 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-pull-build-next-gen-5007-3w5h4-fcm4h-3cj3v bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-pull-build-next-gen-5007-3w5h4-fcm4h-3cj3v bash [Pipeline] container [Pipeline] { [Pipeline] sh + dig github.com ; <<>> DiG 9.18.16 <<>> github.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43512 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 28e3aeef620306cf (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 27 IN A 20.27.177.113 github.com. 27 IN A 20.205.243.166 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Wed Sep 24 12:47:20 UTC 2025 ;; MSG SIZE rcvd: 103 [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-71caddf-6ee85b0) 1202319360 bytes in 4.74 secs (253482296 bytes/sec) [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SSH_KEY [Pipeline] { [Pipeline] sh + '[' -d /home/jenkins/.ssh ']' + mkdir /home/jenkins/.ssh + chmod 0700 /home/jenkins/.ssh + cp **** /home/jenkins/.ssh/id_rsa + chmod 400 /home/jenkins/.ssh/id_rsa + ssh-keyscan -t rsa,dsa github.com # github.com:22 SSH-2.0-550beff # github.com:22 SSH-2.0-550beff [Pipeline] } [Pipeline] // withCredentials [Pipeline] retry [Pipeline] { [Pipeline] sh git version 2.43.5 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb/.git/ .git Updating files: 97% (6720/6898) Updating files: 98% (6761/6898) Updating files: 99% (6830/6898) Updating files: 100% (6898/6898) Updating files: 100% (6898/6898), done. HEAD is now at d9743242c6 Merge commit '6ee85b0d43a2fbdc38c331182f098493f8b922ca' into HEAD POST git-upload-pack (656 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master = [up to date] refs/pull/63604/head -> origin/pr/63604/head Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. Warning: you are leaving 1 commit behind, not connected to any of your branches: d9743242c6 Merge commit '6ee85b0d43a2fbdc38c331182f098493f8b922ca' into HEAD If you want to keep it by creating a new branch, this may be a good time to do so with: git branch d9743242c6 HEAD is now at 71caddf56d *: Create a LoadConfig to facilitate debugging configurations in UT (#63693) 🚧 Checkouting to base SHA:71caddf56d9c1887650568101590417558149e3f... HEAD is now at 71caddf56d *: Create a LoadConfig to facilitate debugging configurations in UT (#63693) M pkg/extension/enterprise ✅ Checked. 🎉 🧾 HEAD info: 71caddf56d9c1887650568101590417558149e3f 71caddf56d *: Create a LoadConfig to facilitate debugging configurations in UT (#63693) 7784a4dd6f exexcutor: correct timestamp used in infoschema reader (#63696) d6ca10af4f importinto: sample files to get index size ratio in nextgen (#63695) 🚧 Pre-merge heads of pull requests to base SHA: 71caddf56d9c1887650568101590417558149e3f ... Auto-merging pkg/session/test/bootstraptest/bootstrap_upgrade_test.go Merge made by the 'ort' strategy. Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. pkg/ddl/executor.go | 3 +- pkg/ddl/job_submitter.go | 5 ++- pkg/ddl/modify_column.go | 3 +- pkg/session/test/bootstraptest/BUILD.bazel | 2 +- .../test/bootstraptest/bootstrap_upgrade_test.go | 52 ++++++++++++++++++++++ 5 files changed, 60 insertions(+), 5 deletions(-) 🧾 Pre-merged result: cb6e8cbb2dabe989388b029ce301bae3d51ab47c cb6e8cbb2d Merge commit '6ee85b0d43a2fbdc38c331182f098493f8b922ca' into HEAD 71caddf56d *: Create a LoadConfig to facilitate debugging configurations in UT (#63693) 7784a4dd6f exexcutor: correct timestamp used in infoschema reader (#63696) ✅ Pre merged 🎉 📁 update submodules ... Submodule path 'pkg/extension/enterprise': checked out 'dc633aae52eb11b4e3549e3a7ef5b0ed14e159b1' ✅ update submodules done ✅ ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache not saved (git/pingcap/tidb/rev-71caddf-6ee85b0 already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build tidb-server community edition) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb [Pipeline] { [Pipeline] sh + make bazel_build go: downloading go1.23.12 (linux/amd64) mkdir -p bin bazel --output_user_root=/home/jenkins/.tidb/tmp build --config=ci --repository_cache=/home/jenkins/.tidb/tmp \ //... --//build:with_nogo_flag=true Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: 2ea2d3c6-74f5-4f91-ba50-cf2016e972bc INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'build' from /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb/.bazelrc: 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'build' from /data/..2025_09_24_12_47_09.1092574368/bazel: 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'build' from /home/jenkins/.bazelrc: 'build' options: --local_ram_resources=58982 --local_cpu_resources=16 --jobs=16 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: 1 packages loaded Loading: 762 packages loaded Analyzing: 1332 targets (762 packages loaded, 0 targets configured) Analyzing: 1332 targets (794 packages loaded, 24 targets configured) Analyzing: 1332 targets (801 packages loaded, 385 targets configured) Analyzing: 1332 targets (810 packages loaded, 424 targets configured) Analyzing: 1332 targets (810 packages loaded, 424 targets configured) Analyzing: 1332 targets (810 packages loaded, 424 targets configured) Analyzing: 1332 targets (810 packages loaded, 424 targets configured) Analyzing: 1332 targets (810 packages loaded, 424 targets configured) Analyzing: 1332 targets (810 packages loaded, 424 targets configured) Analyzing: 1332 targets (814 packages loaded, 430 targets configured) Analyzing: 1332 targets (840 packages loaded, 12303 targets configured) Analyzing: 1332 targets (840 packages loaded, 12303 targets configured) Analyzing: 1332 targets (841 packages loaded, 12303 targets configured) Analyzing: 1332 targets (841 packages loaded, 12303 targets configured) Analyzing: 1332 targets (841 packages loaded, 12303 targets configured) Analyzing: 1332 targets (841 packages loaded, 12303 targets configured) Analyzing: 1332 targets (841 packages loaded, 12303 targets configured) Analyzing: 1332 targets (841 packages loaded, 12303 targets configured) Analyzing: 1332 targets (841 packages loaded, 12303 targets configured) Analyzing: 1332 targets (841 packages loaded, 12303 targets configured) Analyzing: 1332 targets (841 packages loaded, 12303 targets configured) Analyzing: 1332 targets (909 packages loaded, 12403 targets configured) Analyzing: 1332 targets (1190 packages loaded, 12657 targets configured) Analyzing: 1332 targets (1268 packages loaded, 13202 targets configured) Analyzing: 1332 targets (1279 packages loaded, 13902 targets configured) Analyzing: 1332 targets (1286 packages loaded, 13903 targets configured) Analyzing: 1332 targets (1314 packages loaded, 14016 targets configured) Analyzing: 1332 targets (1374 packages loaded, 14091 targets configured) Analyzing: 1332 targets (1397 packages loaded, 15768 targets configured) Analyzing: 1332 targets (1479 packages loaded, 16246 targets configured) Analyzing: 1332 targets (1520 packages loaded, 17020 targets configured) Analyzing: 1332 targets (1568 packages loaded, 17552 targets configured) Analyzing: 1332 targets (1655 packages loaded, 20538 targets configured) Analyzing: 1332 targets (1764 packages loaded, 22731 targets configured) Analyzing: 1332 targets (1824 packages loaded, 23539 targets configured) Analyzing: 1332 targets (1914 packages loaded, 24066 targets configured) Analyzing: 1332 targets (1990 packages loaded, 24563 targets configured) Analyzing: 1332 targets (2109 packages loaded, 25417 targets configured) Analyzing: 1332 targets (2155 packages loaded, 25883 targets configured) Analyzing: 1332 targets (2210 packages loaded, 28083 targets configured) Analyzing: 1332 targets (2349 packages loaded, 30596 targets configured) Analyzing: 1332 targets (2398 packages loaded, 31459 targets configured) Analyzing: 1332 targets (2404 packages loaded, 31648 targets configured) Analyzing: 1332 targets (2404 packages loaded, 31648 targets configured) Analyzing: 1332 targets (2512 packages loaded, 32299 targets configured) Analyzing: 1332 targets (2548 packages loaded, 33364 targets configured) INFO: Analyzed 1332 targets (2548 packages loaded, 33565 targets configured).  checking cached actions INFO: Found 1332 targets... [0 / 1,514] [Prepa] BazelWorkspaceStatusAction stable-status.txt [465 / 19,672] Creating runfiles tree bazel-out/k8-fastbuild/bin/cmd/mirror/mirror_/mirror.runfiles; 0s local ... (10 actions, 3 running) [1,136 / 29,325] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/runtime.a, 4.2 MiB / 12.4 MiB; 0s remote-cache ... (16 actions, 0 running) [1,136 / 29,325] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/net/http.a, 9.0 MiB / 9.3 MiB; 1s remote-cache ... (16 actions, 0 running) [1,147 / 29,325] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 15.0 MiB / 18.9 MiB; 2s remote-cache ... (15 actions, 0 running) [1,148 / 29,325] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 10.0 MiB / 11.8 MiB; 3s remote-cache ... (16 actions, 0 running) [1,149 / 29,325] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 5.9 MiB / 18.9 MiB; 4s remote-cache ... (16 actions, 0 running) [1,183 / 29,325] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 5s remote-cache ... (16 actions, 0 running) [1,824 / 29,325] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 2.0 MiB / 4.1 MiB; 0s remote-cache ... (16 actions, 0 running) [1,919 / 29,325] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache ... (16 actions, 0 running) [2,236 / 29,325] GoCompilePkg external/com_github_butuzov_mirror/mirror.a [for tool]; Downloading external/com_github_butuzov_mirror/mirror.a; 0s remote-cache ... (16 actions, 0 running) [2,720 / 29,325] GoCompilePkg pkg/parser/charset/charset.a; 0s remote-cache ... (15 actions, 0 running) [3,102 / 29,325] GoCompilePkg external/com_github_uber_jaeger_client_go/internal/reporterstats/reporterstats.a; Downloading external/com_github_uber_jaeger_client_go/internal/reporterstats/reporterstats.x; 0s remote-cache ... (16 actions, 0 running) [3,438 / 29,325] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 0s remote-cache ... (16 actions, 0 running) [3,752 / 29,325] GoCompilePkg external/com_github_apache_arrow_go_v12/arrow/array/array.a; Downloading external/com_github_apache_arrow_go_v12/arrow/array/array.a, 5.0 MiB / 13.4 MiB; 0s remote-cache ... (16 actions, 0 running) [4,078 / 29,325] GoLink tests/llmtest/llmtest_test_/llmtest_test; Downloading tests/llmtest/llmtest_test_/llmtest_test, 5.0 MiB / 5.4 MiB; 0s remote-cache ... (16 actions, 0 running) [4,324 / 29,325] GoCompilePkg external/com_github_aws_aws_sdk_go_v2_service_s3/s3.a; Downloading external/com_github_aws_aws_sdk_go_v2_service_s3/s3.a, 9.0 MiB / 32.2 MiB; 0s remote-cache ... (16 actions, 0 running) [4,469 / 29,325] GoCompilePkg external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a; 0s remote-cache ... (16 actions, 0 running) [4,653 / 29,325] GoLink pkg/resourcemanager/util/util_test_/util_test; 0s remote-cache ... (16 actions, 0 running) [4,943 / 29,325] GoLink pkg/parser/ast/ast_test_/ast_test; 0s remote-cache ... (14 actions, 0 running) [5,268 / 29,325] GoCompilePkg external/com_google_cloud_go_storage/storage.a; 0s remote-cache ... (16 actions, 0 running) [6,126 / 29,325] GoCompilePkg external/com_github_pingcap_kvproto/pkg/encryptionpb/encryptionpb.a; 0s remote-cache ... (16 actions, 0 running) [6,819 / 29,325] Running nogo on @com_github_google_s2a_go//internal/v2:internal; Downloading external/com_github_google_s2a_go/internal/v2/internal.facts; 0s remote-cache ... (16 actions, 0 running) [7,337 / 29,325] GoCompilePkg external/org_golang_google_grpc/interop/grpc_testing/grpc_testing.a; 0s remote-cache ... (16 actions, 0 running) [7,708 / 29,325] GoLink pkg/util/cpu/cpu_test_/cpu_test; Downloading pkg/util/cpu/cpu_test_/cpu_test, 28.0 MiB / 31.0 MiB; 0s remote-cache ... (16 actions, 0 running) [8,092 / 29,325] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 42.3 MiB / 71.4 MiB; 0s remote-cache ... (16 actions, 0 running) [8,400 / 29,325] GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 26.2 MiB / 44.8 MiB; 0s remote-cache ... (16 actions, 0 running) [9,190 / 29,325] GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; Downloading pkg/util/execdetails/execdetails_test_/execdetails_test, 29.2 MiB / 45.4 MiB; 0s remote-cache ... (16 actions, 0 running) [10,367 / 29,325] GoCompilePkg pkg/util/util.a; 0s remote-cache ... (16 actions, 0 running) [10,744 / 29,325] GoLink pkg/util/engine/engine_test_/engine_test; Downloading pkg/util/engine/engine_test_/engine_test, 16.0 MiB / 18.7 MiB; 0s remote-cache ... (16 actions, 0 running) [10,861 / 29,325] GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; 1s remote-cache ... (16 actions, 0 running) [10,970 / 29,325] GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; Downloading pkg/sessionctx/sessionctx_test_/sessionctx_test, 35.7 MiB / 61.1 MiB; 0s remote-cache ... (16 actions, 0 running) [11,046 / 29,325] GoLink pkg/resourcemanager/pool/spool/spool_test_/spool_test; 1s remote-cache ... (16 actions, 0 running) [11,157 / 29,325] GoCompilePkg pkg/ddl/placement/expression.recompile881.a; Downloading pkg/ddl/placement/expression.recompile881.a, 86.0 MiB / 109.2 MiB; 2s remote-cache ... (15 actions, 0 running) [11,344 / 29,325] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 84.3 MiB / 109.2 MiB; 1s remote-cache ... (15 actions, 0 running) [11,557 / 29,325] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 9.2 MiB / 160.5 MiB; 0s remote-cache ... (16 actions, 0 running) [11,716 / 29,325] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 74.0 MiB / 160.5 MiB; 1s remote-cache ... (12 actions, 0 running) [11,841 / 29,325] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 127.0 MiB / 160.5 MiB; 2s remote-cache ... (16 actions, 0 running) [11,956 / 29,325] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 3s remote-cache ... (16 actions, 0 running) [12,163 / 29,325] GoLink pkg/ddl/placement/placement_test_/placement_test; 1s remote-cache ... (16 actions, 0 running) [12,437 / 29,325] GoLink br/tests/br_rawkv/br_rawkv_/br_rawkv; Downloading br/tests/br_rawkv/br_rawkv_/br_rawkv, 16.0 MiB / 22.3 MiB; 0s remote-cache ... (16 actions, 0 running) [12,696 / 29,325] GoLink pkg/util/systimemon/systimemon_test_/systimemon_test; 0s remote-cache ... (17 actions, 2 running) [12,896 / 29,325] GoLink pkg/lightning/log/log_test_/log_test; Downloading pkg/lightning/log/log_test_/log_test, 18.5 MiB / 24.4 MiB; 0s remote-cache ... (15 actions, 0 running) [13,050 / 29,325] GoLink pkg/store/copr/copr_test_/copr_test; Downloading pkg/store/copr/copr_test_/copr_test, 69.0 MiB / 102.4 MiB; 1s remote-cache ... (16 actions, 2 running) [13,184 / 29,325] GoLink pkg/store/copr/copr_test_/copr_test; 2s remote-cache ... (16 actions, 2 running) [13,372 / 29,325] GoLink pkg/timer/runtime/runtime_test_/runtime_test; Downloading pkg/timer/runtime/runtime_test_/runtime_test, 32.0 MiB / 62.2 MiB; 0s remote-cache ... (13 actions, 0 running) [13,480 / 29,325] GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 76.0 MiB / 100.5 MiB; 1s remote-cache ... (16 actions, 0 running) [13,615 / 29,325] GoLink pkg/table/table_test_/table_test; Downloading pkg/table/table_test_/table_test, 54.9 MiB / 98.3 MiB; 1s remote-cache ... (16 actions, 0 running) [13,750 / 29,325] GoLink pkg/table/table_test_/table_test; 2s remote-cache ... (16 actions, 0 running) [13,853 / 29,325] GoLink pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test; Downloading pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test, 63.0 MiB / 99.1 MiB; 1s remote-cache ... (17 actions, 2 running) [13,956 / 29,325] GoLink pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test; 2s remote-cache ... (17 actions, 2 running) [14,171 / 29,325] GoCompilePkg pkg/expression/ddl.recompile1470.a; Downloading pkg/expression/ddl.recompile1470.a, 9.4 MiB / 24.6 MiB; 0s remote-cache ... (16 actions, 0 running) [14,307 / 29,325] GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 62.1 MiB / 92.6 MiB; 1s remote-cache ... (16 actions, 0 running) [14,541 / 29,325] GoCompilePkg pkg/expression/glue.recompile1509.a; Downloading pkg/expression/glue.recompile1509.a, 8.9 MiB / 12.3 MiB; 0s remote-cache ... (16 actions, 2 running) [14,645 / 29,325] GoLink pkg/util/printer/printer_test_/printer_test; Downloading pkg/util/printer/printer_test_/printer_test, 15.1 MiB / 21.9 MiB; 0s remote-cache ... (16 actions, 0 running) [14,734 / 29,325] GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 14.0 MiB / 101.2 MiB; 0s remote-cache ... (17 actions, 2 running) [14,811 / 29,325] GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 54.0 MiB / 101.2 MiB; 1s remote-cache ... (16 actions, 0 running) [14,857 / 29,325] GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 79.0 MiB / 101.2 MiB; 2s remote-cache ... (16 actions, 0 running) [14,912 / 29,325] GoLink pkg/distsql/distsql_test_/distsql_test; 3s remote-cache ... (15 actions, 0 running) [15,008 / 29,325] GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 75.0 MiB / 100.4 MiB; 1s remote-cache ... (18 actions, 4 running) [15,211 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 1s remote-cache, linux-sandbox ... (18 actions, 4 running) [15,326 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 2s remote-cache, linux-sandbox ... (18 actions, 4 running) [15,373 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 3s remote-cache, linux-sandbox ... (18 actions, 4 running) [15,443 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 4s remote-cache, linux-sandbox ... (17 actions, 4 running) [15,558 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 5s remote-cache, linux-sandbox ... (18 actions, 4 running) [15,650 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 6s remote-cache, linux-sandbox ... (15 actions, 3 running) [15,780 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 7s remote-cache, linux-sandbox ... (17 actions, 2 running) [15,874 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 8s remote-cache, linux-sandbox ... (17 actions, 2 running) [15,965 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 9s remote-cache, linux-sandbox ... (17 actions, 2 running) [16,042 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 10s remote-cache, linux-sandbox ... (17 actions, 2 running) [16,112 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 11s remote-cache, linux-sandbox ... (17 actions, 2 running) [16,154 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 12s remote-cache, linux-sandbox ... (17 actions, 2 running) [16,195 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 13s remote-cache, linux-sandbox ... (17 actions, 2 running) [16,240 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 14s remote-cache, linux-sandbox ... (17 actions, 2 running) [16,286 / 29,325] GoCompilePkg pkg/expression/core.recompile1502.a; 16s remote-cache, linux-sandbox ... (17 actions, 2 running) [16,346 / 29,325] GoCompilePkg pkg/store/helper/expression.recompile881.a; 3s remote-cache ... (18 actions, 4 running) [16,395 / 29,325] GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 104.8 MiB / 132.5 MiB; 3s remote-cache ... (18 actions, 4 running) [16,434 / 29,325] GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 4s remote-cache ... (18 actions, 6 running) [16,493 / 29,325] GoCompilePkg br/pkg/glue/glue.a; 3s remote-cache, linux-sandbox ... (19 actions, 6 running) [16,561 / 29,325] GoCompilePkg pkg/ttl/ttlworker/glue.recompile1509.a; 3s remote-cache, linux-sandbox ... (20 actions, 8 running) [16,628 / 29,325] GoCompilePkg pkg/expression/importinto.recompile1504.a; 2s remote-cache, linux-sandbox ... (19 actions, 8 running) [16,678 / 29,325] GoCompilePkg pkg/expression/importinto.recompile1504.a; 3s remote-cache, linux-sandbox ... (20 actions, 8 running) [16,741 / 29,325] GoCompilePkg pkg/expression/importinto.recompile1504.a; 4s remote-cache, linux-sandbox ... (19 actions, 6 running) [16,807 / 29,325] GoCompilePkg pkg/expression/planner.recompile1506.a; 3s remote-cache, linux-sandbox ... (20 actions, 8 running) [16,920 / 29,325] GoCompilePkg pkg/ttl/ttlworker/checkpoint.recompile1511.a; 3s remote-cache, linux-sandbox ... (20 actions, 8 running) [17,027 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 2s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,062 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 3s remote-cache, linux-sandbox ... (23 actions, 14 running) [17,118 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 4s remote-cache, linux-sandbox ... (23 actions, 14 running) [17,239 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 5s remote-cache, linux-sandbox ... (23 actions, 14 running) [17,334 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 6s remote-cache, linux-sandbox ... (20 actions, 12 running) [17,424 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 7s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,558 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 8s remote-cache, linux-sandbox ... (23 actions, 14 running) [17,655 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 9s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,744 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 10s remote-cache, linux-sandbox ... (21 actions, 10 running) [17,794 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 11s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,844 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 12s remote-cache, linux-sandbox ... (23 actions, 14 running) [17,889 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 13s remote-cache, linux-sandbox ... (23 actions, 14 running) [17,968 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 14s remote-cache, linux-sandbox ... (22 actions, 14 running) [17,998 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 15s remote-cache, linux-sandbox ... (22 actions, 13 running) [18,036 / 29,325] GoCompilePkg pkg/ttl/ttlworker/core.recompile1503.a; 16s remote-cache, linux-sandbox ... (22 actions, 12 running) [18,101 / 29,325] GoCompilePkg pkg/expression/executor.recompile1526.a; 12s remote-cache, linux-sandbox ... (21 actions, 10 running) [18,153 / 29,325] GoCompilePkg pkg/expression/executor.recompile1526.a; 13s remote-cache, linux-sandbox ... (22 actions, 12 running) [18,213 / 29,325] GoCompilePkg pkg/expression/executor.recompile1526.a; 14s remote-cache, linux-sandbox ... (22 actions, 12 running) [18,270 / 29,325] GoCompilePkg pkg/expression/executor.recompile1526.a; 15s remote-cache, linux-sandbox ... (22 actions, 12 running) [18,318 / 29,325] GoCompilePkg pkg/expression/executor.recompile1526.a; 16s remote-cache, linux-sandbox ... (23 actions, 14 running) [18,365 / 29,325] GoCompilePkg pkg/expression/executor.recompile1526.a; 17s remote-cache, linux-sandbox ... (23 actions, 14 running) [18,391 / 29,325] GoCompilePkg pkg/expression/executor.recompile1526.a; 18s remote-cache, linux-sandbox ... (21 actions, 10 running) [18,414 / 29,325] GoCompilePkg pkg/expression/executor.recompile1526.a; 19s remote-cache, linux-sandbox ... (22 actions, 12 running) [18,463 / 29,325] GoCompilePkg br/pkg/backup/backup.a; 3s remote-cache, linux-sandbox ... (20 actions, 12 running) [18,535 / 29,325] GoCompilePkg pkg/ttl/ttlworker/planner.recompile1507.a; 2s remote-cache, linux-sandbox ... (22 actions, 12 running) [18,576 / 29,325] GoCompilePkg pkg/ttl/ttlworker/data.recompile1518.a; 3s remote-cache, linux-sandbox ... (22 actions, 12 running) [18,611 / 29,325] GoCompilePkg pkg/ttl/ttlworker/log_client.recompile1521.a; 3s remote-cache, linux-sandbox ... (21 actions, 10 running) [18,645 / 29,325] GoCompilePkg pkg/ttl/ttlworker/log_client.recompile1521.a; 5s remote-cache, linux-sandbox ... (21 actions, 10 running) [18,677 / 29,325] GoCompilePkg pkg/ttl/ttlworker/log_client.recompile1521.a; 6s remote-cache, linux-sandbox ... (18 actions, 10 running) [18,718 / 29,325] GoCompilePkg pkg/planner/core/core.a; 6s remote-cache, linux-sandbox ... (22 actions, 12 running) [18,736 / 29,325] GoCompilePkg pkg/planner/core/core.a; 7s remote-cache, linux-sandbox ... (20 actions, 8 running) [18,759 / 29,325] GoCompilePkg pkg/planner/core/core.a; 8s remote-cache, linux-sandbox ... (24 actions, 16 running) [18,777 / 29,325] GoCompilePkg pkg/planner/core/core.a; 9s remote-cache, linux-sandbox ... (24 actions, 16 running) [18,810 / 29,325] GoCompilePkg pkg/planner/core/core.a; 10s remote-cache, linux-sandbox ... (23 actions, 15 running) [18,846 / 29,325] GoCompilePkg pkg/planner/core/core.a; 11s remote-cache, linux-sandbox ... (25 actions, 18 running) [18,876 / 29,325] GoCompilePkg pkg/planner/core/core.a; 13s remote-cache, linux-sandbox ... (27 actions, 22 running) [18,891 / 29,325] GoCompilePkg pkg/planner/core/core.a; 14s remote-cache, linux-sandbox ... (26 actions, 20 running) [18,921 / 29,325] GoCompilePkg pkg/planner/core/core.a; 15s remote-cache, linux-sandbox ... (25 actions, 18 running) [18,961 / 29,325] GoCompilePkg pkg/planner/core/core.a; 16s remote-cache, linux-sandbox ... (24 actions, 18 running) [18,997 / 29,325] GoCompilePkg pkg/planner/core/core.a; 17s remote-cache, linux-sandbox ... (24 actions, 16 running) [19,062 / 29,325] GoCompilePkg pkg/planner/core/core.a; 18s remote-cache, linux-sandbox ... (25 actions, 18 running) [19,136 / 29,325] GoLink pkg/meta/meta_test_/meta_test; 13s remote-cache, linux-sandbox ... (24 actions, 16 running) [19,224 / 29,325] GoLink pkg/meta/meta_test_/meta_test; 14s remote-cache, linux-sandbox ... (24 actions, 16 running) [19,289 / 29,325] GoLink pkg/meta/meta_test_/meta_test; 15s remote-cache, linux-sandbox ... (25 actions, 18 running) [19,353 / 29,325] GoLink pkg/meta/meta_test_/meta_test; 16s remote-cache, linux-sandbox ... (23 actions, 14 running) [19,379 / 29,325] GoLink pkg/meta/meta_test_/meta_test; 17s remote-cache, linux-sandbox ... (24 actions, 16 running) [19,457 / 29,325] GoLink pkg/meta/meta_test_/meta_test; 18s remote-cache, linux-sandbox ... (23 actions, 14 running) [19,606 / 29,325] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 13s remote-cache, linux-sandbox ... (24 actions, 16 running) [19,679 / 29,325] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 14s remote-cache, linux-sandbox ... (23 actions, 14 running) [19,764 / 29,325] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 15s remote-cache, linux-sandbox ... (24 actions, 16 running) [19,813 / 29,325] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 16s remote-cache, linux-sandbox ... (24 actions, 16 running) [19,837 / 29,325] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 17s remote-cache, linux-sandbox ... (23 actions, 14 running) [19,920 / 29,325] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 18s remote-cache, linux-sandbox ... (25 actions, 18 running) [20,002 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 9s remote-cache, linux-sandbox ... (24 actions, 16 running) [20,043 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 10s remote-cache, linux-sandbox ... (25 actions, 20 running) [20,078 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 11s remote-cache, linux-sandbox ... (24 actions, 16 running) [20,123 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 12s remote-cache, linux-sandbox ... (26 actions, 20 running) [20,206 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 13s remote-cache, linux-sandbox ... (24 actions, 18 running) [20,241 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 14s remote-cache, linux-sandbox ... (26 actions, 20 running) [20,296 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 15s remote-cache, linux-sandbox ... (25 actions, 18 running) [20,340 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 16s remote-cache, linux-sandbox ... (24 actions, 16 running) [20,373 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 17s remote-cache, linux-sandbox ... (26 actions, 20 running) [20,428 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 18s remote-cache, linux-sandbox ... (24 actions, 16 running) [20,466 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 19s remote-cache, linux-sandbox ... (23 actions, 14 running) [20,495 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 20s remote-cache, linux-sandbox ... (25 actions, 18 running) [20,518 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 21s remote-cache, linux-sandbox ... (24 actions, 16 running) [20,565 / 29,325] GoLink pkg/expression/expression_test_/expression_test; 22s remote-cache, linux-sandbox ... (23 actions, 14 running) [20,642 / 29,325] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1525.a; 21s remote-cache, linux-sandbox ... (22 actions, 12 running) [20,677 / 29,325] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1525.a; 22s remote-cache, linux-sandbox ... (23 actions, 14 running) [20,696 / 29,325] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1525.a; 23s remote-cache, linux-sandbox ... (22 actions, 12 running) [20,710 / 29,325] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1525.a; 24s remote-cache, linux-sandbox ... (21 actions, 10 running) [20,732 / 29,325] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1525.a; 25s remote-cache, linux-sandbox ... (21 actions, 10 running) [20,767 / 29,325] Running nogo on //br/pkg/backup:backup_test; 6s remote-cache, linux-sandbox ... (22 actions, 12 running) [20,809 / 29,325] Running nogo on //br/pkg/backup:backup_test; 7s remote-cache, linux-sandbox ... (22 actions, 12 running) [20,881 / 29,325] Running nogo on //pkg/sessionctx/variable:variable_test; 7s remote-cache, linux-sandbox ... (20 actions, 8 running) [20,919 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 1s remote-cache, linux-sandbox ... (23 actions, 14 running) [20,954 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 3s remote-cache, linux-sandbox ... (24 actions, 16 running) [21,016 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 4s remote-cache, linux-sandbox ... (25 actions, 18 running) [21,038 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 5s remote-cache, linux-sandbox ... (22 actions, 12 running) [21,051 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 6s remote-cache, linux-sandbox ... (22 actions, 12 running) [21,069 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 7s remote-cache, linux-sandbox ... (21 actions, 14 running) [21,090 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 8s remote-cache, linux-sandbox ... (21 actions, 10 running) [21,147 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 9s remote-cache, linux-sandbox ... (24 actions, 16 running) [21,180 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 10s remote-cache, linux-sandbox ... (22 actions, 12 running) [21,199 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 11s remote-cache, linux-sandbox ... (21 actions, 10 running) [21,220 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 12s remote-cache, linux-sandbox ... (21 actions, 10 running) [21,253 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 13s remote-cache, linux-sandbox ... (20 actions, 8 running) [21,325 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 14s remote-cache, linux-sandbox ... (20 actions, 8 running) [21,368 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 15s remote-cache, linux-sandbox ... (20 actions, 8 running) [21,404 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 16s remote-cache, linux-sandbox ... (20 actions, 8 running) [21,460 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 17s remote-cache, linux-sandbox ... (22 actions, 12 running) [21,510 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 18s remote-cache, linux-sandbox ... (19 actions, 6 running) [21,544 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 19s remote-cache, linux-sandbox ... (18 actions, 4 running) [21,584 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 20s remote-cache, linux-sandbox ... (21 actions, 10 running) [21,639 / 29,325] GoCompilePkg br/pkg/backup/executor.recompile1553.a; 21s remote-cache, linux-sandbox ... (22 actions, 12 running) [21,687 / 29,325] GoLink pkg/util/sem/compat/compat_test_/compat_test; Downloading pkg/util/sem/compat/compat_test_/compat_test, 136.0 MiB / 176.0 MiB; 4s remote-cache ... (22 actions, 12 running) [21,734 / 29,325] GoLink pkg/util/sem/compat/compat_test_/compat_test; Downloading pkg/util/sem/compat/compat_test_/compat_test, 170.5 MiB / 176.0 MiB; 5s remote-cache ... (21 actions, 10 running) [21,767 / 29,325] GoLink pkg/util/sem/compat/compat_test_/compat_test; 6s remote-cache ... (20 actions, 10 running) [21,815 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 6s remote-cache, linux-sandbox ... (21 actions, 10 running) [21,848 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 7s remote-cache, linux-sandbox ... (22 actions, 12 running) [21,872 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 8s remote-cache, linux-sandbox ... (23 actions, 15 running) [21,915 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 9s remote-cache, linux-sandbox ... (26 actions, 20 running) [21,930 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 10s remote-cache, linux-sandbox ... (26 actions, 20 running) [21,941 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 11s remote-cache, linux-sandbox ... (25 actions, 18 running) [21,955 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 13s remote-cache, linux-sandbox ... (27 actions, 22 running) [21,976 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 14s remote-cache, linux-sandbox ... (27 actions, 22 running) [22,008 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 15s remote-cache, linux-sandbox ... (25 actions, 18 running) [22,038 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 16s remote-cache, linux-sandbox ... (24 actions, 18 running) [22,050 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 17s remote-cache, linux-sandbox ... (28 actions, 25 running) [22,053 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 18s remote-cache, linux-sandbox ... (28 actions, 24 running) [22,065 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 19s remote-cache, linux-sandbox ... (28 actions, 24 running) [22,078 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 20s remote-cache, linux-sandbox ... (28 actions, 24 running) [22,082 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 21s remote-cache, linux-sandbox ... (28 actions, 24 running) [22,086 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 22s remote-cache, linux-sandbox ... (29 actions, 26 running) [22,093 / 29,325] GoLink br/pkg/storage/storage_test_/storage_test; 23s remote-cache, linux-sandbox ... (24 actions, 16 running) [22,099 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 17s remote-cache, linux-sandbox ... (27 actions, 22 running) [22,126 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 18s remote-cache, linux-sandbox ... (27 actions, 22 running) [22,160 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 19s remote-cache, linux-sandbox ... (26 actions, 20 running) [22,182 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 20s remote-cache, linux-sandbox ... (24 actions, 17 running) [22,216 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 21s remote-cache, linux-sandbox ... (24 actions, 19 running) [22,241 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 22s remote-cache, linux-sandbox ... (29 actions, 26 running) [22,267 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 23s remote-cache, linux-sandbox ... (27 actions, 22 running) [22,306 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 24s remote-cache, linux-sandbox ... (27 actions, 22 running) [22,335 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 25s remote-cache, linux-sandbox ... (27 actions, 22 running) [22,365 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 26s remote-cache, linux-sandbox ... (26 actions, 20 running) [22,376 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 27s remote-cache, linux-sandbox ... (27 actions, 22 running) [22,389 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 28s remote-cache, linux-sandbox ... (26 actions, 20 running) [22,405 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 29s remote-cache, linux-sandbox ... (26 actions, 20 running) [22,427 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 30s remote-cache, linux-sandbox ... (26 actions, 20 running) [22,439 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 32s remote-cache, linux-sandbox ... (24 actions, 18 running) [22,458 / 29,325] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 33s remote-cache, linux-sandbox ... (26 actions, 20 running) [22,519 / 29,325] GoLink pkg/extension/extension_test_/extension_test; 7s remote-cache ... (27 actions, 22 running) [22,555 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 6s remote-cache, linux-sandbox ... (25 actions, 18 running) [22,568 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 7s remote-cache, linux-sandbox ... (25 actions, 18 running) [22,591 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 8s remote-cache, linux-sandbox ... (23 actions, 14 running) [22,653 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 9s remote-cache, linux-sandbox ... (27 actions, 22 running) [22,677 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 10s remote-cache, linux-sandbox ... (26 actions, 21 running) [22,719 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 11s remote-cache, linux-sandbox ... (28 actions, 24 running) [22,755 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 12s remote-cache, linux-sandbox ... (25 actions, 18 running) [22,774 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 13s remote-cache, linux-sandbox ... (26 actions, 20 running) [22,788 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 14s remote-cache, linux-sandbox ... (26 actions, 20 running) [22,807 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 15s remote-cache, linux-sandbox ... (28 actions, 24 running) [22,833 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 16s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,852 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 17s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,869 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 19s remote-cache, linux-sandbox ... (28 actions, 26 running) [22,874 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 20s remote-cache, linux-sandbox ... (29 actions, 26 running) [22,888 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 21s remote-cache, linux-sandbox ... (29 actions, 26 running) [22,905 / 29,325] GoLink pkg/statistics/statistics_test_/statistics_test; 22s remote-cache, linux-sandbox ... (29 actions, 26 running) [22,928 / 29,325] GoCompilePkg pkg/infoschema/metricsutil.recompile1550.a; 9s remote-cache, linux-sandbox ... (29 actions, 26 running) [22,947 / 29,325] GoCompilePkg pkg/infoschema/metricsutil.recompile1550.a; 10s remote-cache, linux-sandbox ... (29 actions, 26 running) [22,969 / 29,325] GoCompilePkg pkg/infoschema/metricsutil.recompile1550.a; 11s remote-cache, linux-sandbox ... (29 actions, 26 running) [22,980 / 29,325] GoCompilePkg pkg/infoschema/metricsutil.recompile1550.a; 12s remote-cache, linux-sandbox ... (29 actions, 26 running) [22,988 / 29,325] GoCompilePkg pkg/store/mockstore/mockcopr/registry.recompile1518.a; 13s remote-cache, linux-sandbox ... (27 actions, 22 running) [22,999 / 29,325] GoCompilePkg pkg/store/mockstore/mockcopr/registry.recompile1518.a; 14s remote-cache, linux-sandbox ... (24 actions, 16 running) [23,017 / 29,325] Running nogo on //pkg/planner/funcdep:funcdep_test; 15s remote-cache, linux-sandbox ... (24 actions, 16 running) [23,042 / 29,325] Running nogo on //pkg/planner/funcdep:funcdep_test; 16s remote-cache, linux-sandbox ... (27 actions, 22 running) [23,060 / 29,325] Running nogo on //pkg/disttask/framework/storage:storage_test; 16s remote-cache, linux-sandbox ... (26 actions, 20 running) [23,087 / 29,325] GoCompilePkg br/pkg/backup/server.recompile1561.a; 4s remote-cache, linux-sandbox ... (26 actions, 21 running) [23,104 / 29,325] GoCompilePkg br/pkg/backup/server.recompile1561.a; 5s remote-cache, linux-sandbox ... (26 actions, 20 running) [23,109 / 29,325] GoCompilePkg br/pkg/backup/server.recompile1561.a; 6s remote-cache, linux-sandbox ... (26 actions, 20 running) [23,137 / 29,325] GoCompilePkg br/pkg/backup/server.recompile1561.a; 7s remote-cache, linux-sandbox ... (26 actions, 22 running) [23,145 / 29,325] GoCompilePkg br/pkg/backup/server.recompile1561.a; 8s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,153 / 29,325] GoCompilePkg br/pkg/backup/server.recompile1561.a; 9s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,164 / 29,325] GoCompilePkg br/pkg/backup/server.recompile1561.a; 10s remote-cache, linux-sandbox ... (27 actions, 24 running) [23,185 / 29,325] GoCompilePkg br/pkg/backup/server.recompile1561.a; 11s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,192 / 29,325] GoCompilePkg br/pkg/backup/server.recompile1561.a; 12s remote-cache, linux-sandbox ... (29 actions, 27 running) [23,201 / 29,325] GoCompilePkg br/pkg/backup/server.recompile1561.a; 13s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,223 / 29,325] GoCompilePkg br/pkg/backup/server.recompile1561.a; 15s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,233 / 29,325] GoCompilePkg pkg/store/mockstore/mockcopr/executor.recompile1524.a; 14s remote-cache, linux-sandbox ... (26 actions, 20 running) [23,247 / 29,325] GoCompilePkg pkg/store/mockstore/mockcopr/executor.recompile1524.a; 16s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,257 / 29,325] GoCompilePkg pkg/store/mockstore/mockcopr/executor.recompile1524.a; 17s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,268 / 29,325] GoCompilePkg pkg/executor/importer/optimizor.recompile1681.a; 7s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,271 / 29,325] GoCompilePkg pkg/executor/importer/optimizor.recompile1681.a; 8s remote-cache, linux-sandbox ... (29 actions, 27 running) [23,282 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 7s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,331 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 8s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,346 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 9s remote-cache, linux-sandbox ... (28 actions, 25 running) [23,360 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 10s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,371 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 11s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,382 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 12s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,392 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 13s remote-cache, linux-sandbox ... (29 actions, 27 running) [23,403 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 14s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,431 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 15s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,466 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 16s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,473 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 17s remote-cache, linux-sandbox ... (27 actions, 24 running) [23,537 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,540 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 19s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,571 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 20s remote-cache, linux-sandbox ... (28 actions, 25 running) [23,585 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 21s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,592 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 22s remote-cache, linux-sandbox ... (28 actions, 24 running) [23,599 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 24s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,625 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 25s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,643 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 26s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,654 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 27s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,661 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 28s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,670 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 29s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,699 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 30s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,708 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 31s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,714 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,728 / 29,325] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 33s remote-cache, linux-sandbox ... (28 actions, 24 running) [23,751 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 14s remote-cache, linux-sandbox ... (22 actions, 20 running) [23,783 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 15s remote-cache, linux-sandbox ... (28 actions, 26 running) [23,789 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 16s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,796 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 17s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,803 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 18s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,814 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 19s remote-cache, linux-sandbox ... (28 actions, 25 running) [23,843 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 20s remote-cache, linux-sandbox ... (29 actions, 28 running) [23,847 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 21s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,850 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,857 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,860 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 25s remote-cache, linux-sandbox ... (30 actions, 29 running) [23,865 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 26s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,880 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 27s remote-cache, linux-sandbox ... (28 actions, 25 running) [23,888 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 29s remote-cache, linux-sandbox ... (29 actions, 27 running) [23,892 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 30s remote-cache, linux-sandbox ... (29 actions, 27 running) [23,892 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 31s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,896 / 29,325] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,907 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 11s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,916 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,918 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 14s remote-cache, linux-sandbox ... (29 actions, 27 running) [23,921 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,921 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 16s remote-cache, linux-sandbox ... (32 actions running) [23,930 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 17s remote-cache, linux-sandbox ... (32 actions running) [23,935 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,941 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,942 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 21s remote-cache, linux-sandbox ... (32 actions running) [23,950 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 22s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,956 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,959 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,961 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 26s remote-cache, linux-sandbox ... (32 actions running) [23,974 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 27s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,986 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 28s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,989 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,998 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 31s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,001 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 32s remote-cache, linux-sandbox ... (32 actions running) [24,008 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,018 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 34s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,022 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,028 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 37s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,040 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 38s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,044 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 39s remote-cache, linux-sandbox ... (32 actions running) [24,045 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 40s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,057 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 41s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,061 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 42s remote-cache, linux-sandbox ... (29 actions, 26 running) [24,072 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 43s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,084 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 45s remote-cache, linux-sandbox ... (28 actions, 24 running) [24,107 / 29,325] GoLink br/pkg/backup/backup_test_/backup_test; 46s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,118 / 29,325] GoLink pkg/disttask/framework/handle/handle_test_/handle_test; 40s remote-cache, linux-sandbox ... (25 actions, 24 running) [24,129 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 20s remote-cache, linux-sandbox ... (29 actions, 28 running) [24,130 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 21s remote-cache, linux-sandbox ... (32 actions running) [24,130 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 22s remote-cache, linux-sandbox ... (32 actions running) [24,140 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,146 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 25s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,169 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 26s remote-cache, linux-sandbox ... (32 actions running) [24,182 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 28s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,190 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,203 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 30s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,213 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 31s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,217 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,226 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,235 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 34s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,241 / 29,325] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,247 / 29,325] GoCompilePkg pkg/util/profile/core.recompile1501.a; 12s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,254 / 29,325] GoCompilePkg pkg/util/profile/core.recompile1501.a; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,261 / 29,325] GoCompilePkg pkg/util/profile/core.recompile1501.a; 14s remote-cache, linux-sandbox ... (30 actions, 29 running) [24,274 / 29,325] GoCompilePkg pkg/ddl/systable/executor.recompile1520.a; 13s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,281 / 29,325] GoCompilePkg pkg/ddl/systable/executor.recompile1520.a; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,282 / 29,325] GoCompilePkg pkg/ddl/systable/executor.recompile1520.a; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,284 / 29,325] GoCompilePkg pkg/ddl/systable/executor.recompile1520.a; 17s remote-cache, linux-sandbox ... (32 actions running) [24,286 / 29,325] GoCompilePkg pkg/ddl/systable/executor.recompile1520.a; 18s remote-cache, linux-sandbox ... (32 actions running) [24,290 / 29,325] GoCompilePkg pkg/ddl/systable/executor.recompile1520.a; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,292 / 29,325] GoCompilePkg pkg/ddl/systable/executor.recompile1520.a; 20s remote-cache, linux-sandbox ... (32 actions running) [24,295 / 29,325] GoCompilePkg pkg/ddl/systable/executor.recompile1520.a; 21s remote-cache, linux-sandbox ... (29 actions, 28 running) [24,304 / 29,325] GoCompilePkg pkg/ddl/systable/executor.recompile1520.a; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,313 / 29,325] GoCompilePkg pkg/ddl/systable/executor.recompile1520.a; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,322 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 23s remote-cache, linux-sandbox ... (32 actions running) [24,327 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 24s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,334 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 26s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,337 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 27s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,343 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 28s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,345 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 29s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,349 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 30s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,356 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 31s remote-cache, linux-sandbox ... (30 actions, 29 running) [24,375 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 32s remote-cache, linux-sandbox ... (29 actions, 26 running) [24,387 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 33s remote-cache, linux-sandbox ... (29 actions, 27 running) [24,391 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 34s remote-cache, linux-sandbox ... (28 actions, 25 running) [24,396 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 35s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,404 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 36s remote-cache, linux-sandbox ... (29 actions, 26 running) [24,411 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 37s remote-cache, linux-sandbox ... (27 actions, 22 running) [24,426 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 38s remote-cache, linux-sandbox ... (26 actions, 20 running) [24,431 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 39s remote-cache, linux-sandbox ... (26 actions, 21 running) [24,439 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 40s remote-cache, linux-sandbox ... (27 actions, 22 running) [24,471 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 41s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,476 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 42s remote-cache, linux-sandbox ... (29 actions, 28 running) [24,485 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 43s remote-cache, linux-sandbox ... (30 actions, 29 running) [24,486 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 44s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,495 / 29,325] GoLink pkg/executor/importer/importer_test_/importer_test; 45s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,506 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 11s remote-cache, linux-sandbox ... (28 actions, 26 running) [24,508 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,519 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 14s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,527 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 15s remote-cache, linux-sandbox ... (28 actions, 24 running) [24,539 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 16s remote-cache, linux-sandbox ... (27 actions, 23 running) [24,549 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 17s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,551 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 18s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,557 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,560 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,564 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,566 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 23s remote-cache, linux-sandbox ... (32 actions running) [24,571 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 24s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,576 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,579 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 27s remote-cache, linux-sandbox ... (32 actions running) [24,580 / 29,325] GoLink pkg/session/test/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 28s remote-cache, linux-sandbox ... (32 actions running) [24,584 / 29,325] GoLink pkg/ddl/systable/systable_test_/systable_test; 23s remote-cache, linux-sandbox ... (31 actions running) [24,584 / 29,325] GoLink pkg/ddl/systable/systable_test_/systable_test; 25s remote-cache, linux-sandbox ... (32 actions running) [24,588 / 29,325] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1523.a; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,588 / 29,325] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1523.a; 22s remote-cache, linux-sandbox ... (32 actions running) [24,588 / 29,325] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1523.a; 24s remote-cache, linux-sandbox ... (32 actions running) [24,639 / 29,325] GoLink pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,639 / 29,325] GoLink pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test; 19s remote-cache, linux-sandbox ... (32 actions running) [24,639 / 29,325] GoLink pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test; 21s remote-cache, linux-sandbox ... (32 actions running) [24,640 / 29,325] GoCompilePkg pkg/ttl/cache/importinto.recompile1532.a; 18s remote-cache, linux-sandbox ... (32 actions running) [24,641 / 29,325] GoCompilePkg pkg/ttl/cache/importinto.recompile1532.a; 27s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,672 / 29,325] GoCompilePkg pkg/ttl/cache/importinto.recompile1532.a; 28s remote-cache, linux-sandbox ... (29 actions, 26 running) [24,693 / 29,325] GoCompilePkg pkg/ttl/cache/importinto.recompile1532.a; 29s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,718 / 29,325] GoLink pkg/planner/core/generator/hash64_equals/hash64_equals_test_/hash64_equals_test; 29s remote-cache, linux-sandbox ... (29 actions, 26 running) [24,728 / 29,325] GoLink pkg/planner/core/generator/hash64_equals/hash64_equals_test_/hash64_equals_test; 30s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,734 / 29,325] GoLink pkg/planner/core/generator/hash64_equals/hash64_equals_test_/hash64_equals_test; 31s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,741 / 29,325] GoLink pkg/planner/core/generator/hash64_equals/hash64_equals_test_/hash64_equals_test; 32s remote-cache, linux-sandbox ... (29 actions, 26 running) [24,748 / 29,325] GoLink pkg/planner/core/generator/hash64_equals/hash64_equals_test_/hash64_equals_test; 33s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,756 / 29,325] GoLink pkg/planner/core/generator/hash64_equals/hash64_equals_test_/hash64_equals_test; 35s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,762 / 29,325] GoLink pkg/planner/core/generator/hash64_equals/hash64_equals_test_/hash64_equals_test; 36s remote-cache, linux-sandbox ... (32 actions running) [24,764 / 29,325] GoLink pkg/planner/core/generator/hash64_equals/hash64_equals_test_/hash64_equals_test; 37s remote-cache, linux-sandbox ... (32 actions running) [24,774 / 29,325] GoLink br/pkg/utils/storewatch/storewatch_test_/storewatch_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,784 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,785 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,788 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 34s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,792 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 35s remote-cache, linux-sandbox ... (31 actions running) [24,799 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 37s remote-cache, linux-sandbox ... (32 actions running) [24,809 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 38s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,816 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 39s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,834 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 40s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,850 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 41s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,851 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 42s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,858 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 43s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,861 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 45s remote-cache, linux-sandbox ... (32 actions running) [24,866 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 46s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,873 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 47s remote-cache, linux-sandbox ... (29 actions, 28 running) [24,886 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 48s remote-cache, linux-sandbox ... (31 actions running) [24,891 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 50s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,921 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 51s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,926 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 52s remote-cache, linux-sandbox ... (29 actions, 28 running) [24,929 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 53s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,933 / 29,325] GoLink pkg/session/test/txn/txn_test_/txn_test; 54s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,937 / 29,325] GoLink pkg/session/test/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 34s remote-cache, linux-sandbox ... (32 actions running) [24,939 / 29,325] GoLink pkg/session/test/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 35s remote-cache, linux-sandbox ... (32 actions running) [24,941 / 29,325] GoLink pkg/session/test/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 37s remote-cache, linux-sandbox ... (32 actions running) [24,945 / 29,325] GoLink pkg/session/test/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 38s remote-cache, linux-sandbox ... (32 actions running) [24,947 / 29,325] GoLink pkg/session/test/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 39s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,953 / 29,325] GoLink br/pkg/glue/glue_test_/glue_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,956 / 29,325] GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 9s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,956 / 29,325] GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 10s remote-cache, linux-sandbox ... (32 actions running) [24,956 / 29,325] GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 17s remote-cache, linux-sandbox ... (32 actions running) [24,956 / 29,325] GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 19s remote-cache, linux-sandbox ... (32 actions running) [24,958 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/data.recompile1519.a; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,958 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/data.recompile1519.a; 19s remote-cache, linux-sandbox ... (32 actions running) [24,958 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/data.recompile1519.a; 30s remote-cache, linux-sandbox ... (32 actions running) [24,959 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/data.recompile1519.a; 37s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,971 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/data.recompile1519.a; 39s remote-cache, linux-sandbox ... (29 actions, 26 running) [24,985 / 29,325] GoCompilePkg pkg/planner/core/importinto.recompile1527.a; 38s remote-cache, linux-sandbox ... (28 actions, 24 running) [25,002 / 29,325] GoCompilePkg pkg/planner/core/importinto.recompile1527.a; 39s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,013 / 29,325] GoCompilePkg pkg/testkit/external/external.a; 38s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,022 / 29,325] GoCompilePkg pkg/testkit/external/external.a; 39s remote-cache, linux-sandbox ... (28 actions, 25 running) [25,036 / 29,325] GoLink pkg/planner/core/generator/plan_cache/plan_cache_test_/plan_cache_test; 26s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,043 / 29,325] GoLink pkg/planner/core/generator/plan_cache/plan_cache_test_/plan_cache_test; 27s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,054 / 29,325] GoLink pkg/planner/core/generator/plan_cache/plan_cache_test_/plan_cache_test; 28s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,059 / 29,325] GoLink pkg/planner/core/generator/plan_cache/plan_cache_test_/plan_cache_test; 30s remote-cache, linux-sandbox ... (32 actions running) [25,062 / 29,325] GoLink pkg/planner/core/generator/plan_cache/plan_cache_test_/plan_cache_test; 31s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,065 / 29,325] GoCompilePkg pkg/ddl/executor.recompile1579.a; 12s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,073 / 29,325] GoCompilePkg pkg/ddl/executor.recompile1579.a; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,076 / 29,325] GoCompilePkg pkg/ddl/executor.recompile1579.a; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,084 / 29,325] GoCompilePkg pkg/ddl/executor.recompile1579.a; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,087 / 29,325] GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,112 / 29,325] GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; 15s remote-cache, linux-sandbox ... (32 actions running) [25,134 / 29,325] GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; 17s remote-cache, linux-sandbox ... (32 actions running) [25,138 / 29,325] GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; 18s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,145 / 29,325] GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,152 / 29,325] GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,157 / 29,325] GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; 22s remote-cache, linux-sandbox ... (31 actions running) [25,165 / 29,325] GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,182 / 29,325] GoLink br/pkg/checksum/checksum_test_/checksum_test; 21s remote-cache, linux-sandbox ... (32 actions running) [25,182 / 29,325] GoLink br/pkg/checksum/checksum_test_/checksum_test; 23s remote-cache, linux-sandbox ... (32 actions running) [25,183 / 29,325] GoLink br/pkg/checksum/checksum_test_/checksum_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,184 / 29,325] GoLink br/pkg/checksum/checksum_test_/checksum_test; 26s remote-cache, linux-sandbox ... (32 actions running) [25,184 / 29,325] GoLink br/pkg/checksum/checksum_test_/checksum_test; 29s remote-cache, linux-sandbox ... (32 actions running) [25,189 / 29,325] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,189 / 29,325] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 19s remote-cache, linux-sandbox ... (32 actions running) [25,189 / 29,325] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 20s remote-cache, linux-sandbox ... (32 actions running) [25,191 / 29,325] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,209 / 29,325] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 22s remote-cache, linux-sandbox ... (28 actions, 24 running) [25,217 / 29,325] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 23s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,230 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1527.a; 19s remote-cache, linux-sandbox ... (29 actions, 27 running) [25,237 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1527.a; 20s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,247 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1527.a; 21s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,259 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1527.a; 22s remote-cache, linux-sandbox ... (26 actions, 20 running) [25,270 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1527.a; 23s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,279 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1527.a; 24s remote-cache, linux-sandbox ... (28 actions, 24 running) [25,283 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1527.a; 25s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,289 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1527.a; 26s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,305 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1527.a; 27s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,330 / 29,325] GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1527.a; 28s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,362 / 29,325] GoCompilePkg pkg/session/syssession/core.recompile1501.a; 12s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,406 / 29,325] GoCompilePkg pkg/ddl/server.recompile1595.a; 2s remote-cache, linux-sandbox ... (29 actions, 28 running) [25,417 / 29,325] GoCompilePkg pkg/ddl/server.recompile1595.a; 3s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,421 / 29,325] GoCompilePkg pkg/ddl/server.recompile1595.a; 4s remote-cache, linux-sandbox ... (32 actions running) [25,424 / 29,325] GoCompilePkg pkg/ddl/server.recompile1595.a; 5s remote-cache, linux-sandbox ... (28 actions, 26 running) [25,426 / 29,325] GoCompilePkg pkg/ddl/server.recompile1595.a; 6s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,432 / 29,325] Running nogo on //pkg/ddl/systable:systable_test; 8s remote-cache, linux-sandbox ... (32 actions running) [25,437 / 29,325] Running nogo on //pkg/ddl/systable:systable_test; 9s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,445 / 29,325] Running nogo on //pkg/ddl/systable:systable_test; 11s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,460 / 29,325] Running nogo on //pkg/ddl/systable:systable_test; 12s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,477 / 29,325] GoLink pkg/planner/cascades/rule/rule_test_/rule_test; 12s remote-cache, linux-sandbox ... (27 actions, 22 running) [25,482 / 29,325] GoLink pkg/planner/cascades/rule/rule_test_/rule_test; 13s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,492 / 29,325] GoLink pkg/planner/cascades/rule/rule_test_/rule_test; 14s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,497 / 29,325] GoLink pkg/planner/cascades/rule/rule_test_/rule_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,501 / 29,325] GoLink pkg/planner/cascades/rule/rule_test_/rule_test; 16s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,506 / 29,325] GoLink pkg/planner/cascades/rule/rule_test_/rule_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,524 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 13s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,539 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 15s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,539 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,547 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 17s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,559 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 18s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,602 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,624 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,627 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 22s remote-cache, linux-sandbox ... (32 actions running) [25,630 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 23s remote-cache, linux-sandbox ... (32 actions running) [25,631 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,631 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 26s remote-cache, linux-sandbox ... (32 actions running) [25,631 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 28s remote-cache, linux-sandbox ... (32 actions running) [25,633 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 30s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,634 / 29,325] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 31s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,646 / 29,325] GoLink pkg/ttl/cache/cache_test_/cache_test; 20s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,658 / 29,325] GoLink pkg/ttl/cache/cache_test_/cache_test; 21s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,674 / 29,325] GoLink pkg/ttl/cache/cache_test_/cache_test; 22s remote-cache, linux-sandbox ... (32 actions running) [25,681 / 29,325] GoLink pkg/ttl/cache/cache_test_/cache_test; 23s remote-cache, linux-sandbox ... (32 actions running) [25,690 / 29,325] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,710 / 29,325] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 23s remote-cache, linux-sandbox ... (28 actions, 26 running) [25,717 / 29,325] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 24s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,729 / 29,325] GoLink pkg/planner/cascades/rule/apply/decorrelateapply/decorrelateapply_test_/decorrelateapply_test; 15s remote-cache, linux-sandbox ... (28 actions, 24 running) [25,738 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 11s remote-cache, linux-sandbox ... (25 actions, 20 running) [25,762 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 12s remote-cache, linux-sandbox ... (28 actions, 24 running) [25,819 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 13s remote-cache, linux-sandbox ... (27 actions, 24 running) [25,828 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 14s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,849 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 15s remote-cache, linux-sandbox ... (28 actions, 24 running) [25,872 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 16s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,887 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 17s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,900 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 18s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,903 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 19s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,904 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 20s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,913 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 21s remote-cache, linux-sandbox ... (29 actions, 26 running) [25,935 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 22s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,951 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 23s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,961 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 25s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,982 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 26s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,007 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 27s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,022 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 28s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,044 / 29,325] GoLink pkg/ddl/ddl_test_/ddl_test; 29s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,056 / 29,325] GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 24s remote-cache, linux-sandbox ... (27 actions, 22 running) [26,073 / 29,325] GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 25s remote-cache, linux-sandbox ... (24 actions, 18 running) [26,097 / 29,325] GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 26s remote-cache, linux-sandbox ... (27 actions, 22 running) [26,116 / 29,325] GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 27s remote-cache, linux-sandbox ... (27 actions, 22 running) [26,132 / 29,325] GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 28s remote-cache, linux-sandbox ... (26 actions, 20 running) [26,145 / 29,325] GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 29s remote-cache, linux-sandbox ... (25 actions, 20 running) [26,158 / 29,325] GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 30s remote-cache, linux-sandbox ... (28 actions, 25 running) [26,170 / 29,325] GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 32s remote-cache, linux-sandbox ... (28 actions, 25 running) [26,196 / 29,325] GoCompilePkg pkg/plugin/executor.recompile1551.a; 6s remote-cache, linux-sandbox ... (27 actions, 22 running) [26,206 / 29,325] GoCompilePkg pkg/plugin/executor.recompile1551.a; 7s remote-cache, linux-sandbox ... (28 actions, 25 running) [26,218 / 29,325] GoCompilePkg pkg/plugin/executor.recompile1551.a; 8s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,242 / 29,325] GoCompilePkg pkg/plugin/executor.recompile1551.a; 9s remote-cache, linux-sandbox ... (25 actions, 20 running) [26,247 / 29,325] GoCompilePkg pkg/plugin/executor.recompile1551.a; 10s remote-cache, linux-sandbox ... (28 actions, 24 running) [26,252 / 29,325] GoCompilePkg pkg/plugin/executor.recompile1551.a; 11s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,255 / 29,325] GoCompilePkg pkg/plugin/executor.recompile1551.a; 12s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,267 / 29,325] GoCompilePkg pkg/plugin/executor.recompile1551.a; 13s remote-cache, linux-sandbox ... (26 actions, 22 running) [26,284 / 29,325] GoCompilePkg pkg/ddl/schematracker/executor.recompile1510.a; 12s remote-cache, linux-sandbox ... (28 actions, 24 running) [26,306 / 29,325] GoCompilePkg pkg/ddl/schematracker/executor.recompile1510.a; 13s remote-cache, linux-sandbox ... (28 actions, 24 running) [26,323 / 29,325] GoLink pkg/planner/memo/memo_test_/memo_test; 12s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,335 / 29,325] GoLink pkg/planner/memo/memo_test_/memo_test; 13s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,354 / 29,325] GoLink pkg/planner/memo/memo_test_/memo_test; 14s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,365 / 29,325] GoLink pkg/planner/memo/memo_test_/memo_test; 15s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,395 / 29,325] GoLink pkg/planner/memo/memo_test_/memo_test; 16s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,414 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 15s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,431 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 16s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,458 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 17s remote-cache, linux-sandbox ... (27 actions, 24 running) [26,487 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 19s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,502 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 20s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,519 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 21s remote-cache, linux-sandbox ... (28 actions, 24 running) [26,523 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 22s remote-cache, linux-sandbox ... (28 actions, 24 running) [26,532 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 23s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,543 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 24s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,564 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 25s remote-cache, linux-sandbox ... (27 actions, 23 running) [26,575 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 26s remote-cache, linux-sandbox ... (28 actions, 24 running) [26,586 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 28s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,593 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 29s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,604 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 30s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,615 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 31s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,620 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 32s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,627 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 34s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,631 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 35s remote-cache, linux-sandbox ... (27 actions, 23 running) [26,650 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 36s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,664 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 37s remote-cache, linux-sandbox ... (28 actions, 24 running) [26,696 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 38s remote-cache, linux-sandbox ... (28 actions, 24 running) [26,713 / 29,325] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 39s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,723 / 29,325] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 26s remote-cache, linux-sandbox ... (27 actions, 22 running) [26,742 / 29,325] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 28s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,759 / 29,325] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 29s remote-cache, linux-sandbox ... (29 actions, 27 running) [26,764 / 29,325] GoCompilePkg pkg/domain/executor.recompile1668.a; 14s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,771 / 29,325] GoLink pkg/planner/cascades/old/old_test_/old_test; 12s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,774 / 29,325] GoLink pkg/planner/cascades/old/old_test_/old_test; 14s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,783 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 11s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,792 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 12s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,802 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 13s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,820 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 14s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,838 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 15s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,846 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 17s remote-cache, linux-sandbox ... (28 actions, 24 running) [26,852 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 18s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,871 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 19s remote-cache, linux-sandbox ... (28 actions, 24 running) [26,884 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 20s remote-cache, linux-sandbox ... (28 actions, 24 running) [26,892 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 21s remote-cache, linux-sandbox ... (28 actions, 24 running) [26,914 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 22s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,926 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 23s remote-cache, linux-sandbox ... (27 actions, 22 running) [26,936 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 24s remote-cache, linux-sandbox ... (28 actions, 24 running) [26,949 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 25s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,960 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 26s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,966 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 27s remote-cache, linux-sandbox ... (29 actions, 26 running) [26,972 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 28s remote-cache, linux-sandbox ... (28 actions, 26 running) [26,979 / 29,325] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 29s remote-cache, linux-sandbox ... (30 actions, 28 running) [26,994 / 29,325] GoLink br/pkg/task/task_test_/task_test; 28s remote-cache, linux-sandbox ... (27 actions, 25 running) [26,997 / 29,325] GoLink br/pkg/task/task_test_/task_test; 29s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,005 / 29,325] GoLink br/pkg/task/task_test_/task_test; 30s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,029 / 29,325] GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; 29s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,029 / 29,325] GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; 30s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,034 / 29,325] GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; 31s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,038 / 29,325] GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,038 / 29,325] GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,042 / 29,325] GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; 34s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,048 / 29,325] GoCompilePkg pkg/planner/cardinality/executor.recompile1525.a; 15s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,062 / 29,325] GoCompilePkg pkg/planner/cardinality/executor.recompile1525.a; 16s remote-cache, linux-sandbox ... (28 actions, 25 running) [27,080 / 29,325] GoCompilePkg pkg/planner/cardinality/executor.recompile1525.a; 18s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,090 / 29,325] GoCompilePkg br/pkg/restore/ingestrec/executor.recompile1520.a; 18s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,109 / 29,325] GoCompilePkg pkg/store/executor.recompile1523.a; 17s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,113 / 29,325] GoCompilePkg pkg/store/executor.recompile1523.a; 18s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,119 / 29,325] GoCompilePkg pkg/disttask/framework/taskexecutor/executor.recompile1525.a; 14s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,124 / 29,325] GoCompilePkg pkg/disttask/framework/taskexecutor/executor.recompile1525.a; 16s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,132 / 29,325] GoCompilePkg pkg/disttask/framework/taskexecutor/executor.recompile1525.a; 17s remote-cache, linux-sandbox ... (27 actions, 24 running) [27,136 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 11s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,141 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 13s remote-cache, linux-sandbox ... (27 actions, 22 running) [27,142 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 14s remote-cache, linux-sandbox ... (27 actions, 22 running) [27,147 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 15s remote-cache, linux-sandbox ... (28 actions, 24 running) [27,168 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 17s remote-cache, linux-sandbox ... (27 actions, 22 running) [27,177 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 18s remote-cache, linux-sandbox ... (28 actions, 24 running) [27,189 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 19s remote-cache, linux-sandbox ... (28 actions, 24 running) [27,195 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 20s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,199 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 21s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,203 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 22s remote-cache, linux-sandbox ... (28 actions, 24 running) [27,226 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 23s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,253 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 24s remote-cache, linux-sandbox ... (28 actions, 24 running) [27,261 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 25s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,267 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 26s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,268 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 28s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,273 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 29s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,276 / 29,325] GoLink pkg/util/admin/admin_test_/admin_test; 30s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,285 / 29,325] GoLink pkg/domain/domain_test_/domain_test; 31s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,289 / 29,325] GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; 31s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,295 / 29,325] GoLink br/pkg/restore/restore_test_/restore_test; 22s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,301 / 29,325] GoLink br/pkg/restore/restore_test_/restore_test; 23s remote-cache, linux-sandbox ... (28 actions, 25 running) [27,310 / 29,325] GoLink br/pkg/restore/restore_test_/restore_test; 24s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,320 / 29,325] GoLink br/pkg/restore/restore_test_/restore_test; 25s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,333 / 29,325] GoLink br/pkg/restore/restore_test_/restore_test; 27s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,350 / 29,325] GoCompilePkg pkg/executor/test/indexmergereadtest/indexmergereadtest_test.internal.a; 5s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,368 / 29,325] GoCompilePkg pkg/executor/test/indexmergereadtest/indexmergereadtest_test.internal.a; 6s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,390 / 29,325] GoCompilePkg pkg/executor/test/indexmergereadtest/indexmergereadtest_test.internal.a; 7s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,416 / 29,325] Running nogo on //pkg/bindinfo:bindinfo_test; 8s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,446 / 29,325] GoLink pkg/store/store_test_/store_test; 4s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,453 / 29,325] GoLink pkg/store/store_test_/store_test; 5s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,465 / 29,325] GoLink pkg/store/store_test_/store_test; 6s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,472 / 29,325] GoLink pkg/store/store_test_/store_test; 7s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,482 / 29,325] GoLink pkg/store/store_test_/store_test; 9s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,488 / 29,325] GoLink pkg/store/store_test_/store_test; 10s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,496 / 29,325] GoLink pkg/store/store_test_/store_test; 11s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,504 / 29,325] GoLink pkg/store/store_test_/store_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,514 / 29,325] GoLink pkg/store/store_test_/store_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,522 / 29,325] GoLink pkg/store/store_test_/store_test; 15s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,533 / 29,325] GoLink pkg/store/store_test_/store_test; 16s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,543 / 29,325] GoLink pkg/store/store_test_/store_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,549 / 29,325] GoLink pkg/store/store_test_/store_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,559 / 29,325] GoLink pkg/store/store_test_/store_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,563 / 29,325] GoLink pkg/store/store_test_/store_test; 21s remote-cache, linux-sandbox ... (32 actions running) [27,566 / 29,325] GoLink pkg/store/store_test_/store_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,567 / 29,325] GoLink pkg/store/store_test_/store_test; 24s remote-cache, linux-sandbox ... (32 actions running) [27,567 / 29,325] GoLink pkg/store/store_test_/store_test; 26s remote-cache, linux-sandbox ... (32 actions running) [27,572 / 29,325] GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,577 / 29,325] GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,585 / 29,325] GoLink pkg/ddl/tests/fail/fail_test_/fail_test; 25s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,588 / 29,325] GoLink pkg/ddl/tests/fail/fail_test_/fail_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,606 / 29,325] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,606 / 29,325] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 15s remote-cache, linux-sandbox ... (32 actions running) [27,609 / 29,325] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 16s remote-cache, linux-sandbox ... (32 actions running) [27,612 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 8s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,641 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 9s remote-cache, linux-sandbox ... (32 actions running) [27,642 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 11s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,642 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 12s remote-cache, linux-sandbox ... (32 actions running) [27,653 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 13s remote-cache, linux-sandbox ... (29 actions, 28 running) [27,663 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 14s remote-cache, linux-sandbox ... (32 actions running) [27,664 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,670 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,670 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 18s remote-cache, linux-sandbox ... (32 actions running) [27,671 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 19s remote-cache, linux-sandbox ... (32 actions running) [27,674 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 20s remote-cache, linux-sandbox ... (32 actions running) [27,679 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,699 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,715 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 24s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,718 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,724 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,727 / 29,325] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 27s remote-cache, linux-sandbox ... (32 actions running) [27,732 / 29,325] GoLink tests/realtikvtest/flashbacktest/flashbacktest_test_/flashbacktest_test; 28s remote-cache, linux-sandbox ... (32 actions running) [27,742 / 29,325] GoLink pkg/ddl/ingest/ingest_test_/ingest_test; 27s remote-cache, linux-sandbox ... (32 actions running) [27,749 / 29,325] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 26s remote-cache, linux-sandbox ... (32 actions running) [27,753 / 29,325] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 27s remote-cache, linux-sandbox ... (32 actions running) [27,753 / 29,325] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 29s remote-cache, linux-sandbox ... (32 actions running) [27,753 / 29,325] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 30s remote-cache, linux-sandbox ... (32 actions running) [27,755 / 29,325] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 31s remote-cache, linux-sandbox ... (32 actions running) [27,756 / 29,325] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,757 / 29,325] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 34s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,770 / 29,325] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 35s remote-cache, linux-sandbox ... (32 actions running) [27,771 / 29,325] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 36s remote-cache, linux-sandbox ... (32 actions running) [27,778 / 29,325] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 37s remote-cache, linux-sandbox ... (32 actions running) [27,780 / 29,325] GoLink pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test_/memorycontrol_test; 30s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,783 / 29,325] GoLink pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test_/memorycontrol_test; 31s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,788 / 29,325] GoLink tests/realtikvtest/pipelineddmltest/pipelineddmltest_test_/pipelineddmltest_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,788 / 29,325] GoLink tests/realtikvtest/pipelineddmltest/pipelineddmltest_test_/pipelineddmltest_test; 26s remote-cache, linux-sandbox ... (32 actions running) [27,789 / 29,325] GoLink tests/realtikvtest/pipelineddmltest/pipelineddmltest_test_/pipelineddmltest_test; 28s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,798 / 29,325] GoLink tests/realtikvtest/pipelineddmltest/pipelineddmltest_test_/pipelineddmltest_test; 29s remote-cache, linux-sandbox ... (30 actions, 29 running) [27,799 / 29,325] GoLink tests/realtikvtest/pipelineddmltest/pipelineddmltest_test_/pipelineddmltest_test; 30s remote-cache, linux-sandbox ... (32 actions running) [27,800 / 29,325] GoLink tests/realtikvtest/pipelineddmltest/pipelineddmltest_test_/pipelineddmltest_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,804 / 29,325] GoLink tests/realtikvtest/pipelineddmltest/pipelineddmltest_test_/pipelineddmltest_test; 33s remote-cache, linux-sandbox ... (32 actions running) [27,807 / 29,325] GoLink tests/realtikvtest/pipelineddmltest/pipelineddmltest_test_/pipelineddmltest_test; 34s remote-cache, linux-sandbox ... (32 actions running) [27,816 / 29,325] GoLink pkg/planner/core/core_test_/core_test; 34s remote-cache, linux-sandbox ... (30 actions, 28 running) [27,821 / 29,325] GoLink pkg/planner/core/core_test_/core_test; 35s remote-cache, linux-sandbox ... (32 actions running) [27,838 / 29,325] GoLink tests/realtikvtest/statisticstest/statisticstest_test_/statisticstest_test; 31s remote-cache, linux-sandbox ... (27 actions, 22 running) [27,845 / 29,325] GoLink tests/realtikvtest/statisticstest/statisticstest_test_/statisticstest_test; 33s remote-cache, linux-sandbox ... (29 actions, 26 running) [27,848 / 29,325] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 23s remote-cache, linux-sandbox ... (28 actions, 24 running) [27,859 / 29,325] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,863 / 29,325] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,883 / 29,325] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 27s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,892 / 29,325] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 28s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,918 / 29,325] GoLink tests/realtikvtest/importintotest2/importintotest2_test_/importintotest2_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,928 / 29,325] GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; 11s remote-cache, linux-sandbox ... (32 actions running) [27,933 / 29,325] GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,945 / 29,325] GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,949 / 29,325] GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; 15s remote-cache, linux-sandbox ... (32 actions running) [27,953 / 29,325] GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; 16s remote-cache, linux-sandbox ... (32 actions running) [27,953 / 29,325] GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; 17s remote-cache, linux-sandbox ... (32 actions running) [27,961 / 29,325] GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; 18s remote-cache, linux-sandbox ... (27 actions, 26 running) [27,967 / 29,325] GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,978 / 29,325] GoLink pkg/store/driver/driver_test_/driver_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,990 / 29,325] GoLink pkg/store/driver/driver_test_/driver_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [27,995 / 29,325] GoLink pkg/store/driver/driver_test_/driver_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,001 / 29,325] GoLink pkg/store/driver/driver_test_/driver_test; 17s remote-cache, linux-sandbox ... (32 actions running) [28,004 / 29,325] GoLink pkg/store/driver/driver_test_/driver_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,009 / 29,325] GoLink pkg/store/driver/driver_test_/driver_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,012 / 29,325] GoLink pkg/store/driver/driver_test_/driver_test; 21s remote-cache, linux-sandbox ... (32 actions running) [28,013 / 29,325] GoLink pkg/store/driver/driver_test_/driver_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,014 / 29,325] GoLink pkg/store/driver/driver_test_/driver_test; 24s remote-cache, linux-sandbox ... (32 actions running) [28,018 / 29,325] GoLink pkg/executor/sortexec/sortexec_test_/sortexec_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,021 / 29,325] GoLink pkg/domain/globalconfigsync/globalconfigsync_test_/globalconfigsync_test; 24s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,030 / 29,325] GoLink pkg/server/handler/tikvhandler/tikvhandler_test_/tikvhandler_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,031 / 29,325] GoLink pkg/server/handler/tikvhandler/tikvhandler_test_/tikvhandler_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,040 / 29,325] GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,061 / 29,325] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 17s remote-cache, linux-sandbox ... (29 actions, 26 running) [28,088 / 29,325] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,093 / 29,325] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,125 / 29,325] GoLink pkg/workloadlearning/workloadlearning_test_/workloadlearning_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,148 / 29,325] GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 17s remote-cache, linux-sandbox ... (32 actions running) [28,156 / 29,325] GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,158 / 29,325] GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,171 / 29,325] GoLink br/cmd/br/br_/br; 19s remote-cache, linux-sandbox ... (32 actions running) [28,194 / 29,325] GoLink tests/globalkilltest/globalkilltest_test_/globalkilltest_test; 11s remote-cache, linux-sandbox ... (32 actions running) [28,196 / 29,325] GoLink tests/globalkilltest/globalkilltest_test_/globalkilltest_test; 12s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,207 / 29,325] GoLink tests/globalkilltest/globalkilltest_test_/globalkilltest_test; 14s remote-cache, linux-sandbox ... (32 actions running) [28,207 / 29,325] GoLink tests/globalkilltest/globalkilltest_test_/globalkilltest_test; 17s remote-cache, linux-sandbox ... (32 actions running) [28,208 / 29,325] GoLink cmd/benchkv/benchkv_/benchkv; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,208 / 29,325] GoLink cmd/benchkv/benchkv_/benchkv; 18s remote-cache, linux-sandbox ... (32 actions running) [28,210 / 29,325] GoLink br/pkg/streamhelper/config/config_test_/config_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,217 / 29,325] GoLink lightning/cmd/tidb-lightning-ctl/tidb-lightning-ctl_test_/tidb-lightning-ctl_test; 17s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,219 / 29,325] GoLink br/pkg/task/show/show_test_/show_test; 18s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,221 / 29,325] GoLink pkg/autoid_service/autoid_service_test_/autoid_service_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,235 / 29,325] GoLink br/cmd/br/br_test_/br_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,244 / 29,325] GoLink br/cmd/br/br_test_/br_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,246 / 29,325] GoLink br/cmd/br/br_test_/br_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,271 / 29,325] GoLink br/cmd/br/br_test_/br_test; 18s remote-cache, linux-sandbox ... (29 actions, 26 running) [28,291 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 16s remote-cache, linux-sandbox ... (32 actions running) [28,297 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 17s remote-cache, linux-sandbox ... (32 actions running) [28,302 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,306 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,314 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,325 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,332 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,335 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 24s remote-cache, linux-sandbox ... (32 actions running) [28,345 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,349 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 27s remote-cache, linux-sandbox ... (32 actions running) [28,358 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,362 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 30s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,363 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 32s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,370 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,381 / 29,325] GoLink cmd/tidb-server/tidb-server_test_/tidb-server_test; 34s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,392 / 29,325] GoLink pkg/ddl/tests/fk/fk_test_/fk_test; 20s remote-cache, linux-sandbox ... (28 actions, 24 running) [28,403 / 29,325] GoLink pkg/ddl/tests/fk/fk_test_/fk_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,410 / 29,325] GoLink pkg/executor/test/admintest/admintest_test_/admintest_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,436 / 29,325] GoLink cmd/tidb-server/tidb-server-check_/tidb-server-check; 22s remote-cache, linux-sandbox ... (32 actions running) [28,444 / 29,325] GoLink pkg/ddl/tests/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; 15s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,449 / 29,325] GoLink pkg/ddl/tests/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,459 / 29,325] GoLink pkg/ddl/tests/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,466 / 29,325] GoLink pkg/ddl/tests/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,474 / 29,325] GoLink pkg/ddl/tests/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,481 / 29,325] GoLink lightning/cmd/tidb-lightning/tidb-lightning_/tidb-lightning; 13s remote-cache, linux-sandbox ... (32 actions running) [28,489 / 29,325] GoLink lightning/cmd/tidb-lightning/tidb-lightning_/tidb-lightning; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,503 / 29,325] GoLink lightning/cmd/tidb-lightning/tidb-lightning_/tidb-lightning; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,506 / 29,325] GoLink lightning/cmd/tidb-lightning/tidb-lightning_/tidb-lightning; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,512 / 29,325] GoLink lightning/cmd/tidb-lightning/tidb-lightning_/tidb-lightning; 18s remote-cache, linux-sandbox ... (32 actions running) [28,513 / 29,325] GoLink lightning/cmd/tidb-lightning/tidb-lightning_/tidb-lightning; 19s remote-cache, linux-sandbox ... (32 actions running) [28,515 / 29,325] GoLink lightning/cmd/tidb-lightning/tidb-lightning_/tidb-lightning; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,516 / 29,325] GoLink pkg/ddl/tests/metadatalock/metadatalock_test_/metadatalock_test; 21s remote-cache, linux-sandbox ... (32 actions running) [28,518 / 29,325] GoLink pkg/ddl/tests/metadatalock/metadatalock_test_/metadatalock_test; 22s remote-cache, linux-sandbox ... (32 actions running) [28,520 / 29,325] GoLink pkg/server/tests/commontest/commontest_test_/commontest_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,523 / 29,325] GoLink pkg/util/ranger/ranger_test_/ranger_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,527 / 29,325] GoLink lightning/cmd/tidb-lightning/tidb-lightning_test_/tidb-lightning_test; 21s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,531 / 29,325] GoLink pkg/disttask/framework/planner/planner_test_/planner_test; 22s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,539 / 29,325] GoLink pkg/executor/internal/exec/exec_test_/exec_test; 21s remote-cache, linux-sandbox ... (29 actions, 26 running) [28,544 / 29,325] GoLink pkg/domain/crossks/crossks_test_/crossks_test; 21s remote-cache, linux-sandbox ... (29 actions, 26 running) [28,548 / 29,325] GoLink pkg/domain/crossks/crossks_test_/crossks_test; 22s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,556 / 29,325] GoLink pkg/domain/crossks/crossks_test_/crossks_test; 23s remote-cache, linux-sandbox ... (29 actions, 27 running) [28,567 / 29,325] GoLink pkg/domain/crossks/crossks_test_/crossks_test; 24s remote-cache, linux-sandbox ... (29 actions, 26 running) [28,585 / 29,325] GoLink pkg/executor/join/test/indexjoin/indexjoin_test_/indexjoin_test; 20s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,597 / 29,325] GoLink tests/realtikvtest/addindextest1/addindextest1_test_/addindextest1_test; 19s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,601 / 29,325] GoLink pkg/executor/join/test/mergejoin/mergejoin_test_/mergejoin_test; 17s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,619 / 29,325] GoLink pkg/executor/join/test/mergejoin/mergejoin_test_/mergejoin_test; 18s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,623 / 29,325] GoLink pkg/executor/join/test/mergejoin/mergejoin_test_/mergejoin_test; 20s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,630 / 29,325] GoLink pkg/disttask/framework/integrationtests/integrationtests_test_/integrationtests_test; 20s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,635 / 29,325] GoLink pkg/executor/test/fktest/fktest_test_/fktest_test; 18s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,637 / 29,325] GoLink pkg/executor/test/fktest/fktest_test_/fktest_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,650 / 29,325] GoLink pkg/server/tests/tests_test_/tests_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,658 / 29,325] GoLink pkg/server/tests/tests_test_/tests_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,661 / 29,325] GoLink pkg/executor/staticrecordset/staticrecordset_test_/staticrecordset_test; 13s remote-cache, linux-sandbox ... (32 actions running) [28,665 / 29,325] GoLink pkg/executor/staticrecordset/staticrecordset_test_/staticrecordset_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,666 / 29,325] GoLink pkg/executor/staticrecordset/staticrecordset_test_/staticrecordset_test; 16s remote-cache, linux-sandbox ... (32 actions running) [28,667 / 29,325] GoLink pkg/executor/staticrecordset/staticrecordset_test_/staticrecordset_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,668 / 29,325] GoLink pkg/executor/staticrecordset/staticrecordset_test_/staticrecordset_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,669 / 29,325] GoLink pkg/executor/staticrecordset/staticrecordset_test_/staticrecordset_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,679 / 29,325] GoLink tests/realtikvtest/pessimistictest/pessimistictest_test_/pessimistictest_test; 20s remote-cache, linux-sandbox ... (30 actions, 29 running) [28,682 / 29,325] GoLink tests/realtikvtest/pessimistictest/pessimistictest_test_/pessimistictest_test; 21s remote-cache, linux-sandbox ... (32 actions running) [28,683 / 29,325] GoLink tests/realtikvtest/pessimistictest/pessimistictest_test_/pessimistictest_test; 23s remote-cache, linux-sandbox ... (32 actions running) [28,689 / 29,325] GoLink pkg/server/handler/optimizor/optimizor_test_/optimizor_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,691 / 29,325] GoLink pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,695 / 29,325] GoLink pkg/server/handler/tests/tests_test_/tests_test; 24s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,700 / 29,325] GoLink pkg/server/handler/tests/tests_test_/tests_test; 25s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,702 / 29,325] GoLink pkg/server/handler/tests/tests_test_/tests_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,712 / 29,325] GoLink pkg/ddl/tests/partition/partition_test_/partition_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,717 / 29,325] GoLink pkg/ddl/tests/partition/partition_test_/partition_test; 24s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,723 / 29,325] GoLink tests/realtikvtest/addindextest2/addindextest2_test_/addindextest2_test; 22s remote-cache, linux-sandbox ... (29 actions, 28 running) [28,745 / 29,325] GoLink pkg/session/test/meta/meta_test_/meta_test; 9s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,753 / 29,325] GoLink pkg/session/test/meta/meta_test_/meta_test; 10s remote-cache, linux-sandbox ... (29 actions, 26 running) [28,762 / 29,325] GoLink pkg/session/test/meta/meta_test_/meta_test; 11s remote-cache, linux-sandbox ... (30 actions, 28 running) [28,772 / 29,325] GoLink pkg/session/test/meta/meta_test_/meta_test; 12s remote-cache, linux-sandbox ... (29 actions, 28 running) [28,776 / 29,325] GoLink pkg/session/test/meta/meta_test_/meta_test; 13s remote-cache, linux-sandbox ... (32 actions running) [28,776 / 29,325] GoLink pkg/session/test/meta/meta_test_/meta_test; 15s remote-cache, linux-sandbox ... (32 actions running) [28,776 / 29,325] GoLink pkg/session/test/meta/meta_test_/meta_test; 17s remote-cache, linux-sandbox ... (32 actions running) [28,786 / 29,325] GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,796 / 29,325] GoLink pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test; 17s remote-cache, linux-sandbox ... (32 actions running) [28,796 / 29,325] GoLink pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test; 19s remote-cache, linux-sandbox ... (32 actions running) [28,799 / 29,325] GoLink pkg/executor/test/issuetest/issuetest_test_/issuetest_test; 19s remote-cache, linux-sandbox ... (32 actions running) [28,800 / 29,325] GoLink pkg/executor/test/issuetest/issuetest_test_/issuetest_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,809 / 29,325] GoLink pkg/server/server_test_/server_test; 20s remote-cache, linux-sandbox ... (29 actions, 28 running) [28,812 / 29,325] GoLink pkg/server/server_test_/server_test; 21s remote-cache, linux-sandbox ... (31 actions running) [28,814 / 29,325] GoLink pkg/server/server_test_/server_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,825 / 29,325] GoLink pkg/executor/test/showtest/showtest_test_/showtest_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,829 / 29,325] GoLink pkg/executor/test/showtest/showtest_test_/showtest_test; 21s remote-cache, linux-sandbox ... (32 actions running) [28,840 / 29,325] GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; 21s remote-cache, linux-sandbox ... (29 actions, 28 running) [28,846 / 29,325] GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; 22s remote-cache, linux-sandbox ... (32 actions running) [28,857 / 29,325] GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,867 / 29,325] GoLink pkg/executor/test/unstabletest/unstabletest_test_/unstabletest_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,879 / 29,325] GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,887 / 29,325] GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; 19s remote-cache, linux-sandbox ... (32 actions running) [28,888 / 29,325] GoLink pkg/expression/integration_test/integration_test_test_/integration_test_test; 16s remote-cache, linux-sandbox ... (32 actions running) [28,888 / 29,325] GoLink pkg/expression/integration_test/integration_test_test_/integration_test_test; 18s remote-cache, linux-sandbox ... (32 actions running) [28,893 / 29,325] GoLink pkg/statistics/handle/storage/storage_test_/storage_test; 15s remote-cache, linux-sandbox ... (32 actions running) [28,899 / 29,325] GoLink pkg/expression/test/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; 13s remote-cache, linux-sandbox ... (32 actions running) [28,902 / 29,325] GoLink pkg/expression/test/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; 14s remote-cache, linux-sandbox ... (27 actions, 26 running) [28,924 / 29,325] GoLink pkg/expression/test/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,929 / 29,325] GoLink pkg/planner/core/casetest/enforcempp/enforcempp_test_/enforcempp_test; 15s remote-cache, linux-sandbox ... (31 actions running) [28,950 / 29,325] GoLink pkg/planner/core/casetest/enforcempp/enforcempp_test_/enforcempp_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [28,964 / 29,325] GoLink pkg/infoschema/test/infoschemav2test/infoschemav2test_test_/infoschemav2test_test; 13s remote-cache, linux-sandbox ... (32 actions running) [28,964 / 29,325] GoLink pkg/infoschema/test/infoschemav2test/infoschemav2test_test_/infoschemav2test_test; 14s remote-cache, linux-sandbox ... (32 actions running) [28,966 / 29,325] GoLink pkg/infoschema/test/infoschemav2test/infoschemav2test_test_/infoschemav2test_test; 15s remote-cache, linux-sandbox ... (32 actions running) [28,967 / 29,325] GoLink pkg/infoschema/test/infoschemav2test/infoschemav2test_test_/infoschemav2test_test; 17s remote-cache, linux-sandbox ... (32 actions running) [28,967 / 29,325] GoLink pkg/infoschema/test/infoschemav2test/infoschemav2test_test_/infoschemav2test_test; 26s remote-cache, linux-sandbox ... (32 actions running) [28,967 / 29,325] GoLink pkg/infoschema/test/infoschemav2test/infoschemav2test_test_/infoschemav2test_test; 28s remote-cache, linux-sandbox ... (32 actions running) [28,967 / 29,325] GoLink pkg/infoschema/test/infoschemav2test/infoschemav2test_test_/infoschemav2test_test; 29s remote-cache, linux-sandbox ... (32 actions running) [28,967 / 29,325] GoLink pkg/infoschema/test/infoschemav2test/infoschemav2test_test_/infoschemav2test_test; 31s remote-cache, linux-sandbox ... (32 actions running) [28,984 / 29,325] GoLink pkg/planner/cascades/cascades_test_/cascades_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,000 / 29,325] GoLink pkg/planner/core/casetest/binaryplan/binaryplan_test_/binaryplan_test; 25s remote-cache, linux-sandbox ... (30 actions, 28 running) [29,049 / 29,325] GoLink pkg/statistics/handle/util/util_test_/util_test; 23s remote-cache, linux-sandbox ... (28 actions, 24 running) [29,072 / 29,325] GoLink pkg/planner/core/casetest/mpp/mpp_test_/mpp_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,077 / 29,325] GoLink pkg/planner/core/casetest/mpp/mpp_test_/mpp_test; 21s remote-cache, linux-sandbox ... (30 actions, 28 running) [29,085 / 29,325] GoLink pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test; 5s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,092 / 29,325] GoLink pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test; 6s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,097 / 29,325] GoLink pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test; 8s remote-cache, linux-sandbox ... (32 actions running) [29,097 / 29,325] GoLink pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test; 16s remote-cache, linux-sandbox ... (32 actions running) [29,098 / 29,325] GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,111 / 29,325] GoLink pkg/planner/core/casetest/planstats/planstats_test_/planstats_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,113 / 29,325] GoLink pkg/planner/core/casetest/planstats/planstats_test_/planstats_test; 18s remote-cache, linux-sandbox ... (32 actions running) [29,119 / 29,325] GoLink pkg/planner/core/casetest/planstats/planstats_test_/planstats_test; 19s remote-cache, linux-sandbox ... (32 actions running) [29,154 / 29,325] GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,160 / 29,325] GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,173 / 29,325] GoLink pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test_/logicalop_test_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,187 / 29,325] GoLink pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test_/logicalop_test_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,205 / 29,325] GoLink pkg/planner/core/tests/analyze/analyze_test_/analyze_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,207 / 29,325] GoLink pkg/planner/core/tests/analyze/analyze_test_/analyze_test; 20s remote-cache, linux-sandbox ... (32 actions running) [29,209 / 29,325] GoLink pkg/planner/core/tests/analyze/analyze_test_/analyze_test; 22s remote-cache, linux-sandbox ... (32 actions running) [29,209 / 29,325] GoLink pkg/planner/core/tests/analyze/analyze_test_/analyze_test; 32s remote-cache, linux-sandbox ... (32 actions running) [29,209 / 29,325] GoLink pkg/planner/core/tests/analyze/analyze_test_/analyze_test; 33s remote-cache, linux-sandbox ... (32 actions running) [29,209 / 29,325] GoLink pkg/planner/core/tests/analyze/analyze_test_/analyze_test; 35s remote-cache, linux-sandbox ... (32 actions running) [29,210 / 29,325] GoLink pkg/planner/core/tests/cte/cte_test_/cte_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,234 / 29,325] GoLink pkg/planner/core/tests/prepare/prepare_test_/prepare_test; 21s remote-cache, linux-sandbox ... (28 actions, 25 running) [29,255 / 29,325] GoLink pkg/planner/core/tests/redact/redact_test_/redact_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,258 / 29,325] GoLink pkg/planner/core/tests/redact/redact_test_/redact_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,291 / 29,325] GoLink pkg/session/test/common/common_test_/common_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [29,296 / 29,325] GoLink pkg/session/test/variable/variable_test_/variable_test; 4s remote-cache, linux-sandbox ... (29 actions, 28 running) [29,306 / 29,325] GoLink pkg/session/test/variable/variable_test_/variable_test; 5s remote-cache, linux-sandbox ... (22 actions running) [29,314 / 29,325] GoLink pkg/session/test/variable/variable_test_/variable_test; 7s remote-cache, linux-sandbox ... (22 actions running) [29,314 / 29,325] GoLink pkg/session/test/variable/variable_test_/variable_test; 15s remote-cache, linux-sandbox ... (22 actions running) [29,314 / 29,325] GoLink pkg/session/test/variable/variable_test_/variable_test; 16s remote-cache, linux-sandbox ... (22 actions running) [29,317 / 29,325] GoLink pkg/sessiontxn/isolation/isolation_test_/isolation_test; 18s remote-cache, linux-sandbox ... (16 actions running) [29,318 / 29,325] GoLink pkg/sessiontxn/sessiontxn_test_/sessiontxn_test; 17s remote-cache, linux-sandbox ... (14 actions running) [29,319 / 29,325] GoLink pkg/statistics/asyncload/asyncload_test_/asyncload_test; 17s remote-cache, linux-sandbox ... (12 actions running) [29,324 / 29,325] GoLink pkg/statistics/handle/ddl/ddl_test_/ddl_test; 18s remote-cache, linux-sandbox INFO: Elapsed time: 1206.110s, Critical Path: 219.16s INFO: 29325 processes: 25378 remote cache hit, 1129 internal, 2818 linux-sandbox. INFO: Build completed successfully, 29325 total actions bazel --output_user_root=/home/jenkins/.tidb/tmp build --config=ci --repository_cache=/home/jenkins/.tidb/tmp \ //cmd/importer:importer //cmd/tidb-server:tidb-server //cmd/tidb-server:tidb-server-check --define gotags=codes,nextgen --//build:with_nogo_flag=true INFO: Invocation ID: 58235a84-4791-4afd-9d67-065687c4d539 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'build' from /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb/.bazelrc: 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'build' from /data/..2025_09_24_12_47_09.1092574368/bazel: 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'build' from /home/jenkins/.bazelrc: 'build' options: --local_ram_resources=58982 --local_cpu_resources=16 --jobs=16 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression Loading: Loading: Loading: 0 packages loaded INFO: Build option --define has changed, discarding analysis cache. Analyzing: 3 targets (0 packages loaded, 0 targets configured) INFO: Analyzed 3 targets (0 packages loaded, 17600 targets configured).  checking cached actions INFO: Found 3 targets... [1 / 1,255] [Prepa] BazelWorkspaceStatusAction stable-status.txt [23 / 5,225] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 8.8 MiB / 18.9 MiB; 1s remote-cache ... (2 actions, 0 running) [52 / 5,225] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 15.8 MiB / 18.9 MiB; 2s remote-cache ... (16 actions, 0 running) [453 / 5,225] GoCompilePkg external/org_golang_x_net/http2/http2.a; Downloading external/org_golang_x_net/http2/http2.a, 2.0 MiB / 3.8 MiB; 0s remote-cache ... (16 actions, 0 running) [902 / 5,225] GoCompilePkg external/com_github_apache_thrift/lib/go/thrift/thrift.a; Downloading external/com_github_apache_thrift/lib/go/thrift/thrift.a, 4.4 MiB / 4.4 MiB; 0s remote-cache ... (16 actions, 0 running) [1,276 / 5,225] GoCompilePkg external/com_github_aws_aws_sdk_go/aws/defaults/defaults.a; Downloading external/com_github_aws_aws_sdk_go/aws/defaults/defaults.x; 0s remote-cache ... (16 actions, 0 running) [1,485 / 5,225] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 58.0 MiB / 71.4 MiB; 0s remote-cache ... (16 actions, 0 running) [1,677 / 5,225] GoCompilePkg external/com_github_pingcap_kvproto/pkg/tsopb/tsopb.a; Downloading external/com_github_pingcap_kvproto/pkg/tsopb/tsopb.a; 0s remote-cache ... (14 actions, 0 running) [3,955 / 5,225] Running nogo on @io_etcd_go_etcd_client_v3//concurrency:concurrency; 0s remote-cache ... (16 actions, 0 running) [4,601 / 5,225] Running nogo on //pkg/util/sqlexec/mock:mock; Downloading pkg/util/sqlexec/mock/mock.facts; 0s remote-cache ... (8 actions, 0 running) [4,660 / 5,225] [Prepa] GoCompilePkg pkg/planner/core/constraint/constraint.a ... (9 actions, 0 running) [4,906 / 5,225] GoCompilePkg pkg/ttl/sqlbuilder/sqlbuilder.a; Downloading pkg/ttl/sqlbuilder/sqlbuilder.a, 1.0 MiB / 1.3 MiB; 0s remote-cache ... (6 actions, 0 running) [5,002 / 5,225] Running nogo on //pkg/ddl:ddl; 1s remote-cache, linux-sandbox ... (4 actions running) [5,004 / 5,225] GoCompilePkg pkg/ddl/ddl.a; 6s remote-cache, linux-sandbox [5,012 / 5,225] GoCompilePkg pkg/ddl/schematracker/schematracker.a; 1s remote-cache, linux-sandbox ... (4 actions running) [5,014 / 5,225] Running nogo on //pkg/domain:domain; 0s remote-cache, linux-sandbox ... (4 actions running) [5,016 / 5,225] GoCompilePkg pkg/domain/domain.a; 2s remote-cache, linux-sandbox [5,031 / 5,225] GoCompilePkg pkg/planner/util/domainmisc/domainmisc.a; 1s remote-cache, linux-sandbox ... (14 actions running) [5,053 / 5,225] Running nogo on //pkg/planner/core/rule:rule; 0s remote-cache, linux-sandbox ... (20 actions, 18 running) [5,073 / 5,225] GoCompilePkg br/pkg/conn/conn.a; 1s remote-cache, linux-sandbox ... (14 actions running) [5,078 / 5,225] GoCompilePkg pkg/planner/core/rule/rule.a; 3s remote-cache, linux-sandbox ... (5 actions, 4 running) [5,128 / 5,225] GoCompilePkg br/pkg/stream/stream.a; 1s remote-cache, linux-sandbox ... (14 actions running) [5,130 / 5,225] GoCompilePkg br/pkg/stream/stream.a; 3s remote-cache, linux-sandbox ... (12 actions running) [5,134 / 5,225] Running nogo on //pkg/planner/core:core; 3s remote-cache, linux-sandbox ... (8 actions running) [5,139 / 5,225] GoCompilePkg pkg/planner/core/core.a; 5s remote-cache, linux-sandbox ... (3 actions, 2 running) [5,141 / 5,225] GoCompilePkg pkg/planner/core/core.a; 6s remote-cache, linux-sandbox ... (4 actions running) [5,142 / 5,225] GoCompilePkg pkg/planner/core/core.a; 7s remote-cache, linux-sandbox ... (3 actions, 2 running) [5,153 / 5,225] Running nogo on //br/pkg/restore/log_client:log_client; 1s remote-cache, linux-sandbox ... (20 actions running) [5,162 / 5,225] Running nogo on //br/pkg/restore/log_client:log_client; 2s remote-cache, linux-sandbox ... (12 actions running) [5,168 / 5,225] GoCompilePkg pkg/disttask/importinto/importinto.a; 4s remote-cache, linux-sandbox ... (5 actions, 4 running) [5,169 / 5,225] GoLink cmd/importer/importer_/importer; 3s remote-cache, linux-sandbox ... (6 actions running) [5,171 / 5,225] GoLink cmd/importer/importer_/importer; 5s remote-cache, linux-sandbox ... (4 actions running) [5,179 / 5,225] Running nogo on //pkg/executor:executor; 1s remote-cache, linux-sandbox ... (4 actions running) [5,179 / 5,225] Running nogo on //pkg/executor:executor; 4s remote-cache, linux-sandbox ... (4 actions running) [5,181 / 5,225] GoCompilePkg pkg/executor/executor.a; 6s remote-cache, linux-sandbox [5,182 / 5,225] [Prepa] Running nogo on //pkg/util/workloadrepo:workloadrepo [5,184 / 5,225] Running nogo on //pkg/session:session; 1s remote-cache, linux-sandbox ... (6 actions running) [5,188 / 5,225] [Prepa] Running nogo on //pkg/server/handler:handler [5,197 / 5,225] [Prepa] Running nogo on //pkg/server/handler/extractorhandler:extractorhandler ... (3 actions, 0 running) [5,206 / 5,225] GoCompilePkg pkg/server/handler/tikvhandler/tikvhandler.a; 0s remote-cache, linux-sandbox ... (6 actions running) [5,208 / 5,225] GoCompilePkg pkg/server/handler/tikvhandler/tikvhandler.a; 1s remote-cache, linux-sandbox [5,211 / 5,225] GoCompilePkg pkg/server/server.a; 1s remote-cache, linux-sandbox [5,212 / 5,225] Running nogo on //pkg/standby:standby; 0s remote-cache, linux-sandbox ... (4 actions running) [5,212 / 5,225] Running nogo on //pkg/standby:standby; 2s remote-cache, linux-sandbox ... (4 actions running) [5,221 / 5,225] GoCompilePkg cmd/tidb-server/tidb-server.a; 1s remote-cache, linux-sandbox ... (4 actions running) [5,223 / 5,225] [Prepa] GoLink cmd/tidb-server/tidb-server_/tidb-server [5,223 / 5,225] GoLink cmd/tidb-server/tidb-server_/tidb-server; 1s remote-cache, linux-sandbox ... (4 actions running) [5,223 / 5,225] GoLink cmd/tidb-server/tidb-server_/tidb-server; 10s remote-cache, linux-sandbox ... (4 actions running) [5,223 / 5,225] GoLink cmd/tidb-server/tidb-server_/tidb-server; 13s remote-cache, linux-sandbox ... (4 actions running) [5,223 / 5,225] GoLink cmd/tidb-server/tidb-server_/tidb-server; 14s remote-cache, linux-sandbox ... (4 actions running) INFO: Elapsed time: 90.313s, Critical Path: 83.92s INFO: 3622 processes: 3516 remote cache hit, 1 internal, 105 linux-sandbox. INFO: Build completed successfully, 3622 total actions cp bazel-out/k8-fastbuild/bin/cmd/tidb-server/tidb-server_/tidb-server ./bin cp bazel-out/k8-fastbuild/bin/cmd/importer/importer_/importer ./bin cp bazel-out/k8-fastbuild/bin/cmd/tidb-server/tidb-server-check_/tidb-server-check ./bin bazel --output_user_root=/home/jenkins/.tidb/tmp build --config=ci --repository_cache=/home/jenkins/.tidb/tmp \ //cmd/tidb-server:tidb-server --stamp --workspace_status_command=./build/print-enterprise-workspace-status.sh --define gotags=codes,nextgen,enterprise INFO: Invocation ID: ed1621c4-e54a-402c-a8a6-0fdbaec2c7c6 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'build' from /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb/.bazelrc: 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'build' from /data/..2025_09_24_12_47_09.1092574368/bazel: 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'build' from /home/jenkins/.bazelrc: 'build' options: --local_ram_resources=58982 --local_cpu_resources=16 --jobs=16 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression Loading: Loading: Loading: 0 packages loaded INFO: Build options --//build:with_nogo_flag, --define, and --stamp have changed, discarding analysis cache. Analyzing: target //cmd/tidb-server:tidb-server (0 packages loaded, 0 targets configured) INFO: Analyzed target //cmd/tidb-server:tidb-server (0 packages loaded, 17417 targets configured).  checking cached actions INFO: Found 1 target... [0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt [19 / 5,187] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.6 MiB / 18.9 MiB; 1s remote-cache ... (2 actions, 0 running) [19 / 5,187] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (2 actions, 0 running) [394 / 5,187] GoCompilePkg external/io_opencensus_go/trace/propagation/propagation.a; 0s remote-cache ... (16 actions, 0 running) [733 / 5,187] GoCompilePkg pkg/parser/parser.a; 0s remote-cache ... (16 actions, 0 running) [1,012 / 5,187] GoCompilePkg external/com_github_apache_arrow_go_v12/arrow/array/array.a; Downloading external/com_github_apache_arrow_go_v12/arrow/array/array.a, 8.4 MiB / 11.6 MiB; 0s remote-cache ... (16 actions, 0 running) [1,176 / 5,187] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 24.0 MiB / 71.4 MiB; 0s remote-cache ... (16 actions, 0 running) [1,318 / 5,187] GoCompilePkg external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a; Downloading external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a, 7.0 MiB / 8.0 MiB; 0s remote-cache ... (16 actions, 0 running) [1,591 / 5,187] GoCompilePkg external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a; Downloading external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a, 11.8 MiB / 12.1 MiB; 0s remote-cache ... (15 actions, 0 running) [2,618 / 5,187] GoCompilePkg external/com_github_tikv_client_go_v2/txnkv/rangetask/rangetask.a; 0s remote-cache ... (16 actions, 0 running) [3,941 / 5,187] Running nogo on @com_github_pingcap_metering_sdk//storage/provider:provider; Downloading external/com_github_pingcap_metering_sdk/storage/provider/provider.facts; 0s remote-cache ... (15 actions, 0 running) [4,566 / 5,187] Running nogo on //pkg/meta/metabuild:metabuild; Downloading pkg/meta/metabuild/metabuild.facts; 0s remote-cache ... (6 actions, 0 running) [4,632 / 5,187] [Prepa] Running nogo on //pkg/executor/internal/vecgroupchecker:vecgroupchecker ... (3 actions, 0 running) [4,751 / 5,187] GoCompilePkg pkg/expression/aggregation/aggregation.a; 0s remote-cache, linux-sandbox [4,784 / 5,187] GoCompilePkg pkg/infoschema/infoschema.a; Downloading pkg/infoschema/infoschema.a, 6.6 MiB / 8.6 MiB; 0s remote-cache [4,966 / 5,187] Running nogo on //br/pkg/restore/internal/import_client:import_client; Downloading br/pkg/restore/internal/import_client/import_client.facts; 0s remote-cache ... (2 actions, 0 running) [4,974 / 5,187] GoCompilePkg pkg/ddl/ddl.a; 1s remote-cache, linux-sandbox ... (4 actions running) [4,976 / 5,187] GoCompilePkg pkg/ddl/ddl.a; 3s remote-cache, linux-sandbox [4,977 / 5,187] [Prepa] GoCompilePkg pkg/infoschema/perfschema/perfschema.a [4,986 / 5,187] [Prepa] Running nogo on //pkg/domain:domain [4,986 / 5,187] Running nogo on //pkg/domain:domain; 1s remote-cache, linux-sandbox ... (4 actions running) [4,988 / 5,187] GoCompilePkg pkg/domain/domain.a; 2s remote-cache, linux-sandbox [5,003 / 5,187] GoCompilePkg pkg/sessiontxn/staleread/staleread.a; 1s remote-cache, linux-sandbox ... (14 actions running) [5,014 / 5,187] GoCompilePkg pkg/sessiontxn/staleread/staleread.a; 2s remote-cache, linux-sandbox ... (9 actions, 8 running) [5,043 / 5,187] GoCompilePkg pkg/planner/core/rule/rule.a; 2s remote-cache, linux-sandbox ... (16 actions running) [5,049 / 5,187] GoCompilePkg pkg/planner/core/rule/rule.a; 3s remote-cache, linux-sandbox ... (7 actions, 6 running) [5,098 / 5,187] GoCompilePkg br/pkg/stream/stream.a; 1s remote-cache, linux-sandbox ... (16 actions running) [5,108 / 5,187] GoCompilePkg pkg/planner/core/core.a; 2s remote-cache, linux-sandbox ... (6 actions running) [5,113 / 5,187] GoCompilePkg pkg/planner/core/core.a; 4s remote-cache, linux-sandbox ... (4 actions running) [5,114 / 5,187] GoCompilePkg pkg/planner/core/core.a; 6s remote-cache, linux-sandbox ... (3 actions, 2 running) [5,126 / 5,187] GoCompilePkg br/pkg/restore/log_client/log_client.a; 1s remote-cache, linux-sandbox ... (14 actions running) [5,134 / 5,187] GoCompilePkg pkg/planner/planner.a; 1s remote-cache, linux-sandbox ... (8 actions running) [5,138 / 5,187] GoCompilePkg br/pkg/task/task.a; 2s remote-cache, linux-sandbox [5,139 / 5,187] [Prepa] Running nogo on //br/pkg/task/show:show ... (2 actions, 0 running) [5,145 / 5,187] GoCompilePkg pkg/executor/executor.a; 0s remote-cache, linux-sandbox ... (4 actions running) [5,147 / 5,187] GoCompilePkg pkg/executor/executor.a; 4s remote-cache, linux-sandbox [5,147 / 5,187] GoCompilePkg pkg/executor/executor.a; 6s remote-cache, linux-sandbox [5,150 / 5,187] GoCompilePkg pkg/util/workloadrepo/workloadrepo.a; 1s remote-cache, linux-sandbox ... (6 actions running) [5,153 / 5,187] GoCompilePkg pkg/session/session.a; 3s remote-cache, linux-sandbox [5,157 / 5,187] Running nogo on //pkg/store/gcworker:gcworker; 0s remote-cache, linux-sandbox ... (5 actions, 4 running) [5,163 / 5,187] Running nogo on //pkg/server/handler/extractorhandler:extractorhandler; 0s remote-cache, linux-sandbox ... (16 actions running) [5,175 / 5,187] [Prepa] Running nogo on //pkg/server:server [5,177 / 5,187] GoCompilePkg pkg/server/server.a; 1s remote-cache, linux-sandbox [5,180 / 5,187] GoCompilePkg pkg/standby/standby.a; 1s remote-cache, linux-sandbox [5,181 / 5,187] GoCompilePkg cmd/tidb-server/tidb-server.a; 0s remote-cache, linux-sandbox ... (6 actions running) [5,186 / 5,187] GoLink cmd/tidb-server/tidb-server_/tidb-server; 1s remote-cache, linux-sandbox [5,186 / 5,187] GoLink cmd/tidb-server/tidb-server_/tidb-server; 10s remote-cache, linux-sandbox [5,186 / 5,187] GoLink cmd/tidb-server/tidb-server_/tidb-server; 15s remote-cache, linux-sandbox [5,186 / 5,187] GoLink cmd/tidb-server/tidb-server_/tidb-server; 17s remote-cache, linux-sandbox Target //cmd/tidb-server:tidb-server up-to-date: bazel-bin/cmd/tidb-server/tidb-server_/tidb-server INFO: Elapsed time: 86.053s, Critical Path: 79.48s INFO: 3592 processes: 3492 remote cache hit, 1 internal, 99 linux-sandbox. INFO: Build completed successfully, 3592 total actions ./bazel-out/k8-fastbuild/bin/cmd/tidb-server/tidb-server_/tidb-server -V Release Version: v9.0.0-alpha-220-gcb6e8cbb2d Edition: Enterprise Git Commit Hash: cb6e8cbb2dabe989388b029ce301bae3d51ab47c Git Branch: HEAD UTC Build Time: 2025-09-24 13:09:21 GoVersion: go1.23.12 Race Enabled: false Check Table Before Drop: false Store: unistore Kernel Type: Next Generation [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb [Pipeline] { [Pipeline] archiveArtifacts Archiving artifacts ‘importer.log’ doesn’t match anything No artifacts found that match the file pattern "importer.log,tidb-server-check.log". Configuration error? [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build tidb-server enterprise edition) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb [Pipeline] { [Pipeline] sh + make enterprise-prepare enterprise-server-build cd pkg/extension/enterprise/generate && GO111MODULE=on go generate -run genfile main.go go: downloading github.com/pingcap/errors v0.11.5-0.20250523034308-74f78ae071ee go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/pingcap/log v1.1.1-0.20250917021125-19901e015dc9 go: downloading go.uber.org/atomic v1.11.0 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading go.uber.org/multierr v1.11.0 CGO_ENABLED=1 GO111MODULE=on go build -tags=codes,nextgen,enterprise -ldflags '-X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-alpha-220-gcb6e8cbb2d" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2025-09-24 13:10:56" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=cb6e8cbb2dabe989388b029ce301bae3d51ab47c" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBEdition=Enterprise" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBEnterpriseExtensionGitHash=dc633aae52eb11b4e3549e3a7ef5b0ed14e159b1"' -o bin/tidb-server cmd/tidb-server/main.go go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/grafana/pyroscope-go v1.2.7 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20250917111308-6cbd7e4f9761 go: downloading github.com/prometheus/client_golang v1.22.0 go: downloading go.uber.org/automaxprocs v1.6.0 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/pingcap/kvproto v0.0.0-20250915095348-efd5134a6d6c go: downloading github.com/tikv/pd/client v0.0.0-20250703091733-dfd345b89500 go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 go: downloading golang.org/x/sync v0.16.0 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/pingcap/tipb v0.0.0-20250829062436-85a019a5df23 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading github.com/BurntSushi/toml v1.5.0 go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading go.etcd.io/etcd/api/v3 v3.5.15 go: downloading go.etcd.io/etcd/client/v3 v3.5.15 go: downloading google.golang.org/grpc v1.63.2 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/prometheus/client_model v0.6.2 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/pkg/errors v0.9.1 go: downloading golang.org/x/text v0.28.0 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/opentracing/basictracer-go v1.0.0 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading golang.org/x/sys v0.35.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/klauspost/compress v1.18.0 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading github.com/spf13/pflag v1.0.7 go: downloading golang.org/x/net v0.42.0 go: downloading golang.org/x/oauth2 v0.30.0 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/fatih/color v1.18.0 go: downloading cloud.google.com/go v0.112.2 go: downloading github.com/spf13/cobra v1.9.1 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.15 go: downloading github.com/blacktear23/go-proxyprotocol v1.0.6 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/pingcap/fn v1.0.0 go: downloading github.com/soheilhy/cmux v0.1.5 go: downloading github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2 go: downloading github.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading google.golang.org/protobuf v1.36.6 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading golang.org/x/tools v0.35.0 go: downloading github.com/pingcap/metering_sdk v0.0.0-20250918015914-468cd6feb1dc go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/grafana/pyroscope-go/godeltaprof v0.1.9 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/prometheus/common v0.63.0 go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.34.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 go: downloading golang.org/x/crypto v0.41.0 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/YangKeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/Masterminds/semver v1.5.0 go: downloading k8s.io/api v0.29.11 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading github.com/mattn/go-colorable v0.1.14 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.16.1 go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading modernc.org/mathutil v1.7.1 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/cockroachdb/pebble v1.1.4-0.20250120151818-5dd133a1e6fb go: downloading golang.org/x/time v0.12.0 go: downloading github.com/zyedidia/generic v1.2.1 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.4 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 go: downloading github.com/go-asn1-ber/asn1-ber v1.5.4 go: downloading cloud.google.com/go/iam v1.1.7 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading go.uber.org/mock v0.5.2 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading cloud.google.com/go/kms v1.15.8 go: downloading go.opencensus.io v0.24.0 go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading github.com/apache/thrift v0.16.0 go: downloading github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.11 go: downloading github.com/alibabacloud-go/tea-utils/v2 v2.0.7 go: downloading github.com/alibabacloud-go/tea v1.3.11 go: downloading github.com/alibabacloud-go/sts-20150401/v2 v2.0.4 go: downloading github.com/aliyun/alibabacloud-oss-go-sdk-v2 v1.2.3 go: downloading github.com/aliyun/credentials-go v1.4.7 go: downloading github.com/aws/aws-sdk-go-v2 v1.38.1 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.35 go: downloading github.com/aws/aws-sdk-go-v2/config v1.27.37 go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.87.1 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.31.1 go: downloading github.com/golang-jwt/jwt/v5 v5.2.2 go: downloading github.com/segmentio/fasthash v1.0.3 go: downloading github.com/ncw/directio v1.0.5 go: downloading github.com/coocood/rtutil v0.0.0-20190304133409-c84515f646f2 go: downloading github.com/coocood/bbloom v0.0.0-20190830030839-58deb6228d64 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/alibabacloud-go/endpoint-util v1.1.0 go: downloading github.com/alibabacloud-go/openapi-util v0.1.1 go: downloading github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5 go: downloading github.com/alibabacloud-go/tea-xml v1.1.3 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/alibabacloud-go/debug v1.0.1 go: downloading github.com/pierrec/lz4/v4 v4.1.15 go: downloading gopkg.in/ini.v1 v1.67.0 go: downloading github.com/tjfoc/gmsm v1.4.1 go: downloading github.com/clbanning/mxj/v2 v2.7.0 go: downloading github.com/aws/smithy-go v1.22.5 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.14 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.27.1 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.23.1 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.4 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.0 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.4 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.4 go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.0 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.8.4 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.4 go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.4 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/cockroachdb/errors v1.11.3 go: downloading github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/DataDog/zstd v1.5.5 go: downloading k8s.io/apimachinery v0.29.11 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/rogpeppe/go-internal v1.14.1 go: downloading github.com/kr/text v0.2.0 go: downloading k8s.io/klog/v2 v2.120.1 go: downloading github.com/google/gofuzz v1.2.0 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.2.7 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 + ./bin/tidb-server -V Release Version: v9.0.0-alpha-220-gcb6e8cbb2d Edition: Enterprise Git Commit Hash: cb6e8cbb2dabe989388b029ce301bae3d51ab47c Git Branch: HEAD UTC Build Time: 2025-09-24 13:10:56 GoVersion: go1.23.12 Race Enabled: false Check Table Before Drop: false Store: unistore Enterprise Extension Commit Hash: dc633aae52eb11b4e3549e3a7ef5b0ed14e159b1 Kernel Type: Next Generation [Pipeline] sh + ./bin/tidb-server -V + grep -E '^Kernel Type:.*Next Generation' Kernel Type: Next Generation [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test plugin) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/enterprise-plugin [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap-inc/enterprise-plugin/rev-6ee85b0d43a2fbdc38c331182f098493f8b922ca) 1843200 bytes in 0.13 secs (14603961 bytes/sec) [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo computeBranchFromPR component: plugin, prTargetBranch: master, prTitle: ddl: allow DDL on the system table in BDR mode, trunkBranch: master [Pipeline] checkout The recommended git tool is: NONE using credential github-sre-bot-ssh Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@7cf94730; decorates RemoteLauncher[hudson.remoting.Channel@1740b464:JNLP4-connect connection from 10.233.83.110/10.233.83.110:60398] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Fetching changes from the remote Git repository Pruning obsolete local branches Cleaning workspace > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/enterprise-plugin/.git # timeout=10 > git config remote.origin.url git@github.com:pingcap-inc/enterprise-plugin.git # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from git@github.com:pingcap-inc/enterprise-plugin.git > git --version # timeout=10 > git --version # 'git version 2.39.2' using GIT_SSH to set credentials [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/enterprise-plugin@tmp/jenkins-gitclient-ssh15861586334001234709.key > git fetch --tags --force --progress --prune -- git@github.com:pingcap-inc/enterprise-plugin.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Checking out Revision cd8df51c572eb8019834b3b4c77257f440cfe212 (origin/master) > git rev-parse origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cd8df51c572eb8019834b3b4c77257f440cfe212 # timeout=10 Commit message: "audit: add buffered log option (#187)" [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // retry [Pipeline] } Cache not saved (git/pingcap-inc/enterprise-plugin/rev-6ee85b0d43a2fbdc38c331182f098493f8b922ca already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] sh + mkdir -p plugin-so + pushd enterprise-plugin/audit ~/agent/workspace/pingcap/tidb/pull_build_next_gen/enterprise-plugin/audit ~/agent/workspace/pingcap/tidb/pull_build_next_gen + go mod tidy go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20250905073636-469a7adf7ae8 go: downloading github.com/sasha-s/go-deadlock v0.3.5 go: downloading github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a go: downloading github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 go: downloading github.com/yusufpapurcu/wmi v1.2.4 go: downloading github.com/petermattis/goid v0.0.0-20250813065127-a731cc31b4fe go: downloading github.com/shoenig/go-m1cpu v0.1.6 go: downloading github.com/segmentio/asm v1.2.0 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/go-ole/go-ole v1.3.0 go: downloading go.uber.org/goleak v1.3.0 go: downloading go.etcd.io/etcd/server/v3 v3.5.15 go: downloading go.etcd.io/etcd/tests/v3 v3.5.12 go: downloading github.com/google/go-cmp v0.7.0 go: downloading github.com/gobwas/glob v0.2.3 go: downloading github.com/stretchr/objx v0.5.2 go: downloading github.com/fsouza/fake-gcs-server v1.44.0 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/prometheus/prometheus v0.50.1 go: downloading github.com/HdrHistogram/hdrhistogram-go v1.1.2 go: downloading github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5 go: downloading google.golang.org/grpc/examples v0.0.0-20231221225426-4f03f3ff32c9 go: downloading gonum.org/v1/gonum v0.11.0 go: downloading github.com/felixge/fgprof v0.9.3 go: downloading github.com/johannesboyne/gofakes3 v0.0.0-20230506070712-04da935ef877 go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 go: downloading github.com/onsi/ginkgo v1.16.5 go: downloading github.com/onsi/gomega v1.29.0 go: downloading github.com/hashicorp/go-version v1.7.0 go: downloading github.com/shoenig/test v0.6.4 go: downloading github.com/xitongsys/parquet-go-source v0.0.0-20200817004010-026bad9b25d0 go: downloading github.com/cockroachdb/datadriven v1.0.3-0.20230413201302-be42291fc80f go: downloading github.com/sergi/go-diff v1.1.0 go: downloading github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 go: downloading github.com/stathat/consistent v1.0.0 go: downloading github.com/jfcg/opt v0.3.1 go: downloading github.com/jfcg/rng v1.0.4 go: downloading github.com/google/martian/v3 v3.3.2 go: downloading github.com/alibabacloud-go/alibabacloud-gateway-pop v0.0.6 go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f go: downloading go.opentelemetry.io/otel/sdk v1.24.0 go: downloading github.com/go-errors/errors v1.4.2 go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1 go: downloading sigs.k8s.io/yaml v1.4.0 go: downloading golang.org/x/mod v0.27.0 go: downloading github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd go: downloading github.com/klauspost/asmfmt v1.3.2 go: downloading github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 go: downloading github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 go: downloading github.com/zeebo/assert v1.3.0 go: downloading github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c go: downloading github.com/alibabacloud-go/darabonba-string v1.0.2 go: downloading github.com/alibabacloud-go/darabonba-map v0.0.2 go: downloading github.com/alibabacloud-go/darabonba-signature-util v0.0.7 go: downloading github.com/alibabacloud-go/darabonba-encode-util v0.0.2 go: downloading github.com/alibabacloud-go/darabonba-array v0.1.0 go: downloading github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c go: downloading github.com/jpillora/backoff v1.0.0 go: downloading github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 go: downloading github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/gorilla/handlers v1.5.1 go: downloading github.com/google/renameio/v2 v2.0.0 go: downloading cloud.google.com/go/pubsub v1.37.0 go: downloading github.com/pkg/xattr v0.4.9 go: downloading github.com/google/renameio v0.1.0 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/google/martian v2.1.0+incompatible go: downloading github.com/nxadm/tail v1.4.8 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: downloading github.com/fsnotify/fsnotify v1.6.0 go: downloading go.etcd.io/etcd/pkg/v3 v3.5.15 go: downloading go.etcd.io/etcd/client/v2 v2.305.15 go: downloading go.etcd.io/etcd/raft/v3 v3.5.15 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 go: downloading go.etcd.io/bbolt v1.3.5 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading github.com/golang-jwt/jwt/v4 v4.5.2 go: downloading github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 go: downloading github.com/gorilla/websocket v1.5.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 go: downloading github.com/golang-jwt/jwt v3.2.1+incompatible go: downloading go.opentelemetry.io/proto/otlp v1.1.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 go: downloading github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd go: downloading github.com/go-kit/log v0.2.1 go: downloading github.com/dennwc/varint v1.0.0 go: downloading github.com/go-logfmt/logfmt v0.6.0 + popd ~/agent/workspace/pingcap/tidb/pull_build_next_gen + pushd tidb ~/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb ~/agent/workspace/pingcap/tidb/pull_build_next_gen + go run ./cmd/pluginpkg -next-gen -pkg-dir ../enterprise-plugin/audit -out-dir ../plugin-so Package "/home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/enterprise-plugin/audit" as plugin "/home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/plugin-so/audit-1.so" success. Manifest: { "buildTime": "2025-09-24 13:13:48.687434587 +0000 UTC m=+0.000290476", "description": "The TiDB Enterprise Audit Plugin", "export": [ { "extPoint": "OnConnectionEvent", "impl": "OnConnectionEvent" }, { "extPoint": "OnGeneralEvent", "impl": "OnGeneralEvent" } ], "kind": "Audit", "license": "Commercial", "name": "audit", "onFlush": "OnFlush", "onInit": "OnInit", "onShutdown": "OnShutdown", "version": "1" } + popd ~/agent/workspace/pingcap/tidb/pull_build_next_gen + pushd enterprise-plugin/whitelist ~/agent/workspace/pingcap/tidb/pull_build_next_gen/enterprise-plugin/whitelist ~/agent/workspace/pingcap/tidb/pull_build_next_gen + go mod tidy go: downloading github.com/pingcap/log v1.1.1-0.20250514022801-14f3b4ca066e go: downloading github.com/pingcap/kvproto v0.0.0-20250616075548-d951fb623bb3 go: downloading golang.org/x/sys v0.34.0 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20250708031306-557a4986e4c4 go: downloading github.com/pingcap/tipb v0.0.0-20250605054300-07d1c2a671ee go: downloading golang.org/x/text v0.27.0 go: downloading github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 go: downloading golang.org/x/term v0.33.0 go: downloading golang.org/x/crypto v0.40.0 go: downloading golang.org/x/mod v0.26.0 + popd ~/agent/workspace/pingcap/tidb/pull_build_next_gen + pushd tidb ~/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb ~/agent/workspace/pingcap/tidb/pull_build_next_gen + go run ./cmd/pluginpkg -next-gen -pkg-dir ../enterprise-plugin/whitelist -out-dir ../plugin-so Package "/home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/enterprise-plugin/whitelist" as plugin "/home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/plugin-so/whitelist-1.so" success. Manifest: { "buildTime": "2025-09-24 13:17:10.824250204 +0000 UTC m=+0.000294433", "description": "The IP Whitelist Plugin", "export": [ { "extPoint": "OnConnectionEvent", "impl": "OnConnectionEvent" } ], "kind": "Audit", "license": "Commercial", "name": "whitelist", "onFlush": "OnFlush", "onInit": "OnInit", "onShutdown": "OnShutdown", "sysVars": [], "validate": "Validate", "version": "1" } + popd ~/agent/workspace/pingcap/tidb/pull_build_next_gen + make server -C tidb make: Entering directory '/home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb' CGO_ENABLED=1 GO111MODULE=on go build -tags codes,nextgen -ldflags '-X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-alpha-220-gcb6e8cbb2d" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2025-09-24 13:17:37" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=cb6e8cbb2dabe989388b029ce301bae3d51ab47c" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBEdition=Community" ' -o 'bin/tidb-server' ./cmd/tidb-server make: Leaving directory '/home/jenkins/agent/workspace/pingcap/tidb/pull_build_next_gen/tidb' + sleep 30 + ./tidb/bin/tidb-server -keyspace-name=SYSTEM -plugin-dir=./plugin-so -plugin-load=audit-1,whitelist-1 + tee ./loading-plugin.log [2025/09/24 13:18:04.393 +00:00] [INFO] [meminfo.go:179] ["use cgroup memory hook because TiDB is in the container"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.393 +00:00] [INFO] [cpuprofile.go:113] ["parallel cpu profiler started"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.393 +00:00] [INFO] [cgmon.go:62] ["cgroup monitor started"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.393 +00:00] [INFO] [printer.go:54] ["Welcome to TiDB."] [keyspaceName=SYSTEM] ["Release Version"=v9.0.0-alpha-220-gcb6e8cbb2d] [Edition=Community] ["Git Commit Hash"=cb6e8cbb2dabe989388b029ce301bae3d51ab47c] ["Git Branch"=HEAD] ["UTC Build Time"="2025-09-24 13:17:37"] [GoVersion=go1.23.12] ["Race Enabled"=false] ["Check Table Before Drop"=false] ["Kernel Type"="Next Generation"] [2025/09/24 13:18:04.394 +00:00] [INFO] [cgmon.go:132] ["set the maxprocs"] [keyspaceName=SYSTEM] [quota=16] [2025/09/24 13:18:04.394 +00:00] [INFO] [printer.go:59] ["loaded config"] [keyspaceName=SYSTEM] [config="{\"host\":\"0.0.0.0\",\"advertise-address\":\"10.233.83.110\",\"port\":4000,\"cors\":\"\",\"store\":\"unistore\",\"path\":\"/tmp/tidb\",\"socket\":\"/tmp/tidb-4000.sock\",\"lease\":\"45s\",\"split-table\":true,\"token-limit\":1000,\"temp-dir\":\"/tmp/tidb\",\"tmp-storage-path\":\"/tmp/1000_tidb/MC4wLjAuMDo0MDAwLzAuMC4wLjA6MTAwODA=/tmp-storage\",\"tmp-storage-quota\":-1,\"server-version\":\"\",\"version-comment\":\"\",\"tidb-edition\":\"\",\"tidb-release-version\":\"\",\"keyspace-name\":\"SYSTEM\",\"tikv-worker-url\":\"\",\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":null,\"enable-timestamp\":null,\"disable-error-stack\":null,\"enable-error-stack\":null,\"file\":{\"filename\":\"\",\"max-size\":300,\"max-days\":0,\"max-backups\":0,\"compression\":\"\",\"is-buffered\":false,\"buffer-size\":0,\"buffer-flush-interval\":0},\"slow-query-file\":\"tidb-slow.log\",\"expensive-threshold\":10000,\"general-log-file\":\"\",\"query-log-max-len\":4096,\"enable-slow-log\":true,\"slow-threshold\":300,\"record-plan-in-slow-log\":1,\"timeout\":0},\"instance\":{\"tidb_general_log\":false,\"tidb_pprof_sql_cpu\":false,\"ddl_slow_threshold\":300,\"tidb_expensive_query_time_threshold\":60,\"tidb_expensive_txn_time_threshold\":600,\"tidb_stmt_summary_enable_persistent\":false,\"tidb_stmt_summary_filename\":\"tidb-statements.log\",\"tidb_stmt_summary_file_max_days\":3,\"tidb_stmt_summary_file_max_size\":64,\"tidb_stmt_summary_file_max_backups\":0,\"tidb_stmt_summary_max_stmt_count\":0,\"tidb_server_memory_limit\":\"\",\"tidb_server_memory_limit_gc_trigger\":\"\",\"tidb_instance_plan_cache_max_size\":\"\",\"tidb_stats_cache_mem_quota\":0,\"tidb_mem_quota_binding_cache\":0,\"tidb_schema_cache_size\":\"\",\"tidb_enable_slow_log\":true,\"tidb_slow_log_threshold\":300,\"tidb_record_plan_in_slow_log\":1,\"tidb_check_mb4_value_in_utf8\":true,\"tidb_force_priority\":\"NO_PRIORITY\",\"tidb_memory_usage_alarm_ratio\":0.8,\"tidb_enable_collect_execution_info\":true,\"plugin_dir\":\"./plugin-so\",\"plugin_load\":\"audit-1,whitelist-1\",\"plugin_audit_log_buffer_size\":0,\"plugin_audit_log_flush_interval\":30,\"max_connections\":0,\"tidb_enable_ddl\":true,\"tidb_enable_stats_owner\":true,\"tidb_rc_read_check_ts\":false,\"tidb_service_scope\":\"\"},\"security\":{\"skip-grant-table\":false,\"ssl-ca\":\"\",\"ssl-cert\":\"\",\"ssl-key\":\"\",\"cluster-ssl-ca\":\"\",\"cluster-ssl-cert\":\"\",\"cluster-ssl-key\":\"\",\"cluster-verify-cn\":null,\"session-token-signing-cert\":\"\",\"session-token-signing-key\":\"\",\"spilled-file-encryption-method\":\"plaintext\",\"enable-sem\":false,\"sem-config\":\"\",\"auto-tls\":false,\"tls-version\":\"\",\"rsa-key-size\":4096,\"secure-bootstrap\":false,\"auth-token-jwks\":\"\",\"auth-token-refresh-interval\":\"1h0m0s\",\"disconnect-on-expired-password\":true},\"status\":{\"status-host\":\"0.0.0.0\",\"metrics-addr\":\"\",\"status-port\":10080,\"metrics-interval\":15,\"report-status\":true,\"record-db-qps\":false,\"record-db-label\":false,\"grpc-keepalive-time\":10,\"grpc-keepalive-timeout\":3,\"grpc-concurrent-streams\":1024,\"grpc-initial-window-size\":2097152,\"grpc-max-send-msg-size\":2147483647},\"performance\":{\"max-procs\":0,\"max-memory\":0,\"server-memory-quota\":0,\"stats-lease\":\"3s\",\"stmt-count-limit\":5000,\"pseudo-estimate-ratio\":0.8,\"bind-info-lease\":\"3s\",\"txn-entry-size-limit\":6291456,\"txn-total-size-limit\":104857600,\"tcp-keep-alive\":true,\"tcp-no-delay\":true,\"cross-join\":true,\"distinct-agg-push-down\":false,\"max-txn-ttl\":3600000,\"index-usage-sync-lease\":\"\",\"plan-replayer-gc-lease\":\"10m\",\"gogc\":100,\"enforce-mpp\":false,\"stats-load-concurrency\":0,\"stats-load-queue-size\":1000,\"analyze-partition-concurrency-quota\":16,\"plan-replayer-dump-worker-concurrency\":1,\"enable-stats-cache-mem-quota\":true,\"committer-concurrency\":128,\"run-auto-analyze\":true,\"force-priority\":\"NO_PRIORITY\",\"memory-usage-alarm-ratio\":0.8,\"enable-load-fmsketch\":false,\"skip-init-stats\":false,\"lite-init-stats\":true,\"force-init-stats\":true,\"concurrently-init-stats\":true,\"projection-push-down\":true,\"enable-async-batch-get\":true},\"prepared-plan-cache\":{\"enabled\":true,\"capacity\":100,\"memory-guard-ratio\":0.1},\"opentracing\":{\"enable\":false,\"rpc-metrics\":false,\"sampler\":{\"type\":\"const\",\"param\":1,\"sampling-server-url\":\"\",\"max-operations\":0,\"sampling-refresh-interval\":0},\"reporter\":{\"queue-size\":0,\"buffer-flush-interval\":0,\"log-spans\":false,\"local-agent-host-port\":\"\"}},\"proxy-protocol\":{\"networks\":\"\",\"header-timeout\":5,\"fallbackable\":true},\"pd-client\":{\"pd-server-timeout\":3},\"tikv-client\":{\"grpc-connection-count\":4,\"grpc-keepalive-time\":10,\"grpc-keepalive-timeout\":3,\"grpc-compression-type\":\"none\",\"grpc-shared-buffer-pool\":false,\"grpc-initial-window-size\":134217728,\"grpc-initial-conn-window-size\":134217728,\"commit-timeout\":\"41s\",\"async-commit\":{\"keys-limit\":256,\"total-key-size-limit\":4096,\"safe-window\":2000000000,\"allowed-clock-drift\":500000000},\"batch-policy\":\"standard\",\"max-batch-size\":128,\"overload-threshold\":200,\"max-batch-wait-time\":0,\"batch-wait-size\":8,\"enable-chunk-rpc\":true,\"region-cache-ttl\":600,\"store-limit\":0,\"store-liveness-timeout\":\"1s\",\"copr-cache\":{\"capacity-mb\":1000},\"copr-req-timeout\":60000000000,\"ttl-refreshed-txn-size\":33554432,\"resolve-lock-lite-threshold\":16,\"max-concurrency-request-limit\":9223372036854775807,\"enable-replica-selector-v2\":true},\"compatible-kill-query\":false,\"pessimistic-txn\":{\"max-retry-count\":256,\"deadlock-history-capacity\":10,\"deadlock-history-collect-retryable\":false,\"pessimistic-auto-commit\":true,\"constraint-check-in-place-pessimistic\":true},\"max-index-length\":3072,\"index-limit\":64,\"table-column-count-limit\":1017,\"graceful-wait-before-shutdown\":0,\"alter-primary-key\":false,\"treat-old-version-utf8-as-utf8mb4\":true,\"enable-table-lock\":false,\"delay-clean-table-lock\":0,\"split-region-max-num\":1000,\"top-sql\":{\"receiver-address\":\"\"},\"repair-mode\":false,\"repair-table-list\":[],\"isolation-read\":{\"engines\":[\"tikv\",\"tiflash\",\"tidb\"]},\"new_collations_enabled_on_first_bootstrap\":true,\"experimental\":{\"allow-expression-index\":false},\"skip-register-to-dashboard\":false,\"enable-telemetry\":false,\"labels\":{},\"enable-global-index\":false,\"deprecate-integer-display-length\":true,\"enable-enum-length-limit\":true,\"stores-refresh-interval\":60,\"enable-tcp4-only\":false,\"enable-forwarding\":false,\"max-ballast-object-size\":0,\"ballast-object-size\":0,\"transaction-summary\":{\"transaction-summary-capacity\":500,\"transaction-id-digest-min-duration\":2147483647},\"enable-global-kill\":true,\"enable-32bits-connection-id\":true,\"initialize-sql-file\":\"\",\"standby\":{\"standby-mode\":false,\"max-idle-seconds\":0,\"activation-timeout\":0,\"enable-zero-backend\":false},\"enable-batch-dml\":false,\"mem-quota-query\":1073741824,\"oom-action\":\"cancel\",\"oom-use-tmp-storage\":true,\"check-mb4-value-in-utf8\":true,\"enable-collect-execution-info\":true,\"plugin\":{\"dir\":\"/data/deploy/plugin\",\"load\":\"\"},\"max-server-connections\":0,\"run-ddl\":true,\"disaggregated-tiflash\":false,\"autoscaler-type\":\"aws\",\"autoscaler-addr\":\"tiflash-autoscale-lb.tiflash-autoscale.svc.cluster.local:8081\",\"is-tiflashcompute-fixed-pool\":false,\"autoscaler-cluster-id\":\"\",\"use-autoscaler\":false,\"tidb-max-reuse-chunk\":64,\"tidb-max-reuse-column\":256,\"tidb-enable-exit-check\":false,\"in-mem-slow-query-topn-num\":30,\"in-mem-slow-query-recent-num\":500,\"metering-storage-uri\":\"\"}"] [2025/09/24 13:18:04.394 +00:00] [INFO] [main.go:518] ["disable Prometheus push client"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.395 +00:00] [INFO] [store.go:94] ["new store"] [keyspaceName=SYSTEM] [path="unistore:///tmp/tidb?keyspaceName=SYSTEM"] [2025/09/24 13:18:04.394 +00:00] [INFO] [systime_mon.go:26] ["start system time monitor"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.395 +00:00] [INFO] [cgmon.go:155] ["set the memory limit"] [keyspaceName=SYSTEM] [memLimit=68719476736] [2025/09/24 13:18:04.404 +00:00] [INFO] [store.go:103] ["new store with retry success"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.405 +00:00] [INFO] [store_cache.go:540] ["change store resolve state"] [keyspaceName=SYSTEM] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/09/24 13:18:04.405 +00:00] [INFO] [plugin.go:375] ["start load plugin manifest"] [keyspaceName=SYSTEM] [plugin=audit-1] [name=audit] [version=1] [2025/09/24 13:18:04.543 +00:00] [INFO] [plugin.go:375] ["start load plugin manifest"] [keyspaceName=SYSTEM] [plugin=whitelist-1] [name=whitelist] [version=1] [2025/09/24 13:18:04.738 +00:00] [INFO] [bootstrap.go:1214] ["bootstrap tables"] [keyspaceName=SYSTEM] [currVer=0] [targetVer=1] [2025/09/24 13:18:04.739 +00:00] [INFO] [split_region.go:86] ["split batch regions request"] [keyspaceName=SYSTEM] ["split key count"=52] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000FFFFFFFFFFF7] [2025/09/24 13:18:04.740 +00:00] [INFO] [split_region.go:192] ["batch split regions complete"] [keyspaceName=SYSTEM] ["batch region ID"=2] ["first at"=748000FFFFFFFFFFF7] ["first new region left"="{Id:2 StartKey: EndKey:748000FFFFFFFFFFC4 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=52] [2025/09/24 13:18:04.740 +00:00] [INFO] [split_region.go:241] ["split regions complete"] [keyspaceName=SYSTEM] ["region count"=52] ["region IDs"="[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104]"] [2025/09/24 13:18:04.743 +00:00] [INFO] [add_column.go:1339] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.744 +00:00] [INFO] [add_column.go:1339] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.747 +00:00] [INFO] [add_column.go:1339] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.750 +00:00] [INFO] [session.go:3365] ["init DDL tables"] [keyspaceName=SYSTEM] [currVer=0] [targetVer=1] [2025/09/24 13:18:04.750 +00:00] [INFO] [split_region.go:86] ["split batch regions request"] [keyspaceName=SYSTEM] ["split key count"=3] ["batch count"=1] ["first batch, region ID"=106] ["first split key"=748000FFFFFFFFFFFE] [2025/09/24 13:18:04.750 +00:00] [INFO] [split_region.go:192] ["batch split regions complete"] [keyspaceName=SYSTEM] ["batch region ID"=106] ["first at"=748000FFFFFFFFFFFE] ["first new region left"="{Id:106 StartKey:748000FFFFFFFFFFF7 EndKey:748000FFFFFFFFFFFC RegionEpoch:{ConfVer:1 Version:2} Peers:[id:107 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=3] [2025/09/24 13:18:04.750 +00:00] [INFO] [split_region.go:241] ["split regions complete"] [keyspaceName=SYSTEM] ["region count"=3] ["region IDs"="[106,108,110]"] [2025/09/24 13:18:04.750 +00:00] [INFO] [add_column.go:1339] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.750 +00:00] [INFO] [add_column.go:1339] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.750 +00:00] [INFO] [add_column.go:1339] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.750 +00:00] [INFO] [add_column.go:1339] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.750 +00:00] [INFO] [session.go:3365] ["init DDL tables"] [keyspaceName=SYSTEM] [currVer=0] [targetVer=2] [2025/09/24 13:18:04.750 +00:00] [INFO] [split_region.go:86] ["split batch regions request"] [keyspaceName=SYSTEM] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=106] ["first split key"=748000FFFFFFFFFFFB] [2025/09/24 13:18:04.753 +00:00] [INFO] [split_region.go:192] ["batch split regions complete"] [keyspaceName=SYSTEM] ["batch region ID"=106] ["first at"=748000FFFFFFFFFFFB] ["first new region left"="{Id:106 StartKey:748000FFFFFFFFFFF7 EndKey:748000FFFFFFFFFFFB RegionEpoch:{ConfVer:1 Version:3} Peers:[id:107 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/09/24 13:18:04.753 +00:00] [INFO] [split_region.go:241] ["split regions complete"] [keyspaceName=SYSTEM] ["region count"=1] ["region IDs"="[106]"] [2025/09/24 13:18:04.753 +00:00] [INFO] [add_column.go:1339] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.753 +00:00] [INFO] [session.go:3365] ["init DDL tables"] [keyspaceName=SYSTEM] [currVer=0] [targetVer=3] [2025/09/24 13:18:04.753 +00:00] [INFO] [split_region.go:86] ["split batch regions request"] [keyspaceName=SYSTEM] ["split key count"=2] ["batch count"=1] ["first batch, region ID"=106] ["first split key"=748000FFFFFFFFFFFA] [2025/09/24 13:18:04.756 +00:00] [INFO] [split_region.go:192] ["batch split regions complete"] [keyspaceName=SYSTEM] ["batch region ID"=106] ["first at"=748000FFFFFFFFFFFA] ["first new region left"="{Id:106 StartKey:748000FFFFFFFFFFF7 EndKey:748000FFFFFFFFFFF9 RegionEpoch:{ConfVer:1 Version:4} Peers:[id:107 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=2] [2025/09/24 13:18:04.756 +00:00] [INFO] [split_region.go:241] ["split regions complete"] [keyspaceName=SYSTEM] ["region count"=2] ["region IDs"="[106,116]"] [2025/09/24 13:18:04.756 +00:00] [INFO] [session.go:3365] ["init DDL tables"] [keyspaceName=SYSTEM] [currVer=0] [targetVer=4] [2025/09/24 13:18:04.756 +00:00] [INFO] [split_region.go:86] ["split batch regions request"] [keyspaceName=SYSTEM] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=106] ["first split key"=748000FFFFFFFFFFF8] [2025/09/24 13:18:04.759 +00:00] [INFO] [split_region.go:192] ["batch split regions complete"] [keyspaceName=SYSTEM] ["batch region ID"=106] ["first at"=748000FFFFFFFFFFF8] ["first new region left"="{Id:106 StartKey:748000FFFFFFFFFFF7 EndKey:748000FFFFFFFFFFF8 RegionEpoch:{ConfVer:1 Version:5} Peers:[id:107 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/09/24 13:18:04.759 +00:00] [INFO] [split_region.go:241] ["split regions complete"] [keyspaceName=SYSTEM] ["region count"=1] ["region IDs"="[106]"] [2025/09/24 13:18:04.760 +00:00] [INFO] [tidb.go:94] ["new domain"] [keyspaceName=SYSTEM] [store=dcf0bca1-9181-4f18-a723-80532ad9dc81] ["ddl lease"=45s] ["stats lease"=3s] [2025/09/24 13:18:04.767 +00:00] [WARN] [controller.go:229] ["[resource group controller] server does not save config, load config failed"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.767 +00:00] [INFO] [controller.go:213] ["load resource controller config"] [keyspaceName=SYSTEM] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [keyspace-id=16777214] [2025/09/24 13:18:04.782 +00:00] [INFO] [loader.go:274] ["full load InfoSchema success"] [keyspaceName=SYSTEM] [mode=auto] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=14.19277ms] [2025/09/24 13:18:04.782 +00:00] [INFO] [syncer.go:454] ["full load and reset schema validator"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.782 +00:00] [INFO] [ddl.go:803] ["start DDL"] [keyspaceName=SYSTEM] [category=ddl] [ID=3f31594e-5a83-4971-9f8c-ecda28b29a54] [runWorker=true] [jobVersion=v2] [startMode=bootstrap] [2025/09/24 13:18:04.782 +00:00] [INFO] [ddl.go:778] ["start delRangeManager OK"] [keyspaceName=SYSTEM] [category=ddl] ["is a emulator"=true] [2025/09/24 13:18:04.782 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.782 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [keyspaceName=SYSTEM] [ownerKey=/tidb/ddl/fg/owner] [ID=3f31594e-5a83-4971-9f8c-ecda28b29a54] [2025/09/24 13:18:04.782 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [keyspaceName=SYSTEM] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/09/24 13:18:04.782 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [keyspaceName=SYSTEM] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/09/24 13:18:04.782 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=loadSchemaInLoop] [2025/09/24 13:18:04.782 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=mdlCheckLoop] [2025/09/24 13:18:04.782 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=topNSlowQueryLoop] [2025/09/24 13:18:04.782 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=infoSyncerKeeper] [2025/09/24 13:18:04.782 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=globalConfigSyncerKeeper] [2025/09/24 13:18:04.782 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=runawayRecordFlushLoop] [2025/09/24 13:18:04.782 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=runawayWatchSyncLoop] [2025/09/24 13:18:04.782 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=requestUnitsWriterLoop] [2025/09/24 13:18:04.782 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=topologySyncerKeeper] [2025/09/24 13:18:04.782 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=closestReplicaReadCheckLoop] [2025/09/24 13:18:04.782 +00:00] [WARN] [domain.go:919] ["pd / etcd client not provided, won't begin Advancer."] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.782 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [keyspaceName=SYSTEM] [category=ddl] [oldState=false] [currState=false] [2025/09/24 13:18:04.782 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [keyspaceName=SYSTEM] [category=ddl] [ownerOp=none] [2025/09/24 13:18:04.785 +00:00] [INFO] [executor.go:6956] ["won't scatter region since system variable didn't set"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.785 +00:00] [WARN] [ru_stats.go:275] ["group ru consumption statistics data is empty"] [keyspaceName=SYSTEM] [name=default] [id=1] [2025/09/24 13:18:04.786 +00:00] [INFO] [ru_stats.go:97] ["[ru_stats] finish write ru historical data"] [keyspaceName=SYSTEM] [end_time="2025-09-24 00:00:00"] [interval=24h0m0s] [cost=4.132824ms] [] [2025/09/24 13:18:04.788 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [keyspaceName=SYSTEM] [category=ddl] ["batch count"=1] [jobs="ID:2, Type:create view, State:queueing, SchemaState:none, SchemaID:281474976710655, TableID:1, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.786 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/09/24 13:18:04.788 +00:00] [INFO] [executor.go:6671] ["DDL job submitted"] [keyspaceName=SYSTEM] [category=ddl] [job="ID:2, Type:create view, State:queueing, SchemaState:none, SchemaID:281474976710655, TableID:1, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.786 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/09/24 13:18:04.789 +00:00] [INFO] [job_worker.go:819] ["run one job step"] [keyspaceName=SYSTEM] [category=ddl] [jobID=2] [job="ID:2, Type:create view, State:queueing, SchemaState:none, SchemaID:281474976710655, TableID:1, RowCount:0, ArgLen:0, start time: 2025-09-24 13:18:04.786 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/09/24 13:18:04.809 +00:00] [INFO] [loader.go:274] ["full load InfoSchema success"] [keyspaceName=SYSTEM] [mode=auto] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=18.097992ms] [2025/09/24 13:18:04.809 +00:00] [INFO] [syncer.go:454] ["full load and reset schema validator"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.811 +00:00] [INFO] [syncer.go:257] ["session manager is nil"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.811 +00:00] [INFO] [syncer.go:280] ["mdl gets lock, update self version to owner"] [keyspaceName=SYSTEM] [jobID=2] [version=1] [2025/09/24 13:18:04.812 +00:00] [INFO] [schema_version.go:397] ["wait schema version synced success"] [keyspaceName=SYSTEM] [category=ddl] [ver=1] [checkAssumedSvr=false] ["take time"=20.772147ms] [job="ID:2, Type:create view, State:done, SchemaState:public, SchemaID:281474976710655, TableID:1, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.786 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [summary="server count: 1"] [2025/09/24 13:18:04.814 +00:00] [INFO] [job_worker.go:418] ["finish DDL job"] [keyspaceName=SYSTEM] [category=ddl] [jobID=2] [job="ID:2, Type:create view, State:synced, SchemaState:public, SchemaID:281474976710655, TableID:1, RowCount:0, ArgLen:0, start time: 2025-09-24 13:18:04.786 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/09/24 13:18:04.818 +00:00] [INFO] [executor.go:6791] ["DDL job is finished"] [keyspaceName=SYSTEM] [category=ddl] [jobID=2] [2025/09/24 13:18:04.818 +00:00] [INFO] [split_region.go:86] ["split batch regions request"] [keyspaceName=SYSTEM] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000000000000001] [2025/09/24 13:18:04.819 +00:00] [INFO] [split_region.go:192] ["batch split regions complete"] [keyspaceName=SYSTEM] ["batch region ID"=2] ["first at"=748000000000000001] ["first new region left"="{Id:2 StartKey: EndKey:748000000000000001 RegionEpoch:{ConfVer:1 Version:3} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/09/24 13:18:04.819 +00:00] [INFO] [split_region.go:241] ["split regions complete"] [keyspaceName=SYSTEM] ["region count"=1] ["region IDs"="[2]"] [2025/09/24 13:18:04.819 +00:00] [INFO] [executor.go:6956] ["won't scatter region since system variable didn't set"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.821 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [keyspaceName=SYSTEM] [category=ddl] ["batch count"=1] [jobs="ID:4, Type:create view, State:queueing, SchemaState:none, SchemaID:281474976710595, TableID:3, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.82 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/09/24 13:18:04.821 +00:00] [INFO] [executor.go:6671] ["DDL job submitted"] [keyspaceName=SYSTEM] [category=ddl] [job="ID:4, Type:create view, State:queueing, SchemaState:none, SchemaID:281474976710595, TableID:3, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.82 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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;"] [2025/09/24 13:18:04.822 +00:00] [INFO] [job_worker.go:819] ["run one job step"] [keyspaceName=SYSTEM] [category=ddl] [jobID=4] [job="ID:4, Type:create view, State:queueing, SchemaState:none, SchemaID:281474976710595, TableID:3, RowCount:0, ArgLen:0, start time: 2025-09-24 13:18:04.82 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/09/24 13:18:04.824 +00:00] [INFO] [loader.go:214] ["diff load InfoSchema success"] [keyspaceName=SYSTEM] [mode=auto] [isV2=true] [currVer=1] [neededVer=2] [gotVer=2] ["elapsed time"=185.248µs] [phyTblIDs="[3]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/09/24 13:18:04.824 +00:00] [INFO] [syncer.go:257] ["session manager is nil"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.824 +00:00] [INFO] [syncer.go:280] ["mdl gets lock, update self version to owner"] [keyspaceName=SYSTEM] [jobID=4] [version=2] [2025/09/24 13:18:04.825 +00:00] [INFO] [schema_version.go:397] ["wait schema version synced success"] [keyspaceName=SYSTEM] [category=ddl] [ver=2] [checkAssumedSvr=false] ["take time"=2.178894ms] [job="ID:4, Type:create view, State:done, SchemaState:public, SchemaID:281474976710595, TableID:3, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.82 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [summary="server count: 1"] [2025/09/24 13:18:04.827 +00:00] [INFO] [job_worker.go:418] ["finish DDL job"] [keyspaceName=SYSTEM] [category=ddl] [jobID=4] [job="ID:4, Type:create view, State:synced, SchemaState:public, SchemaID:281474976710595, TableID:3, RowCount:0, ArgLen:0, start time: 2025-09-24 13:18:04.82 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/09/24 13:18:04.828 +00:00] [INFO] [executor.go:6791] ["DDL job is finished"] [keyspaceName=SYSTEM] [category=ddl] [jobID=4] [2025/09/24 13:18:04.829 +00:00] [INFO] [split_region.go:86] ["split batch regions request"] [keyspaceName=SYSTEM] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=122] ["first split key"=748000000000000003] [2025/09/24 13:18:04.829 +00:00] [INFO] [split_region.go:192] ["batch split regions complete"] [keyspaceName=SYSTEM] ["batch region ID"=122] ["first at"=748000000000000003] ["first new region left"="{Id:122 StartKey:748000000000000001 EndKey:748000000000000003 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:123 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/09/24 13:18:04.829 +00:00] [INFO] [split_region.go:241] ["split regions complete"] [keyspaceName=SYSTEM] ["region count"=1] ["region IDs"="[122]"] [2025/09/24 13:18:04.830 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [keyspaceName=SYSTEM] [category=ddl] ["batch count"=1] [jobs="ID:6, Type:create schema, State:queueing, SchemaState:none, SchemaID:5, TableID:0, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/09/24 13:18:04.830 +00:00] [INFO] [executor.go:6671] ["DDL job submitted"] [keyspaceName=SYSTEM] [category=ddl] [job="ID:6, Type:create schema, State:queueing, SchemaState:none, SchemaID:5, TableID:0, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/09/24 13:18:04.831 +00:00] [INFO] [job_worker.go:819] ["run one job step"] [keyspaceName=SYSTEM] [category=ddl] [jobID=6] [job="ID:6, Type:create schema, State:queueing, SchemaState:none, SchemaID:5, TableID:0, RowCount:0, ArgLen:0, start time: 2025-09-24 13:18:04.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/09/24 13:18:04.832 +00:00] [INFO] [loader.go:214] ["diff load InfoSchema success"] [keyspaceName=SYSTEM] [mode=auto] [isV2=true] [currVer=2] [neededVer=3] [gotVer=3] ["elapsed time"=49.235µs] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/09/24 13:18:04.833 +00:00] [INFO] [syncer.go:257] ["session manager is nil"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.833 +00:00] [INFO] [syncer.go:280] ["mdl gets lock, update self version to owner"] [keyspaceName=SYSTEM] [jobID=6] [version=3] [2025/09/24 13:18:04.835 +00:00] [INFO] [schema_version.go:397] ["wait schema version synced success"] [keyspaceName=SYSTEM] [category=ddl] [ver=3] [checkAssumedSvr=false] ["take time"=2.502872ms] [job="ID:6, Type:create schema, State:done, SchemaState:public, SchemaID:5, TableID:0, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [summary="server count: 1"] [2025/09/24 13:18:04.836 +00:00] [INFO] [job_worker.go:418] ["finish DDL job"] [keyspaceName=SYSTEM] [category=ddl] [jobID=6] [job="ID:6, Type:create schema, State:synced, SchemaState:public, SchemaID:5, TableID:0, RowCount:0, ArgLen:0, start time: 2025-09-24 13:18:04.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/09/24 13:18:04.838 +00:00] [INFO] [executor.go:6791] ["DDL job is finished"] [keyspaceName=SYSTEM] [category=ddl] [jobID=6] [2025/09/24 13:18:04.838 +00:00] [INFO] [session.go:4302] ["CRUCIAL OPERATION"] [keyspaceName=SYSTEM] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/09/24 13:18:04.852 +00:00] [INFO] [bootstrap.go:866] ["bootstrap successful"] [keyspaceName=SYSTEM] ["take time"=69.749346ms] [2025/09/24 13:18:04.852 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.852 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [keyspaceName=SYSTEM] [ownerKey=/tidb/ddl/fg/owner] [ID=3f31594e-5a83-4971-9f8c-ecda28b29a54] [2025/09/24 13:18:04.852 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.852 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.853 +00:00] [INFO] [job_worker.go:248] ["DDL worker closed"] [keyspaceName=SYSTEM] [category=ddl] [worker="worker 1, tp general"] ["take time"=8.377µs] [2025/09/24 13:18:04.853 +00:00] [INFO] [job_worker.go:248] ["DDL worker closed"] [keyspaceName=SYSTEM] [category=ddl] [worker="worker 2, tp general"] ["take time"=6.221µs] [2025/09/24 13:18:04.853 +00:00] [INFO] [job_worker.go:248] ["DDL worker closed"] [keyspaceName=SYSTEM] [category=ddl] [worker="worker 3, tp general"] ["take time"=8.264µs] [2025/09/24 13:18:04.853 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [keyspaceName=SYSTEM] [ownerKey=/tidb/ddl/fg/owner] [ID=3f31594e-5a83-4971-9f8c-ecda28b29a54] [2025/09/24 13:18:04.853 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.853 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.853 +00:00] [INFO] [ddl.go:1054] ["DDL closed"] [keyspaceName=SYSTEM] [category=ddl] [ID=3f31594e-5a83-4971-9f8c-ecda28b29a54] ["take time"=601.513µs] [2025/09/24 13:18:04.853 +00:00] [INFO] [ddl.go:770] ["stop DDL"] [keyspaceName=SYSTEM] [category=ddl] [ID=3f31594e-5a83-4971-9f8c-ecda28b29a54] [2025/09/24 13:18:04.853 +00:00] [INFO] [domain.go:381] ["topNSlowQueryLoop exited."] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.853 +00:00] [INFO] [domain.go:409] ["globalConfigSyncerKeeper exited."] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.853 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [keyspaceName=SYSTEM] [source=domain] [process=topNSlowQueryLoop] [2025/09/24 13:18:04.853 +00:00] [INFO] [syncer.go:245] ["server info sync loop exited."] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.853 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [keyspaceName=SYSTEM] [source=domain] [process=mdlCheckLoop] [2025/09/24 13:18:04.853 +00:00] [INFO] [manager.go:172] ["runaway record flush loop exit"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.853 +00:00] [INFO] [manager.go:230] ["runaway watch sync loop exit"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.853 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [keyspaceName=SYSTEM] [source=domain] [process=runawayRecordFlushLoop] [2025/09/24 13:18:04.853 +00:00] [INFO] [syncer.go:302] ["info schema sync loop exited."] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.853 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [keyspaceName=SYSTEM] [source=domain] [process=globalConfigSyncerKeeper] [2025/09/24 13:18:04.853 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [keyspaceName=SYSTEM] [source=domain] [process=requestUnitsWriterLoop] [2025/09/24 13:18:04.853 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [keyspaceName=SYSTEM] [source=domain] [process=runawayWatchSyncLoop] [2025/09/24 13:18:04.853 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [keyspaceName=SYSTEM] [source=domain] [process=infoSyncerKeeper] [2025/09/24 13:18:04.853 +00:00] [INFO] [syncer.go:379] ["topology sync loop exited."] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.853 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [keyspaceName=SYSTEM] [source=domain] [process=loadSchemaInLoop] [2025/09/24 13:18:04.853 +00:00] [INFO] [domain.go:955] ["closestReplicaReadCheckLoop exited."] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.853 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [keyspaceName=SYSTEM] [source=domain] [process=topologySyncerKeeper] [2025/09/24 13:18:04.853 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [keyspaceName=SYSTEM] [source=domain] [process=closestReplicaReadCheckLoop] [2025/09/24 13:18:04.853 +00:00] [INFO] [domain.go:539] ["domain closed"] [keyspaceName=SYSTEM] ["take time"=818.579µs] [2025/09/24 13:18:04.853 +00:00] [INFO] [session.go:3791] ["bootstrap cluster finished"] [keyspaceName=SYSTEM] [bootMode=bootstrap] [cost=93.578108ms] [2025/09/24 13:18:04.853 +00:00] [INFO] [tidb.go:94] ["new domain"] [keyspaceName=SYSTEM] [store=dcf0bca1-9181-4f18-a723-80532ad9dc81] ["ddl lease"=45s] ["stats lease"=3s] [2025/09/24 13:18:04.859 +00:00] [WARN] [controller.go:229] ["[resource group controller] server does not save config, load config failed"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.859 +00:00] [INFO] [controller.go:213] ["load resource controller config"] [keyspaceName=SYSTEM] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [keyspace-id=16777214] [2025/09/24 13:18:04.874 +00:00] [INFO] [loader.go:274] ["full load InfoSchema success"] [keyspaceName=SYSTEM] [mode=auto] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=3] ["elapsed time"=14.779225ms] [2025/09/24 13:18:04.874 +00:00] [INFO] [syncer.go:454] ["full load and reset schema validator"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.875 +00:00] [INFO] [ddl.go:803] ["start DDL"] [keyspaceName=SYSTEM] [category=ddl] [ID=3022c646-f466-47f5-89d3-ee7865ca6679] [runWorker=true] [jobVersion=v2] [startMode=normal] [2025/09/24 13:18:04.875 +00:00] [INFO] [ddl.go:778] ["start delRangeManager OK"] [keyspaceName=SYSTEM] [category=ddl] ["is a emulator"=true] [2025/09/24 13:18:04.875 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [keyspaceName=SYSTEM] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/09/24 13:18:04.875 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [keyspaceName=SYSTEM] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/09/24 13:18:04.875 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.875 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=loadSchemaInLoop] [2025/09/24 13:18:04.875 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [keyspaceName=SYSTEM] [ownerKey=/tidb/ddl/fg/owner] [ID=3022c646-f466-47f5-89d3-ee7865ca6679] [2025/09/24 13:18:04.875 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=mdlCheckLoop] [2025/09/24 13:18:04.875 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=topNSlowQueryLoop] [2025/09/24 13:18:04.875 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=infoSyncerKeeper] [2025/09/24 13:18:04.875 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=globalConfigSyncerKeeper] [2025/09/24 13:18:04.875 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=runawayRecordFlushLoop] [2025/09/24 13:18:04.875 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=runawayWatchSyncLoop] [2025/09/24 13:18:04.875 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=requestUnitsWriterLoop] [2025/09/24 13:18:04.875 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=topologySyncerKeeper] [2025/09/24 13:18:04.875 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=closestReplicaReadCheckLoop] [2025/09/24 13:18:04.875 +00:00] [WARN] [domain.go:919] ["pd / etcd client not provided, won't begin Advancer."] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.875 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [keyspaceName=SYSTEM] [category=ddl] [oldState=false] [currState=false] [2025/09/24 13:18:04.875 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [keyspaceName=SYSTEM] [category=ddl] [ownerOp=none] [2025/09/24 13:18:04.877 +00:00] [WARN] [ru_stats.go:275] ["group ru consumption statistics data is empty"] [keyspaceName=SYSTEM] [name=default] [id=1] [2025/09/24 13:18:04.877 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=globalBindHandleWorkerLoop] [2025/09/24 13:18:04.877 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.877 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [keyspaceName=SYSTEM] [ownerKey=/tidb/bindinfo/owner] [ID=3022c646-f466-47f5-89d3-ee7865ca6679] [2025/09/24 13:18:04.878 +00:00] [INFO] [ru_stats.go:97] ["[ru_stats] finish write ru historical data"] [keyspaceName=SYSTEM] [end_time="2025-09-24 00:00:00"] [interval=24h0m0s] [cost=2.925079ms] [] [2025/09/24 13:18:04.880 +00:00] [INFO] [sysvar.go:3096] ["set resource control"] [keyspaceName=SYSTEM] [enable=true] [2025/09/24 13:18:04.880 +00:00] [INFO] [logger.go:39] ["Initialize audit log"] [keyspaceName=SYSTEM] [filename=tidb-audit.log] [max-size=50] [buffer-size=0] [flush-interval=30] [2025/09/24 13:18:04.881 +00:00] [INFO] [controller.go:530] ["[resource group controller] create resource group cost controller"] [keyspaceName=SYSTEM] [name=default] [2025/09/24 13:18:04.881 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=loadPrivilegeInLoop] [2025/09/24 13:18:04.884 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=LoadSysVarCacheLoop] [2025/09/24 13:18:04.885 +00:00] [INFO] [executor.go:6956] ["won't scatter region since system variable didn't set"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.887 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [keyspaceName=SYSTEM] [category=ddl] ["batch count"=1] [jobs="ID:8, Type:create table, State:queueing, SchemaState:none, SchemaID:281474976710655, TableID:7, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/09/24 13:18:04.887 +00:00] [INFO] [executor.go:6671] ["DDL job submitted"] [keyspaceName=SYSTEM] [category=ddl] [job="ID:8, Type:create table, State:queueing, SchemaState:none, SchemaID:281474976710655, TableID:7, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_audit_table_access (\n id int not null auto_increment, \n user varchar(32) NOT NULL comment \"username need be audit(regex)\",\n db varchar(32) NOT NULL comment \"db name need be audit(regex)\",\n tbl varchar(32) NOT NULL comment \"table name need be audit(regex)\",\n access_type varchar(1024) NOT NULL comment \"table access types split by comma\",\n create_time timestamp NULL DEFAULT CURRENT_TIMESTAMP comment \"record create time\",\n update_time timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP comment \"record last update time\",\n UNIQUE KEY(user, db, tbl),\n PRIMARY KEY (id)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin"] [2025/09/24 13:18:04.889 +00:00] [INFO] [job_worker.go:819] ["run one job step"] [keyspaceName=SYSTEM] [category=ddl] [jobID=8] [job="ID:8, Type:create table, State:queueing, SchemaState:none, SchemaID:281474976710655, TableID:7, RowCount:0, ArgLen:0, start time: 2025-09-24 13:18:04.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/09/24 13:18:04.892 +00:00] [INFO] [loader.go:214] ["diff load InfoSchema success"] [keyspaceName=SYSTEM] [mode=auto] [isV2=true] [currVer=3] [neededVer=4] [gotVer=4] ["elapsed time"=303.623µs] [phyTblIDs="[7]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/09/24 13:18:04.893 +00:00] [INFO] [syncer.go:257] ["session manager is nil"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.893 +00:00] [INFO] [syncer.go:280] ["mdl gets lock, update self version to owner"] [keyspaceName=SYSTEM] [jobID=8] [version=4] [2025/09/24 13:18:04.894 +00:00] [INFO] [schema_version.go:397] ["wait schema version synced success"] [keyspaceName=SYSTEM] [category=ddl] [ver=4] [checkAssumedSvr=false] ["take time"=2.183728ms] [job="ID:8, Type:create table, State:done, SchemaState:public, SchemaID:281474976710655, TableID:7, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [summary="server count: 1"] [2025/09/24 13:18:04.895 +00:00] [INFO] [job_worker.go:418] ["finish DDL job"] [keyspaceName=SYSTEM] [category=ddl] [jobID=8] [job="ID:8, Type:create table, State:synced, SchemaState:public, SchemaID:281474976710655, TableID:7, RowCount:0, ArgLen:0, start time: 2025-09-24 13:18:04.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/09/24 13:18:04.898 +00:00] [INFO] [executor.go:6791] ["DDL job is finished"] [keyspaceName=SYSTEM] [category=ddl] [jobID=8] [2025/09/24 13:18:04.898 +00:00] [INFO] [session.go:4302] ["CRUCIAL OPERATION"] [keyspaceName=SYSTEM] [conn=0] [schemaVersion=4] [cur_db=] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_audit_table_access (\n id int not null auto_increment, \n user varchar(32) NOT NULL comment \"username need be audit(regex)\",\n db varchar(32) NOT NULL comment \"db name need be audit(regex)\",\n tbl varchar(32) NOT NULL comment \"table name need be audit(regex)\",\n access_type varchar(1024) NOT NULL comment \"table access types split by comma\",\n create_time timestamp NULL DEFAULT CURRENT_TIMESTAMP comment \"record create time\",\n update_time timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP comment \"record last update time\",\n UNIQUE KEY(user, db, tbl),\n PRIMARY KEY (id)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin"] [user=] [2025/09/24 13:18:04.898 +00:00] [INFO] [split_region.go:86] ["split batch regions request"] [keyspaceName=SYSTEM] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=122] ["first split key"=748000000000000007] [2025/09/24 13:18:04.899 +00:00] [INFO] [logger.go:39] ["Initialize audit log"] [keyspaceName=SYSTEM] [filename=tidb-audit.log] [max-size=50] [buffer-size=0] [flush-interval=30] [2025/09/24 13:18:04.899 +00:00] [WARN] [session.go:4820] ["unexpected no source type context, if you see this warning, the `RequestSourceTypeKey` is missing in the context"] [keyspaceName=SYSTEM] [internal=true] [sql="create table if not exists mysql.whitelist (\n\t\tid int not null auto_increment primary key,\n\t\tname varchar(16) unique,\n\t\tlist TEXT\n\t)"] [2025/09/24 13:18:04.899 +00:00] [INFO] [executor.go:6956] ["won't scatter region since system variable didn't set"] [keyspaceName=SYSTEM] [category=ddl] [2025/09/24 13:18:04.901 +00:00] [INFO] [split_region.go:192] ["batch split regions complete"] [keyspaceName=SYSTEM] ["batch region ID"=124] ["first at"=748000000000000007] ["first new region left"="{Id:124 StartKey:748000000000000003 EndKey:748000000000000007 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:125 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/09/24 13:18:04.901 +00:00] [INFO] [split_region.go:241] ["split regions complete"] [keyspaceName=SYSTEM] ["region count"=1] ["region IDs"="[124]"] [2025/09/24 13:18:04.901 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [keyspaceName=SYSTEM] [category=ddl] ["batch count"=1] [jobs="ID:10, Type:create table, State:queueing, SchemaState:none, SchemaID:281474976710655, TableID:9, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/09/24 13:18:04.901 +00:00] [INFO] [executor.go:6671] ["DDL job submitted"] [keyspaceName=SYSTEM] [category=ddl] [job="ID:10, Type:create table, State:queueing, SchemaState:none, SchemaID:281474976710655, TableID:9, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table if not exists mysql.whitelist (\n\t\tid int not null auto_increment primary key,\n\t\tname varchar(16) unique,\n\t\tlist TEXT\n\t)"] [2025/09/24 13:18:04.902 +00:00] [INFO] [job_worker.go:819] ["run one job step"] [keyspaceName=SYSTEM] [category=ddl] [jobID=10] [job="ID:10, Type:create table, State:queueing, SchemaState:none, SchemaID:281474976710655, TableID:9, RowCount:0, ArgLen:0, start time: 2025-09-24 13:18:04.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/09/24 13:18:04.904 +00:00] [INFO] [loader.go:214] ["diff load InfoSchema success"] [keyspaceName=SYSTEM] [mode=auto] [isV2=true] [currVer=4] [neededVer=5] [gotVer=5] ["elapsed time"=213.497µs] [phyTblIDs="[9]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/09/24 13:18:04.905 +00:00] [INFO] [syncer.go:257] ["session manager is nil"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.905 +00:00] [INFO] [syncer.go:280] ["mdl gets lock, update self version to owner"] [keyspaceName=SYSTEM] [jobID=10] [version=5] [2025/09/24 13:18:04.906 +00:00] [INFO] [schema_version.go:397] ["wait schema version synced success"] [keyspaceName=SYSTEM] [category=ddl] [ver=5] [checkAssumedSvr=false] ["take time"=2.03376ms] [job="ID:10, Type:create table, State:done, SchemaState:public, SchemaID:281474976710655, TableID:9, RowCount:0, ArgLen:1, start time: 2025-09-24 13:18:04.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [summary="server count: 1"] [2025/09/24 13:18:04.907 +00:00] [INFO] [job_worker.go:418] ["finish DDL job"] [keyspaceName=SYSTEM] [category=ddl] [jobID=10] [job="ID:10, Type:create table, State:synced, SchemaState:public, SchemaID:281474976710655, TableID:9, RowCount:0, ArgLen:0, start time: 2025-09-24 13:18:04.9 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/09/24 13:18:04.909 +00:00] [INFO] [executor.go:6791] ["DDL job is finished"] [keyspaceName=SYSTEM] [category=ddl] [jobID=10] [2025/09/24 13:18:04.909 +00:00] [INFO] [session.go:4302] ["CRUCIAL OPERATION"] [keyspaceName=SYSTEM] [conn=0] [schemaVersion=5] [cur_db=] [sql="create table if not exists mysql.whitelist (\n\t\tid int not null auto_increment primary key,\n\t\tname varchar(16) unique,\n\t\tlist TEXT\n\t)"] [user=] [2025/09/24 13:18:04.909 +00:00] [WARN] [session.go:4820] ["unexpected no source type context, if you see this warning, the `RequestSourceTypeKey` is missing in the context"] [keyspaceName=SYSTEM] [internal=true] [sql="select * from mysql.whitelist"] [2025/09/24 13:18:04.909 +00:00] [INFO] [split_region.go:86] ["split batch regions request"] [keyspaceName=SYSTEM] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=124] ["first split key"=748000000000000009] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=PlanReplayerTaskCollectHandle] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=PlanReplayerTaskDumpHandle] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=dumpFileGcChecker] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=HistoricalStatsWorker] [2025/09/24 13:18:04.911 +00:00] [INFO] [domain.go:1755] ["PlanReplayerTaskDumpHandle started"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.911 +00:00] [INFO] [domain.go:1787] ["dumpFileGcChecker started"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.911 +00:00] [INFO] [plan_replayer.go:411] ["planReplayerTaskDumpWorker started."] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.911 +00:00] [INFO] [domain.go:1733] ["PlanReplayerTaskCollectHandle started"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.911 +00:00] [INFO] [domain.go:1820] ["HistoricalStatsWorker started"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=loadStatsWorker] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=indexUsageWorker] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=asyncLoadHistogram] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=deltaUpdateTickerWorker] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=dumpColStatsUsageWorker] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=gcStatsWorker] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=autoAnalyzeWorker] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=analyzeJobsCleanupWorker] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=RemoveInitStatsFromInternalSessions] [2025/09/24 13:18:04.911 +00:00] [INFO] [domain.go:2013] ["start load stats sub workers"] [keyspaceName=SYSTEM] [workerCount=6] [2025/09/24 13:18:04.911 +00:00] [INFO] [domain.go:2231] ["dumpColStatsUsageWorker started."] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=planCacheEvictTrigger] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=planCacheMetricsAndVars] [2025/09/24 13:18:04.911 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [keyspaceName=SYSTEM] [ownerKey=/tidb/stats/owner] [ID=3022c646-f466-47f5-89d3-ee7865ca6679] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=readTableCostWorker] [2025/09/24 13:18:04.911 +00:00] [INFO] [domain.go:2256] ["deltaUpdateTickerWorker started."] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.911 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=loadSigningCertLoop] [2025/09/24 13:18:04.911 +00:00] [WARN] [domain.go:1093] ["metering storage uri is empty, metering will be disabled"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.911 +00:00] [INFO] [domain.go:1178] ["initialize node resource"] [keyspaceName=SYSTEM] [total-cpu=16] [total-mem=64GiB] [total-disk=435.7GiB] [2025/09/24 13:18:04.912 +00:00] [INFO] [split_region.go:192] ["batch split regions complete"] [keyspaceName=SYSTEM] ["batch region ID"=126] ["first at"=748000000000000009] ["first new region left"="{Id:126 StartKey:748000000000000007 EndKey:748000000000000009 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:127 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/09/24 13:18:04.912 +00:00] [INFO] [split_region.go:241] ["split regions complete"] [keyspaceName=SYSTEM] ["region count"=1] ["region IDs"="[126]"] [2025/09/24 13:18:04.912 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [keyspaceName=SYSTEM] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2025/09/24 13:18:04.912 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [keyspaceName=SYSTEM] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2025/09/24 13:18:04.912 +00:00] [INFO] [job_manager.go:511] ["TTL leader to collect delay metrics"] [keyspaceName=SYSTEM] [ttl-worker=job-manager] [2025/09/24 13:18:04.912 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [keyspaceName=SYSTEM] [source=domain] [process=distTaskFrameworkLoop] [2025/09/24 13:18:04.913 +00:00] [INFO] [rate_limiter_param.go:98] ["meta kv not found in meta store, initialized to default and persisted"] [keyspaceName=SYSTEM] [key=maxBatchSplitRanges] [value=2048] [2025/09/24 13:18:04.913 +00:00] [INFO] [manager.go:112] ["task executor manager start"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.913 +00:00] [INFO] [domain.go:1191] ["dist task executor manager started"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.913 +00:00] [INFO] [rate_limiter_param.go:98] ["meta kv not found in meta store, initialized to default and persisted"] [keyspaceName=SYSTEM] [key=maxSplitRangesPerSec] [value=0] [2025/09/24 13:18:04.913 +00:00] [INFO] [rate_limiter_param.go:98] ["meta kv not found in meta store, initialized to default and persisted"] [keyspaceName=SYSTEM] [key=maxIngestInflight] [value=0] [2025/09/24 13:18:04.913 +00:00] [INFO] [rate_limiter_param.go:98] ["meta kv not found in meta store, initialized to default and persisted"] [keyspaceName=SYSTEM] [key=maxIngestPerSec] [value=0] [2025/09/24 13:18:04.913 +00:00] [INFO] [bootstrap.go:803] ["Complete loading the stats meta in the lite mode"] [keyspaceName=SYSTEM] [category=stats] [duration=990.95µs] [2025/09/24 13:18:04.913 +00:00] [WARN] [misc.go:433] ["Automatic TLS Certificate creation is disabled"] [keyspaceName=SYSTEM] [] [2025/09/24 13:18:04.913 +00:00] [INFO] [cpu.go:97] ["sql cpu collector started"] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.913 +00:00] [INFO] [http_status.go:107] ["for status and metrics report"] [keyspaceName=SYSTEM] ["listening on addr"=0.0.0.0:10080] [2025/09/24 13:18:04.914 +00:00] [INFO] [bootstrap.go:810] ["Complete loading the histogram in the lite mode"] [keyspaceName=SYSTEM] [category=stats] [duration=1.408443ms] [2025/09/24 13:18:04.917 +00:00] [INFO] [domain.go:2058] ["Init stats succeed"] [keyspaceName=SYSTEM] [category=stats] [isLiteInitStats=true] [duration=5.835751ms] [2025/09/24 13:18:04.917 +00:00] [INFO] [domain.go:2192] ["gcStatsWorker started."] [keyspaceName=SYSTEM] [2025/09/24 13:18:04.917 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [keyspaceName=SYSTEM] [source=domain] [process=RemoveInitStatsFromInternalSessions] [2025/09/24 13:18:04.917 +00:00] [INFO] [server.go:360] ["server is running MySQL protocol"] [keyspaceName=SYSTEM] [addr=0.0.0.0:4000] [2025/09/24 13:18:04.917 +00:00] [INFO] [server.go:374] ["server is running MySQL protocol"] [keyspaceName=SYSTEM] [socket=/tmp/tidb-4000.sock] [2025/09/24 13:18:05.912 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [keyspaceName=SYSTEM] [groupID=ttl] [2025/09/24 13:18:05.912 +00:00] [INFO] [runtime.go:444] ["create watch chan if possible for timer runtime"] [keyspaceName=SYSTEM] [groupID=ttl] [storeSupportWatch=true] [2025/09/24 13:18:05.913 +00:00] [INFO] [slots.go:220] ["initialize slot capacity"] [keyspaceName=SYSTEM] [capacity=16] [2025/09/24 13:18:05.914 +00:00] [INFO] [scheduler_manager.go:446] ["collect loop start"] [keyspaceName=SYSTEM] [2025/09/24 13:18:05.914 +00:00] [INFO] [scheduler_manager.go:199] ["schedule task loop start"] [keyspaceName=SYSTEM] [2025/09/24 13:18:05.914 +00:00] [INFO] [scheduler_manager.go:370] ["cleanup loop start"] [keyspaceName=SYSTEM] [2025/09/24 13:18:05.914 +00:00] [INFO] [scheduler_manager.go:304] ["subtask table gc loop start"] [keyspaceName=SYSTEM] [2025/09/24 13:18:06.404 +00:00] [INFO] [pd.go:434] ["adaptive update ts interval state transition"] [keyspaceName=SYSTEM] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/09/24 13:18:06.876 +00:00] [INFO] [info.go:867] [SetTiFlashGroupConfig] [keyspaceName=SYSTEM] [2025/09/24 13:18:07.932 +00:00] [INFO] [queue.go:248] ["Fetched all tables"] [keyspaceName=SYSTEM] [category=stats] [tableCount=0] [duration=10.837695ms] [2025/09/24 13:18:07.932 +00:00] [INFO] [queue.go:148] ["Priority queue initialized"] [keyspaceName=SYSTEM] [category=stats] [duration=12.847292ms] [2025/09/24 13:18:07.932 +00:00] [INFO] [refresher.go:193] ["No tables to analyze"] [keyspaceName=SYSTEM] [category=stats] [sampled=] + ps aux + grep tidb-server jenkins 265773 5.4 0.1 3786580 420848 ? Sl 13:18 0:01 ./tidb/bin/tidb-server -keyspace-name=SYSTEM -plugin-dir=./plugin-so -plugin-load=audit-1,whitelist-1 jenkins 265819 0.0 0.0 9288 1116 ? S 13:18 0:00 grep tidb-server + killall -9 -r tidb-server [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