Skip to content

Console Output

Skipping 1 KB.. Full Log
Obtained pipelines/pingcap/tidb/latest/pod-ghpr_unit_test.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-unit-test-8900-t6bss-g0x3b-50bzc
Agent pingcap-tidb-ghpr-unit-test-8900-t6bss-g0x3b-50bzc is provisioned from template pingcap_tidb_ghpr_unit_test_8900-t6bss-g0x3b
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8900/"
    runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/8900/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "b33f89f7040714f336d9b08b3f26e0079f293902"
    jenkins/label: "pingcap_tidb_ghpr_unit_test_8900-t6bss"
  name: "pingcap-tidb-ghpr-unit-test-8900-t6bss-g0x3b-50bzc"
  namespace: "jenkins-tidb"
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: "kubernetes.io/arch"
            operator: "In"
            values:
            - "amd64"
          - key: "ci-nvme-high-performance"
            operator: "In"
            values:
            - "true"
  containers:
  - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
    lifecycle:
      postStart:
        exec:
          command:
          - "/bin/sh"
          - "/data/bazel-prepare-in-container.sh"
    name: "golang"
    resources:
      requests:
        memory: "32Gi"
        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: "/share/.cache/bazel-repository-cache"
      name: "bazel-repository-cache"
    - mountPath: "/data/"
      name: "bazel-rc"
      readOnly: true
    - mountPath: "/etc/containerinfo"
      name: "containerinfo"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - image: "hub.pingcap.net/jenkins/network-multitool"
    name: "net-tool"
    resources:
      limits:
        memory: "128Mi"
        cpu: "100m"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-agent.apps.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "pingcap-tidb-ghpr-unit-test-8900-t6bss-g0x3b-50bzc"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-ghpr-unit-test-8900-t6bss-g0x3b-50bzc"
    - 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"
  - name: "bazel-repository-cache"
    persistentVolumeClaim:
      claimName: "bazel-repository-cache"

Running on pingcap-tidb-ghpr-unit-test-8900-t6bss-g0x3b-50bzc in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
[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_unit_test # 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=e968e998-f662-4f7e-b95f-c8dc18a4a225
JENKINS_NODE_COOKIE=81afc92c-fcc5-4cc3-a46f-93e730938d71
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8900/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-unit-test-8900-t6bss-g0x3b-50bzc
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_unit_test-8900
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787140155551780869","prowjobid":"e968e998-f662-4f7e-b95f-c8dc18a4a225","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"600b2ed4bf0aa38224a1c4c4c68831820735515c","base_link":"https://github.com/pingcap/tidb/commit/600b2ed4bf0aa38224a1c4c4c68831820735515c","pulls":[{"number":51126,"author":"hawkingrei","sha":"0f12152e9bc91a0788cf5f25ab356ab1b023188f","title":"*: upgrade go1.22.2","link":"https://github.com/pingcap/tidb/pull/51126","commit_link":"https://github.com/pingcap/tidb/pull/51126/commits/0f12152e9bc91a0788cf5f25ab356ab1b023188f","author_link":"https://github.com/hawkingrei"}]}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8900/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8900/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_unit_test/8900/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_unit_test
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap/tidb/ghpr_unit_test
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#8900
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787140155551780869
GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
JOB_BASE_NAME=ghpr_unit_test
GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8900/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_unit_test_8900-t6bss
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_unit_test@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-3e6615fe387e271fb81c7aa6ce66020ac56f1fb2ffea951b4ecc03fd51f30988
NODE_LABELS=pingcap_tidb_ghpr_unit_test_8900-t6bss pingcap-tidb-ghpr-unit-test-8900-t6bss-g0x3b-50bzc
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-unit-test-8900-t6bss-g0x3b-50bzc
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect
BUILD_NUMBER=8900
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-build1297434216=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 root root 1, 3 May  5 23:20 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8900-t6bss-g0x3b-50bzc bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8900-t6bss-g0x3b-50bzc 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: 48858
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: bec5295e25157a9d (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: Sun May 05 15:20:19 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_unit_test/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-600b2ed-0f12152)
457762816 bytes in 1.16 secs (394357278 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_unit_test/tidb/.git/
.git
HEAD is now at 0f12152e9b *: upgrade go1.22.0
POST git-upload-pack (656 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master               -> origin/master
 = [up to date]            refs/pull/51126/head -> origin/pr/51126/head
Previous HEAD position was 0f12152e9b *: upgrade go1.22.0
HEAD is now at 600b2ed4bf *: bump client-go to fix #53011 (#53012)
๐Ÿšง Checkouting to base SHA:600b2ed4bf0aa38224a1c4c4c68831820735515c...
HEAD is now at 600b2ed4bf *: bump client-go to fix #53011 (#53012)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
600b2ed4bf0aa38224a1c4c4c68831820735515c
600b2ed4bf *: bump client-go to fix #53011 (#53012)
c24dca58f5 infoschema: load auto id related changes for multi-schema-change diff (#52967)
7481aa6d0b br: adjust file directory `br/pkg/restore` (#52944)
๐Ÿšง Pre-merge heads of pull requests to base SHA: 600b2ed4bf0aa38224a1c4c4c68831820735515c ...
Updating 600b2ed4bf..0f12152e9b
Fast-forward
 Dockerfile                        | 2 +-
 Dockerfile.enterprise             | 2 +-
 WORKSPACE                         | 2 +-
 build/image/base                  | 6 +++---
 build/image/centos7_jenkins       | 2 +-
 go.mod                            | 2 +-
 pkg/executor/executor_pkg_test.go | 2 ++
 pkg/util/hack/hack.go             | 2 +-
 8 files changed, 11 insertions(+), 9 deletions(-)
๐Ÿงพ Pre-merged result:
0f12152e9bc91a0788cf5f25ab356ab1b023188f
0f12152e9b *: upgrade go1.22.0
600b2ed4bf *: bump client-go to fix #53011 (#53012)
c24dca58f5 infoschema: load auto id related changes for multi-schema-change diff (#52967)
โœ… Pre merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache not saved (git/pingcap/tidb/rev-600b2ed-0f12152 already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] withCredentials
Masking supported pattern matches of $CODECOV_TOKEN
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] sh
+ sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common
+ git diff .
diff --git a/Makefile.common b/Makefile.common
index b540debd42..9264b96d48 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage"
 
 ifneq ("$(CI)", "")
 	BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp
-	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp
-	BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp
+	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache
+	BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache
 endif
 BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/...
+ git status
HEAD detached from origin/master
You are in a sparse checkout with 100% of tracked files present.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   Makefile.common

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
go: downloading go1.22 (linux/amd64)
go: download go1.22 for linux/amd64: toolchain not available
go: downloading go1.22 (linux/amd64)
go: download go1.22 for linux/amd64: toolchain not available
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328
go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c
go: downloading github.com/sergi/go-diff v1.1.0
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 5a399d64-7194-4308-8767-3f0a7d1e6f51
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/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 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited '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 'run' from /data/..2024_05_05_15_20_09.2413741085/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:gazelle (1 packages loaded, 0 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10729 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10729 targets configured)
Analyzing: target //:gazelle (259 packages loaded, 12050 targets configured)
INFO: Analyzed target //:gazelle (270 packages loaded, 12230 targets configured).
INFO: Found 1 target...
[0 / 187] [Prepa] Writing file external/go_sdk/packages.txt [for tool] ... (2 actions, 0 running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 6.0 MiB / 18.4 MiB; 1s remote-cache ... (3 actions, 0 running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (3 actions, 0 running)
[205 / 316] GoCompilePkg external/co_honnef_go_tools/analysis/code/code.a [for tool]; Downloading external/co_honnef_go_tools/analysis/code/code.x, 124.8 KiB / 124.8 KiB; 0s remote-cache
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 23.856s, Critical Path: 4.18s
INFO: 316 processes: 296 remote cache hit, 20 internal.
INFO: Build completed successfully, 316 total actions
INFO: Running command line: bazel-bin/gazelle
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache  \
	--run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && " \
	 //tools/tazel:tazel
INFO: Invocation ID: f2809b14-9d44-476b-bfc8-30f50d74874b
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/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 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited '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 'run' from /data/..2024_05_05_15_20_09.2413741085/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build option --run_under has changed, discarding analysis cache.
Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured)
Analyzing: target //tools/tazel:tazel (173 packages loaded, 13618 targets configured)
INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14557 targets configured).
INFO: Found 1 target...
[0 / 12] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[272 / 607] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 11.0 MiB / 18.4 MiB; 1s remote-cache
[558 / 607] GoCompilePkg external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a; Downloading external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a, 5.6 MiB / 8.0 MiB; 0s remote-cache ... (4 actions, 0 running)
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 6.108s, Critical Path: 4.21s
INFO: 339 processes: 336 remote cache hit, 3 internal.
INFO: Build completed successfully, 339 total actions
INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb &&  bazel-bin/tools/tazel/tazel_/tazel '
bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --jobs=35 --build_tests_only --test_keep_going=false \
	--@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest \
	-- //... -//cmd/... -//tests/graceshutdown/... \
	-//tests/globalkilltest/... -//tests/readonlytest/... -//br/pkg/task:task_test -//tests/realtikvtest/...
INFO: Invocation ID: 077dd449-5c9b-43b3-94d9-c59b96d57977
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/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 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited '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 'coverage' from /data/..2024_05_05_15_20_09.2413741085/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'test' options: --test_output=errors --test_summary=detailed
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache.
Analyzing: 411 targets (641 packages loaded, 0 targets configured)
Analyzing: 411 targets (1286 packages loaded, 18728 targets configured)
Analyzing: 411 targets (1583 packages loaded, 22607 targets configured)
Analyzing: 411 targets (1724 packages loaded, 24505 targets configured)
Analyzing: 411 targets (1917 packages loaded, 25806 targets configured)
Analyzing: 411 targets (1917 packages loaded, 25806 targets configured)
Analyzing: 411 targets (1976 packages loaded, 26568 targets configured)
Analyzing: 411 targets (1981 packages loaded, 27254 targets configured)
INFO: Analyzed 411 targets (1981 packages loaded, 27254 targets configured).
INFO: Found 411 test targets...
[0 / 23] [Prepa] Writing file br/cmd/br/br_test/baseline_coverage.dat ... (19 actions, 0 running)
[1,303 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 3.2 MiB / 11.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[1,340 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache ... (35 actions, 0 running)
[1,351 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/asm, 1023.8 KiB / 3.7 MiB; 2s remote-cache ... (35 actions, 0 running)
[1,361 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 11.0 MiB / 18.4 MiB; 3s remote-cache ... (35 actions, 0 running)
[1,432 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 4s remote-cache ... (34 actions, 0 running)
[2,120 / 9,763] GoLink build/tidb_nogo_actual_/tidb_nogo_actual [for tool]; Downloading build/tidb_nogo_actual_/tidb_nogo_actual, 1.0 MiB / 12.5 MiB; 0s remote-cache ... (34 actions, 0 running)
[2,737 / 9,771] GoCompilePkg external/com_github_xitongsys_parquet_go_source/buffer/buffer.a; Downloading external/com_github_xitongsys_parquet_go_source/buffer/buffer.a; 0s remote-cache ... (33 actions, 0 running)
[3,209 / 9,791] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 71.0 MiB / 96.2 MiB; 0s remote-cache ... (34 actions, 0 running)
[3,576 / 9,868] 4 / 411 tests; GoCompilePkg external/org_golang_google_genproto_googleapis_api/annotations/annotations.a; 0s remote-cache ... (35 actions, 0 running)
[3,856 / 9,906] 18 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 1s remote-cache ... (35 actions, 0 running)
[4,234 / 9,955] 40 / 411 tests; GoLink pkg/util/slice/slice_test_/slice_test; Downloading pkg/util/slice/slice_test_/slice_test, 2.0 MiB / 4.8 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,684 / 9,983] 63 / 411 tests; GoCompilePkg pkg/parser/ast/ast_test.internal.recompileinternal.a; Downloading pkg/parser/ast/ast_test.internal.recompileinternal.a, 8.3 MiB / 8.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,878 / 10,001] 69 / 411 tests; GoLink pkg/parser/parser_test_/parser_test; Downloading pkg/parser/parser_test_/parser_test, 14.4 MiB / 17.8 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,069 / 10,109] 72 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 52.6 MiB / 76.1 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,274 / 10,111] 75 / 411 tests; GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; Downloading pkg/util/execdetails/execdetails_test_/execdetails_test, 6.6 MiB / 28.5 MiB; 0s remote-cache ... (12 actions, 0 running)
[5,372 / 10,135] 82 / 411 tests; Testing //pkg/util/topsql/stmtstats:stmtstats_test (shard 3 of 11); 0s remote-cache ... (34 actions, 0 running)
[5,516 / 10,162] 82 / 411 tests; GoLink pkg/util/systimemon/systimemon_test_/systimemon_test; Downloading pkg/util/systimemon/systimemon_test_/systimemon_test, 17.0 MiB / 23.6 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,590 / 10,181] 89 / 411 tests; GoLink pkg/lightning/log/log_test_/log_test; 1s remote-cache ... (35 actions, 0 running)
[5,639 / 10,201] 91 / 411 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 27.6 MiB / 29.6 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,693 / 10,268] 94 / 411 tests; GoLink pkg/util/parser/parser_test_/parser_test; Downloading pkg/util/parser/parser_test_/parser_test, 32.0 MiB / 37.7 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,789 / 10,336] 107 / 411 tests; Testing //pkg/types:types_test (shard 10 of 50); Downloading pkg/types/types_test/shard_10_of_50/coverage.dat, 4.2 MiB / 5.9 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,847 / 10,336] 109 / 411 tests; GoLink pkg/kv/kv_test_/kv_test; Downloading pkg/kv/kv_test_/kv_test, 22.0 MiB / 31.4 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,910 / 10,362] 110 / 411 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 33.0 MiB / 43.7 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,979 / 10,383] 111 / 411 tests; GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; Downloading pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test, 32.0 MiB / 41.9 MiB; 1s remote-cache ... (35 actions, 0 running)
[6,045 / 10,394] 114 / 411 tests; GoLink pkg/tablecodec/tablecodec_test_/tablecodec_test; Downloading pkg/tablecodec/tablecodec_test_/tablecodec_test, 30.0 MiB / 31.4 MiB; 1s remote-cache ... (35 actions, 0 running)
[6,096 / 10,431] 118 / 411 tests; GoLink pkg/resourcemanager/pool/workerpool/workerpool_test_/workerpool_test; Downloading pkg/resourcemanager/pool/workerpool/workerpool_test_/workerpool_test, 25.0 MiB / 42.1 MiB; 1s remote-cache ... (35 actions, 0 running)
[6,146 / 10,436] 120 / 411 tests; GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; Downloading pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test, 38.0 MiB / 56.3 MiB; 2s remote-cache ... (35 actions, 0 running)
[6,208 / 10,463] 121 / 411 tests; GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; 3s remote-cache ... (35 actions, 0 running)
[6,271 / 10,465] 124 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 67.0 MiB / 83.0 MiB; 4s remote-cache ... (34 actions, 0 running)
[6,324 / 10,465] 127 / 411 tests; GoCompilePkg pkg/expression/expression.a; 5s remote-cache ... (35 actions, 0 running)
[6,398 / 10,487] 130 / 411 tests; GoLink pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test; Downloading pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test, 30.0 MiB / 31.4 MiB; 1s remote-cache ... (34 actions, 0 running)
[6,441 / 10,514] 132 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 39.0 MiB / 80.9 MiB; 2s remote-cache ... (35 actions, 0 running)
[6,478 / 10,555] 135 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 51.0 MiB / 80.9 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,530 / 10,559] 136 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 62.0 MiB / 80.9 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,576 / 10,565] 138 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 74.0 MiB / 80.9 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,634 / 10,584] 141 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 68.0 MiB / 80.9 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,690 / 10,584] 142 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 6s remote-cache ... (35 actions, 0 running)
[6,749 / 10,586] 143 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 58.0 MiB / 80.9 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,797 / 10,586] 145 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 78.0 MiB / 80.9 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,851 / 10,598] 145 / 411 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 72.5 MiB / 80.5 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,922 / 10,624] 147 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 71.0 MiB / 154.4 MiB; 4s remote-cache ... (34 actions, 0 running)
[6,993 / 10,666] 149 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 89.0 MiB / 154.4 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,056 / 10,673] 150 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 106.0 MiB / 154.4 MiB; 6s remote-cache ... (35 actions, 0 running)
[7,117 / 10,683] 151 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 123.0 MiB / 154.4 MiB; 7s remote-cache ... (35 actions, 0 running)
[7,168 / 10,685] 152 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 140.2 MiB / 154.4 MiB; 8s remote-cache ... (35 actions, 0 running)
[7,225 / 10,738] 153 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 9s remote-cache ... (35 actions, 0 running)
[7,288 / 10,782] 155 / 411 tests; GoLink pkg/table/table_test_/table_test; Downloading pkg/table/table_test_/table_test, 66.0 MiB / 68.1 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,345 / 10,792] 156 / 411 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 46.0 MiB / 68.5 MiB; 2s remote-cache ... (35 actions, 0 running)
[7,400 / 10,792] 157 / 411 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 60.0 MiB / 68.5 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,449 / 10,832] 158 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 52.0 MiB / 108.5 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,504 / 10,834] 158 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 72.0 MiB / 108.5 MiB; 4s remote-cache ... (35 actions, 0 running)
[7,561 / 10,864] 161 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 91.0 MiB / 108.5 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,621 / 10,868] 165 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; 6s remote-cache ... (35 actions, 0 running)
[7,695 / 10,900] 167 / 411 tests; GoLink pkg/meta/meta_test_/meta_test; 3s remote-cache ... (35 actions, 0 running)
[7,791 / 10,913] 168 / 411 tests; Testing //pkg/store/copr:copr_test (shard 22 of 29); Downloading pkg/store/copr/copr_test/shard_22_of_29/coverage.dat, 7.0 MiB / 7.3 MiB; 0s remote-cache ... (35 actions, 0 running)
[7,862 / 10,913] 168 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 24.1 MiB / 70.8 MiB; 1s remote-cache ... (35 actions, 0 running)
[7,925 / 10,913] 169 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 46.3 MiB / 70.8 MiB; 2s remote-cache ... (34 actions, 0 running)
[7,965 / 10,913] 169 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 60.0 MiB / 70.8 MiB; 3s remote-cache ... (35 actions, 0 running)
[8,017 / 10,923] 169 / 411 tests; GoLink pkg/store/driver/txn/txn_test_/txn_test; 2s remote-cache ... (35 actions, 0 running)
[8,064 / 10,929] 170 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 49.0 MiB / 113.5 MiB; 3s remote-cache ... (35 actions, 0 running)
[8,115 / 10,933] 170 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 68.0 MiB / 113.5 MiB; 4s remote-cache ... (35 actions, 0 running)
[8,161 / 10,933] 173 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 94.0 MiB / 113.5 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,208 / 10,935] 174 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 6s remote-cache ... (35 actions, 0 running)
[8,255 / 10,941] 177 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 113.0 MiB / 119.6 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,297 / 10,965] 177 / 411 tests; GoLink pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test; Downloading pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test, 53.0 MiB / 54.8 MiB; 3s remote-cache ... (35 actions, 0 running)
[8,344 / 10,994] 178 / 411 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; 3s remote-cache ... (35 actions, 0 running)
[8,394 / 11,000] 179 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; Downloading pkg/sessionctx/variable/core.recompile1243.a, 41.6 MiB / 41.8 MiB; 4s remote-cache ... (35 actions, 0 running)
[8,432 / 11,000] 179 / 411 tests; GoLink br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test; Downloading br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test, 57.6 MiB / 59.1 MiB; 4s remote-cache ... (35 actions, 0 running)
[8,483 / 11,018] 179 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 46.6 MiB / 126.7 MiB; 4s remote-cache ... (35 actions, 0 running)
[8,528 / 11,020] 180 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 58.7 MiB / 126.7 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,574 / 11,020] 182 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 73.0 MiB / 126.7 MiB; 6s remote-cache ... (35 actions, 0 running)
[8,620 / 11,020] 183 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 86.0 MiB / 126.7 MiB; 7s remote-cache ... (35 actions, 0 running)
[8,667 / 11,029] 183 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 102.0 MiB / 126.7 MiB; 8s remote-cache ... (35 actions, 0 running)
[8,695 / 11,029] 184 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 115.0 MiB / 126.7 MiB; 9s remote-cache ... (35 actions, 0 running)
[8,737 / 11,040] 184 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; 10s remote-cache ... (35 actions, 0 running)
[8,780 / 11,091] 184 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 135.0 MiB / 149.0 MiB; 6s remote-cache ... (35 actions, 0 running)
[8,832 / 11,091] 185 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 7s remote-cache ... (35 actions, 0 running)
[8,887 / 11,111] 186 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 108.0 MiB / 159.7 MiB; 7s remote-cache ... (35 actions, 0 running)
[8,922 / 11,111] 186 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 122.0 MiB / 159.7 MiB; 8s remote-cache ... (35 actions, 0 running)
[8,951 / 11,111] 186 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 132.0 MiB / 159.7 MiB; 9s remote-cache ... (34 actions, 0 running)
[8,981 / 11,128] 187 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 144.2 MiB / 159.7 MiB; 10s remote-cache ... (35 actions, 0 running)
[9,012 / 11,128] 188 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 156.0 MiB / 159.7 MiB; 11s remote-cache ... (35 actions, 0 running)
[9,047 / 11,143] 188 / 411 tests; GoLink dumpling/export/export_test_/export_test; Downloading dumpling/export/export_test_/export_test, 58.0 MiB / 78.0 MiB; 5s remote-cache ... (35 actions, 0 running)
[9,074 / 11,151] 189 / 411 tests; GoLink dumpling/export/export_test_/export_test; Downloading dumpling/export/export_test_/export_test, 68.2 MiB / 78.0 MiB; 6s remote-cache ... (35 actions, 0 running)
[9,100 / 11,151] 189 / 411 tests; GoLink dumpling/export/export_test_/export_test; 7s remote-cache ... (35 actions, 0 running)
[9,130 / 11,202] 189 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 85.0 MiB / 159.2 MiB; 8s remote-cache ... (35 actions, 0 running)
[9,164 / 11,202] 190 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 97.0 MiB / 159.2 MiB; 9s remote-cache ... (35 actions, 0 running)
[9,201 / 11,204] 190 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 111.0 MiB / 159.2 MiB; 10s remote-cache ... (35 actions, 0 running)
[9,235 / 11,253] 192 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 123.0 MiB / 159.2 MiB; 11s remote-cache ... (35 actions, 0 running)
[9,255 / 11,253] 192 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 131.0 MiB / 159.2 MiB; 12s remote-cache ... (35 actions, 0 running)
[9,291 / 11,271] 193 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 141.5 MiB / 159.2 MiB; 13s remote-cache ... (35 actions, 0 running)
[9,319 / 11,271] 194 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 150.0 MiB / 159.2 MiB; 14s remote-cache ... (35 actions, 0 running)
[9,346 / 11,271] 194 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 15s remote-cache ... (35 actions, 0 running)
[9,373 / 11,341] 195 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; 15s remote-cache ... (35 actions, 0 running)
[9,403 / 11,362] 196 / 411 tests; GoLink pkg/lightning/mydump/mydump_test_/mydump_test; Downloading pkg/lightning/mydump/mydump_test_/mydump_test, 74.9 MiB / 80.8 MiB; 7s remote-cache ... (35 actions, 0 running)
[9,434 / 11,413] 196 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 74.0 MiB / 218.5 MiB; 8s remote-cache ... (35 actions, 0 running)
[9,460 / 11,413] 196 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 86.0 MiB / 218.5 MiB; 9s remote-cache ... (35 actions, 0 running)
[9,479 / 11,413] 196 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 97.0 MiB / 218.5 MiB; 10s remote-cache ... (35 actions, 0 running)
[9,503 / 11,413] 197 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 108.0 MiB / 218.5 MiB; 11s remote-cache ... (35 actions, 0 running)
[9,532 / 11,423] 197 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 118.0 MiB / 218.5 MiB; 12s remote-cache ... (35 actions, 0 running)
[9,557 / 11,423] 199 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 128.0 MiB / 218.5 MiB; 13s remote-cache ... (35 actions, 0 running)
[9,585 / 11,439] 200 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 139.0 MiB / 218.5 MiB; 14s remote-cache ... (35 actions, 1 running)
[9,612 / 11,439] 202 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 150.0 MiB / 218.5 MiB; 15s remote-cache ... (36 actions, 2 running)
[9,631 / 11,439] 202 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 159.0 MiB / 218.5 MiB; 16s remote-cache ... (34 actions, 0 running)
[9,657 / 11,441] 202 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 169.0 MiB / 218.5 MiB; 17s remote-cache ... (35 actions, 0 running)
[9,679 / 11,492] 203 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 179.0 MiB / 218.5 MiB; 18s remote-cache ... (35 actions, 0 running)
[9,709 / 11,532] 204 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 190.0 MiB / 218.5 MiB; 19s remote-cache ... (35 actions, 0 running)
[9,728 / 11,532] 206 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 201.0 MiB / 218.5 MiB; 20s remote-cache ... (35 actions, 0 running)
[9,758 / 11,546] 206 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 212.0 MiB / 218.5 MiB; 21s remote-cache ... (35 actions, 0 running)
[9,778 / 11,546] 207 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 22s remote-cache ... (35 actions, 0 running)
[9,805 / 11,569] 207 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 216.0 MiB / 218.5 MiB; 21s remote-cache ... (35 actions, 0 running)
[9,820 / 11,587] 207 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 184.0 MiB / 278.7 MiB; 18s remote-cache ... (35 actions, 0 running)
[9,844 / 11,603] 208 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 196.0 MiB / 278.7 MiB; 19s remote-cache ... (35 actions, 0 running)
[9,865 / 11,603] 208 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 206.0 MiB / 278.7 MiB; 20s remote-cache ... (35 actions, 0 running)
[9,888 / 11,635] 208 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 217.0 MiB / 278.7 MiB; 21s remote-cache ... (35 actions, 0 running)
[9,911 / 11,635] 209 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 228.0 MiB / 278.7 MiB; 22s remote-cache ... (35 actions, 0 running)
[9,932 / 11,635] 210 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 239.0 MiB / 278.7 MiB; 23s remote-cache ... (35 actions, 0 running)
[9,952 / 11,644] 210 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 248.0 MiB / 278.7 MiB; 24s remote-cache ... (35 actions, 0 running)
[9,970 / 11,644] 211 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 256.0 MiB / 278.7 MiB; 25s remote-cache ... (35 actions, 0 running)
[9,988 / 11,644] 211 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 265.0 MiB / 278.7 MiB; 26s remote-cache ... (35 actions, 0 running)
[10,018 / 11,670] 211 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 276.0 MiB / 278.7 MiB; 27s remote-cache ... (35 actions, 0 running)
[10,035 / 11,670] 211 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 28s remote-cache ... (35 actions, 0 running)
[10,058 / 11,721] 211 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 206.0 MiB / 219.5 MiB; 21s remote-cache ... (35 actions, 0 running)
[10,077 / 11,723] 211 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 215.0 MiB / 219.5 MiB; 22s remote-cache ... (35 actions, 0 running)
[10,109 / 11,733] 214 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 23s remote-cache ... (35 actions, 0 running)
[10,136 / 11,835] 214 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 171.0 MiB / 218.8 MiB; 18s remote-cache ... (35 actions, 0 running)
[10,155 / 11,835] 215 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 181.0 MiB / 218.8 MiB; 19s remote-cache ... (35 actions, 0 running)
[10,175 / 11,835] 215 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 192.0 MiB / 218.8 MiB; 20s remote-cache ... (35 actions, 0 running)
[10,199 / 11,835] 215 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 204.0 MiB / 218.8 MiB; 21s remote-cache ... (35 actions, 0 running)
[10,235 / 11,835] 216 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 218.0 MiB / 218.8 MiB; 22s remote-cache ... (35 actions, 0 running)
[10,261 / 11,852] 218 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 204.0 MiB / 218.9 MiB; 21s remote-cache ... (35 actions, 0 running)
[10,286 / 11,852] 219 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 215.0 MiB / 218.9 MiB; 22s remote-cache ... (35 actions, 0 running)
[10,306 / 11,924] 219 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 135.0 MiB / 230.3 MiB; 13s remote-cache ... (35 actions, 0 running)
[10,324 / 11,924] 219 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 144.0 MiB / 230.3 MiB; 14s remote-cache ... (35 actions, 0 running)
[10,344 / 11,924] 220 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 155.0 MiB / 230.3 MiB; 15s remote-cache ... (35 actions, 0 running)
[10,365 / 11,924] 220 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 166.0 MiB / 230.3 MiB; 16s remote-cache ... (35 actions, 0 running)
[10,388 / 11,924] 220 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 179.0 MiB / 230.3 MiB; 17s remote-cache ... (35 actions, 0 running)
[10,414 / 11,934] 220 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 191.0 MiB / 230.3 MiB; 18s remote-cache ... (35 actions, 0 running)
[10,433 / 11,934] 220 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 201.0 MiB / 230.3 MiB; 19s remote-cache ... (35 actions, 0 running)
[10,449 / 11,934] 220 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 211.0 MiB / 230.3 MiB; 20s remote-cache ... (35 actions, 0 running)
[10,473 / 11,936] 220 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 223.0 MiB / 230.3 MiB; 21s remote-cache ... (35 actions, 0 running)
[10,489 / 11,936] 220 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 22s remote-cache ... (35 actions, 0 running)
[10,514 / 11,965] 221 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 214.0 MiB / 226.5 MiB; 13s remote-cache ... (35 actions, 0 running)
[10,530 / 11,965] 221 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; 14s remote-cache ... (35 actions, 0 running)
[10,557 / 11,972] 222 / 411 tests; GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 13s remote-cache ... (35 actions, 0 running)
[10,582 / 11,978] 222 / 411 tests; GoLink pkg/lightning/common/common_test_/common_test; Downloading pkg/lightning/common/common_test_/common_test, 85.0 MiB / 105.2 MiB; 8s remote-cache ... (35 actions, 0 running)
[10,608 / 11,978] 224 / 411 tests; GoLink pkg/lightning/common/common_test_/common_test; Downloading pkg/lightning/common/common_test_/common_test, 95.0 MiB / 105.2 MiB; 9s remote-cache ... (35 actions, 0 running)
[10,628 / 11,978] 224 / 411 tests; GoLink pkg/lightning/common/common_test_/common_test; 10s remote-cache ... (35 actions, 0 running)
[10,651 / 12,008] 225 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 92.0 MiB / 159.8 MiB; 9s remote-cache ... (35 actions, 0 running)
[10,673 / 12,008] 226 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 102.0 MiB / 159.8 MiB; 10s remote-cache ... (35 actions, 0 running)
[10,692 / 12,008] 226 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 113.0 MiB / 159.8 MiB; 11s remote-cache ... (35 actions, 0 running)
[10,708 / 12,008] 226 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 122.0 MiB / 159.8 MiB; 12s remote-cache ... (35 actions, 0 running)
[10,725 / 12,008] 226 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 130.0 MiB / 159.8 MiB; 13s remote-cache ... (35 actions, 0 running)
[10,741 / 12,008] 227 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 139.0 MiB / 159.8 MiB; 14s remote-cache ... (35 actions, 0 running)
[10,758 / 12,008] 227 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 149.0 MiB / 159.8 MiB; 15s remote-cache ... (35 actions, 0 running)
[10,779 / 12,008] 227 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 159.0 MiB / 159.8 MiB; 16s remote-cache ... (35 actions, 0 running)
[10,795 / 12,047] 228 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 118.9 MiB / 218.4 MiB; 13s remote-cache ... (35 actions, 0 running)
[10,810 / 12,060] 228 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 127.9 MiB / 218.4 MiB; 14s remote-cache ... (35 actions, 0 running)
[10,822 / 12,060] 228 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 135.9 MiB / 218.4 MiB; 15s remote-cache ... (35 actions, 0 running)
[10,833 / 12,060] 228 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 144.9 MiB / 218.4 MiB; 16s remote-cache ... (35 actions, 0 running)
[10,848 / 12,060] 228 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 158.9 MiB / 218.4 MiB; 17s remote-cache ... (35 actions, 0 running)
[10,865 / 12,060] 229 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 167.9 MiB / 218.4 MiB; 18s remote-cache ... (35 actions, 0 running)
[10,876 / 12,062] 229 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 175.9 MiB / 218.4 MiB; 19s remote-cache ... (34 actions, 0 running)
[10,889 / 12,062] 229 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 184.9 MiB / 218.4 MiB; 20s remote-cache ... (35 actions, 0 running)
[10,906 / 12,062] 229 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 195.5 MiB / 218.4 MiB; 21s remote-cache ... (35 actions, 0 running)
[10,926 / 12,119] 231 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 204.9 MiB / 218.4 MiB; 22s remote-cache ... (35 actions, 0 running)
[10,933 / 12,119] 231 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 213.9 MiB / 218.4 MiB; 23s remote-cache ... (35 actions, 0 running)
[10,949 / 12,123] 231 / 411 tests; GoLink pkg/session/test/txn/txn_test_/txn_test; Downloading pkg/session/test/txn/txn_test_/txn_test, 187.0 MiB / 218.4 MiB; 21s remote-cache ... (35 actions, 0 running)
[10,970 / 12,142] 231 / 411 tests; GoLink pkg/session/test/txn/txn_test_/txn_test; Downloading pkg/session/test/txn/txn_test_/txn_test, 196.0 MiB / 218.4 MiB; 22s remote-cache ... (35 actions, 0 running)
[10,986 / 12,163] 231 / 411 tests; GoLink pkg/session/test/txn/txn_test_/txn_test; Downloading pkg/session/test/txn/txn_test_/txn_test, 205.0 MiB / 218.4 MiB; 23s remote-cache ... (35 actions, 0 running)
[11,001 / 12,182] 232 / 411 tests; GoLink pkg/session/test/txn/txn_test_/txn_test; Downloading pkg/session/test/txn/txn_test_/txn_test, 214.0 MiB / 218.4 MiB; 24s remote-cache ... (35 actions, 0 running)
[11,014 / 12,182] 232 / 411 tests; GoLink pkg/session/test/txn/txn_test_/txn_test; 25s remote-cache ... (35 actions, 0 running)
[11,034 / 12,209] 235 / 411 tests; GoLink pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test; Downloading pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test, 218.0 MiB / 218.4 MiB; 25s remote-cache ... (35 actions, 0 running)
[11,055 / 12,215] 235 / 411 tests; GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; Downloading pkg/statistics/handle/handletest/handletest_test_/handletest_test, 178.0 MiB / 218.5 MiB; 20s remote-cache ... (35 actions, 0 running)
[11,079 / 12,217] 236 / 411 tests; GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; Downloading pkg/statistics/handle/handletest/handletest_test_/handletest_test, 189.0 MiB / 218.5 MiB; 21s remote-cache ... (35 actions, 0 running)
[11,088 / 12,217] 237 / 411 tests; GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; Downloading pkg/statistics/handle/handletest/handletest_test_/handletest_test, 198.0 MiB / 218.5 MiB; 22s remote-cache ... (35 actions, 0 running)
[11,105 / 12,219] 239 / 411 tests; GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; Downloading pkg/statistics/handle/handletest/handletest_test_/handletest_test, 207.0 MiB / 218.5 MiB; 23s remote-cache ... (35 actions, 0 running)
[11,117 / 12,225] 240 / 411 tests; GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; Downloading pkg/statistics/handle/handletest/handletest_test_/handletest_test, 216.0 MiB / 218.5 MiB; 24s remote-cache ... (35 actions, 0 running)
[11,132 / 12,259] 240 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 143.0 MiB / 218.5 MiB; 16s remote-cache ... (35 actions, 0 running)
[11,156 / 12,259] 242 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 155.6 MiB / 218.5 MiB; 17s remote-cache ... (35 actions, 0 running)
[11,174 / 12,259] 243 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 166.0 MiB / 218.5 MiB; 18s remote-cache ... (35 actions, 0 running)
[11,192 / 12,259] 243 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 176.6 MiB / 218.5 MiB; 19s remote-cache ... (35 actions, 0 running)
[11,211 / 12,294] 245 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 185.0 MiB / 218.5 MiB; 21s remote-cache ... (35 actions, 0 running)
[11,228 / 12,294] 245 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 194.0 MiB / 218.5 MiB; 22s remote-cache ... (35 actions, 0 running)
[11,250 / 12,306] 246 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 203.5 MiB / 218.5 MiB; 23s remote-cache ... (34 actions, 0 running)
[11,263 / 12,306] 248 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 214.0 MiB / 218.5 MiB; 24s remote-cache ... (35 actions, 0 running)
[11,279 / 12,306] 249 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; 25s remote-cache ... (35 actions, 0 running)
[11,300 / 12,312] 249 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 155.0 MiB / 162.8 MiB; 17s remote-cache ... (35 actions, 0 running)
[11,312 / 12,312] 250 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 18s remote-cache ... (35 actions, 0 running)
[11,330 / 12,367] 250 / 411 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 160.0 MiB / 218.5 MiB; 18s remote-cache ... (35 actions, 0 running)
[11,349 / 12,367] 250 / 411 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 170.0 MiB / 218.5 MiB; 19s remote-cache ... (34 actions, 0 running)
[11,369 / 12,367] 250 / 411 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 181.0 MiB / 218.5 MiB; 20s remote-cache ... (35 actions, 0 running)
[11,392 / 12,367] 250 / 411 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 191.0 MiB / 218.5 MiB; 21s remote-cache ... (35 actions, 0 running)
[11,412 / 12,379] 250 / 411 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 201.0 MiB / 218.5 MiB; 22s remote-cache ... (35 actions, 0 running)
[11,433 / 12,379] 250 / 411 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 211.0 MiB / 218.5 MiB; 23s remote-cache ... (35 actions, 0 running)
[11,464 / 12,412] 254 / 411 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 24s remote-cache ... (35 actions, 0 running)
[11,485 / 12,432] 254 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; 24s remote-cache ... (35 actions, 0 running)
[11,513 / 12,470] 254 / 411 tests; GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 24s remote-cache ... (35 actions, 0 running)
[11,538 / 12,478] 255 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 173.0 MiB / 222.2 MiB; 18s remote-cache ... (35 actions, 0 running)
[11,557 / 12,478] 256 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 185.6 MiB / 222.2 MiB; 19s remote-cache ... (35 actions, 0 running)
[11,575 / 12,478] 257 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 197.0 MiB / 222.2 MiB; 20s remote-cache ... (35 actions, 0 running)
[11,599 / 12,478] 258 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 207.0 MiB / 222.2 MiB; 21s remote-cache ... (35 actions, 0 running)
[11,615 / 12,478] 258 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 217.0 MiB / 222.2 MiB; 22s remote-cache ... (35 actions, 0 running)
[11,649 / 12,484] 258 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; 23s remote-cache ... (35 actions, 0 running)
[11,677 / 12,526] 261 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 98.0 MiB / 218.7 MiB; 9s remote-cache ... (35 actions, 0 running)
[11,702 / 12,526] 261 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 109.0 MiB / 218.7 MiB; 10s remote-cache ... (35 actions, 0 running)
[11,725 / 12,526] 262 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 119.3 MiB / 218.7 MiB; 11s remote-cache ... (35 actions, 0 running)
[11,748 / 12,526] 262 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 131.0 MiB / 218.7 MiB; 12s remote-cache ... (35 actions, 0 running)
[11,771 / 12,526] 263 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 141.0 MiB / 218.7 MiB; 13s remote-cache ... (35 actions, 0 running)
[11,788 / 12,544] 263 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 150.0 MiB / 218.7 MiB; 14s remote-cache ... (35 actions, 0 running)
[11,805 / 12,544] 265 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 161.3 MiB / 218.7 MiB; 15s remote-cache ... (35 actions, 0 running)
[11,827 / 12,544] 265 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 172.0 MiB / 218.7 MiB; 16s remote-cache ... (35 actions, 0 running)
[11,842 / 12,544] 266 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 185.0 MiB / 218.7 MiB; 17s remote-cache ... (34 actions, 0 running)
[11,857 / 12,544] 266 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 194.0 MiB / 218.7 MiB; 18s remote-cache ... (35 actions, 0 running)
[11,876 / 12,546] 267 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 204.0 MiB / 218.7 MiB; 19s remote-cache ... (35 actions, 0 running)
[11,889 / 12,548] 268 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 214.0 MiB / 218.7 MiB; 20s remote-cache ... (35 actions, 0 running)
[11,910 / 12,550] 270 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 21s remote-cache ... (35 actions, 0 running)
[11,920 / 12,593] 270 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 137.0 MiB / 168.6 MiB; 14s remote-cache ... (35 actions, 0 running)
[11,941 / 12,593] 274 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 147.7 MiB / 168.6 MiB; 15s remote-cache ... (35 actions, 0 running)
[11,961 / 12,623] 275 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 158.0 MiB / 168.6 MiB; 16s remote-cache ... (35 actions, 0 running)
[11,974 / 12,635] 275 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 167.0 MiB / 168.6 MiB; 17s remote-cache ... (35 actions, 0 running)
[11,999 / 12,665] 278 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 158.0 MiB / 162.9 MiB; 16s remote-cache ... (35 actions, 0 running)
[12,008 / 12,682] 278 / 411 tests; GoLink pkg/planner/pattern/pattern_test_/pattern_test; 11s remote-cache ... (35 actions, 0 running)
[12,031 / 12,690] 280 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 112.0 MiB / 151.3 MiB; 12s remote-cache ... (35 actions, 0 running)
[12,038 / 12,690] 280 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 123.0 MiB / 151.3 MiB; 13s remote-cache ... (35 actions, 0 running)
[12,062 / 12,741] 281 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 135.0 MiB / 151.3 MiB; 14s remote-cache ... (35 actions, 0 running)
[12,079 / 12,743] 281 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 146.0 MiB / 151.3 MiB; 15s remote-cache ... (35 actions, 0 running)
[12,100 / 12,771] 282 / 411 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 94.0 MiB / 160.0 MiB; 9s remote-cache ... (35 actions, 0 running)
[12,117 / 12,771] 283 / 411 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 103.0 MiB / 160.0 MiB; 10s remote-cache ... (35 actions, 0 running)
[12,137 / 12,771] 285 / 411 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 115.0 MiB / 160.0 MiB; 11s remote-cache ... (35 actions, 0 running)
[12,153 / 12,771] 286 / 411 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 124.0 MiB / 160.0 MiB; 12s remote-cache ... (35 actions, 0 running)
[12,170 / 12,775] 287 / 411 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 134.0 MiB / 160.0 MiB; 13s remote-cache ... (35 actions, 0 running)
[12,189 / 12,775] 288 / 411 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 145.0 MiB / 160.0 MiB; 14s remote-cache ... (34 actions, 0 running)
[12,216 / 12,775] 289 / 411 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 157.0 MiB / 160.0 MiB; 15s remote-cache ... (35 actions, 0 running)
[12,243 / 12,826] 291 / 411 tests; GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; Downloading pkg/infoschema/perfschema/perfschema_test_/perfschema_test, 132.0 MiB / 159.5 MiB; 13s remote-cache ... (35 actions, 0 running)
[12,276 / 12,826] 292 / 411 tests; GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; Downloading pkg/infoschema/perfschema/perfschema_test_/perfschema_test, 145.7 MiB / 159.5 MiB; 14s remote-cache ... (34 actions, 0 running)
[12,304 / 12,826] 293 / 411 tests; GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; Downloading pkg/infoschema/perfschema/perfschema_test_/perfschema_test, 159.0 MiB / 159.5 MiB; 15s remote-cache ... (35 actions, 0 running)
[12,336 / 12,832] 293 / 411 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 67.0 MiB / 159.7 MiB; 4s remote-cache ... (34 actions, 0 running)
[12,354 / 12,832] 293 / 411 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 84.0 MiB / 159.7 MiB; 5s remote-cache ... (35 actions, 0 running)
[12,374 / 12,832] 293 / 411 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 100.8 MiB / 159.7 MiB; 6s remote-cache ... (35 actions, 0 running)
[12,381 / 12,832] 293 / 411 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 112.0 MiB / 159.7 MiB; 7s remote-cache ... (35 actions, 0 running)
[12,392 / 12,832] 293 / 411 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 124.0 MiB / 159.7 MiB; 8s remote-cache ... (35 actions, 0 running)
[12,415 / 12,832] 294 / 411 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 139.0 MiB / 159.7 MiB; 9s remote-cache ... (34 actions, 0 running)
[12,441 / 12,832] 294 / 411 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 151.5 MiB / 159.7 MiB; 10s remote-cache ... (35 actions, 0 running)
[12,466 / 12,834] 295 / 411 tests; GoLink pkg/session/session_test_/session_test; Downloading pkg/session/session_test_/session_test, 127.0 MiB / 158.7 MiB; 11s remote-cache ... (35 actions, 0 running)
[12,482 / 12,834] 295 / 411 tests; GoLink pkg/session/session_test_/session_test; Downloading pkg/session/session_test_/session_test, 139.0 MiB / 158.7 MiB; 12s remote-cache ... (35 actions, 0 running)
[12,494 / 12,834] 296 / 411 tests; GoLink pkg/session/session_test_/session_test; Downloading pkg/session/session_test_/session_test, 150.0 MiB / 158.7 MiB; 13s remote-cache ... (35 actions, 0 running)
[12,505 / 12,836] 296 / 411 tests; GoLink pkg/session/session_test_/session_test; 14s remote-cache ... (35 actions, 0 running)
[12,516 / 12,894] 296 / 411 tests; GoLink br/pkg/restore/restore_test_/restore_test; Downloading br/pkg/restore/restore_test_/restore_test, 146.6 MiB / 163.4 MiB; 13s remote-cache ... (35 actions, 0 running)
[12,523 / 12,905] 296 / 411 tests; GoLink br/pkg/restore/restore_test_/restore_test; Downloading br/pkg/restore/restore_test_/restore_test, 156.0 MiB / 163.4 MiB; 14s remote-cache ... (35 actions, 0 running)
[12,528 / 12,953] 297 / 411 tests; GoLink pkg/domain/globalconfigsync/globalconfigsync_test_/globalconfigsync_test; Downloading pkg/domain/globalconfigsync/globalconfigsync_test_/globalconfigsync_test, 155.0 MiB / 160.4 MiB; 14s remote-cache ... (35 actions, 0 running)
[12,540 / 12,968] 297 / 411 tests; GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; Downloading pkg/executor/internal/querywatch/querywatch_test_/querywatch_test, 152.0 MiB / 159.5 MiB; 15s remote-cache ... (34 actions, 0 running)
[12,551 / 13,019] 298 / 411 tests; GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; 16s remote-cache ... (35 actions, 0 running)
[12,560 / 13,023] 299 / 411 tests; GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 16s remote-cache ... (35 actions, 0 running)
[12,571 / 13,054] 300 / 411 tests; GoLink pkg/planner/core/core_test_/core_test; Downloading pkg/planner/core/core_test_/core_test, 159.0 MiB / 161.5 MiB; 15s remote-cache ... (35 actions, 0 running)
[12,585 / 13,127] 301 / 411 tests; GoLink lightning/pkg/importer/mock/mock_test_/mock_test; Downloading lightning/pkg/importer/mock/mock_test_/mock_test, 132.0 MiB / 153.3 MiB; 13s remote-cache ... (35 actions, 0 running)
[12,596 / 13,140] 303 / 411 tests; GoLink lightning/pkg/importer/mock/mock_test_/mock_test; Downloading lightning/pkg/importer/mock/mock_test_/mock_test, 142.0 MiB / 153.3 MiB; 14s remote-cache ... (35 actions, 0 running)
[12,604 / 13,140] 303 / 411 tests; GoLink lightning/pkg/importer/mock/mock_test_/mock_test; Downloading lightning/pkg/importer/mock/mock_test_/mock_test, 151.0 MiB / 153.3 MiB; 16s remote-cache ... (35 actions, 0 running)
[12,615 / 13,166] 304 / 411 tests; GoLink lightning/cmd/tidb-lightning/tidb-lightning_test_/tidb-lightning_test; Downloading lightning/cmd/tidb-lightning/tidb-lightning_test_/tidb-lightning_test, 154.0 MiB / 156.4 MiB; 16s remote-cache ... (35 actions, 0 running)
[12,636 / 13,195] 304 / 411 tests; GoLink br/pkg/mock/mock_test_/mock_test; Downloading br/pkg/mock/mock_test_/mock_test, 159.0 MiB / 162.1 MiB; 17s remote-cache ... (35 actions, 0 running)
[12,648 / 13,197] 305 / 411 tests; GoLink lightning/pkg/importer/importer_test_/importer_test; Downloading lightning/pkg/importer/importer_test_/importer_test, 164.0 MiB / 169.0 MiB; 18s remote-cache ... (35 actions, 0 running)
[12,664 / 13,272] 308 / 411 tests; GoLink pkg/plugin/plugin_test_/plugin_test; 18s remote-cache ... (35 actions, 0 running)
[12,680 / 13,285] 309 / 411 tests; GoLink br/pkg/task/show/show_test_/show_test; 18s remote-cache ... (35 actions, 0 running)
[12,696 / 13,290] 309 / 411 tests; GoLink pkg/autoid_service/autoid_service_test_/autoid_service_test; Downloading pkg/autoid_service/autoid_service_test_/autoid_service_test, 164.0 MiB / 165.8 MiB; 18s remote-cache ... (35 actions, 0 running)
[12,710 / 13,296] 309 / 411 tests; GoLink pkg/executor/test/admintest/admintest_test_/admintest_test; Downloading pkg/executor/test/admintest/admintest_test_/admintest_test, 156.0 MiB / 159.9 MiB; 17s remote-cache ... (35 actions, 0 running)
[12,726 / 13,364] 309 / 411 tests; GoLink pkg/executor/test/aggregate/aggregate_test_/aggregate_test; Downloading pkg/executor/test/aggregate/aggregate_test_/aggregate_test, 128.0 MiB / 159.7 MiB; 14s remote-cache ... (35 actions, 0 running)
[12,741 / 13,364] 310 / 411 tests; GoLink pkg/executor/test/aggregate/aggregate_test_/aggregate_test; Downloading pkg/executor/test/aggregate/aggregate_test_/aggregate_test, 141.0 MiB / 159.7 MiB; 15s remote-cache ... (35 actions, 0 running)
[12,759 / 13,366] 311 / 411 tests; GoLink pkg/executor/test/aggregate/aggregate_test_/aggregate_test; Downloading pkg/executor/test/aggregate/aggregate_test_/aggregate_test, 154.0 MiB / 159.7 MiB; 16s remote-cache ... (35 actions, 0 running)
[12,776 / 13,374] 311 / 411 tests; GoLink pkg/bindinfo/tests/timeout/timeout_test_/timeout_test; Downloading pkg/bindinfo/tests/timeout/timeout_test_/timeout_test, 122.0 MiB / 159.7 MiB; 12s remote-cache ... (35 actions, 0 running)
[12,791 / 13,374] 313 / 411 tests; GoLink pkg/bindinfo/tests/timeout/timeout_test_/timeout_test; Downloading pkg/bindinfo/tests/timeout/timeout_test_/timeout_test, 134.0 MiB / 159.7 MiB; 13s remote-cache ... (35 actions, 0 running)
[12,808 / 13,374] 315 / 411 tests; GoLink pkg/bindinfo/tests/timeout/timeout_test_/timeout_test; Downloading pkg/bindinfo/tests/timeout/timeout_test_/timeout_test, 146.0 MiB / 159.7 MiB; 14s remote-cache ... (35 actions, 0 running)
[12,819 / 13,374] 317 / 411 tests; GoLink pkg/bindinfo/tests/timeout/timeout_test_/timeout_test; Downloading pkg/bindinfo/tests/timeout/timeout_test_/timeout_test, 156.4 MiB / 159.7 MiB; 15s remote-cache ... (35 actions, 0 running)
[12,842 / 13,419] 318 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 110.0 MiB / 159.7 MiB; 10s remote-cache ... (35 actions, 0 running)
[12,848 / 13,419] 318 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 120.0 MiB / 159.7 MiB; 11s remote-cache ... (35 actions, 0 running)
[12,869 / 13,419] 320 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 132.0 MiB / 159.7 MiB; 12s remote-cache ... (35 actions, 0 running)
[12,876 / 13,419] 320 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 142.0 MiB / 159.7 MiB; 13s remote-cache ... (35 actions, 0 running)
[12,892 / 13,419] 321 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 152.0 MiB / 159.7 MiB; 14s remote-cache ... (35 actions, 0 running)
[12,902 / 13,419] 321 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; 15s remote-cache ... (35 actions, 0 running)
[12,917 / 13,426] 322 / 411 tests; GoLink pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test; Downloading pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test, 115.0 MiB / 159.7 MiB; 11s remote-cache ... (35 actions, 0 running)
[12,927 / 13,426] 322 / 411 tests; GoLink pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test; Downloading pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test, 124.0 MiB / 159.7 MiB; 12s remote-cache ... (34 actions, 0 running)
[12,942 / 13,441] 323 / 411 tests; GoLink pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test; Downloading pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test, 133.0 MiB / 159.7 MiB; 13s remote-cache ... (35 actions, 0 running)
[12,955 / 13,459] 324 / 411 tests; GoLink pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test; Downloading pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test, 143.0 MiB / 159.7 MiB; 14s remote-cache ... (35 actions, 0 running)
[12,973 / 13,459] 327 / 411 tests; GoLink pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test; Downloading pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test, 154.0 MiB / 159.7 MiB; 15s remote-cache ... (35 actions, 0 running)
[12,992 / 13,459] 327 / 411 tests; GoLink pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test; 16s remote-cache ... (35 actions, 0 running)
[13,014 / 13,517] 327 / 411 tests; GoLink pkg/ddl/tests/fastcreatetable/fastcreatetable_test_/fastcreatetable_test; 16s remote-cache ... (35 actions, 0 running)
[13,024 / 13,519] 328 / 411 tests; GoLink pkg/ddl/tests/fk/fk_test_/fk_test; 16s remote-cache ... (35 actions, 0 running)
[13,039 / 13,537] 328 / 411 tests; GoLink pkg/ddl/tests/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; 16s remote-cache ... (35 actions, 0 running)
[13,054 / 13,539] 329 / 411 tests; GoLink pkg/disttask/framework/handle/handle_test_/handle_test; Downloading pkg/disttask/framework/handle/handle_test_/handle_test, 134.0 MiB / 159.7 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,065 / 13,539] 331 / 411 tests; GoLink pkg/disttask/framework/handle/handle_test_/handle_test; Downloading pkg/disttask/framework/handle/handle_test_/handle_test, 142.0 MiB / 159.7 MiB; 14s remote-cache ... (35 actions, 0 running)
[13,080 / 13,539] 333 / 411 tests; GoLink pkg/disttask/framework/handle/handle_test_/handle_test; Downloading pkg/disttask/framework/handle/handle_test_/handle_test, 151.1 MiB / 159.7 MiB; 15s remote-cache ... (35 actions, 0 running)
[13,090 / 13,539] 333 / 411 tests; GoLink pkg/disttask/framework/handle/handle_test_/handle_test; 17s remote-cache ... (35 actions, 0 running)
[13,106 / 13,541] 333 / 411 tests; GoLink br/pkg/gluetidb/gluetidb_test_/gluetidb_test; 16s remote-cache ... (35 actions, 0 running)
[13,120 / 13,543] 333 / 411 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 132.0 MiB / 159.9 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,131 / 13,543] 335 / 411 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 146.0 MiB / 159.9 MiB; 14s remote-cache ... (35 actions, 0 running)
[13,143 / 13,543] 336 / 411 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 156.2 MiB / 159.9 MiB; 15s remote-cache ... (35 actions, 0 running)
[13,159 / 13,597] 336 / 411 tests; GoLink pkg/ddl/ingest/tests/tests_test_/tests_test; Downloading pkg/ddl/ingest/tests/tests_test_/tests_test, 158.0 MiB / 159.5 MiB; 15s remote-cache ... (35 actions, 0 running)
[13,172 / 13,599] 336 / 411 tests; GoLink pkg/executor/test/issuetest/issuetest_test_/issuetest_test; Downloading pkg/executor/test/issuetest/issuetest_test_/issuetest_test, 137.0 MiB / 159.8 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,187 / 13,599] 338 / 411 tests; GoLink pkg/executor/test/issuetest/issuetest_test_/issuetest_test; Downloading pkg/executor/test/issuetest/issuetest_test_/issuetest_test, 148.0 MiB / 159.8 MiB; 14s remote-cache ... (35 actions, 0 running)
[13,203 / 13,599] 339 / 411 tests; GoLink pkg/executor/test/issuetest/issuetest_test_/issuetest_test; 15s remote-cache ... (35 actions, 0 running)
[13,222 / 13,651] 339 / 411 tests; GoLink pkg/executor/test/showtest/showtest_test_/showtest_test; 12s remote-cache ... (35 actions, 0 running)
[13,240 / 13,679] 340 / 411 tests; GoLink pkg/ddl/tests/partition/partition_test_/partition_test; Downloading pkg/ddl/tests/partition/partition_test_/partition_test, 137.0 MiB / 160.0 MiB; 12s remote-cache ... (35 actions, 0 running)
[13,256 / 13,679] 340 / 411 tests; GoLink pkg/ddl/tests/partition/partition_test_/partition_test; Downloading pkg/ddl/tests/partition/partition_test_/partition_test, 149.0 MiB / 160.0 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,269 / 13,679] 342 / 411 tests; GoLink pkg/ddl/tests/partition/partition_test_/partition_test; 14s remote-cache ... (35 actions, 0 running)
[13,286 / 13,725] 342 / 411 tests; GoLink pkg/executor/test/unstabletest/unstabletest_test_/unstabletest_test; 13s remote-cache ... (35 actions, 0 running)
[13,300 / 13,727] 343 / 411 tests; GoLink pkg/ttl/sqlbuilder/sqlbuilder_test_/sqlbuilder_test; Downloading pkg/ttl/sqlbuilder/sqlbuilder_test_/sqlbuilder_test, 151.9 MiB / 159.5 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,314 / 13,727] 343 / 411 tests; GoLink pkg/ttl/sqlbuilder/sqlbuilder_test_/sqlbuilder_test; 14s remote-cache ... (35 actions, 0 running)
[13,332 / 13,733] 345 / 411 tests; GoLink pkg/server/server_test_/server_test; Downloading pkg/server/server_test_/server_test, 153.0 MiB / 163.0 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,348 / 13,733] 346 / 411 tests; GoLink pkg/server/server_test_/server_test; 14s remote-cache ... (35 actions, 0 running)
[13,365 / 13,784] 347 / 411 tests; GoLink pkg/executor/test/writetest/writetest_test_/writetest_test; Downloading pkg/executor/test/writetest/writetest_test_/writetest_test, 126.0 MiB / 159.8 MiB; 10s remote-cache ... (35 actions, 0 running)
[13,382 / 13,784] 348 / 411 tests; GoLink pkg/executor/test/writetest/writetest_test_/writetest_test; Downloading pkg/executor/test/writetest/writetest_test_/writetest_test, 137.0 MiB / 159.8 MiB; 11s remote-cache ... (35 actions, 0 running)
[13,399 / 13,784] 348 / 411 tests; GoLink pkg/executor/test/writetest/writetest_test_/writetest_test; Downloading pkg/executor/test/writetest/writetest_test_/writetest_test, 153.0 MiB / 159.8 MiB; 12s remote-cache ... (35 actions, 0 running)
[13,412 / 13,784] 348 / 411 tests; GoLink pkg/executor/test/writetest/writetest_test_/writetest_test; 13s remote-cache ... (35 actions, 0 running)
[13,429 / 13,794] 349 / 411 tests; GoLink pkg/expression/integration_test/integration_test_test_/integration_test_test; 13s remote-cache ... (35 actions, 0 running)
[13,444 / 13,820] 349 / 411 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 143.9 MiB / 159.8 MiB; 12s remote-cache ... (35 actions, 0 running)
[13,460 / 13,820] 349 / 411 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 158.9 MiB / 159.8 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,476 / 13,873] 350 / 411 tests; GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; Downloading pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test, 103.0 MiB / 161.0 MiB; 9s remote-cache ... (35 actions, 0 running)
[13,492 / 13,873] 351 / 411 tests; GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; Downloading pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test, 114.2 MiB / 161.0 MiB; 10s remote-cache ... (35 actions, 0 running)
[13,508 / 13,873] 351 / 411 tests; GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; Downloading pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test, 126.0 MiB / 161.0 MiB; 11s remote-cache ... (35 actions, 0 running)
[13,525 / 13,873] 353 / 411 tests; GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; Downloading pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test, 138.0 MiB / 161.0 MiB; 12s remote-cache ... (35 actions, 0 running)
[13,540 / 13,873] 353 / 411 tests; GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; Downloading pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test, 148.6 MiB / 161.0 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,555 / 13,873] 354 / 411 tests; GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; 14s remote-cache ... (35 actions, 0 running)
[13,572 / 13,924] 355 / 411 tests; GoLink pkg/expression/test/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; Downloading pkg/expression/test/multivaluedindex/multivaluedindex_test_/multivaluedindex_test, 155.8 MiB / 159.5 MiB; 14s remote-cache ... (35 actions, 0 running)
[13,587 / 13,929] 355 / 411 tests; GoLink pkg/extension/enterprise/audit/audit_test_/audit_test; Downloading pkg/extension/enterprise/audit/audit_test_/audit_test, 150.0 MiB / 162.9 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,601 / 13,929] 355 / 411 tests; GoLink pkg/extension/enterprise/audit/audit_test_/audit_test; Downloading pkg/extension/enterprise/audit/audit_test_/audit_test, 162.0 MiB / 162.9 MiB; 14s remote-cache ... (35 actions, 0 running)
[13,619 / 13,953] 356 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 145.0 MiB / 159.8 MiB; 11s remote-cache ... (35 actions, 0 running)
[13,633 / 13,953] 357 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 158.0 MiB / 159.8 MiB; 12s remote-cache ... (35 actions, 0 running)
[13,658 / 13,977] 361 / 411 tests; GoLink pkg/table/tables/test/partition/partition_test_/partition_test; Downloading pkg/table/tables/test/partition/partition_test_/partition_test, 107.0 MiB / 160.0 MiB; 9s remote-cache ... (35 actions, 0 running)
[13,684 / 13,977] 361 / 411 tests; GoLink pkg/table/tables/test/partition/partition_test_/partition_test; Downloading pkg/table/tables/test/partition/partition_test_/partition_test, 120.0 MiB / 160.0 MiB; 10s remote-cache ... (35 actions, 0 running)
[13,698 / 13,977] 361 / 411 tests; GoLink pkg/table/tables/test/partition/partition_test_/partition_test; Downloading pkg/table/tables/test/partition/partition_test_/partition_test, 133.0 MiB / 160.0 MiB; 11s remote-cache ... (35 actions, 0 running)
[13,711 / 13,977] 361 / 411 tests; GoLink pkg/table/tables/test/partition/partition_test_/partition_test; Downloading pkg/table/tables/test/partition/partition_test_/partition_test, 147.0 MiB / 160.0 MiB; 12s remote-cache ... (35 actions, 0 running)
[13,722 / 13,977] 362 / 411 tests; GoLink pkg/table/tables/test/partition/partition_test_/partition_test; Downloading pkg/table/tables/test/partition/partition_test_/partition_test, 159.0 MiB / 160.0 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,737 / 14,000] 362 / 411 tests; GoLink pkg/planner/core/casetest/binaryplan/binaryplan_test_/binaryplan_test; Downloading pkg/planner/core/casetest/binaryplan/binaryplan_test_/binaryplan_test, 154.0 MiB / 159.7 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,749 / 14,002] 362 / 411 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 144.0 MiB / 159.7 MiB; 12s remote-cache ... (35 actions, 0 running)
[13,764 / 14,002] 363 / 411 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 156.0 MiB / 159.7 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,775 / 14,004] 363 / 411 tests; GoLink pkg/planner/core/casetest/enforcempp/enforcempp_test_/enforcempp_test; 14s remote-cache ... (35 actions, 0 running)
[13,794 / 14,017] 364 / 411 tests; GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; Downloading pkg/planner/core/casetest/dag/dag_test_/dag_test, 106.4 MiB / 159.8 MiB; 9s remote-cache ... (35 actions, 0 running)
[13,807 / 14,017] 366 / 411 tests; GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; Downloading pkg/planner/core/casetest/dag/dag_test_/dag_test, 121.6 MiB / 159.8 MiB; 10s remote-cache ... (35 actions, 0 running)
[13,827 / 14,017] 366 / 411 tests; GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; Downloading pkg/planner/core/casetest/dag/dag_test_/dag_test, 137.0 MiB / 159.8 MiB; 11s remote-cache ... (35 actions, 0 running)
[13,841 / 14,017] 366 / 411 tests; GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; Downloading pkg/planner/core/casetest/dag/dag_test_/dag_test, 148.0 MiB / 159.8 MiB; 12s remote-cache ... (35 actions, 0 running)
[13,858 / 14,017] 368 / 411 tests; GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; Downloading pkg/planner/core/casetest/dag/dag_test_/dag_test, 159.1 MiB / 159.8 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,884 / 14,030] 368 / 411 tests; GoLink pkg/planner/core/casetest/hint/hint_test_/hint_test; 14s remote-cache ... (35 actions, 0 running)
[13,932 / 14,070] 370 / 411 tests; GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; Downloading pkg/planner/core/casetest/partition/partition_test_/partition_test, 64.1 MiB / 159.8 MiB; 5s remote-cache ... (35 actions, 0 running)
[13,949 / 14,070] 372 / 411 tests; GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; Downloading pkg/planner/core/casetest/partition/partition_test_/partition_test, 78.0 MiB / 159.8 MiB; 6s remote-cache ... (35 actions, 0 running)
[13,963 / 14,070] 373 / 411 tests; GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; Downloading pkg/planner/core/casetest/partition/partition_test_/partition_test, 90.0 MiB / 159.8 MiB; 7s remote-cache ... (35 actions, 0 running)
[13,971 / 14,070] 374 / 411 tests; GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; Downloading pkg/planner/core/casetest/partition/partition_test_/partition_test, 104.0 MiB / 159.8 MiB; 8s remote-cache ... (35 actions, 0 running)
[13,980 / 14,070] 374 / 411 tests; GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; Downloading pkg/planner/core/casetest/partition/partition_test_/partition_test, 116.0 MiB / 159.8 MiB; 9s remote-cache ... (35 actions, 0 running)
[13,984 / 14,070] 374 / 411 tests; GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; Downloading pkg/planner/core/casetest/partition/partition_test_/partition_test, 126.0 MiB / 159.8 MiB; 10s remote-cache ... (35 actions, 0 running)
[13,987 / 14,070] 374 / 411 tests; GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; Downloading pkg/planner/core/casetest/partition/partition_test_/partition_test, 135.0 MiB / 159.8 MiB; 11s remote-cache ... (35 actions, 0 running)
[13,992 / 14,070] 374 / 411 tests; GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; Downloading pkg/planner/core/casetest/partition/partition_test_/partition_test, 145.9 MiB / 159.8 MiB; 12s remote-cache ... (35 actions, 0 running)
[13,996 / 14,070] 375 / 411 tests; GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; Downloading pkg/planner/core/casetest/partition/partition_test_/partition_test, 159.8 MiB / 159.8 MiB; 14s remote-cache ... (35 actions, 0 running)
[14,002 / 14,078] 375 / 411 tests; GoLink pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test; Downloading pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test, 149.6 MiB / 159.7 MiB; 13s remote-cache ... (35 actions, 0 running)
[14,005 / 14,078] 375 / 411 tests; GoLink pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test; 14s remote-cache ... (35 actions, 0 running)
[14,012 / 14,097] 375 / 411 tests; GoLink pkg/planner/util/fixcontrol/fixcontrol_test_/fixcontrol_test; Downloading pkg/planner/util/fixcontrol/fixcontrol_test_/fixcontrol_test, 142.0 MiB / 159.7 MiB; 13s remote-cache ... (35 actions, 0 running)
[14,015 / 14,097] 376 / 411 tests; GoLink pkg/planner/util/fixcontrol/fixcontrol_test_/fixcontrol_test; Downloading pkg/planner/util/fixcontrol/fixcontrol_test_/fixcontrol_test, 153.0 MiB / 159.7 MiB; 14s remote-cache ... (35 actions, 0 running)
[14,019 / 14,097] 376 / 411 tests; GoLink pkg/planner/util/fixcontrol/fixcontrol_test_/fixcontrol_test; 15s remote-cache ... (35 actions, 0 running)
[14,031 / 14,130] 376 / 411 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 158.6 MiB / 159.6 MiB; 16s remote-cache ... (35 actions, 0 running)
[14,045 / 14,186] 376 / 411 tests; GoLink pkg/session/bootstraptest/bootstraptest_test_/bootstraptest_test; 17s remote-cache ... (35 actions, 0 running)
[14,064 / 14,238] 378 / 411 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 159.0 MiB / 162.6 MiB; 16s remote-cache ... (35 actions, 0 running)
[14,073 / 14,269] 379 / 411 tests; GoLink pkg/statistics/handle/autoanalyze/autoanalyze_test_/autoanalyze_test; 17s remote-cache ... (35 actions, 0 running)
[14,092 / 14,305] 380 / 411 tests; GoLink pkg/statistics/handle/autoanalyze/exec/exec_test_/exec_test; Downloading pkg/statistics/handle/autoanalyze/exec/exec_test_/exec_test, 157.0 MiB / 159.4 MiB; 17s remote-cache ... (35 actions, 0 running)
[14,104 / 14,335] 381 / 411 tests; GoLink pkg/statistics/handle/autoanalyze/refresher/refresher_test_/refresher_test; Downloading pkg/statistics/handle/autoanalyze/refresher/refresher_test_/refresher_test, 159.0 MiB / 159.4 MiB; 16s remote-cache ... (35 actions, 0 running)
[14,122 / 14,349] 381 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 151.0 MiB / 169.0 MiB; 15s remote-cache ... (35 actions, 0 running)
[14,134 / 14,349] 384 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 165.4 MiB / 169.0 MiB; 17s remote-cache ... (35 actions, 0 running)
[14,154 / 14,411] 387 / 411 tests; GoLink pkg/server/tests/tests_test_/tests_test; 15s remote-cache ... (35 actions, 0 running)
[14,168 / 14,423] 387 / 411 tests; GoLink pkg/server/tests/commontest/commontest_test_/commontest_test; Downloading pkg/server/tests/commontest/commontest_test_/commontest_test, 162.0 MiB / 163.2 MiB; 14s remote-cache ... (35 actions, 0 running)
[14,189 / 14,474] 388 / 411 tests; GoLink pkg/statistics/handle/storage/storage_test_/storage_test; 14s remote-cache ... (35 actions, 0 running)
[14,205 / 14,497] 389 / 411 tests; GoLink pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test; Downloading pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test, 122.0 MiB / 159.6 MiB; 11s remote-cache ... (35 actions, 0 running)
[14,224 / 14,497] 391 / 411 tests; GoLink pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test; Downloading pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test, 135.0 MiB / 159.6 MiB; 12s remote-cache ... (35 actions, 0 running)
[14,242 / 14,497] 393 / 411 tests; GoLink pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test; Downloading pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test, 147.0 MiB / 159.6 MiB; 13s remote-cache ... (35 actions, 0 running)
[14,260 / 14,497] 395 / 411 tests; GoLink pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test; 14s remote-cache ... (35 actions, 0 running)
[14,277 / 14,521] 395 / 411 tests; Testing //pkg/sessiontxn/isolation:isolation_test (shard 5 of 28); 2s remote-cache ... (35 actions, 0 running)
[14,299 / 14,521] 395 / 411 tests; Testing //pkg/session/schematest:schematest_test (shard 4 of 11); Downloading pkg/session/schematest/schematest_test/shard_4_of_11/coverage.dat, 18.0 MiB / 18.6 MiB; 2s remote-cache ... (35 actions, 0 running)
[14,313 / 14,521] 395 / 411 tests; Testing //pkg/sessiontxn/isolation:isolation_test (shard 9 of 28); Downloading pkg/sessiontxn/isolation/isolation_test/shard_9_of_28/coverage.dat, 18.0 MiB / 18.3 MiB; 2s remote-cache ... (35 actions, 0 running)
[14,334 / 14,521] 397 / 411 tests; Testing //pkg/server/tests:tests_test (shard 7 of 11); Downloading pkg/server/tests/tests_test/shard_7_of_11/coverage.dat, 17.0 MiB / 18.6 MiB; 1s remote-cache ... (35 actions, 0 running)
[14,347 / 14,521] 399 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 7 of 39); 2s remote-cache ... (35 actions, 0 running)
[14,368 / 14,521] 401 / 411 tests; Testing //pkg/statistics/handle/ddl:ddl_test (shard 19 of 27); 2s remote-cache ... (35 actions, 0 running)
[14,380 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/autoanalyze/priorityqueue:priorityqueue_test (shard 3 of 22); 2s remote-cache ... (35 actions, 0 running)
[14,405 / 14,521] 403 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 13 of 39); 2s remote-cache ... (35 actions, 0 running)
[14,419 / 14,521] 404 / 411 tests; Testing //pkg/statistics/handle/updatetest:updatetest_test (shard 8 of 23); 2s remote-cache ... (35 actions, 0 running)
[14,444 / 14,521] 405 / 411 tests; Testing //pkg/statistics/handle/updatetest:updatetest_test (shard 13 of 23); Downloading pkg/statistics/handle/updatetest/updatetest_test/shard_13_of_23/coverage.dat, 16.0 MiB / 18.3 MiB; 1s remote-cache ... (35 actions, 0 running)
[14,457 / 14,521] 406 / 411 tests; Testing //pkg/statistics/handle/updatetest:updatetest_test (shard 15 of 23); Downloading pkg/statistics/handle/updatetest/updatetest_test/shard_15_of_23/coverage.dat, 17.0 MiB / 18.3 MiB; 2s remote-cache ... (35 actions, 0 running)
[14,479 / 14,521] 408 / 411 tests; Testing //pkg/statistics/handle/handletest/lockstats:lockstats_test (shard 9 of 21); Downloading pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_9_of_21/coverage.dat, 17.0 MiB / 18.3 MiB; 2s remote-cache ... (35 actions, 0 running)
[14,500 / 14,521] 410 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 13 of 50); 2s remote-cache ... (21 actions, 0 running)
INFO: Elapsed time: 412.890s, Critical Path: 91.18s
INFO: 14509 processes: 12846 remote cache hit, 1662 internal, 1 linux-sandbox.
INFO: Build completed successfully, 14509 total actions
Test cases: finished with 7964 passing and 0 failing out of 7964 test cases

Executed 1 out of 411 tests: 411 tests pass.
root: /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs
complete to collect bazel result.
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log
Parse from local file: tidb/bazel-test.log
Output files:
ls: cannot access bazel-target-output-*.log: No such file or directory
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: ee3b79af-175e-41f8-82cf-1fc7de7ea438' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: master' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8900/' --header 'ce-specversion: 1.0' --header 'content-type: application/json; charset=UTF-8' --data @bazel-go-test-problem-cases.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* About to connect() to cloudevents-server.apps.svc port 80 (#0)
*   Trying 10.233.31.173...
* Connected to cloudevents-server.apps.svc (10.233.31.173) port 80 (#0)
> POST /events HTTP/1.1
> User-Agent: curl/7.29.0
> Host: cloudevents-server.apps.svc
> Accept: */*
> ce-id: ee3b79af-175e-41f8-82cf-1fc7de7ea438
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: master
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8900/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 2
> 
} [data not shown]
* upload completely sent off: 2 out of 2 bytes

100     2    0     0  100     2      0      1  0:00:02  0:00:01  0:00:01     1
100     2    0     0    0     2      0      0 --:--:--  0:00:02 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:03 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:04 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:05 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:06 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:07 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:08 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:09 --:--:--     0+ true
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2024-05-05T15:33:59.777Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2024-05-05T15:33:59.778Z] ['info'] => Project root located at: .
[2024-05-05T15:33:59.781Z] ['info'] ->  Token found by environment variables
[2024-05-05T15:33:59.794Z] ['info'] Searching for coverage files...
[2024-05-05T15:34:02.110Z] ['info'] => Found 1 possible coverage files:
  ./coverage.dat
[2024-05-05T15:34:02.110Z] ['info'] Processing ./coverage.dat...
[2024-05-05T15:34:02.580Z] ['info'] Using manual override from args.
[2024-05-05T15:34:02.580Z] ['info'] Detected Jenkins CI as the CI provider.
[2024-05-05T15:34:02.592Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F51126&build=8900&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Fghpr_unit_test%2F8900%2F&commit=0f12152e9bc91a0788cf5f25ab356ab1b023188f&job=&pr=51126&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent=
[2024-05-05T15:34:03.817Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/0f12152e9bc91a0788cf5f25ab356ab1b023188f
https://storage.googleapis.com/codecov/v4/raw/2024-05-05/F6B65B6EE70BEC6C6B5E073ED3BB1A79/0f12152e9bc91a0788cf5f25ab356ab1b023188f/a4dab8f2-c18f-4207-8ac6-c6be571b524d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240505%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240505T153403Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cbb7000208e1759c23d97ccf6d3e2cda3b4b9739a753aba0f59755f33b3e778b
[2024-05-05T15:34:03.817Z] ['info'] Uploading...
[2024-05-05T15:34:06.120Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/0f12152e9bc91a0788cf5f25ab356ab1b023188f"}
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS