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-8577-k15w3-qr9k6-0sxsq
Agent pingcap-tidb-ghpr-build-8577-k15w3-qr9k6-0sxsq is provisioned from template pingcap_tidb_ghpr_build_8577-k15w3-qr9k6
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_build/8577/"
    runUrl: "job/pingcap/job/tidb/job/ghpr_build/8577/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "fcbae80111801c80aaffac9d4d9f2ec3b930fbc1"
    jenkins/label: "pingcap_tidb_ghpr_build_8577-k15w3"
  name: "pingcap-tidb-ghpr-build-8577-k15w3-qr9k6-0sxsq"
  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-8577-k15w3-qr9k6-0sxsq"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-ghpr-build-8577-k15w3-qr9k6-0sxsq"
    - 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-8577-k15w3-qr9k6-0sxsq 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=eac86a36-8a5e-4aff-9d25-d171a666c529
JENKINS_NODE_COOKIE=43cac8fe-babd-4cfb-8b96-99caf70f80ab
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/8577/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-build-8577-k15w3-qr9k6-0sxsq
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
KUBERNETES_PORT_443_TCP_PORT=443
KUBERNETES_PORT=tcp://10.233.0.1:443
TERM=xterm
STAGE_NAME=Debug info
BUILD_TAG=jenkins-pingcap-tidb-ghpr_build-8577
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_build","buildid":"1787421782953693190","prowjobid":"eac86a36-8a5e-4aff-9d25-d171a666c529","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":52971,"author":"Defined2014","sha":"fa25d130c9e586e61c23acca99c098fbc95543c0","title":"*: global index support `index_merge` and `mem_index_merge`","link":"https://github.com/pingcap/tidb/pull/52971","commit_link":"https://github.com/pingcap/tidb/pull/52971/commits/fa25d130c9e586e61c23acca99c098fbc95543c0","author_link":"https://github.com/Defined2014"}]}}
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/8577/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/8577/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/8577/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=#8577
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787421782953693190
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/8577/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_build_8577-k15w3
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_8577-k15w3 pingcap-tidb-ghpr-build-8577-k15w3-qr9k6-0sxsq
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-build-8577-k15w3-qr9k6-0sxsq
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/display/redirect
BUILD_NUMBER=8577
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-build1526084229=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 root root 1, 3 May  6 17:59 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-8577-k15w3-qr9k6-0sxsq bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-8577-k15w3-qr9k6-0sxsq 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: 2307
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

;; ANSWER SECTION:
github.com.		15	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 09:59:23 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-17d3f7f)
460455936 bytes in 1.38 secs (334080993 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 17d3f7fd45 planner: small refactor for plan cache (#53028)
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
POST git-upload-pack (gzip 2073 to 1091 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master               -> origin/master
 * [new ref]               refs/pull/52971/head -> origin/pr/52971/head
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/builder.go                            |  16 ++
 pkg/executor/index_merge_reader.go                 |  79 ++++---
 pkg/executor/mem_reader.go                         | 183 ++++++----------
 pkg/kv/key.go                                      |   4 +-
 pkg/planner/core/find_best_task.go                 |  22 +-
 pkg/planner/core/indexmerge_path.go                |  29 +--
 .../r/executor/partition/global_index.result       |   7 +-
 .../r/globalindex/mem_index_merge.result           | 237 +++++++++++++++++++++
 .../t/globalindex/mem_index_merge.test             | 134 ++++++++++++
 9 files changed, 535 insertions(+), 176 deletions(-)
 create mode 100644 tests/integrationtest/r/globalindex/mem_index_merge.result
 create mode 100644 tests/integrationtest/t/globalindex/mem_index_merge.test
🧾 Pre-merged result:
1bfbcbd8c48a2dbf134b3fdcbc727c2e2c533511
1bfbcbd8c4 Merge commit 'fa25d130c9e586e61c23acca99c098fbc95543c0' into HEAD
fa25d130c9 follow comments
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 saved successfully (git/pingcap/tidb/rev-17d3f7f-fa25d13)
460673024 bytes in 7.11 secs (64785280 bytes/sec)
[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: a974255f-8239-4dfa-a194-5580273a788f
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_59_13.4051550035/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: 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 (689 packages loaded, 804 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 (697 packages loaded, 10633 targets configured)
Analyzing: 1152 targets (886 packages loaded, 11401 targets configured)
Analyzing: 1152 targets (935 packages loaded, 13012 targets configured)
Analyzing: 1152 targets (1052 packages loaded, 14804 targets configured)
Analyzing: 1152 targets (1221 packages loaded, 16602 targets configured)
Analyzing: 1152 targets (1487 packages loaded, 18902 targets configured)
Analyzing: 1152 targets (1710 packages loaded, 23103 targets configured)
Analyzing: 1152 targets (1750 packages loaded, 25749 targets configured)
Analyzing: 1152 targets (1783 packages loaded, 26285 targets configured)
Analyzing: 1152 targets (1881 packages loaded, 26895 targets configured)
Analyzing: 1152 targets (1970 packages loaded, 27529 targets configured)
Analyzing: 1152 targets (2026 packages loaded, 28243 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
[935 / 10,058] Creating runfiles tree bazel-out/k8-fastbuild/bin/cmd/mirror/mirror_/mirror.runfiles; 0s local ... (7 actions, 1 running)
[975 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/go/types.a, 5.0 MiB / 5.9 MiB; 0s remote-cache ... (16 actions, 0 running)
[979 / 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; 1s remote-cache ... (16 actions, 0 running)
[985 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 10.0 MiB / 17.2 MiB; 2s remote-cache ... (16 actions, 0 running)
[986 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 3.0 MiB / 7.3 MiB; 3s remote-cache ... (16 actions, 0 running)
[998 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 13.0 MiB / 17.2 MiB; 4s remote-cache ... (16 actions, 0 running)
[1,656 / 10,058] GoCompilePkg external/co_honnef_go_tools/go/ir/ir.a [for tool]; Downloading external/co_honnef_go_tools/go/ir/ir.a, 5.5 MiB / 5.7 MiB; 0s remote-cache ... (16 actions, 0 running)
[2,129 / 10,058] GoLink pkg/parser/opcode/opcode_test_/opcode_test; Downloading pkg/parser/opcode/opcode_test_/opcode_test, 2.0 MiB / 2.7 MiB; 0s remote-cache ... (16 actions, 0 running)
[2,528 / 10,058] GoCompilePkg external/com_github_jcmturner_gokrb5_v8/krberror/krberror.a; Downloading external/com_github_jcmturner_gokrb5_v8/krberror/krberror.a, 8.0 KiB / 30.0 KiB; 0s remote-cache ... (16 actions, 0 running)
[2,827 / 10,058] GoLink pkg/parser/types/types_test_/types_test; Downloading pkg/parser/types/types_test_/types_test, 4.0 MiB / 15.8 MiB; 0s remote-cache ... (16 actions, 0 running)
[3,163 / 10,058] GoCompilePkg external/com_github_uber_jaeger_client_go/internal/baggage/remote/remote.a; Downloading external/com_github_uber_jaeger_client_go/internal/baggage/remote/remote.facts; 0s remote-cache ... (16 actions, 0 running)
[3,337 / 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, 63.7 MiB / 69.8 MiB; 1s remote-cache ... (16 actions, 0 running)
[3,699 / 10,058] GoCompilePkg external/com_github_cockroachdb_pebble/sstable/sstable.a; 0s remote-cache ... (16 actions, 0 running)
[4,148 / 10,058] GoCompilePkg build/linter/staticcheck/SA1023.a; Downloading build/linter/staticcheck/SA1023.a; 0s remote-cache ... (16 actions, 0 running)
[4,517 / 10,058] GoCompilePkg external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a; Downloading external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a, 8.5 MiB / 9.9 MiB; 0s remote-cache ... (16 actions, 0 running)
[4,809 / 10,058] GoCompilePkg external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a; 0s remote-cache ... (16 actions, 0 running)
[4,970 / 10,058] GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 17.0 MiB / 24.6 MiB; 0s remote-cache ... (15 actions, 0 running)
[5,037 / 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, 41.0 MiB / 75.3 MiB; 1s remote-cache ... (11 actions, 0 running)
[5,117 / 10,058] GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; Downloading pkg/util/execdetails/execdetails_test_/execdetails_test, 18.1 MiB / 26.4 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,203 / 10,058] GoLink pkg/util/memory/memory_test_/memory_test; Downloading pkg/util/memory/memory_test_/memory_test, 13.0 MiB / 23.3 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,270 / 10,058] GoLink pkg/util/set/set_test_/set_test; Downloading pkg/util/set/set_test_/set_test, 17.5 MiB / 23.3 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,311 / 10,058] GoLink pkg/util/logutil/logutil_test_/logutil_test; Downloading pkg/util/logutil/logutil_test_/logutil_test, 22.0 MiB / 26.7 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,392 / 10,058] GoLink pkg/errctx/errctx_test_/errctx_test; 0s remote-cache ... (16 actions, 0 running)
[5,485 / 10,058] GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 22.0 MiB / 39.5 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,559 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 27.0 MiB / 77.1 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,632 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 59.0 MiB / 77.1 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,682 / 10,058] GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 38.3 MiB / 41.5 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,701 / 10,058] GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 34.0 MiB / 77.1 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,730 / 10,058] GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 53.1 MiB / 77.1 MiB; 2s remote-cache ... (16 actions, 0 running)
[5,758 / 10,058] GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 72.7 MiB / 77.1 MiB; 4s remote-cache ... (16 actions, 0 running)
[5,805 / 10,058] GoCompilePkg pkg/util/expression.recompile557.a; 4s remote-cache ... (16 actions, 0 running)
[5,849 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 79.9 MiB / 88.3 MiB; 3s remote-cache ... (15 actions, 0 running)
[5,875 / 10,058] GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; Downloading pkg/sessionctx/variable/expression.recompile1100.a, 76.0 MiB / 77.1 MiB; 3s remote-cache ... (16 actions, 0 running)
[5,916 / 10,058] GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; Downloading pkg/sessionctx/sessionstates/expression.recompile1158.a, 51.0 MiB / 77.1 MiB; 2s remote-cache ... (16 actions, 0 running)
[5,957 / 10,058] GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; Downloading pkg/sessionctx/sessionstates/expression.recompile1158.a, 74.2 MiB / 77.1 MiB; 3s remote-cache ... (16 actions, 0 running)
[6,006 / 10,058] GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; Downloading pkg/sessionctx/sessionctx_test_/sessionctx_test, 38.4 MiB / 54.2 MiB; 1s remote-cache ... (16 actions, 0 running)
[6,061 / 10,058] GoCompilePkg pkg/expression/expression.a; 1s remote-cache ... (16 actions, 0 running)
[6,126 / 10,058] GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 59.0 MiB / 78.7 MiB; 1s remote-cache ... (16 actions, 0 running)
[6,164 / 10,058] GoLink pkg/ddl/placement/placement_test_/placement_test; 2s remote-cache ... (16 actions, 0 running)
[6,207 / 10,058] GoLink pkg/meta/meta_test_/meta_test; Downloading pkg/meta/meta_test_/meta_test, 37.0 MiB / 57.1 MiB; 1s remote-cache ... (16 actions, 0 running)
[6,252 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 45.0 MiB / 163.1 MiB; 1s remote-cache ... (16 actions, 0 running)
[6,318 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 82.0 MiB / 163.1 MiB; 2s remote-cache ... (16 actions, 0 running)
[6,385 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 120.0 MiB / 163.1 MiB; 3s remote-cache ... (16 actions, 0 running)
[6,432 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 144.1 MiB / 163.1 MiB; 5s remote-cache ... (15 actions, 0 running)
[6,474 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 6s remote-cache ... (16 actions, 0 running)
[6,538 / 10,058] GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 85.0 MiB / 99.8 MiB; 3s remote-cache ... (16 actions, 0 running)
[6,611 / 10,058] GoLink pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test; 1s remote-cache ... (16 actions, 0 running)
[6,669 / 10,058] GoLink br/pkg/streamhelper/spans/spans_test_/spans_test; Downloading br/pkg/streamhelper/spans/spans_test_/spans_test, 38.0 MiB / 41.8 MiB; 1s remote-cache ... (16 actions, 0 running)
[6,726 / 10,058] GoLink br/pkg/utils/utils_test_/utils_test; 1s remote-cache ... (16 actions, 0 running)
[6,786 / 10,058] GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 61.0 MiB / 111.3 MiB; 2s remote-cache ... (16 actions, 0 running)
[6,840 / 10,058] GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 85.0 MiB / 111.3 MiB; 3s remote-cache ... (15 actions, 0 running)
[6,871 / 10,058] GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 107.0 MiB / 111.3 MiB; 4s remote-cache ... (16 actions, 0 running)
[6,917 / 10,058] GoLink pkg/ttl/client/client_test_/client_test; Downloading pkg/ttl/client/client_test_/client_test, 46.0 MiB / 46.7 MiB; 2s remote-cache ... (16 actions, 0 running)
[6,967 / 10,058] GoLink pkg/expression/aggregation/aggregation_test_/aggregation_test; Downloading pkg/expression/aggregation/aggregation_test_/aggregation_test, 41.0 MiB / 49.4 MiB; 1s remote-cache ... (16 actions, 0 running)
[7,012 / 10,058] GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; Downloading pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test, 21.0 MiB / 49.1 MiB; 1s remote-cache ... (16 actions, 0 running)
[7,068 / 10,058] GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; 2s remote-cache ... (15 actions, 0 running)
[7,136 / 10,058] GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 13.0 MiB / 69.0 MiB; 0s remote-cache ... (16 actions, 0 running)
[7,170 / 10,058] GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 35.0 MiB / 69.0 MiB; 1s remote-cache ... (16 actions, 0 running)
[7,186 / 10,058] GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 52.3 MiB / 69.0 MiB; 2s remote-cache ... (17 actions, 2 running)
[7,197 / 10,058] GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 64.0 MiB / 69.0 MiB; 3s remote-cache ... (17 actions, 2 running)
[7,214 / 10,058] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 58.0 MiB / 105.3 MiB; 4s remote-cache ... (17 actions, 2 running)
[7,232 / 10,058] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 73.0 MiB / 105.3 MiB; 5s remote-cache ... (17 actions, 2 running)
[7,249 / 10,058] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 87.0 MiB / 105.3 MiB; 6s remote-cache ... (17 actions, 2 running)
[7,285 / 10,058] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 7s remote-cache ... (16 actions, 2 running)
[7,315 / 10,058] GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 123.0 MiB / 139.8 MiB; 8s remote-cache ... (17 actions, 2 running)
[7,337 / 10,058] GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 9s remote-cache ... (19 actions, 6 running)
[7,358 / 10,058] GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 51.0 MiB / 118.0 MiB; 2s remote-cache ... (18 actions, 4 running)
[7,370 / 10,058] GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 58.0 MiB / 118.0 MiB; 4s remote-cache ... (18 actions, 4 running)
[7,376 / 10,058] GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 66.0 MiB / 118.0 MiB; 5s remote-cache ... (18 actions, 4 running)
[7,404 / 10,058] GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 83.0 MiB / 118.0 MiB; 6s remote-cache ... (18 actions, 4 running)
[7,423 / 10,058] GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 99.0 MiB / 118.0 MiB; 7s remote-cache ... (19 actions, 6 running)
[7,431 / 10,058] GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 104.2 MiB / 118.0 MiB; 8s remote-cache ... (19 actions, 6 running)
[7,446 / 10,058] GoLink pkg/lightning/backend/local/local_test_/local_test; 9s remote-cache ... (19 actions, 6 running)
[7,475 / 10,058] GoCompilePkg pkg/sessionctx/sessionstates/executor.recompile1280.a; 9s remote-cache, linux-sandbox ... (20 actions, 8 running)
[7,491 / 10,058] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 5s remote-cache, linux-sandbox ... (21 actions, 10 running)
[7,496 / 10,058] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 6s remote-cache, linux-sandbox ... (21 actions, 10 running)
[7,503 / 10,058] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 7s remote-cache, linux-sandbox ... (22 actions, 12 running)
[7,506 / 10,058] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 8s remote-cache, linux-sandbox ... (22 actions, 12 running)
[7,517 / 10,058] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 9s remote-cache, linux-sandbox ... (21 actions, 12 running)
[7,531 / 10,058] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 10s remote-cache, linux-sandbox ... (23 actions, 14 running)
[7,538 / 10,058] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 11s remote-cache, linux-sandbox ... (21 actions, 10 running)
[7,541 / 10,058] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 12s remote-cache, linux-sandbox ... (21 actions, 10 running)
[7,554 / 10,058] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 13s remote-cache, linux-sandbox ... (21 actions, 10 running)
[7,567 / 10,058] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 14s remote-cache, linux-sandbox ... (21 actions, 10 running)
[7,581 / 10,058] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 15s remote-cache, linux-sandbox ... (23 actions, 14 running)
[7,586 / 10,058] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 16s remote-cache, linux-sandbox ... (23 actions, 14 running)
[7,614 / 10,058] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 17s remote-cache, linux-sandbox ... (23 actions, 14 running)
[7,639 / 10,058] GoCompilePkg pkg/expression/executor.recompile1259.a; 15s remote-cache, linux-sandbox ... (22 actions, 12 running)
[7,663 / 10,058] GoCompilePkg pkg/expression/executor.recompile1259.a; 16s remote-cache, linux-sandbox ... (23 actions, 14 running)
[7,677 / 10,058] GoCompilePkg pkg/expression/executor.recompile1259.a; 17s remote-cache, linux-sandbox ... (22 actions, 12 running)
[7,689 / 10,058] GoCompilePkg pkg/expression/executor.recompile1259.a; 18s remote-cache, linux-sandbox ... (22 actions, 12 running)
[7,692 / 10,058] GoCompilePkg pkg/expression/executor.recompile1259.a; 20s remote-cache, linux-sandbox ... (22 actions, 12 running)
[7,693 / 10,058] GoCompilePkg pkg/expression/executor.recompile1259.a; 21s remote-cache, linux-sandbox ... (22 actions, 12 running)
[7,708 / 10,058] GoCompilePkg pkg/expression/executor.recompile1259.a; 22s remote-cache, linux-sandbox ... (22 actions, 12 running)
[7,730 / 10,058] GoCompilePkg pkg/expression/executor.recompile1259.a; 23s remote-cache, linux-sandbox ... (23 actions, 14 running)
[7,767 / 10,058] GoCompilePkg pkg/expression/executor.recompile1259.a; 24s remote-cache, linux-sandbox ... (24 actions, 16 running)
[7,800 / 10,058] GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 19s remote-cache, linux-sandbox ... (24 actions, 17 running)
[7,825 / 10,058] GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 20s remote-cache, linux-sandbox ... (24 actions, 16 running)
[7,835 / 10,058] GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 21s remote-cache, linux-sandbox ... (24 actions, 16 running)
[7,844 / 10,058] GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 22s remote-cache, linux-sandbox ... (24 actions, 17 running)
[7,856 / 10,058] GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 23s remote-cache, linux-sandbox ... (23 actions, 16 running)
[7,880 / 10,058] GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 24s remote-cache, linux-sandbox ... (24 actions, 16 running)
[7,893 / 10,058] GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 25s remote-cache, linux-sandbox ... (24 actions, 16 running)
[7,911 / 10,058] GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 26s remote-cache, linux-sandbox ... (24 actions, 16 running)
[7,927 / 10,058] GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 19s remote-cache, linux-sandbox ... (24 actions, 16 running)
[7,948 / 10,058] GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 20s remote-cache, linux-sandbox ... (25 actions, 18 running)
[7,976 / 10,058] GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 21s remote-cache, linux-sandbox ... (24 actions, 16 running)
[7,994 / 10,058] GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 22s remote-cache, linux-sandbox ... (23 actions, 14 running)
[8,008 / 10,058] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 13s remote-cache, linux-sandbox ... (21 actions, 10 running)
[8,021 / 10,058] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 14s remote-cache, linux-sandbox ... (22 actions, 12 running)
[8,034 / 10,058] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 15s remote-cache, linux-sandbox ... (22 actions, 12 running)
[8,055 / 10,058] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 16s remote-cache, linux-sandbox ... (24 actions, 16 running)
[8,071 / 10,058] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 17s remote-cache, linux-sandbox ... (25 actions, 18 running)
[8,085 / 10,058] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 18s remote-cache, linux-sandbox ... (24 actions, 16 running)
[8,092 / 10,058] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 19s remote-cache, linux-sandbox ... (25 actions, 18 running)
[8,098 / 10,058] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 20s remote-cache, linux-sandbox ... (25 actions, 18 running)
[8,109 / 10,058] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 21s remote-cache, linux-sandbox ... (25 actions, 18 running)
[8,131 / 10,058] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 22s remote-cache, linux-sandbox ... (26 actions, 20 running)
[8,137 / 10,058] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 24s remote-cache, linux-sandbox ... (27 actions, 22 running)
[8,144 / 10,058] GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 21s remote-cache, linux-sandbox ... (27 actions, 22 running)
[8,152 / 10,058] GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 22s remote-cache, linux-sandbox ... (27 actions, 22 running)
[8,162 / 10,058] GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 24s remote-cache, linux-sandbox ... (27 actions, 22 running)
[8,165 / 10,058] GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 25s remote-cache, linux-sandbox ... (27 actions, 22 running)
[8,182 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 19s remote-cache, linux-sandbox ... (26 actions, 20 running)
[8,203 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 20s remote-cache, linux-sandbox ... (26 actions, 20 running)
[8,214 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 21s remote-cache, linux-sandbox ... (25 actions, 18 running)
[8,230 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 22s remote-cache, linux-sandbox ... (23 actions, 16 running)
[8,250 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 23s remote-cache, linux-sandbox ... (24 actions, 16 running)
[8,274 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 24s remote-cache, linux-sandbox ... (26 actions, 20 running)
[8,296 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 25s remote-cache, linux-sandbox ... (25 actions, 18 running)
[8,302 / 10,058] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 21s remote-cache, linux-sandbox ... (26 actions, 20 running)
[8,307 / 10,058] GoCompilePkg br/pkg/backup/executor.recompile1286.a; 22s remote-cache, linux-sandbox ... (25 actions, 18 running)
[8,313 / 10,058] GoCompilePkg br/pkg/backup/executor.recompile1286.a; 24s remote-cache, linux-sandbox ... (25 actions, 18 running)
[8,317 / 10,058] GoCompilePkg br/pkg/backup/executor.recompile1286.a; 25s remote-cache, linux-sandbox ... (24 actions, 16 running)
[8,321 / 10,058] GoCompilePkg br/pkg/backup/executor.recompile1286.a; 26s remote-cache, linux-sandbox ... (25 actions, 18 running)
[8,325 / 10,058] GoCompilePkg br/pkg/backup/executor.recompile1286.a; 27s remote-cache, linux-sandbox ... (26 actions, 20 running)
[8,331 / 10,058] GoCompilePkg br/pkg/backup/executor.recompile1286.a; 28s remote-cache, linux-sandbox ... (25 actions, 18 running)
[8,349 / 10,058] GoCompilePkg pkg/executor/executor.a; 29s remote-cache, linux-sandbox ... (25 actions, 18 running)
[8,356 / 10,058] GoCompilePkg pkg/infoschema/executor.recompile1278.a; 12s remote-cache, linux-sandbox ... (24 actions, 16 running)
[8,370 / 10,058] GoCompilePkg pkg/infoschema/executor.recompile1278.a; 13s remote-cache, linux-sandbox ... (25 actions, 18 running)
[8,382 / 10,058] GoCompilePkg pkg/infoschema/executor.recompile1278.a; 14s remote-cache, linux-sandbox ... (26 actions, 20 running)
[8,390 / 10,058] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 15s remote-cache, linux-sandbox ... (26 actions, 20 running)
[8,394 / 10,058] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 16s remote-cache, linux-sandbox ... (27 actions, 22 running)
[8,396 / 10,058] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 17s remote-cache, linux-sandbox ... (27 actions, 22 running)
[8,401 / 10,058] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 18s remote-cache, linux-sandbox ... (26 actions, 20 running)
[8,409 / 10,058] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 19s remote-cache, linux-sandbox ... (24 actions, 17 running)
[8,417 / 10,058] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 21s remote-cache, linux-sandbox ... (23 actions, 15 running)
[8,433 / 10,058] GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 21s remote-cache, linux-sandbox ... (24 actions, 16 running)
[8,442 / 10,058] GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 22s remote-cache, linux-sandbox ... (25 actions, 18 running)
[8,456 / 10,058] GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 23s remote-cache, linux-sandbox ... (26 actions, 20 running)
[8,479 / 10,058] GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 24s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,487 / 10,058] GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 26s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,501 / 10,058] GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 27s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,511 / 10,058] GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 28s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,517 / 10,058] GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 29s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,522 / 10,058] GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 31s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,523 / 10,058] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 12s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,527 / 10,058] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 14s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,529 / 10,058] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 15s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,533 / 10,058] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 16s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,537 / 10,058] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 17s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,544 / 10,058] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 18s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,554 / 10,058] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 19s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,569 / 10,058] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 20s remote-cache, linux-sandbox ... (26 actions, 21 running)
[8,580 / 10,058] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 22s remote-cache, linux-sandbox ... (27 actions, 22 running)
[8,585 / 10,058] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 23s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,594 / 10,058] GoLink pkg/bindinfo/tests/tests_test_/tests_test; 17s remote-cache, linux-sandbox ... (26 actions, 20 running)
[8,618 / 10,058] GoLink br/pkg/backup/backup_test_/backup_test; 5s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,641 / 10,058] GoLink br/pkg/backup/backup_test_/backup_test; 6s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,656 / 10,058] GoLink br/pkg/backup/backup_test_/backup_test; 8s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,665 / 10,058] GoLink br/pkg/backup/backup_test_/backup_test; 9s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,669 / 10,058] GoLink br/pkg/backup/backup_test_/backup_test; 10s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,677 / 10,058] GoLink br/pkg/backup/backup_test_/backup_test; 11s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,681 / 10,058] GoLink br/pkg/backup/backup_test_/backup_test; 12s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,688 / 10,058] GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 11s remote-cache, linux-sandbox ... (27 actions, 22 running)
[8,700 / 10,058] GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 13s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,709 / 10,058] GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; 13s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,721 / 10,058] GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; 14s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,735 / 10,058] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 13s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,740 / 10,058] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 14s remote-cache, linux-sandbox ... (28 actions, 25 running)
[8,741 / 10,058] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 15s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,754 / 10,058] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 16s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,772 / 10,058] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 17s remote-cache, linux-sandbox ... (29 actions, 27 running)
[8,777 / 10,058] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 18s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,785 / 10,058] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 19s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,791 / 10,058] GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 15s remote-cache, linux-sandbox ... (27 actions, 22 running)
[8,799 / 10,058] GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 16s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,806 / 10,058] GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 17s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,809 / 10,058] GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; 18s remote-cache, linux-sandbox ... (28 actions, 26 running)
[8,815 / 10,058] GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 17s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,829 / 10,058] GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 18s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,838 / 10,058] GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 19s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,860 / 10,058] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 15s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,870 / 10,058] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 16s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,875 / 10,058] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 17s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,882 / 10,058] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,884 / 10,058] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 20s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,897 / 10,058] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,905 / 10,058] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 19s remote-cache, linux-sandbox ... (32 actions running)
[8,906 / 10,058] GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,915 / 10,058] GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 20s remote-cache, linux-sandbox ... (32 actions running)
[8,917 / 10,058] GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; 19s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,923 / 10,058] GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; 20s remote-cache, linux-sandbox ... (32 actions running)
[8,934 / 10,058] GoLink br/pkg/checksum/checksum_test_/checksum_test; 15s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,947 / 10,058] GoLink br/pkg/checksum/checksum_test_/checksum_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,951 / 10,058] GoLink br/pkg/checksum/checksum_test_/checksum_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,958 / 10,058] GoLink br/pkg/checksum/checksum_test_/checksum_test; 18s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,960 / 10,058] GoLink br/pkg/checksum/checksum_test_/checksum_test; 20s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,964 / 10,058] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 20s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,968 / 10,058] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 21s remote-cache, linux-sandbox ... (29 actions, 27 running)
[8,975 / 10,058] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 22s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,995 / 10,058] GoLink pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test; 13s remote-cache, linux-sandbox ... (25 actions, 18 running)
[9,012 / 10,058] GoLink pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test; 14s remote-cache, linux-sandbox ... (26 actions, 20 running)
[9,027 / 10,058] GoLink pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test; 15s remote-cache, linux-sandbox ... (26 actions, 20 running)
[9,046 / 10,058] GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; 14s remote-cache, linux-sandbox ... (23 actions, 14 running)
[9,065 / 10,058] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 4s remote-cache, linux-sandbox ... (26 actions, 20 running)
[9,075 / 10,058] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 5s remote-cache, linux-sandbox ... (27 actions, 22 running)
[9,088 / 10,058] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 6s remote-cache, linux-sandbox ... (26 actions, 20 running)
[9,105 / 10,058] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 7s remote-cache, linux-sandbox ... (27 actions, 22 running)
[9,111 / 10,058] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 8s remote-cache, linux-sandbox ... (28 actions, 24 running)
[9,114 / 10,058] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 10s remote-cache, linux-sandbox ... (28 actions, 24 running)
[9,125 / 10,058] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 11s remote-cache, linux-sandbox ... (28 actions, 24 running)
[9,126 / 10,058] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 12s remote-cache, linux-sandbox ... (28 actions, 24 running)
[9,133 / 10,058] GoLink pkg/timer/timer_test_/timer_test; 12s remote-cache, linux-sandbox ... (27 actions, 22 running)
[9,143 / 10,058] GoLink pkg/timer/timer_test_/timer_test; 14s remote-cache, linux-sandbox ... (28 actions, 24 running)
[9,150 / 10,058] GoLink pkg/timer/timer_test_/timer_test; 15s remote-cache, linux-sandbox ... (28 actions, 24 running)
[9,162 / 10,058] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 13s remote-cache, linux-sandbox ... (24 actions, 16 running)
[9,178 / 10,058] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 14s remote-cache, linux-sandbox ... (24 actions, 16 running)
[9,188 / 10,058] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 15s remote-cache, linux-sandbox ... (23 actions, 14 running)
[9,202 / 10,058] GoLink tests/realtikvtest/importintotest2/importintotest2_test_/importintotest2_test; 16s remote-cache, linux-sandbox ... (23 actions, 14 running)
[9,222 / 10,058] GoLink pkg/ddl/ddl_test_/ddl_test; 8s remote-cache, linux-sandbox ... (19 actions, 6 running)
[9,237 / 10,058] GoLink pkg/ddl/ddl_test_/ddl_test; 9s remote-cache, linux-sandbox ... (19 actions, 6 running)
[9,257 / 10,058] GoLink pkg/ddl/ddl_test_/ddl_test; 10s remote-cache, linux-sandbox ... (20 actions, 8 running)
[9,269 / 10,058] GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 10s remote-cache, linux-sandbox ... (19 actions, 6 running)
[9,279 / 10,058] GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 11s remote-cache, linux-sandbox ... (20 actions, 8 running)
[9,289 / 10,058] GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 12s remote-cache, linux-sandbox ... (21 actions, 10 running)
[9,306 / 10,058] GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 13s remote-cache, linux-sandbox ... (21 actions, 10 running)
[9,310 / 10,058] GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 14s remote-cache, linux-sandbox ... (20 actions, 9 running)
[9,315 / 10,058] GoLink br/pkg/conn/conn_test_/conn_test; Downloading br/pkg/conn/conn_test_/conn_test, 80.0 MiB / 80.9 MiB; 8s remote-cache ... (20 actions, 8 running)
[9,323 / 10,058] GoCompilePkg pkg/ddl/schematracker/executor.recompile1241.a; 8s remote-cache, linux-sandbox ... (20 actions, 8 running)
[9,332 / 10,058] GoCompilePkg pkg/ddl/schematracker/executor.recompile1241.a; 9s remote-cache, linux-sandbox ... (20 actions, 8 running)
[9,341 / 10,058] GoLink pkg/util/rowDecoder/rowDecoder_test_/rowDecoder_test; Downloading pkg/util/rowDecoder/rowDecoder_test_/rowDecoder_test, 93.0 MiB / 93.3 MiB; 8s remote-cache ... (21 actions, 10 running)
[9,352 / 10,058] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 10s remote-cache, linux-sandbox ... (21 actions, 10 running)
[9,357 / 10,058] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 11s remote-cache, linux-sandbox ... (20 actions, 8 running)
[9,360 / 10,058] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 12s remote-cache, linux-sandbox ... (20 actions, 8 running)
[9,376 / 10,058] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 13s remote-cache, linux-sandbox ... (21 actions, 11 running)
[9,386 / 10,058] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 14s remote-cache, linux-sandbox ... (22 actions, 12 running)
[9,390 / 10,058] GoLink pkg/planner/pattern/pattern_test_/pattern_test; 9s remote-cache ... (21 actions, 10 running)
[9,397 / 10,058] GoLink br/pkg/utils/storewatch/storewatch_test_/storewatch_test; 8s remote-cache ... (21 actions, 10 running)
[9,402 / 10,058] GoCompilePkg pkg/domain/executor.recompile1401.a; 9s remote-cache, linux-sandbox ... (22 actions, 12 running)
[9,407 / 10,058] GoCompilePkg pkg/privilege/privileges/executor.recompile1256.a; 10s remote-cache, linux-sandbox ... (22 actions, 12 running)
[9,409 / 10,058] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 8s remote-cache, linux-sandbox ... (23 actions, 15 running)
[9,410 / 10,058] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 9s remote-cache, linux-sandbox ... (25 actions, 18 running)
[9,411 / 10,058] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 10s remote-cache, linux-sandbox ... (25 actions, 18 running)
[9,413 / 10,058] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 11s remote-cache, linux-sandbox ... (25 actions, 18 running)
[9,413 / 10,058] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 12s remote-cache, linux-sandbox ... (26 actions, 20 running)
[9,414 / 10,058] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 13s remote-cache, linux-sandbox ... (26 actions, 20 running)
[9,415 / 10,058] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 15s remote-cache, linux-sandbox ... (26 actions, 20 running)
[9,415 / 10,058] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 16s remote-cache, linux-sandbox ... (26 actions, 20 running)
[9,416 / 10,058] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 17s remote-cache, linux-sandbox ... (27 actions, 22 running)
[9,418 / 10,058] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 18s remote-cache, linux-sandbox ... (27 actions, 22 running)
[9,421 / 10,058] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 19s remote-cache, linux-sandbox ... (26 actions, 20 running)
[9,426 / 10,058] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 20s remote-cache, linux-sandbox ... (27 actions, 22 running)
[9,429 / 10,058] GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 20s remote-cache, linux-sandbox ... (28 actions, 24 running)
[9,429 / 10,058] GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 21s remote-cache, linux-sandbox ... (28 actions, 24 running)
[9,431 / 10,058] GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 22s remote-cache, linux-sandbox ... (28 actions, 24 running)
[9,434 / 10,058] GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 23s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,435 / 10,058] GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 24s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,438 / 10,058] GoCompilePkg br/pkg/restore/executor.recompile1286.a; 20s remote-cache, linux-sandbox ... (28 actions, 26 running)
[9,439 / 10,058] GoCompilePkg br/pkg/restore/executor.recompile1286.a; 22s remote-cache, linux-sandbox ... (28 actions running)
[9,439 / 10,058] GoCompilePkg br/pkg/restore/executor.recompile1286.a; 23s remote-cache, linux-sandbox ... (28 actions running)
[9,439 / 10,058] GoCompilePkg br/pkg/restore/executor.recompile1286.a; 24s remote-cache, linux-sandbox ... (28 actions running)
[9,440 / 10,058] GoCompilePkg br/pkg/restore/executor.recompile1286.a; 25s remote-cache, linux-sandbox ... (28 actions running)
[9,440 / 10,058] GoCompilePkg br/pkg/restore/executor.recompile1286.a; 26s remote-cache, linux-sandbox ... (28 actions running)
[9,440 / 10,058] GoCompilePkg br/pkg/restore/executor.recompile1286.a; 28s remote-cache, linux-sandbox ... (28 actions running)
[9,443 / 10,058] GoCompilePkg br/pkg/restore/executor.recompile1286.a; 29s remote-cache, linux-sandbox ... (26 actions, 24 running)
[9,450 / 10,058] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 25s remote-cache, linux-sandbox ... (27 actions, 26 running)
[9,454 / 10,058] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 26s remote-cache, linux-sandbox ... (27 actions, 26 running)
[9,455 / 10,058] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 28s remote-cache, linux-sandbox ... (28 actions running)
[9,456 / 10,058] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 29s remote-cache, linux-sandbox ... (27 actions, 26 running)
[9,460 / 10,058] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 30s remote-cache, linux-sandbox ... (27 actions, 26 running)
[9,462 / 10,058] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 31s remote-cache, linux-sandbox ... (27 actions, 26 running)
[9,462 / 10,058] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 33s remote-cache, linux-sandbox ... (27 actions, 26 running)
[9,466 / 10,058] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 34s remote-cache, linux-sandbox ... (26 actions, 20 running)
[9,478 / 10,058] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 35s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,483 / 10,058] GoCompilePkg pkg/executor/internal/querywatch/executor.recompile1256.a; 28s remote-cache, linux-sandbox ... (29 actions, 28 running)
[9,484 / 10,058] GoCompilePkg pkg/executor/executor_test.internal.recompileinternal.a; 25s remote-cache, linux-sandbox ... (30 actions running)
[9,489 / 10,058] GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 25s remote-cache, linux-sandbox ... (27 actions, 26 running)
[9,506 / 10,058] GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 27s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,516 / 10,058] GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 28s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,529 / 10,058] GoLink pkg/domain/domain_test_/domain_test; 18s remote-cache, linux-sandbox ... (28 actions, 24 running)
[9,548 / 10,058] GoLink pkg/domain/domain_test_/domain_test; 20s remote-cache, linux-sandbox ... (32 actions running)
[9,549 / 10,058] GoLink pkg/domain/domain_test_/domain_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,555 / 10,058] GoLink pkg/domain/domain_test_/domain_test; 23s remote-cache, linux-sandbox ... (29 actions, 28 running)
[9,556 / 10,058] GoLink pkg/domain/domain_test_/domain_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,566 / 10,058] GoLink pkg/domain/domain_test_/domain_test; 25s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,595 / 10,058] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,616 / 10,058] GoLink pkg/store/driver/driver_test_/driver_test; 12s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,617 / 10,058] GoLink pkg/store/driver/driver_test_/driver_test; 13s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,619 / 10,058] GoLink pkg/store/driver/driver_test_/driver_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,621 / 10,058] GoLink pkg/store/driver/driver_test_/driver_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,635 / 10,058] GoLink pkg/executor/internal/calibrateresource/calibrateresource_test_/calibrateresource_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,655 / 10,058] GoLink pkg/testkit/testkit_test_/testkit_test; 7s remote-cache, linux-sandbox ... (32 actions running)
[9,658 / 10,058] GoLink pkg/testkit/testkit_test_/testkit_test; 9s remote-cache, linux-sandbox ... (32 actions running)
[9,658 / 10,058] GoLink pkg/testkit/testkit_test_/testkit_test; 10s remote-cache, linux-sandbox ... (32 actions running)
[9,660 / 10,058] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 11s remote-cache, linux-sandbox ... (29 actions, 28 running)
[9,660 / 10,058] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 12s remote-cache, linux-sandbox ... (32 actions running)
[9,663 / 10,058] GoLink cmd/tidb-server/tidb-server_/tidb-server; 11s remote-cache, linux-sandbox ... (27 actions, 26 running)
[9,670 / 10,058] GoLink pkg/plugin/plugin_test_/plugin_test; 11s remote-cache, linux-sandbox ... (29 actions, 28 running)
[9,676 / 10,058] GoLink pkg/autoid_service/autoid_service_test_/autoid_service_test; 11s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,688 / 10,058] GoLink pkg/autoid_service/autoid_service_test_/autoid_service_test; 12s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,697 / 10,058] GoLink br/pkg/gluetikv/gluetikv_test_/gluetikv_test; 6s remote-cache, linux-sandbox ... (26 actions, 20 running)
[9,716 / 10,058] GoLink br/pkg/gluetikv/gluetikv_test_/gluetikv_test; 8s remote-cache, linux-sandbox ... (32 actions running)
[9,716 / 10,058] GoLink br/pkg/gluetikv/gluetikv_test_/gluetikv_test; 9s remote-cache, linux-sandbox ... (32 actions running)
[9,722 / 10,058] GoLink pkg/util/stmtsummary/v2/tests/tests_test_/tests_test; 8s remote-cache, linux-sandbox ... (32 actions running)
[9,722 / 10,058] GoLink pkg/util/stmtsummary/v2/tests/tests_test_/tests_test; 9s remote-cache, linux-sandbox ... (32 actions running)
[9,722 / 10,058] GoLink pkg/util/stmtsummary/v2/tests/tests_test_/tests_test; 10s remote-cache, linux-sandbox ... (32 actions running)
[9,723 / 10,058] GoLink pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test; 11s remote-cache, linux-sandbox ... (32 actions running)
[9,733 / 10,058] GoLink cmd/benchdb/benchdb_/benchdb; 11s remote-cache, linux-sandbox ... (32 actions running)
[9,736 / 10,058] GoLink pkg/lightning/backend/backend_test_/backend_test; 12s remote-cache, linux-sandbox ... (28 actions, 26 running)
[9,763 / 10,058] GoLink pkg/ddl/ingest/tests/tests_test_/tests_test; 12s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,779 / 10,058] GoLink pkg/ddl/tests/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; 11s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,784 / 10,058] GoLink pkg/util/ranger/ranger_test_/ranger_test; 8s remote-cache, linux-sandbox ... (32 actions running)
[9,785 / 10,058] GoLink lightning/pkg/importer/importer_test_/importer_test; 7s remote-cache, linux-sandbox ... (32 actions running)
[9,785 / 10,058] GoLink lightning/pkg/importer/importer_test_/importer_test; 9s remote-cache, linux-sandbox ... (32 actions running)
[9,785 / 10,058] GoLink lightning/pkg/importer/importer_test_/importer_test; 11s remote-cache, linux-sandbox ... (32 actions running)
[9,789 / 10,058] GoLink pkg/session/test/meta/meta_test_/meta_test; 10s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,792 / 10,058] GoLink pkg/session/test/meta/meta_test_/meta_test; 11s remote-cache, linux-sandbox ... (32 actions running)
[9,797 / 10,058] GoLink pkg/disttask/framework/handle/handle_test_/handle_test; 12s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,803 / 10,058] GoLink pkg/disttask/framework/handle/handle_test_/handle_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,814 / 10,058] GoLink pkg/disttask/framework/planner/planner_test_/planner_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,842 / 10,058] GoLink pkg/sessiontxn/staleread/staleread_test_/staleread_test; 5s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,853 / 10,058] GoLink pkg/sessiontxn/staleread/staleread_test_/staleread_test; 6s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,857 / 10,058] GoLink pkg/sessiontxn/staleread/staleread_test_/staleread_test; 7s remote-cache, linux-sandbox ... (32 actions running)
[9,857 / 10,058] GoLink pkg/sessiontxn/staleread/staleread_test_/staleread_test; 9s remote-cache, linux-sandbox ... (32 actions running)
[9,859 / 10,058] GoLink pkg/executor/test/admintest/admintest_test_/admintest_test; 10s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,859 / 10,058] GoLink pkg/executor/test/admintest/admintest_test_/admintest_test; 11s remote-cache, linux-sandbox ... (32 actions running)
[9,867 / 10,058] GoLink pkg/executor/test/aggregate/aggregate_test_/aggregate_test; 11s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,869 / 10,058] GoLink pkg/executor/test/aggregate/aggregate_test_/aggregate_test; 12s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,880 / 10,058] GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; 13s remote-cache, linux-sandbox ... (32 actions running)
[9,888 / 10,058] GoLink pkg/ttl/sqlbuilder/sqlbuilder_test_/sqlbuilder_test; 13s remote-cache, linux-sandbox ... (28 actions running)
[9,906 / 10,058] GoLink pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test; 6s remote-cache, linux-sandbox ... (32 actions running)
Aborted by Jenkins Admin
Sending interrupt signal to process
Killing processes
kill finished with exit code 0

Bazel caught terminate signal; shutting down.

script returned exit code 143
[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 ABORTED result.json
http://fileserver.pingcap.net
--2024-05-06 10:07:00--  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%  613M=0s

2024-05-06 10:07:00 (613 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
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 2489a966-0b3a-4de1-a588-586ded9947f6
Finished: ABORTED