Skip to content

Console Output

Started by user Jenkins Admin
Obtained pipelines/pingcap/tidb/latest/ghpr_build.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/pod-ghpr_build.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-build-8566-h1lz6-rsgxd-fn0tq
Still waiting to schedule task
โ€˜pingcap-tidb-ghpr-build-8566-h1lz6-rsgxd-fn0tqโ€™ is offline
Agent pingcap-tidb-ghpr-build-8566-h1lz6-rsgxd-fn0tq is provisioned from template pingcap_tidb_ghpr_build_8566-h1lz6-rsgxd
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_build/8566/"
    runUrl: "job/pingcap/job/tidb/job/ghpr_build/8566/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "2ea0834090acc2250bec310ee6c90af24bc5dcaf"
    jenkins/label: "pingcap_tidb_ghpr_build_8566-h1lz6"
  name: "pingcap-tidb-ghpr-build-8566-h1lz6-rsgxd-fn0tq"
  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:go12120230809"
    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
  - image: "hub.pingcap.net/jenkins/python3-requests:latest"
    name: "report"
    resources:
      limits:
        memory: "256Mi"
        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-ghpr-build-8566-h1lz6-rsgxd-fn0tq"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-ghpr-build-8566-h1lz6-rsgxd-fn0tq"
    - 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-ghpr-build-8566-h1lz6-rsgxd-fn0tq in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build
[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/ghpr_build # 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 03312178c534dce949face80c69812d989e55009 (origin/main)
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
 > 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 03312178c534dce949face80c69812d989e55009 # timeout=10
 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # 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
PROW_JOB_ID=e7b422fb-6db0-421a-aeaa-d6fadc321b34
JENKINS_NODE_COOKIE=5e1627a0-bf7f-4bd8-a6fd-3b6c34c6f8a3
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/8566/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-build-8566-h1lz6-rsgxd-fn0tq
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
KUBERNETES_PORT=tcp://10.233.0.1:443
KUBERNETES_PORT_443_TCP_PORT=443
TERM=xterm
STAGE_NAME=Debug info
BUILD_TAG=jenkins-pingcap-tidb-ghpr_build-8566
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_build","buildid":"1787408704866357248","prowjobid":"e7b422fb-6db0-421a-aeaa-d6fadc321b34","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"17d3f7fd4599c86fed367db1051156abc0b3cd5b","base_link":"https://github.com/pingcap/tidb/commit/17d3f7fd4599c86fed367db1051156abc0b3cd5b","pulls":[{"number":53031,"author":"AilinKid","sha":"1ccf4841385773901964d96731b202ce916d873c","title":"planner: move MemtablePredicateExtractor interface to a unified base place.","link":"https://github.com/pingcap/tidb/pull/53031","commit_link":"https://github.com/pingcap/tidb/pull/53031/commits/1ccf4841385773901964d96731b202ce916d873c","author_link":"https://github.com/AilinKid"}]}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/8566/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/8566/display/redirect?page=artifacts
FILE_SERVER_URL=http://fileserver.pingcap.net
JENKINS_HOME=/var/jenkins_home
GIT_COMMIT=03312178c534dce949face80c69812d989e55009
PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/8566/display/redirect
GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct
_=/usr/bin/printenv
POD_CONTAINER=golang
PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap/tidb/ghpr_build
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#8566
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787408704866357248
GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
JOB_BASE_NAME=ghpr_build
GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/8566/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_build_8566-h1lz6
GOROOT=/usr/local/go
GIT_BRANCH=origin/main
KUBERNETES_PORT_443_TCP_PROTO=tcp
CI=true
KUBERNETES_SERVICE_PORT_HTTPS=443
WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-5ed2184ac1dada1b446f151cad51335854fa74627c8b9c06037d3871b9040057
NODE_LABELS=pingcap_tidb_ghpr_build_8566-h1lz6 pingcap-tidb-ghpr-build-8566-h1lz6-rsgxd-fn0tq
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-build-8566-h1lz6-rsgxd-fn0tq
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/display/redirect
BUILD_NUMBER=8566
KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1
KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443
GOLANG_DOWNLOAD_URL=https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz
+ 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.21.0'
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 -fdebug-prefix-map=/tmp/go-build3947172207=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 jenkins root 1, 3 May  6 17:08 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-8566-h1lz6-rsgxd-fn0tq bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-8566-h1lz6-rsgxd-fn0tq 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: 27640
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;github.com.			IN	A

;; ANSWER SECTION:
github.com.		30	IN	A	20.205.243.166

;; Query time: 2002 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 09:08:46 UTC 2024
;; MSG SIZE  rcvd: 65

[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-17d3f7f-1ccf484)
460496896 bytes in 6.40 secs (71912432 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-babeld-9713928c
# github.com:22 SSH-2.0-babeld-9713928c
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] retry
[Pipeline] {
[Pipeline] sh
git version 2.37.2
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/.git/
.git
HEAD is now at 79ca2c4c51 Merge commit '1ccf4841385773901964d96731b202ce916d873c' 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/53031/head -> origin/pr/53031/head
Warning: you are leaving 1 commit behind, not connected to
any of your branches:

  79ca2c4c51 Merge commit '1ccf4841385773901964d96731b202ce916d873c' 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 <new-branch-name> 79ca2c4c51

HEAD is now at 17d3f7fd45 planner: small refactor for plan cache (#53028)
๐Ÿšง Checkouting to base SHA:17d3f7fd4599c86fed367db1051156abc0b3cd5b...
HEAD is now at 17d3f7fd45 planner: small refactor for plan cache (#53028)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
17d3f7fd4599c86fed367db1051156abc0b3cd5b
17d3f7fd45 planner: small refactor for plan cache (#53028)
659f32a813 infoschema: try other PDs if one cannot serve the request (#52843)
516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
๐Ÿšง Pre-merge heads of pull requests to base SHA: 17d3f7fd4599c86fed367db1051156abc0b3cd5b ...
Merge made by the 'ort' strategy.
 pkg/executor/infoschema_reader.go                | 92 ++++++++++++------------
 pkg/planner/core/base/misc_base.go               | 22 ++++++
 pkg/planner/core/explain.go                      |  2 +-
 pkg/planner/core/logical_plans.go                |  2 +-
 pkg/planner/core/memtable_predicate_extractor.go | 72 ++++++++++---------
 pkg/planner/core/physical_plans.go               |  2 +-
 6 files changed, 108 insertions(+), 84 deletions(-)
๐Ÿงพ Pre-merged result:
41a13d29ca2c427d82412454b7888d15472deaa4
41a13d29ca Merge commit '1ccf4841385773901964d96731b202ce916d873c' into HEAD
1ccf484138 .
17d3f7fd45 planner: small refactor for plan cache (#53028)
โœ… Pre merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache not saved (git/pingcap/tidb/rev-17d3f7f-1ccf484 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/ghpr_build/tidb
[Pipeline] {
[Pipeline] sh
+ make bazel_build
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: f100947e-8a58-4f5f-ac0f-df38fcfe8217
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/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/ghpr_build/tidb/.bazelrc:
  'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'build' from /data/..2024_05_06_09_07_19.2304292819/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/ghpr_build/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 1 packages loaded
Analyzing: 1152 targets (642 packages loaded)
Analyzing: 1152 targets (642 packages loaded, 0 targets configured)
Analyzing: 1152 targets (642 packages loaded, 0 targets configured)
Analyzing: 1152 targets (644 packages loaded, 0 targets configured)
Analyzing: 1152 targets (646 packages loaded, 10 targets configured)
Analyzing: 1152 targets (646 packages loaded, 10 targets configured)
Analyzing: 1152 targets (681 packages loaded, 327 targets configured)
Analyzing: 1152 targets (683 packages loaded, 354 targets configured)
Analyzing: 1152 targets (683 packages loaded, 354 targets configured)
Analyzing: 1152 targets (683 packages loaded, 354 targets configured)
Analyzing: 1152 targets (686 packages loaded, 620 targets configured)
Analyzing: 1152 targets (693 packages loaded, 10555 targets configured)
Analyzing: 1152 targets (693 packages loaded, 10570 targets configured)
Analyzing: 1152 targets (693 packages loaded, 10570 targets configured)
Analyzing: 1152 targets (697 packages loaded, 10587 targets configured)
Analyzing: 1152 targets (697 packages loaded, 10633 targets configured)
Analyzing: 1152 targets (697 packages loaded, 10633 targets configured)
Analyzing: 1152 targets (801 packages loaded, 10794 targets configured)
Analyzing: 1152 targets (931 packages loaded, 11682 targets configured)
Analyzing: 1152 targets (949 packages loaded, 12587 targets configured)
Analyzing: 1152 targets (966 packages loaded, 13239 targets configured)
Analyzing: 1152 targets (1017 packages loaded, 14535 targets configured)
Analyzing: 1152 targets (1146 packages loaded, 15310 targets configured)
Analyzing: 1152 targets (1250 packages loaded, 16846 targets configured)
Analyzing: 1152 targets (1410 packages loaded, 18138 targets configured)
Analyzing: 1152 targets (1561 packages loaded, 19189 targets configured)
Analyzing: 1152 targets (1668 packages loaded, 21735 targets configured)
Analyzing: 1152 targets (1729 packages loaded, 24102 targets configured)
Analyzing: 1152 targets (1780 packages loaded, 26026 targets configured)
Analyzing: 1152 targets (1780 packages loaded, 26218 targets configured)
Analyzing: 1152 targets (1780 packages loaded, 26218 targets configured)
Analyzing: 1152 targets (1783 packages loaded, 26285 targets configured)
Analyzing: 1152 targets (1783 packages loaded, 26285 targets configured)
Analyzing: 1152 targets (1881 packages loaded, 26895 targets configured)
Analyzing: 1152 targets (1929 packages loaded, 26984 targets configured)
Analyzing: 1152 targets (1970 packages loaded, 27485 targets configured)
Analyzing: 1152 targets (1970 packages loaded, 27489 targets configured)
Analyzing: 1152 targets (1970 packages loaded, 27489 targets configured)
Analyzing: 1152 targets (1972 packages loaded, 27570 targets configured)
Analyzing: 1152 targets (1973 packages loaded, 27572 targets configured)
Analyzing: 1152 targets (1984 packages loaded, 27625 targets configured)
Analyzing: 1152 targets (2026 packages loaded, 28288 targets configured)
INFO: Analyzed 1152 targets (2026 packages loaded, 28409 targets configured).
 checking cached actions
INFO: Found 1152 targets...
[0 / 308] [Prepa] BazelWorkspaceStatusAction stable-status.txt; 4s
[539 / 7,141] Creating runfiles tree bazel-out/k8-fastbuild/bin/cmd/mirror/mirror_/mirror.runfiles; 0s local ... (14 actions, 9 running)
[963 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 8.1 MiB / 10.3 MiB; 0s remote-cache ... (16 actions, 0 running)
[976 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 8.0 MiB / 17.2 MiB; 2s remote-cache ... (15 actions, 0 running)
[979 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 3s remote-cache ... (16 actions, 0 running)
[983 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 4s remote-cache ... (16 actions, 0 running)
[1,245 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 5s remote-cache ... (13 actions, 0 running)
[1,429 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 8s remote-cache ... (16 actions, 2 running)
[1,667 / 10,058] GoCompilePkg external/org_golang_x_sys/unix/unix.a [for tool]; 0s remote-cache ... (15 actions, 0 running)
[1,985 / 10,058] GoLink build/tidb_nogo_actual_/tidb_nogo_actual [for tool]; Downloading build/tidb_nogo_actual_/tidb_nogo_actual, 10.5 MiB / 16.1 MiB; 0s remote-cache ... (16 actions, 0 running)
[2,270 / 10,058] GoCompilePkg pkg/util/paging/paging.a; 2s remote-cache ... (16 actions, 0 running)
[2,480 / 10,058] GoCompilePkg pkg/parser/parser.a; Downloading pkg/parser/parser.a, 5.3 MiB / 12.8 MiB; 0s remote-cache ... (16 actions, 0 running)
[2,644 / 10,058] GoCompilePkg external/io_k8s_apimachinery/pkg/util/sets/sets.a; 2s remote-cache ... (16 actions, 0 running)
[2,930 / 10,058] GoCompilePkg external/com_github_azure_azure_sdk_for_go_sdk_azcore/arm/runtime/runtime.a; Downloading external/com_github_azure_azure_sdk_for_go_sdk_azcore/arm/runtime/runtime.a, 287.8 KiB / 352.7 KiB; 0s remote-cache ... (16 actions, 0 running)
[3,166 / 10,058] 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.5 MiB / 75.3 MiB; 0s remote-cache ... (16 actions, 0 running)
[3,345 / 10,058] GoCompilePkg external/com_github_cockroachdb_pebble/pebble.a; Downloading external/com_github_cockroachdb_pebble/pebble.a, 4.0 MiB / 10.3 MiB; 0s remote-cache ... (16 actions, 0 running)
[3,521 / 10,058] GoLink pkg/planner/task/task_test_/task_test; 0s remote-cache ... (14 actions, 0 running)
[3,817 / 10,058] GoCompilePkg external/org_golang_x_oauth2/authhandler/authhandler.a; Downloading external/org_golang_x_oauth2/authhandler/authhandler.x; 0s remote-cache ... (15 actions, 0 running)
[4,120 / 10,058] GoLink pkg/util/promutil/promutil_test_/promutil_test; Downloading pkg/util/promutil/promutil_test_/promutil_test, 7.0 MiB / 7.8 MiB; 0s remote-cache ... (16 actions, 0 running)
[4,362 / 10,058] GoCompilePkg external/io_etcd_go_etcd_server_v3/etcdserver/api/membership/membership.a; Downloading external/io_etcd_go_etcd_server_v3/etcdserver/api/membership/membership.a; 0s remote-cache ... (16 actions, 0 running)
[4,555 / 10,058] GoCompilePkg external/com_github_ashanbrown_makezero/makezero/makezero.a; 0s remote-cache ... (16 actions, 0 running)
[4,605 / 10,058] GoCompilePkg external/com_github_ashanbrown_makezero/makezero/makezero.a; Downloading external/com_github_ashanbrown_makezero/makezero/makezero.a; 1s remote-cache ... (16 actions, 0 running)
[4,695 / 10,058] GoCompilePkg external/com_github_ashanbrown_makezero/makezero/makezero.a; Downloading external/com_github_ashanbrown_makezero/makezero/makezero.facts; 2s remote-cache ... (16 actions, 0 running)
[4,780 / 10,058] GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; 0s remote-cache ... (16 actions, 0 running)
[4,820 / 10,058] GoCompilePkg external/com_github_pingcap_sysutil/sysutil.a; Downloading external/com_github_pingcap_sysutil/sysutil.facts; 1s remote-cache ... (16 actions, 0 running)
[4,893 / 10,058] GoCompilePkg external/org_golang_google_api/internal/internal.a; Downloading external/org_golang_google_api/internal/internal.facts; 0s remote-cache ... (11 actions, 0 running)
[4,941 / 10,058] GoLink pkg/util/etcd/etcd_test_/etcd_test; Downloading pkg/util/etcd/etcd_test_/etcd_test, 20.0 MiB / 21.5 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,110 / 10,058] GoCompilePkg build/linter/staticcheck/ST1003.a; Downloading build/linter/staticcheck/ST1003.x, 35.3 KiB / 65.8 KiB; 0s remote-cache ... (14 actions, 0 running)
[5,176 / 10,058] GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 17.0 MiB / 39.5 MiB; 0s remote-cache ... (9 actions, 0 running)
[5,254 / 10,058] GoCompilePkg pkg/store/mockstore/unistore/tikv/dbreader/dbreader.a; Downloading pkg/store/mockstore/unistore/tikv/dbreader/dbreader.facts; 1s remote-cache ... (15 actions, 0 running)
[5,297 / 10,058] GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; Downloading pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test, 37.1 MiB / 40.0 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,363 / 10,058] GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; Downloading pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test, 25.0 MiB / 54.2 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,386 / 10,058] GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; Downloading pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test, 45.0 MiB / 54.2 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,417 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 42.5 MiB / 88.3 MiB; 2s remote-cache ... (16 actions, 0 running)
[5,437 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 62.0 MiB / 88.3 MiB; 3s remote-cache ... (16 actions, 0 running)
[5,452 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 78.0 MiB / 88.3 MiB; 4s remote-cache ... (16 actions, 0 running)
[5,477 / 10,058] GoCompilePkg pkg/expression/expression.a; 5s remote-cache ... (16 actions, 0 running)
[5,539 / 10,058] GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 43.0 MiB / 54.9 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,567 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 33.0 MiB / 163.1 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,600 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 53.4 MiB / 163.1 MiB; 2s remote-cache ... (16 actions, 0 running)
[5,625 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 73.0 MiB / 163.1 MiB; 3s remote-cache ... (16 actions, 0 running)
[5,657 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 96.0 MiB / 163.1 MiB; 4s remote-cache ... (16 actions, 0 running)
[5,672 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 113.0 MiB / 163.1 MiB; 5s remote-cache ... (17 actions, 2 running)
[5,685 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 130.0 MiB / 163.1 MiB; 6s remote-cache ... (17 actions, 2 running)
[5,706 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 152.0 MiB / 163.1 MiB; 7s remote-cache ... (17 actions, 2 running)
[5,724 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 8s remote-cache ... (16 actions, 2 running)
[5,761 / 10,058] GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 54.0 MiB / 67.0 MiB; 2s remote-cache ... (18 actions, 4 running)
[5,814 / 10,058] GoCompilePkg pkg/structure/label.recompile1060.a; Downloading pkg/structure/label.recompile1060.a, 1.2 KiB / 167.8 KiB; 1s remote-cache ... (19 actions, 6 running)
[5,873 / 10,058] GoCompilePkg pkg/structure/label.recompile1060.a; Downloading pkg/structure/label.recompile1060.a, 1.2 KiB / 167.8 KiB; 2s remote-cache ... (19 actions, 6 running)
[5,936 / 10,058] GoCompilePkg pkg/structure/label.recompile1060.a; Downloading pkg/structure/label.recompile1060.a, 1.2 KiB / 167.8 KiB; 3s remote-cache ... (19 actions, 6 running)
[5,960 / 10,058] GoCompilePkg pkg/structure/label.recompile1060.a; Downloading pkg/structure/label.recompile1060.a, 1.2 KiB / 167.8 KiB; 4s remote-cache ... (19 actions, 6 running)
[5,978 / 10,058] GoCompilePkg pkg/executor/internal/builder/builder.a; 7s remote-cache, linux-sandbox ... (19 actions, 6 running)
[6,004 / 10,058] GoCompilePkg pkg/executor/internal/builder/builder.a; 8s remote-cache, linux-sandbox ... (18 actions, 4 running)
[6,033 / 10,058] GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 95.2 MiB / 111.3 MiB; 6s remote-cache ... (17 actions, 2 running)
[6,065 / 10,058] GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; 7s remote-cache ... (18 actions, 4 running)
[6,094 / 10,058] GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 59.0 MiB / 69.0 MiB; 3s remote-cache ... (17 actions, 2 running)
[6,131 / 10,058] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 59.8 MiB / 105.3 MiB; 3s remote-cache ... (17 actions, 2 running)
[6,170 / 10,058] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 87.1 MiB / 105.3 MiB; 4s remote-cache ... (17 actions, 2 running)
[6,175 / 10,058] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 90.8 MiB / 105.3 MiB; 11s remote-cache ... (17 actions, 2 running)
[6,206 / 10,058] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 12s remote-cache ... (17 actions, 2 running)
[6,227 / 10,058] GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 44.3 MiB / 77.1 MiB; 9s remote-cache ... (17 actions, 2 running)
[6,241 / 10,058] GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 53.0 MiB / 77.1 MiB; 10s remote-cache ... (17 actions, 2 running)
[6,258 / 10,058] GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 65.0 MiB / 77.1 MiB; 12s remote-cache ... (17 actions, 2 running)
[6,278 / 10,058] GoCompilePkg pkg/extension/expression.recompile1163.a; 13s remote-cache ... (17 actions, 2 running)
[6,294 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 5s remote-cache, linux-sandbox ... (17 actions, 2 running)
[6,315 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 6s remote-cache, linux-sandbox ... (17 actions, 2 running)
[6,337 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 7s remote-cache, linux-sandbox ... (18 actions, 4 running)
[6,374 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 8s remote-cache, linux-sandbox ... (18 actions, 4 running)
[6,408 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 9s remote-cache, linux-sandbox ... (19 actions, 6 running)
[6,435 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 11s remote-cache, linux-sandbox ... (18 actions, 6 running)
[6,456 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 12s remote-cache, linux-sandbox ... (18 actions, 6 running)
[6,460 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 13s remote-cache, linux-sandbox ... (19 actions, 6 running)
[6,465 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 14s remote-cache, linux-sandbox ... (19 actions, 6 running)
[6,507 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 15s remote-cache, linux-sandbox ... (19 actions, 6 running)
[6,536 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 16s remote-cache, linux-sandbox ... (20 actions, 8 running)
[6,550 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 17s remote-cache, linux-sandbox ... (21 actions, 10 running)
[6,586 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 18s remote-cache, linux-sandbox ... (21 actions, 10 running)
[6,610 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 19s remote-cache, linux-sandbox ... (22 actions, 12 running)
[6,643 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 20s remote-cache, linux-sandbox ... (24 actions, 16 running)
[6,673 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 21s remote-cache, linux-sandbox ... (25 actions, 18 running)
[6,687 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 22s remote-cache, linux-sandbox ... (25 actions, 18 running)
[6,697 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 24s remote-cache, linux-sandbox ... (26 actions, 20 running)
[6,706 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 25s remote-cache, linux-sandbox ... (25 actions, 18 running)
[6,716 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 27s remote-cache, linux-sandbox ... (23 actions, 14 running)
[6,718 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 28s remote-cache, linux-sandbox ... (23 actions, 14 running)
[6,733 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 8s remote-cache, linux-sandbox ... (22 actions, 12 running)
[6,738 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 10s remote-cache, linux-sandbox ... (22 actions, 14 running)
[6,748 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 11s remote-cache, linux-sandbox ... (23 actions, 14 running)
[6,773 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 12s remote-cache, linux-sandbox ... (23 actions, 14 running)
[6,797 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 13s remote-cache, linux-sandbox ... (24 actions, 16 running)
[6,829 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 14s remote-cache, linux-sandbox ... (24 actions, 16 running)
[6,869 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 15s remote-cache, linux-sandbox ... (25 actions, 20 running)
[6,899 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 16s remote-cache, linux-sandbox ... (26 actions, 20 running)
[6,910 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 17s remote-cache, linux-sandbox ... (26 actions, 20 running)
[6,931 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 18s remote-cache, linux-sandbox ... (26 actions, 20 running)
[6,939 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 19s remote-cache, linux-sandbox ... (26 actions, 20 running)
[6,969 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 20s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,005 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 21s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,026 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 22s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,043 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 23s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,065 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 24s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,077 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 25s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,095 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 26s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,099 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 27s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,112 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 28s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,112 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 31s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,121 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 32s remote-cache, linux-sandbox ... (24 actions, 16 running)
[7,148 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 33s remote-cache, linux-sandbox ... (24 actions, 16 running)
[7,164 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 36s remote-cache, linux-sandbox ... (24 actions, 16 running)
[7,200 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 37s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,227 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 38s remote-cache, linux-sandbox ... (25 actions, 20 running)
[7,233 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 40s remote-cache, linux-sandbox ... (25 actions, 18 running)
[7,240 / 10,058] GoCompilePkg pkg/expression/core.recompile1246.a; 40s remote-cache, linux-sandbox ... (24 actions, 16 running)
[7,247 / 10,058] GoCompilePkg pkg/expression/core.recompile1246.a; 41s remote-cache, linux-sandbox ... (25 actions, 18 running)
[7,254 / 10,058] GoCompilePkg pkg/expression/core.recompile1246.a; 42s remote-cache, linux-sandbox ... (25 actions, 18 running)
[7,261 / 10,058] GoCompilePkg pkg/expression/core.recompile1246.a; 43s remote-cache, linux-sandbox ... (24 actions, 16 running)
[7,283 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 30s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,288 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 31s remote-cache, linux-sandbox ... (26 actions, 21 running)
[7,299 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 32s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,317 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 34s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,322 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 35s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,326 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 36s remote-cache, linux-sandbox ... (27 actions, 24 running)
[7,332 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 37s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,341 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 38s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,352 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 39s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,356 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 40s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,363 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 41s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,377 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 42s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,383 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 44s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,390 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 45s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,404 / 10,058] GoCompilePkg pkg/planner/core/core.a; 41s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,438 / 10,058] GoCompilePkg pkg/planner/core/core.a; 42s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,483 / 10,058] GoCompilePkg pkg/planner/core/core.a; 43s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,527 / 10,058] GoCompilePkg pkg/planner/core/core.a; 44s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,527 / 10,058] GoCompilePkg pkg/planner/core/core.a; 46s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,529 / 10,058] GoCompilePkg pkg/planner/core/core.a; 49s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,534 / 10,058] GoCompilePkg pkg/planner/core/core.a; 50s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,553 / 10,058] GoCompilePkg pkg/planner/core/core.a; 51s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,579 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 36s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,583 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 37s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,602 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 38s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,630 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 39s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,667 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 40s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,700 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 41s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,725 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 42s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,731 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 43s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,737 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 44s remote-cache, linux-sandbox ... (29 actions, 28 running)
[7,743 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 45s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,758 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 46s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,764 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 47s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,771 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 49s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,776 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 50s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,788 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 51s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,804 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 52s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,816 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 54s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,817 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 55s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,818 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 56s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,834 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 57s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,835 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 59s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,836 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 62s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,840 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 63s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,853 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 64s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,867 / 10,058] GoCompilePkg pkg/statistics/core.recompile1246.a; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,881 / 10,058] GoCompilePkg pkg/table/tables/core.recompile1245.a; 14s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,885 / 10,058] GoCompilePkg pkg/sessiontxn/isolation/isolation.a; 4s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,893 / 10,058] GoCompilePkg pkg/sessiontxn/isolation/isolation.a; 5s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,902 / 10,058] GoCompilePkg pkg/sessiontxn/isolation/isolation.a; 6s remote-cache, linux-sandbox ... (32 actions running)
[7,903 / 10,058] GoCompilePkg pkg/sessiontxn/isolation/isolation.a; 8s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,903 / 10,058] GoCompilePkg pkg/sessiontxn/isolation/isolation.a; 9s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,903 / 10,058] GoCompilePkg pkg/sessiontxn/isolation/isolation.a; 16s remote-cache, linux-sandbox ... (31 actions running)
[7,915 / 10,058] GoCompilePkg pkg/statistics/importer.recompile1247.a; 14s remote-cache, linux-sandbox ... (32 actions running)
[7,916 / 10,058] GoCompilePkg pkg/table/tables/importer.recompile1246.a; 15s remote-cache, linux-sandbox ... (32 actions running)
[7,917 / 10,058] GoCompilePkg pkg/statistics/handle/usage/core.recompile1240.a; 18s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,917 / 10,058] GoCompilePkg pkg/statistics/handle/usage/core.recompile1240.a; 19s remote-cache, linux-sandbox ... (32 actions running)
[7,917 / 10,058] GoCompilePkg pkg/statistics/handle/usage/core.recompile1240.a; 25s remote-cache, linux-sandbox ... (32 actions running)
[7,926 / 10,058] GoCompilePkg pkg/statistics/handle/usage/core.recompile1240.a; 26s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,928 / 10,058] GoCompilePkg pkg/ddl/ingest/implementation.recompile1254.a; 17s remote-cache, linux-sandbox ... (32 actions running)
[7,932 / 10,058] GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 17s remote-cache, linux-sandbox ... (32 actions running)
[7,933 / 10,058] GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,940 / 10,058] GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 23s remote-cache, linux-sandbox ... (32 actions running)
[7,941 / 10,058] GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 25s remote-cache, linux-sandbox ... (32 actions running)
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/pkg/sessionctx/stmtctx/BUILD.bazel:37:8: GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx_test) bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder '-param=bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/executor.recompile1254.a-0.params'

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
compilepkg: nogo: errors found by nogo during build-time code analysis:
pkg/executor/adapter.go:1:1: 
diff pkg/executor/infoschema_reader.go.orig pkg/executor/infoschema_reader.go
--- pkg/executor/infoschema_reader.go.orig
+++ pkg/executor/infoschema_reader.go
@@ -711,9 +711,9 @@
 						continue
 					}
 					record := types.MakeDatums(
-						infoschema.CatalogVal,                      // CONSTRAINT_CATALOG
-						schema.O,                                   // CONSTRAINT_SCHEMA
-						constraint.Name.O,                          // CONSTRAINT_NAME
+						infoschema.CatalogVal, // CONSTRAINT_CATALOG
+						schema.O,              // CONSTRAINT_SCHEMA
+						constraint.Name.O,     // CONSTRAINT_NAME
 						fmt.Sprintf("(%s)", constraint.ExprString), // CHECK_CLAUSE
 					)
 					rows = append(rows, record)
@@ -743,12 +743,12 @@
 						continue
 					}
 					record := types.MakeDatums(
-						infoschema.CatalogVal,                      // CONSTRAINT_CATALOG
-						schema.O,                                   // CONSTRAINT_SCHEMA
-						constraint.Name.O,                          // CONSTRAINT_NAME
-						fmt.Sprintf("(%s)", constraint.ExprString), // CHECK_CLAUSE
-						table.Name.O,                               // TABLE_NAME
-						table.ID,                                   // TABLE_ID
+						infoschema.CatalogVal, // CONSTRAINT_CATALOG
+						schema.O,              // CONSTRAINT_SCHEMA
+						constraint.Name.O,     // CONSTRAINT_NAME
+						fmt.Sprintf("(%s)", constraint.ExprString), // CHECK_CLAUSE
+						table.Name.O, // TABLE_NAME
+						table.ID,     // TABLE_ID
 					)
 					rows = append(rows, record)
 				}
@@ -1028,27 +1028,27 @@
 			colType = mysql.TypeVarchar
 		}
 		record := types.MakeDatums(
-			infoschema.CatalogVal,                                                                // TABLE_CATALOG
-			schema.Name.O,                                                                        // TABLE_SCHEMA
-			tbl.Name.O,                                                                           // TABLE_NAME
-			col.Name.O,                                                                           // COLUMN_NAME
-			i,                                                                                    // ORDINAL_POSITION
-			columnDefault,                                                                        // COLUMN_DEFAULT
-			columnDesc.Null,                                                                      // IS_NULLABLE
-			types.TypeToStr(colType, ft.GetCharset()),                                            // DATA_TYPE
-			charMaxLen,                                                                           // CHARACTER_MAXIMUM_LENGTH
-			charOctLen,                                                                           // CHARACTER_OCTET_LENGTH
-			numericPrecision,                                                                     // NUMERIC_PRECISION
-			numericScale,                                                                         // NUMERIC_SCALE
-			datetimePrecision,                                                                    // DATETIME_PRECISION
-			columnDesc.Charset,                                                                   // CHARACTER_SET_NAME
-			columnDesc.Collation,                                                                 // COLLATION_NAME
-			columnType,                                                                           // COLUMN_TYPE
-			columnDesc.Key,                                                                       // COLUMN_KEY
-			columnDesc.Extra,                                                                     // EXTRA
+			infoschema.CatalogVal, // TABLE_CATALOG
+			schema.Name.O,         // TABLE_SCHEMA
+			tbl.Name.O,            // TABLE_NAME
+			col.Name.O,            // COLUMN_NAME
+			i,                     // ORDINAL_POSITION
+			columnDefault,         // COLUMN_DEFAULT
+			columnDesc.Null,       // IS_NULLABLE
+			types.TypeToStr(colType, ft.GetCharset()), // DATA_TYPE
+			charMaxLen,           // CHARACTER_MAXIMUM_LENGTH
+			charOctLen,           // CHARACTER_OCTET_LENGTH
+			numericPrecision,     // NUMERIC_PRECISION
+			numericScale,         // NUMERIC_SCALE
+			datetimePrecision,    // DATETIME_PRECISION
+			columnDesc.Charset,   // CHARACTER_SET_NAME
+			columnDesc.Collation, // COLLATION_NAME
+			columnType,           // COLUMN_TYPE
+			columnDesc.Key,       // COLUMN_KEY
+			columnDesc.Extra,     // EXTRA
 			strings.ToLower(privileges.PrivToString(priv, mysql.AllColumnPrivs, mysql.Priv2Str)), // PRIVILEGES
-			columnDesc.Comment,                                                                   // COLUMN_COMMENT
-			col.GeneratedExprString,                                                              // GENERATION_EXPRESSION
+			columnDesc.Comment,      // COLUMN_COMMENT
+			col.GeneratedExprString, // GENERATION_EXPRESSION
 		)
 		e.rows = append(e.rows, record)
 	}
@@ -1498,12 +1498,12 @@
 	var rows [][]types.Datum
 	rows = append(rows,
 		types.MakeDatums(
-			"InnoDB",                                                     // Engine
-			"DEFAULT",                                                    // Support
+			"InnoDB",  // Engine
+			"DEFAULT", // Support
 			"Supports transactions, row-level locking, and foreign keys", // Comment
-			"YES",                                                        // Transactions
-			"YES",                                                        // XA
-			"YES",                                                        // Savepoints
+			"YES", // Transactions
+			"YES", // XA
+			"YES", // Savepoints
 		),
 	)
 	e.rows = rows
@@ -2416,14 +2416,14 @@
 	rows := make([][]types.Datum, 0, len(serversInfo))
 	for _, info := range serversInfo {
 		row := types.MakeDatums(
-			info.ID,                                       // DDL_ID
-			info.IP,                                       // IP
-			int(info.Port),                                // PORT
-			int(info.StatusPort),                          // STATUS_PORT
-			info.Lease,                                    // LEASE
-			info.Version,                                  // VERSION
-			info.GitHash,                                  // GIT_HASH
-			info.BinlogStatus,                             // BINLOG_STATUS
+			info.ID,              // DDL_ID
+			info.IP,              // IP
+			int(info.Port),       // PORT
+			int(info.StatusPort), // STATUS_PORT
+			info.Lease,           // LEASE
+			info.Version,         // VERSION
+			info.GitHash,         // GIT_HASH
+			info.BinlogStatus,    // BINLOG_STATUS
 			stringutil.BuildStringFromLabels(info.Labels), // LABELS
 		)
 		if sem.IsEnabled() {
@@ -2507,10 +2507,10 @@
 			progressString := types.TruncateFloatToString(progress, 2)
 			progress, _ = strconv.ParseFloat(progressString, 64)
 			record := types.MakeDatums(
-				schema.O,                                             // TABLE_SCHEMA
-				tbl.Name.O,                                           // TABLE_NAME
-				tbl.ID,                                               // TABLE_ID
-				int64(tbl.TiFlashReplica.Count),                      // REPLICA_COUNT
+				schema.O,                        // TABLE_SCHEMA
+				tbl.Name.O,                      // TABLE_NAME
+				tbl.ID,                          // TABLE_ID
+				int64(tbl.TiFlashReplica.Count), // REPLICA_COUNT
 				strings.Join(tbl.TiFlashReplica.LocationLabels, ","), // LOCATION_LABELS
 				tbl.TiFlashReplica.Available,                         // AVAILABLE
 				progress,                                             // PROGRESS
 (gofmt)
pkg/executor/adapter.go:1:1: 
--- pkg/executor/infoschema_reader.go
+++ pkg/executor/infoschema_reader.go
@@ -711,9 +711,9 @@
 						continue
 					}
 					record := types.MakeDatums(
-						infoschema.CatalogVal,                      // CONSTRAINT_CATALOG
-						schema.O,                                   // CONSTRAINT_SCHEMA
-						constraint.Name.O,                          // CONSTRAINT_NAME
+						infoschema.CatalogVal, // CONSTRAINT_CATALOG
+						schema.O,              // CONSTRAINT_SCHEMA
+						constraint.Name.O,     // CONSTRAINT_NAME
 						fmt.Sprintf("(%s)", constraint.ExprString), // CHECK_CLAUSE
 					)
 					rows = append(rows, record)
@@ -743,12 +743,12 @@
 						continue
 					}
 					record := types.MakeDatums(
-						infoschema.CatalogVal,                      // CONSTRAINT_CATALOG
-						schema.O,                                   // CONSTRAINT_SCHEMA
-						constraint.Name.O,                          // CONSTRAINT_NAME
+						infoschema.CatalogVal, // CONSTRAINT_CATALOG
+						schema.O,              // CONSTRAINT_SCHEMA
+						constraint.Name.O,     // CONSTRAINT_NAME
 						fmt.Sprintf("(%s)", constraint.ExprString), // CHECK_CLAUSE
-						table.Name.O,                               // TABLE_NAME
-						table.ID,                                   // TABLE_ID
+						table.Name.O, // TABLE_NAME
+						table.ID,     // TABLE_ID
 					)
 					rows = append(rows, record)
 				}
@@ -1028,27 +1027,27 @@
 			colType = mysql.TypeVarchar
 		}
 		record := types.MakeDatums(
-			infoschema.CatalogVal,                                                                // TABLE_CATALOG
-			schema.Name.O,                                                                        // TABLE_SCHEMA
-			tbl.Name.O,                                                                           // TABLE_NAME
-			col.Name.O,                                                                           // COLUMN_NAME
-			i,                                                                                    // ORDINAL_POSITION
-			columnDefault,                                                                        // COLUMN_DEFAULT
-			columnDesc.Null,                                                                      // IS_NULLABLE
-			types.TypeToStr(colType, ft.GetCharset()),                                            // DATA_TYPE
-			charMaxLen,                                                                           // CHARACTER_MAXIMUM_LENGTH
-			charOctLen,                                                                           // CHARACTER_OCTET_LENGTH
-			numericPrecision,                                                                     // NUMERIC_PRECISION
-			numericScale,                                                                         // NUMERIC_SCALE
-			datetimePrecision,                                                                    // DATETIME_PRECISION
-			columnDesc.Charset,                                                                   // CHARACTER_SET_NAME
-			columnDesc.Collation,                                                                 // COLLATION_NAME
-			columnType,                                                                           // COLUMN_TYPE
-			columnDesc.Key,                                                                       // COLUMN_KEY
-			columnDesc.Extra,                                                                     // EXTRA
+			infoschema.CatalogVal, // TABLE_CATALOG
+			schema.Name.O,         // TABLE_SCHEMA
+			tbl.Name.O,            // TABLE_NAME
+			col.Name.O,            // COLUMN_NAME
+			i,                     // ORDINAL_POSITION
+			columnDefault,         // COLUMN_DEFAULT
+			columnDesc.Null,       // IS_NULLABLE
+			types.TypeToStr(colType, ft.GetCharset()), // DATA_TYPE
+			charMaxLen,           // CHARACTER_MAXIMUM_LENGTH
+			charOctLen,           // CHARACTER_OCTET_LENGTH
+			numericPrecision,     // NUMERIC_PRECISION
+			numericScale,         // NUMERIC_SCALE
+			datetimePrecision,    // DATETIME_PRECISION
+			columnDesc.Charset,   // CHARACTER_SET_NAME
+			columnDesc.Collation, // COLLATION_NAME
+			columnType,           // COLUMN_TYPE
+			columnDesc.Key,       // COLUMN_KEY
+			columnDesc.Extra,     // EXTRA
 			strings.ToLower(privileges.PrivToString(priv, mysql.AllColumnPrivs, mysql.Priv2Str)), // PRIVILEGES
-			columnDesc.Comment,                                                                   // COLUMN_COMMENT
-			col.GeneratedExprString,                                                              // GENERATION_EXPRESSION
+			columnDesc.Comment,      // COLUMN_COMMENT
+			col.GeneratedExprString, // GENERATION_EXPRESSION
 		)
 		e.rows = append(e.rows, record)
 	}
@@ -1498,12 +1496,12 @@
 	var rows [][]types.Datum
 	rows = append(rows,
 		types.MakeDatums(
-			"InnoDB",                                                     // Engine
-			"DEFAULT",                                                    // Support
+			"InnoDB",  // Engine
+			"DEFAULT", // Support
 			"Supports transactions, row-level locking, and foreign keys", // Comment
-			"YES",                                                        // Transactions
-			"YES",                                                        // XA
-			"YES",                                                        // Savepoints
+			"YES", // Transactions
+			"YES", // XA
+			"YES", // Savepoints
 		),
 	)
 	e.rows = rows
@@ -2416,14 +2413,14 @@
 	rows := make([][]types.Datum, 0, len(serversInfo))
 	for _, info := range serversInfo {
 		row := types.MakeDatums(
-			info.ID,                                       // DDL_ID
-			info.IP,                                       // IP
-			int(info.Port),                                // PORT
-			int(info.StatusPort),                          // STATUS_PORT
-			info.Lease,                                    // LEASE
-			info.Version,                                  // VERSION
-			info.GitHash,                                  // GIT_HASH
-			info.BinlogStatus,                             // BINLOG_STATUS
+			info.ID,              // DDL_ID
+			info.IP,              // IP
+			int(info.Port),       // PORT
+			int(info.StatusPort), // STATUS_PORT
+			info.Lease,           // LEASE
+			info.Version,         // VERSION
+			info.GitHash,         // GIT_HASH
+			info.BinlogStatus,    // BINLOG_STATUS
 			stringutil.BuildStringFromLabels(info.Labels), // LABELS
 		)
 		if sem.IsEnabled() {
@@ -2507,10 +2504,10 @@
 			progressString := types.TruncateFloatToString(progress, 2)
 			progress, _ = strconv.ParseFloat(progressString, 64)
 			record := types.MakeDatums(
-				schema.O,                                             // TABLE_SCHEMA
-				tbl.Name.O,                                           // TABLE_NAME
-				tbl.ID,                                               // TABLE_ID
-				int64(tbl.TiFlashReplica.Count),                      // REPLICA_COUNT
+				schema.O,                        // TABLE_SCHEMA
+				tbl.Name.O,                      // TABLE_NAME
+				tbl.ID,                          // TABLE_ID
+				int64(tbl.TiFlashReplica.Count), // REPLICA_COUNT
 				strings.Join(tbl.TiFlashReplica.LocationLabels, ","), // LOCATION_LABELS
 				tbl.TiFlashReplica.Available,                         // AVAILABLE
 				progress,                                             // PROGRESS
 (gci)
[7,952 / 10,058] GoCompilePkg pkg/disttask/framework/storage/cascades.recompile1254.a; 7s remote-cache, linux-sandbox ... (10 actions running)
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/pkg/sessionctx/stmtctx/BUILD.bazel:37:8 GoCompilePkg pkg/sessionctx/stmtctx/stmtctx_test_test.external.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx_test) bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder '-param=bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/executor.recompile1254.a-0.params'

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
INFO: Elapsed time: 394.916s, Critical Path: 152.46s
INFO: 7957 processes: 6860 remote cache hit, 961 internal, 136 linux-sandbox.
FAILED: Build did NOT complete successfully
make: *** [bazel_build] Error 1
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb
[Pipeline] {
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build tidb-server enterprise edition)
Stage "Build tidb-server enterprise edition" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test plugin)
Stage "Test plugin" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ bash scripts/plugins/report_job_result.sh FAILURE result.json
http://fileserver.pingcap.net
--2024-05-06 09:16:06--  http://fileserver.pingcap.net/download/rd-atom-agent/agent_upload_verifyci_metadata.py
Resolving fileserver.pingcap.net (fileserver.pingcap.net)... 10.2.12.82
Connecting to fileserver.pingcap.net (fileserver.pingcap.net)|10.2.12.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4181 (4.1K) [application/octet-stream]
Saving to: โ€˜agent_upload_verifyci_metadata.pyโ€™

     0K ....                                                  100%  395M=0s

2024-05-06 09:16:06 (395 MB/s) - โ€˜agent_upload_verifyci_metadata.pyโ€™ saved [4181/4181]

No junit report file
parse result file result.json success
upload data succesfully.
[Pipeline] }
[Pipeline] // container
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[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
ERROR: script returned exit code 2
Finished: FAILURE