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-8554-nv8s8-fncbx-ssgx7
Agent pingcap-tidb-ghpr-build-8554-nv8s8-fncbx-ssgx7 is provisioned from template pingcap_tidb_ghpr_build_8554-nv8s8-fncbx
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_build/8554/"
    runUrl: "job/pingcap/job/tidb/job/ghpr_build/8554/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "6ec75c785fef69ccf3e4d5e1305f5ca17ba20d76"
    jenkins/label: "pingcap_tidb_ghpr_build_8554-nv8s8"
  name: "pingcap-tidb-ghpr-build-8554-nv8s8-fncbx-ssgx7"
  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-8554-nv8s8-fncbx-ssgx7"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-ghpr-build-8554-nv8s8-fncbx-ssgx7"
    - 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-8554-nv8s8-fncbx-ssgx7 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=a20d96e3-a853-49e6-a3a7-841ff38e387c
JENKINS_NODE_COOKIE=1e88e324-d02f-48f6-8182-675023564485
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/8554/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-build-8554-nv8s8-fncbx-ssgx7
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-8554
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_build","buildid":"1787384531603427332","prowjobid":"a20d96e3-a853-49e6-a3a7-841ff38e387c","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"516977e1f99d9df87e142e1ea280baed56a12a70","base_link":"https://github.com/pingcap/tidb/commit/516977e1f99d9df87e142e1ea280baed56a12a70","pulls":[{"number":53028,"author":"qw4990","sha":"ed09a33d8b7e45799c3fad4377674155b5f78e7c","title":"planner: small refactor for plan cache","link":"https://github.com/pingcap/tidb/pull/53028","commit_link":"https://github.com/pingcap/tidb/pull/53028/commits/ed09a33d8b7e45799c3fad4377674155b5f78e7c","author_link":"https://github.com/qw4990"}]}}
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/8554/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/8554/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/8554/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=#8554
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787384531603427332
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/8554/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_build_8554-nv8s8
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-8554-nv8s8-fncbx-ssgx7 pingcap_tidb_ghpr_build_8554-nv8s8
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-build-8554-nv8s8-fncbx-ssgx7
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/display/redirect
BUILD_NUMBER=8554
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-build2809731295=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 jenkins root 1, 3 May  6 15:31 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-8554-nv8s8-fncbx-ssgx7 bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-8554-nv8s8-fncbx-ssgx7 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: 33721
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: 976ee958176e9bc3 (echoed)
;; QUESTION SECTION:
;github.com.			IN	A

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

;; Query time: 0 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 07:31:46 UTC 2024
;; MSG SIZE  rcvd: 77

[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-516977e)
460055552 bytes in 1.49 secs (308064488 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 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master               -> origin/master
 * [new ref]               refs/pull/53028/head -> origin/pr/53028/head
HEAD is now at 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
🚧 Checkouting to base SHA:516977e1f99d9df87e142e1ea280baed56a12a70...
HEAD is now at 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
✅ Checked. 🎉
🧾 HEAD info:
516977e1f99d9df87e142e1ea280baed56a12a70
516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
06ee59bd9c planner: add projections to keep join keys as `col=col` (#52989)
600b2ed4bf *: bump client-go to fix #53011 (#53012)
🚧 Pre-merge heads of pull requests to base SHA: 516977e1f99d9df87e142e1ea280baed56a12a70 ...
Updating 516977e1f9..ed09a33d8b
Fast-forward
 pkg/expression/util.go            | 3 +--
 pkg/planner/core/plan_cache.go    | 1 -
 pkg/sessionctx/stmtctx/stmtctx.go | 1 -
 3 files changed, 1 insertion(+), 4 deletions(-)
🧾 Pre-merged result:
ed09a33d8b7e45799c3fad4377674155b5f78e7c
ed09a33d8b fixup
298d67b892 fixup
677f5e01ac fixup
✅ Pre merged 🎉
📁 update submodules ...
✅ update submodules done
✅ ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache not saved (git/pingcap/tidb/rev-516977e-ed09a33 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: 4e58e25b-2a68-44cc-a092-393ae6278030
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_07_31_30.1400987606/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: 
Loading: 1 packages loaded
Analyzing: 1152 targets (642 packages loaded, 0 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 (693 packages loaded, 1310 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, 10633 targets configured)
Analyzing: 1152 targets (697 packages loaded, 10633 targets configured)
Analyzing: 1152 targets (745 packages loaded, 10636 targets configured)
Analyzing: 1152 targets (801 packages loaded, 11129 targets configured)
Analyzing: 1152 targets (866 packages loaded, 12138 targets configured)
Analyzing: 1152 targets (987 packages loaded, 13384 targets configured)
Analyzing: 1152 targets (1020 packages loaded, 14177 targets configured)
Analyzing: 1152 targets (1119 packages loaded, 14958 targets configured)
Analyzing: 1152 targets (1268 packages loaded, 16918 targets configured)
Analyzing: 1152 targets (1461 packages loaded, 18287 targets configured)
Analyzing: 1152 targets (1615 packages loaded, 19791 targets configured)
Analyzing: 1152 targets (1730 packages loaded, 22869 targets configured)
Analyzing: 1152 targets (1752 packages loaded, 25864 targets configured)
Analyzing: 1152 targets (1783 packages loaded, 26285 targets configured)
Analyzing: 1152 targets (1962 packages loaded, 27339 targets configured)
Analyzing: 1152 targets (1970 packages loaded, 27529 targets configured)
Analyzing: 1152 targets (2026 packages loaded, 28234 targets configured)
INFO: Analyzed 1152 targets (2026 packages loaded, 28409 targets configured).
 checking cached actions
INFO: Found 1152 targets...
[0 / 365] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running)
[939 / 10,058] Creating runfiles tree bazel-out/k8-fastbuild/bin/cmd/mirror/mirror_/mirror.runfiles; 0s local ... (4 actions, 1 running)
[1,028 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 7.0 MiB / 17.2 MiB; 1s remote-cache ... (16 actions, 0 running)
[1,033 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 4.0 MiB / 10.3 MiB; 2s remote-cache ... (16 actions, 0 running)
[1,037 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 12.0 MiB / 17.2 MiB; 3s remote-cache ... (16 actions, 0 running)
[1,126 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 4s remote-cache ... (16 actions, 0 running)
[1,494 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 5.8 MiB / 17.2 MiB; 0s remote-cache ... (16 actions, 0 running)
[1,941 / 10,058] GoLink build/tidb_nogo_actual_/tidb_nogo_actual [for tool]; Downloading build/tidb_nogo_actual_/tidb_nogo_actual, 13.3 MiB / 16.1 MiB; 0s remote-cache ... (2 actions, 0 running)
[2,312 / 10,058] GoCompilePkg pkg/store/mockstore/unistore/lockstore/lockstore.a; 0s remote-cache ... (16 actions, 0 running)
[2,607 / 10,058] GoLink pkg/planner/task/task_test_/task_test; 0s remote-cache ... (16 actions, 0 running)
[2,993 / 10,058] GoLink pkg/util/bitmap/bitmap_test_/bitmap_test; Downloading pkg/util/bitmap/bitmap_test_/bitmap_test, 3.2 MiB / 4.7 MiB; 0s remote-cache ... (14 actions, 0 running)
[3,384 / 10,058] GoCompilePkg external/com_github_aws_aws_sdk_go/service/s3/s3.a; 0s remote-cache ... (16 actions, 0 running)
[3,664 / 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, 43.5 MiB / 69.8 MiB; 0s remote-cache ... (15 actions, 0 running)
[3,934 / 10,058] GoCompilePkg pkg/parser/types/parser.recompile51.a; 0s remote-cache ... (16 actions, 0 running)
[4,152 / 10,058] GoCompilePkg pkg/parser/parser.a; Downloading pkg/parser/parser.a, 4.0 MiB / 11.1 MiB; 0s remote-cache ... (15 actions, 0 running)
[4,397 / 10,058] GoLink pkg/util/engine/engine_test_/engine_test; 0s remote-cache ... (16 actions, 0 running)
[4,646 / 10,058] GoCompilePkg external/com_github_pingcap_badger/table/sstable/sstable.a; 0s remote-cache ... (15 actions, 0 running)
[4,896 / 10,058] GoLink br/tests/br_txn/br_txn_/br_txn; Downloading br/tests/br_txn/br_txn_/br_txn, 21.0 MiB / 22.3 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,038 / 10,058] GoLink pkg/util/systimemon/systimemon_test_/systimemon_test; 0s remote-cache ... (16 actions, 0 running)
[5,087 / 10,058] GoLink pkg/keyspace/keyspace_test_/keyspace_test; Downloading pkg/keyspace/keyspace_test_/keyspace_test, 19.0 MiB / 21.8 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,155 / 10,058] GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 18.1 MiB / 26.9 MiB; 0s remote-cache ... (15 actions, 0 running)
[5,258 / 10,058] GoLink pkg/util/cteutil/cteutil_test_/cteutil_test; Downloading pkg/util/cteutil/cteutil_test_/cteutil_test, 16.4 MiB / 26.4 MiB; 0s remote-cache ... (17 actions, 2 running)
[5,296 / 10,058] GoLink pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test; 1s remote-cache ... (17 actions, 2 running)
[5,369 / 10,058] GoCompilePkg pkg/metrics/stmtsummary.recompile540.a; 0s remote-cache, linux-sandbox ... (19 actions, 10 running)
[5,397 / 10,058] GoLink br/pkg/logutil/logutil_test_/logutil_test; 1s remote-cache ... (27 actions, 22 running)
[5,445 / 10,058] GoCompilePkg pkg/metrics/stmtsummary.recompile551.a; 1s remote-cache, linux-sandbox ... (27 actions, 22 running)
[5,484 / 10,058] GoLink pkg/kv/kv_test_/kv_test; 1s remote-cache, linux-sandbox ... (28 actions, 24 running)
[5,498 / 10,058] GoLink pkg/kv/kv_test_/kv_test; 2s remote-cache, linux-sandbox ... (30 actions, 29 running)
[5,530 / 10,058] GoLink pkg/kv/kv_test_/kv_test; 3s remote-cache, linux-sandbox ... (30 actions, 28 running)
[5,543 / 10,058] GoLink pkg/testkit/testutil/testutil_test_/testutil_test; 2s remote-cache, linux-sandbox ... (29 actions, 26 running)
[5,557 / 10,058] GoLink pkg/testkit/testutil/testutil_test_/testutil_test; 3s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,564 / 10,058] GoLink pkg/testkit/testutil/testutil_test_/testutil_test; 4s remote-cache, linux-sandbox ... (32 actions running)
[5,585 / 10,058] GoCompilePkg pkg/util/localpool/localpool_test.internal.a; 0s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,600 / 10,058] GoCompilePkg pkg/util/variable.recompile547.a; 1s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,614 / 10,058] GoCompilePkg pkg/util/variable.recompile547.a; 2s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,624 / 10,058] GoLink pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test; 4s remote-cache, linux-sandbox ... (32 actions running)
[5,632 / 10,058] GoLink pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test; 5s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,645 / 10,058] GoLink pkg/util/localpool/localpool_test_/localpool_test; 4s remote-cache, linux-sandbox ... (30 actions, 28 running)
[5,647 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 5s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,661 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 6s remote-cache, linux-sandbox ... (32 actions running)
[5,673 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 7s remote-cache, linux-sandbox ... (32 actions running)
[5,683 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 8s remote-cache, linux-sandbox ... (32 actions running)
[5,691 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 9s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,694 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 10s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,705 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 12s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,715 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 13s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,719 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 14s remote-cache, linux-sandbox ... (32 actions running)
[5,730 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 16s remote-cache, linux-sandbox ... (32 actions running)
[5,740 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 17s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,741 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 18s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,746 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,749 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 21s remote-cache, linux-sandbox ... (29 actions, 28 running)
[5,755 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 22s remote-cache, linux-sandbox ... (32 actions running)
[5,756 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 23s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,762 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 24s remote-cache, linux-sandbox ... (29 actions, 28 running)
[5,767 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 26s remote-cache, linux-sandbox ... (32 actions running)
[5,769 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; 28s remote-cache, linux-sandbox ... (30 actions, 28 running)
[5,784 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 19s remote-cache, linux-sandbox ... (31 actions running)
[5,792 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 20s remote-cache, linux-sandbox ... (32 actions running)
[5,796 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 21s remote-cache, linux-sandbox ... (32 actions running)
[5,802 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 22s remote-cache, linux-sandbox ... (32 actions running)
[5,804 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,811 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 25s remote-cache, linux-sandbox ... (32 actions running)
[5,818 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 26s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,821 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 28s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,826 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 29s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,836 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 30s remote-cache, linux-sandbox ... (32 actions running)
[5,837 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 32s remote-cache, linux-sandbox ... (32 actions running)
[5,840 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 33s remote-cache, linux-sandbox ... (30 actions, 28 running)
[5,844 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 34s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,845 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 35s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,850 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 36s remote-cache, linux-sandbox ... (29 actions, 28 running)
[5,852 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 37s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,853 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 39s remote-cache, linux-sandbox ... (32 actions running)
[5,859 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 40s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,861 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 41s remote-cache, linux-sandbox ... (29 actions, 28 running)
[5,870 / 10,058] GoCompilePkg pkg/structure/expression.recompile1098.a; 35s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,882 / 10,058] GoCompilePkg pkg/structure/expression.recompile1098.a; 36s remote-cache, linux-sandbox ... (32 actions running)
[5,893 / 10,058] GoCompilePkg pkg/structure/expression.recompile1098.a; 37s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,899 / 10,058] GoCompilePkg pkg/structure/expression.recompile1098.a; 38s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,902 / 10,058] GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; 40s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,907 / 10,058] GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; 41s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,914 / 10,058] GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; 42s remote-cache, linux-sandbox ... (32 actions running)
[5,915 / 10,058] GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 32s remote-cache, linux-sandbox ... (32 actions running)
[5,922 / 10,058] GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 34s remote-cache, linux-sandbox ... (32 actions running)
[5,928 / 10,058] GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 35s remote-cache, linux-sandbox ... (32 actions running)
[5,937 / 10,058] GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 36s remote-cache, linux-sandbox ... (31 actions running)
[5,939 / 10,058] GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 38s remote-cache, linux-sandbox ... (32 actions running)
[5,948 / 10,058] GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 39s remote-cache, linux-sandbox ... (32 actions running)
[5,954 / 10,058] GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 40s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,957 / 10,058] GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 41s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,972 / 10,058] GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 42s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,976 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 37s remote-cache, linux-sandbox ... (31 actions running)
[5,978 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 38s remote-cache, linux-sandbox ... (30 actions, 29 running)
[5,992 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 39s remote-cache, linux-sandbox ... (31 actions, 30 running)
[5,999 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 40s remote-cache, linux-sandbox ... (32 actions running)
[6,002 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 42s remote-cache, linux-sandbox ... (32 actions running)
[6,006 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 44s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,013 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 45s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,024 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 46s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,032 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 47s remote-cache, linux-sandbox ... (32 actions running)
[6,045 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 48s remote-cache, linux-sandbox ... (32 actions running)
[6,046 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 50s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,056 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 51s remote-cache, linux-sandbox ... (32 actions running)
[6,069 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 52s remote-cache, linux-sandbox ... (32 actions running)
[6,074 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 54s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,077 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 55s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,088 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 56s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,098 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 57s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,110 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 58s remote-cache, linux-sandbox ... (32 actions running)
[6,116 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 59s remote-cache, linux-sandbox ... (32 actions running)
[6,132 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 61s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,139 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 62s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,148 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 63s remote-cache, linux-sandbox ... (32 actions running)
[6,158 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 64s remote-cache, linux-sandbox ... (32 actions running)
[6,161 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 66s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,176 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 67s remote-cache, linux-sandbox ... (28 actions, 26 running)
[6,181 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 68s remote-cache, linux-sandbox ... (32 actions running)
[6,191 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 70s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,198 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 71s remote-cache, linux-sandbox ... (32 actions running)
[6,212 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 72s remote-cache, linux-sandbox ... (32 actions running)
[6,216 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 74s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,227 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 75s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,236 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 76s remote-cache, linux-sandbox ... (32 actions running)
[6,238 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 78s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,240 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 79s remote-cache, linux-sandbox ... (29 actions, 28 running)
[6,251 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 80s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,256 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 81s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,269 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 82s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,274 / 10,058] GoCompilePkg pkg/expression/expression.a; 62s remote-cache, linux-sandbox ... (32 actions running)
[6,275 / 10,058] GoCompilePkg pkg/expression/expression.a; 63s remote-cache, linux-sandbox ... (32 actions running)
[6,276 / 10,058] GoCompilePkg pkg/expression/expression.a; 65s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,288 / 10,058] GoCompilePkg pkg/expression/expression.a; 66s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,297 / 10,058] GoCompilePkg pkg/expression/expression.a; 67s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,304 / 10,058] GoCompilePkg pkg/expression/expression.a; 68s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,309 / 10,058] GoCompilePkg pkg/expression/expression.a; 69s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,309 / 10,058] GoCompilePkg pkg/expression/expression.a; 70s remote-cache, linux-sandbox ... (32 actions running)
[6,309 / 10,058] GoCompilePkg pkg/expression/expression.a; 71s remote-cache, linux-sandbox ... (32 actions running)
[6,320 / 10,058] GoCompilePkg pkg/expression/expression.a; 73s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,326 / 10,058] GoCompilePkg pkg/expression/expression.a; 74s remote-cache, linux-sandbox ... (32 actions running)
[6,331 / 10,058] GoCompilePkg pkg/expression/expression.a; 75s remote-cache, linux-sandbox ... (32 actions running)
[6,337 / 10,058] GoCompilePkg pkg/expression/expression.a; 77s remote-cache, linux-sandbox ... (32 actions running)
[6,344 / 10,058] GoCompilePkg pkg/expression/expression.a; 78s remote-cache, linux-sandbox ... (25 actions, 18 running)
[6,350 / 10,058] GoCompilePkg pkg/expression/expression.a; 80s remote-cache, linux-sandbox ... (29 actions, 28 running)
[6,359 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 31s remote-cache, linux-sandbox ... (32 actions running)
[6,368 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 32s remote-cache, linux-sandbox ... (30 actions, 28 running)
[6,373 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 34s remote-cache, linux-sandbox ... (32 actions running)
[6,385 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 36s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,386 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 37s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,393 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 38s remote-cache, linux-sandbox ... (32 actions running)
[6,406 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 39s remote-cache, linux-sandbox ... (32 actions running)
[6,414 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 41s remote-cache, linux-sandbox ... (29 actions, 28 running)
[6,430 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 42s remote-cache, linux-sandbox ... (30 actions, 28 running)
[6,433 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 43s remote-cache, linux-sandbox ... (32 actions running)
[6,446 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 44s remote-cache, linux-sandbox ... (32 actions running)
[6,448 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 45s remote-cache, linux-sandbox ... (32 actions running)
[6,463 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 47s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,479 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 48s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,481 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 49s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,491 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 50s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,502 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 51s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,509 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 52s remote-cache, linux-sandbox ... (32 actions running)
[6,519 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 54s remote-cache, linux-sandbox ... (32 actions running)
[6,522 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 55s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,525 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 56s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,543 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 57s remote-cache, linux-sandbox ... (31 actions running)
[6,544 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 58s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,559 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 60s remote-cache, linux-sandbox ... (32 actions running)
[6,570 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 61s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,572 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 62s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,587 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 63s remote-cache, linux-sandbox ... (31 actions running)
[6,589 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 64s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,602 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 65s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,606 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 67s remote-cache, linux-sandbox ... (32 actions running)
[6,620 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 68s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,620 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 70s remote-cache, linux-sandbox ... (32 actions running)
[6,633 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 71s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,638 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 72s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,647 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 74s remote-cache, linux-sandbox ... (32 actions running)
[6,662 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 75s remote-cache, linux-sandbox ... (32 actions running)
[6,665 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 76s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,675 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 77s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,678 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 78s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,683 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 79s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,704 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 80s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,709 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 81s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,711 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 82s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,717 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 83s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,731 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 85s remote-cache, linux-sandbox ... (32 actions running)
[6,745 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 86s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,746 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 88s remote-cache, linux-sandbox ... (32 actions running)
[6,758 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 89s remote-cache, linux-sandbox ... (32 actions running)
[6,759 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 90s remote-cache, linux-sandbox ... (31 actions running)
[6,765 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 91s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,768 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 92s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,776 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 94s remote-cache, linux-sandbox ... (32 actions running)
[6,781 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 95s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,783 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 96s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,799 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 97s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,808 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 98s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,816 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 99s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,822 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 100s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,834 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 101s remote-cache, linux-sandbox ... (30 actions, 28 running)
[6,834 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 103s remote-cache, linux-sandbox ... (32 actions running)
[6,846 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 105s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,849 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 106s remote-cache, linux-sandbox ... (31 actions running)
[6,849 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 107s remote-cache, linux-sandbox ... (32 actions running)
[6,859 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 108s remote-cache, linux-sandbox ... (32 actions running)
[6,860 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 109s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,866 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 110s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,882 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 111s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,887 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 112s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,896 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 114s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,912 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 115s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,913 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 116s remote-cache, linux-sandbox ... (32 actions running)
[6,913 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 117s remote-cache, linux-sandbox ... (32 actions running)
[6,927 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 118s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,931 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 119s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,937 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 121s remote-cache, linux-sandbox ... (32 actions running)
[6,939 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 122s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,940 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 123s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,954 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 124s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,967 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 125s remote-cache, linux-sandbox ... (31 actions, 30 running)
[6,969 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 126s remote-cache, linux-sandbox ... (31 actions running)
[6,978 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 128s remote-cache, linux-sandbox ... (32 actions running)
[6,980 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 129s remote-cache, linux-sandbox ... (32 actions running)
[6,999 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 130s remote-cache, linux-sandbox ... (31 actions running)
[6,999 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 131s remote-cache, linux-sandbox ... (32 actions running)
[7,002 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 133s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,014 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 134s remote-cache, linux-sandbox ... (32 actions running)
[7,014 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 136s remote-cache, linux-sandbox ... (32 actions running)
[7,015 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 137s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,025 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 139s remote-cache, linux-sandbox ... (32 actions running)
[7,025 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 141s remote-cache, linux-sandbox ... (32 actions running)
[7,026 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 142s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,033 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 143s remote-cache, linux-sandbox ... (32 actions running)
[7,036 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 145s remote-cache, linux-sandbox ... (32 actions running)
[7,036 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 146s remote-cache, linux-sandbox ... (32 actions running)
[7,045 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 147s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,047 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 148s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,049 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 149s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,049 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 151s remote-cache, linux-sandbox ... (32 actions running)
[7,049 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 152s remote-cache, linux-sandbox ... (32 actions running)
[7,051 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 153s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,057 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 155s remote-cache, linux-sandbox ... (31 actions, 30 running)
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/pkg/sessionctx/sessionstates/BUILD.bazel:25:8: GoCompilePkg pkg/sessionctx/sessionstates/core.recompile1266.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/sessionstates:sessionstates_test) bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder '-param=bazel-out/k8-fastbuild/bin/pkg/sessionctx/sessionstates/core.recompile1266.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/planner/core/plan_cache.go:266:78: unused-parameter: parameter 'stmtCtx' seems to be unused, consider removing or renaming it as _ (revive)
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/pkg/sessionctx/sessionstates/BUILD.bazel:25:8 GoCompilePkg pkg/sessionctx/sessionstates/sessionstates_test_test.external.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/sessionstates:sessionstates_test) bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder '-param=bazel-out/k8-fastbuild/bin/pkg/sessionctx/sessionstates/core.recompile1266.a-0.params'

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
INFO: Elapsed time: 345.249s, Critical Path: 200.19s
INFO: 7077 processes: 4696 remote cache hit, 961 internal, 1420 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 07:37:45--  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%  537M=0s

2024-05-06 07:37:46 (537 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