Skip to content

Console Output

Started by user Jenkins Admin
Obtained pipelines/pingcap/tidb/release-8.1/ghpr_unit_test.groovy from git https://github.com/PingCAP-QE/ci.git
Loading library tipipeline@main
Library tipipeline@main is cached. Copying from home.
[Pipeline] Start of Pipeline
[Pipeline] readJSON
[Pipeline] readTrusted
Obtained pipelines/pingcap/tidb/release-8.1/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-release-8-1-ghpr-unit-test-112-qrs41-z1l4n-vpldk
Agent pingcap-tidb-release-8-1-ghpr-unit-test-112-qrs41-z1l4n-vpldk is provisioned from template pingcap_tidb_release-8_1_ghpr_unit_test_112-qrs41-z1l4n
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/112/"
    runUrl: "job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/112/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "9ce1f225633ce4ff400dad7d05ad78c93ae789b8"
    jenkins/label: "pingcap_tidb_release-8_1_ghpr_unit_test_112-qrs41"
  name: "pingcap-tidb-release-8-1-ghpr-unit-test-112-qrs41-z1l4n-vpldk"
  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-release-8-1-ghpr-unit-test-112-qrs41-z1l4n-vpldk"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-release-8-1-ghpr-unit-test-112-qrs41-z1l4n-vpldk"
    - 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-release-8-1-ghpr-unit-test-112-qrs41-z1l4n-vpldk in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/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/release-8.1/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=aa90210d-5841-49da-89b7-ce40eade10ec
JENKINS_NODE_COOKIE=8ff50f48-b85e-431c-986b-d195f78bc60f
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/112/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-release-8-1-ghpr-unit-test-112-qrs41-z1l4n-vpldk
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
KUBERNETES_PORT_443_TCP_PORT=443
KUBERNETES_PORT=tcp://10.233.0.1:443
TERM=xterm
STAGE_NAME=Debug info
BUILD_TAG=jenkins-pingcap-tidb-release-8.1-ghpr_unit_test-112
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/release-8.1/ghpr_unit_test","buildid":"1787324879658291202","prowjobid":"aa90210d-5841-49da-89b7-ce40eade10ec","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"release-8.1","base_sha":"a088e599ec5e23c52f53da21fa9245780dcc6331","base_link":"https://github.com/pingcap/tidb/commit/a088e599ec5e23c52f53da21fa9245780dcc6331","pulls":[{"number":53025,"author":"zimulala","sha":"494ef1a41a3bd57ca88b97407f8fb0700123b3fe","title":"tests/ddl: make default_as_expression test stable","link":"https://github.com/pingcap/tidb/pull/53025","commit_link":"https://github.com/pingcap/tidb/pull/53025/commits/494ef1a41a3bd57ca88b97407f8fb0700123b3fe","author_link":"https://github.com/zimulala"}]}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/112/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/112/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/release-8.1/job/ghpr_unit_test/112/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/release-8.1/ghpr_unit_test
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap/tidb/release-8.1/ghpr_unit_test
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#112
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787324879658291202
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/release-8.1/job/ghpr_unit_test/112/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_release-8_1_ghpr_unit_test_112-qrs41
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/release-8.1/ghpr_unit_test@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-5c6a8d54e1eafe77a1a9b9f415b7dcf80d0f4d17173a0e297ba32a2ec04ce2da
NODE_LABELS=pingcap-tidb-release-8-1-ghpr-unit-test-112-qrs41-z1l4n-vpldk pingcap_tidb_release-8_1_ghpr_unit_test_112-qrs41
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-release-8-1-ghpr-unit-test-112-qrs41-z1l4n-vpldk
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/display/redirect
BUILD_NUMBER=112
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-build2538960699=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw- 1 root root 1, 3 May  6 11:34 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-8-1-ghpr-unit-test-112-qrs41-z1l4n-vpldk bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-8-1-ghpr-unit-test-112-qrs41-z1l4n-vpldk 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: 57881
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 0 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 03:34:36 UTC 2024
;; MSG SIZE  rcvd: 77

[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-a088e59-c4be2c0)
459142656 bytes in 2.35 secs (195598937 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/release-8.1/ghpr_unit_test/tidb/.git/
.git
HEAD is now at c4be2c041c done
POST git-upload-pack (686 bytes)
POST git-upload-pack (973 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            release-8.1          -> origin/release-8.1
 * [new ref]               refs/pull/53025/head -> origin/pr/53025/head
Previous HEAD position was c4be2c041c done
HEAD is now at a088e599ec *: bump client-go to fix #53011 | tidb-test=pr/2320 (#53012) (#53015)
๐Ÿšง Checkouting to base SHA:a088e599ec5e23c52f53da21fa9245780dcc6331...
HEAD is now at a088e599ec *: bump client-go to fix #53011 | tidb-test=pr/2320 (#53012) (#53015)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
a088e599ec5e23c52f53da21fa9245780dcc6331
a088e599ec *: bump client-go to fix #53011 | tidb-test=pr/2320 (#53012) (#53015)
4400134511 infoschema: load auto id related changes for multi-schema-change diff | tidb-test=pr/2320 (#52967) (#53008)
9930a02ce0 ddl: fix the issue about create columns with wrong default when sql_mode is empty. (#52988) (#53002)
๐Ÿšง Pre-merge heads of pull requests to base SHA: a088e599ec5e23c52f53da21fa9245780dcc6331 ...
Updating a088e599ec..494ef1a41a
Fast-forward
 tests/integrationtest/r/ddl/default_as_expression.result | 2 +-
 tests/integrationtest/t/ddl/default_as_expression.test   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
๐Ÿงพ Pre-merged result:
494ef1a41a3bd57ca88b97407f8fb0700123b3fe
494ef1a41a Merge branch 'release-8.1' into zimuxia/fix-test
fd7df399ec tests/ddl: make test stable
a088e599ec *: bump client-go to fix #53011 | tidb-test=pr/2320 (#53012) (#53015)
โœ… Pre merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache saved successfully (git/pingcap/tidb/rev-a088e59-494ef1a)
459186176 bytes in 16.64 secs (27599740 bytes/sec)
[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/release-8.1/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/release-8.1
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
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/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: 6f8c5a6a-e15a-4033-8f9d-1daace214ed2
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/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/release-8.1/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_06_03_34_23.3363004951/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=314897 --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/release-8.1/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/release-8.1/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, 10464 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (226 packages loaded, 11569 targets configured)
INFO: Analyzed target //:gazelle (268 packages loaded, 11957 targets configured).
INFO: Found 1 target...
[0 / 312] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running)
[16 / 314] GoToolchainBinaryBuild external/go_sdk/builder [for tool]; 0s remote-cache ... (3 actions, 0 running)
[24 / 314] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 6.1 MiB / 10.3 MiB; 0s remote-cache ... (3 actions, 0 running)
[24 / 314] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/cgo, 2.8 MiB / 3.4 MiB; 1s remote-cache ... (3 actions, 0 running)
[27 / 314] [Prepa] GoCompilePkg external/com_github_daixiang0_gci/pkg/specificity/specificity.a [for tool] ... (41 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 26.235s, Critical Path: 4.28s
INFO: 314 processes: 294 remote cache hit, 20 internal.
INFO: Build completed successfully, 314 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/release-8.1/ghpr_unit_test/tidb && " \
	 //tools/tazel:tazel
INFO: Invocation ID: cf58d28f-4a64-41fa-8b63-6b6bfa06fbca
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/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/release-8.1/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_06_03_34_23.3363004951/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=314897 --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/release-8.1/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/release-8.1/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 (117 packages loaded, 12969 targets configured)
INFO: Analyzed target //tools/tazel:tazel (301 packages loaded, 14190 targets configured).
INFO: Found 1 target...
[0 / 12] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running)
[271 / 585] [Prepa] GoCompilePkg external/org_uber_go_zap/internal/exit/exit.a ... (40 actions, 0 running)
[556 / 585] GoCompilePkg external/com_github_tikv_pd_client/client.a; 0s remote-cache
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 4.720s, Critical Path: 2.64s
INFO: 319 processes: 316 remote cache hit, 3 internal.
INFO: Build completed successfully, 319 total actions
INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/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: 34fbadce-a46e-4635-820a-e51fe4785886
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/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/release-8.1/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_06_03_34_23.3363004951/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/release-8.1/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/release-8.1/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/release-8.1/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: 403 targets (630 packages loaded, 0 targets configured)
Analyzing: 403 targets (1241 packages loaded, 18542 targets configured)
Analyzing: 403 targets (1429 packages loaded, 20653 targets configured)
Analyzing: 403 targets (1631 packages loaded, 23192 targets configured)
Analyzing: 403 targets (1758 packages loaded, 24265 targets configured)
Analyzing: 403 targets (1874 packages loaded, 25291 targets configured)
Analyzing: 403 targets (1874 packages loaded, 25291 targets configured)
Analyzing: 403 targets (1932 packages loaded, 26045 targets configured)
Analyzing: 403 targets (1937 packages loaded, 26688 targets configured)
INFO: Analyzed 403 targets (1937 packages loaded, 26723 targets configured).
INFO: Found 403 test targets...
[0 / 404] [Prepa] Writing file br/cmd/br/br_test/baseline_coverage.dat ... (11 actions, 0 running)
[1,321 / 9,355] GoTestGenTest pkg/ddl/tests/adminpause/adminpause_test_/testmain.go; Downloading pkg/ddl/tests/adminpause/adminpause_test_/testmain.go; 0s remote-cache ... (35 actions, 0 running)
[1,369 / 9,355] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/include/asm_amd64.h; 1s remote-cache ... (35 actions, 0 running)
[1,372 / 9,355] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/net/http.a, 4.4 MiB / 8.3 MiB; 2s remote-cache ... (35 actions, 0 running)
[1,419 / 9,355] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 12.0 MiB / 17.2 MiB; 3s remote-cache ... (35 actions, 0 running)
[1,869 / 9,355] GoCompilePkg external/co_honnef_go_tools/internal/passes/buildir/buildir.a [for tool]; Downloading external/co_honnef_go_tools/internal/passes/buildir/buildir.a; 0s remote-cache ... (35 actions, 0 running)
[2,454 / 9,363] GoCompilePkg external/com_github_stretchr_testify/require/require.a; 0s remote-cache ... (31 actions, 0 running)
[3,027 / 9,375] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 43.0 MiB / 96.2 MiB; 0s remote-cache ... (35 actions, 0 running)
[3,349 / 9,460] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 95.3 MiB / 96.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[3,633 / 9,528] 11 / 403 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, 33.0 MiB / 69.8 MiB; 0s remote-cache ... (35 actions, 0 running)
[3,911 / 9,549] 31 / 403 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a; Downloading external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a, 11.0 MiB / 20.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,259 / 9,682] 65 / 403 tests; GoLink pkg/util/selection/selection_test_/selection_test; Downloading pkg/util/selection/selection_test_/selection_test, 2.0 MiB / 4.7 MiB; 0s remote-cache ... (34 actions, 0 running)
[4,705 / 9,697] 73 / 403 tests; GoCompilePkg external/com_github_ks3sdklib_aws_sdk_go/internal/apierr/apierr.a; Downloading external/com_github_ks3sdklib_aws_sdk_go/internal/apierr/apierr.x; 0s remote-cache ... (35 actions, 0 running)
[4,910 / 9,699] 73 / 403 tests; GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 13.0 MiB / 24.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,065 / 9,699] 74 / 403 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, 38.0 MiB / 75.3 MiB; 1s remote-cache ... (19 actions, 0 running)
[5,138 / 9,699] 74 / 403 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, 67.0 MiB / 75.3 MiB; 2s remote-cache ... (16 actions, 0 running)
[5,191 / 9,711] 78 / 403 tests; GoLink pkg/util/topsql/stmtstats/stmtstats_test_/stmtstats_test; 0s remote-cache ... (5 actions, 0 running)
[5,327 / 9,725] 80 / 403 tests; GoLink pkg/util/systimemon/systimemon_test_/systimemon_test; Downloading pkg/util/systimemon/systimemon_test_/systimemon_test, 9.0 MiB / 23.2 MiB; 0s remote-cache ... (30 actions, 0 running)
[5,379 / 9,733] 81 / 403 tests; GoLink pkg/util/systimemon/systimemon_test_/systimemon_test; Downloading pkg/util/systimemon/systimemon_test_/systimemon_test, 21.1 MiB / 23.2 MiB; 1s remote-cache ... (34 actions, 0 running)
[5,437 / 9,753] 86 / 403 tests; GoLink pkg/lightning/log/log_test_/log_test; 2s remote-cache ... (34 actions, 0 running)
[5,496 / 9,794] 92 / 403 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 20.0 MiB / 28.9 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,551 / 9,849] 97 / 403 tests; GoLink pkg/types/parser_driver/parser_driver_test_/parser_driver_test; 2s remote-cache ... (35 actions, 0 running)
[5,578 / 9,857] 98 / 403 tests; GoLink pkg/util/logutil/logutil_test_/logutil_test; Downloading pkg/util/logutil/logutil_test_/logutil_test, 28.0 MiB / 28.7 MiB; 3s remote-cache ... (35 actions, 0 running)
[5,651 / 9,884] 103 / 403 tests; GoLink pkg/util/codec/codec_test_/codec_test; 3s remote-cache ... (35 actions, 0 running)
[5,719 / 9,893] 106 / 403 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 24.1 MiB / 40.0 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,784 / 9,928] 110 / 403 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 38.0 MiB / 40.0 MiB; 3s remote-cache ... (35 actions, 0 running)
[5,861 / 9,979] 112 / 403 tests; GoLink pkg/tablecodec/tablecodec_test_/tablecodec_test; Downloading pkg/tablecodec/tablecodec_test_/tablecodec_test, 29.0 MiB / 30.7 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,913 / 10,027] 115 / 403 tests; GoLink pkg/resourcemanager/resourcemanager_test_/resourcemanager_test; Downloading pkg/resourcemanager/resourcemanager_test_/resourcemanager_test, 19.0 MiB / 29.4 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,956 / 10,029] 117 / 403 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 25.0 MiB / 42.7 MiB; 2s remote-cache ... (35 actions, 0 running)
[6,002 / 10,033] 120 / 403 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 35.0 MiB / 42.7 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,054 / 10,065] 123 / 403 tests; GoCompilePkg pkg/util/expression.recompile532.a; Downloading pkg/util/expression.recompile532.a, 37.0 MiB / 78.4 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,097 / 10,067] 124 / 403 tests; GoCompilePkg pkg/util/expression.recompile532.a; Downloading pkg/util/expression.recompile532.a, 49.0 MiB / 78.4 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,137 / 10,076] 125 / 403 tests; GoCompilePkg pkg/util/expression.recompile532.a; Downloading pkg/util/expression.recompile532.a, 60.0 MiB / 78.4 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,167 / 10,113] 125 / 403 tests; GoCompilePkg pkg/util/expression.recompile532.a; Downloading pkg/util/expression.recompile532.a, 68.0 MiB / 78.4 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,186 / 10,113] 127 / 403 tests; GoCompilePkg pkg/util/expression.recompile532.a; Downloading pkg/util/expression.recompile532.a, 76.0 MiB / 78.4 MiB; 7s remote-cache ... (35 actions, 0 running)
[6,206 / 10,113] 128 / 403 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1066.a; Downloading pkg/sessionctx/variable/expression.recompile1066.a, 72.0 MiB / 78.4 MiB; 7s remote-cache ... (35 actions, 0 running)
[6,228 / 10,129] 129 / 403 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1066.a; 8s remote-cache ... (35 actions, 0 running)
[6,260 / 10,137] 130 / 403 tests; GoCompilePkg pkg/structure/expression.recompile1064.a; Downloading pkg/structure/expression.recompile1064.a, 71.0 MiB / 78.4 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,302 / 10,149] 132 / 403 tests; GoCompilePkg pkg/structure/expression.recompile1064.a; 9s remote-cache ... (34 actions, 0 running)
[6,353 / 10,168] 134 / 403 tests; GoCompilePkg pkg/extension/expression.recompile1129.a; Downloading pkg/extension/expression.recompile1129.a, 65.0 MiB / 78.4 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,401 / 10,168] 135 / 403 tests; GoCompilePkg pkg/extension/expression.recompile1129.a; Downloading pkg/extension/expression.recompile1129.a, 75.0 MiB / 78.4 MiB; 9s remote-cache ... (35 actions, 0 running)
[6,455 / 10,168] 137 / 403 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 70.6 MiB / 78.4 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,537 / 10,168] 141 / 403 tests; Testing //pkg/util/topsql/reporter:reporter_test (shard 6 of 36); Downloading pkg/util/topsql/reporter/reporter_test/shard_6_of_36/coverage.dat, 6.0 MiB / 6.6 MiB; 0s remote-cache ... (35 actions, 0 running)
[6,600 / 10,168] 143 / 403 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 14.0 MiB / 60.8 MiB; 1s remote-cache ... (35 actions, 0 running)
[6,673 / 10,168] 143 / 403 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 27.0 MiB / 60.8 MiB; 2s remote-cache ... (35 actions, 0 running)
[6,737 / 10,170] 144 / 403 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 38.0 MiB / 60.8 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,811 / 10,184] 145 / 403 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 51.0 MiB / 60.8 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,872 / 10,184] 145 / 403 tests; GoLink pkg/util/util_test_/util_test; 5s remote-cache ... (35 actions, 0 running)
[6,923 / 10,250] 145 / 403 tests; GoLink br/pkg/utils/utils_test_/utils_test; 4s remote-cache ... (35 actions, 0 running)
[6,973 / 10,288] 147 / 403 tests; GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; Downloading pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test, 42.0 MiB / 55.3 MiB; 4s remote-cache ... (35 actions, 0 running)
[7,027 / 10,290] 149 / 403 tests; GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; Downloading pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test, 51.0 MiB / 55.3 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,081 / 10,294] 150 / 403 tests; GoLink pkg/expression/aggregation/aggregation_test_/aggregation_test; Downloading pkg/expression/aggregation/aggregation_test_/aggregation_test, 51.0 MiB / 52.7 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,139 / 10,315] 153 / 403 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 62.0 MiB / 80.0 MiB; 6s remote-cache ... (35 actions, 0 running)
[7,204 / 10,315] 153 / 403 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 75.0 MiB / 80.0 MiB; 7s remote-cache ... (35 actions, 0 running)
[7,261 / 10,317] 153 / 403 tests; GoLink pkg/store/driver/txn/txn_test_/txn_test; Downloading pkg/store/driver/txn/txn_test_/txn_test, 51.0 MiB / 53.5 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,314 / 10,323] 155 / 403 tests; GoLink pkg/ddl/copr/copr_test_/copr_test; Downloading pkg/ddl/copr/copr_test_/copr_test, 52.8 MiB / 53.3 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,379 / 10,327] 156 / 403 tests; GoLink pkg/domain/infosync/infosync_test_/infosync_test; Downloading pkg/domain/infosync/infosync_test_/infosync_test, 44.0 MiB / 50.0 MiB; 4s remote-cache ... (35 actions, 0 running)
[7,441 / 10,335] 157 / 403 tests; GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 31.7 MiB / 56.0 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,493 / 10,335] 160 / 403 tests; GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 43.0 MiB / 56.0 MiB; 4s remote-cache ... (35 actions, 0 running)
[7,531 / 10,349] 161 / 403 tests; GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 53.0 MiB / 56.0 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,576 / 10,372] 163 / 403 tests; GoLink pkg/statistics/handle/cache/cache_test_/cache_test; Downloading pkg/statistics/handle/cache/cache_test_/cache_test, 35.0 MiB / 54.3 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,624 / 10,372] 164 / 403 tests; GoLink pkg/statistics/handle/cache/cache_test_/cache_test; Downloading pkg/statistics/handle/cache/cache_test_/cache_test, 47.0 MiB / 54.3 MiB; 4s remote-cache ... (35 actions, 0 running)
[7,666 / 10,374] 164 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 53.0 MiB / 151.1 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,706 / 10,425] 165 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 65.0 MiB / 151.1 MiB; 6s remote-cache ... (35 actions, 0 running)
[7,742 / 10,456] 167 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 75.0 MiB / 151.1 MiB; 7s remote-cache ... (35 actions, 0 running)
[7,797 / 10,475] 168 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 87.0 MiB / 151.1 MiB; 8s remote-cache ... (34 actions, 0 running)
[7,844 / 10,475] 169 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 99.0 MiB / 151.1 MiB; 9s remote-cache ... (35 actions, 0 running)
[7,883 / 10,475] 169 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 109.0 MiB / 151.1 MiB; 10s remote-cache ... (35 actions, 0 running)
[7,915 / 10,536] 170 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 119.0 MiB / 151.1 MiB; 11s remote-cache ... (35 actions, 0 running)
[7,949 / 10,536] 171 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 129.0 MiB / 151.1 MiB; 12s remote-cache ... (35 actions, 0 running)
[7,974 / 10,540] 171 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 137.0 MiB / 151.1 MiB; 13s remote-cache ... (35 actions, 0 running)
[7,994 / 10,540] 172 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 144.0 MiB / 151.1 MiB; 14s remote-cache ... (35 actions, 0 running)
[8,012 / 10,570] 173 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 15s remote-cache ... (35 actions, 0 running)
[8,013 / 10,570] 173 / 403 tests; GoLink pkg/lightning/config/config_test_/config_test; Downloading pkg/lightning/config/config_test_/config_test, 50.0 MiB / 59.0 MiB; 7s remote-cache ... (35 actions, 0 running)
[8,017 / 10,570] 173 / 403 tests; GoLink pkg/lightning/config/config_test_/config_test; Downloading pkg/lightning/config/config_test_/config_test, 51.0 MiB / 59.0 MiB; 8s remote-cache ... (35 actions, 0 running)
[8,035 / 10,570] 173 / 403 tests; GoLink pkg/lightning/config/config_test_/config_test; Downloading pkg/lightning/config/config_test_/config_test, 58.0 MiB / 59.0 MiB; 9s remote-cache ... (35 actions, 0 running)
[8,063 / 10,623] 173 / 403 tests; GoLink br/pkg/config/config_test_/config_test; Downloading br/pkg/config/config_test_/config_test, 55.0 MiB / 77.2 MiB; 9s remote-cache ... (35 actions, 0 running)
[8,081 / 10,623] 174 / 403 tests; GoLink br/pkg/config/config_test_/config_test; Downloading br/pkg/config/config_test_/config_test, 62.0 MiB / 77.2 MiB; 10s remote-cache ... (35 actions, 0 running)
[8,106 / 10,623] 175 / 403 tests; GoLink br/pkg/config/config_test_/config_test; Downloading br/pkg/config/config_test_/config_test, 70.0 MiB / 77.2 MiB; 11s remote-cache ... (35 actions, 0 running)
[8,131 / 10,628] 176 / 403 tests; GoLink br/pkg/config/config_test_/config_test; 12s remote-cache ... (35 actions, 0 running)
[8,157 / 10,670] 176 / 403 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 74.0 MiB / 101.4 MiB; 12s remote-cache ... (35 actions, 0 running)
[8,197 / 10,686] 177 / 403 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 84.0 MiB / 101.4 MiB; 13s remote-cache ... (35 actions, 0 running)
[8,229 / 10,688] 177 / 403 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 92.0 MiB / 101.4 MiB; 14s remote-cache ... (35 actions, 0 running)
[8,263 / 10,690] 177 / 403 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 101.0 MiB / 101.4 MiB; 15s remote-cache ... (35 actions, 0 running)
[8,296 / 10,767] 180 / 403 tests; GoLink pkg/table/temptable/temptable_test_/temptable_test; Downloading pkg/table/temptable/temptable_test_/temptable_test, 40.0 MiB / 61.5 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,316 / 10,767] 180 / 403 tests; GoLink pkg/table/temptable/temptable_test_/temptable_test; Downloading pkg/table/temptable/temptable_test_/temptable_test, 48.0 MiB / 61.5 MiB; 6s remote-cache ... (35 actions, 0 running)
[8,346 / 10,780] 180 / 403 tests; GoLink pkg/table/temptable/temptable_test_/temptable_test; Downloading pkg/table/temptable/temptable_test_/temptable_test, 57.0 MiB / 61.5 MiB; 7s remote-cache ... (35 actions, 0 running)
[8,369 / 10,797] 180 / 403 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 42.0 MiB / 79.2 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,396 / 10,797] 180 / 403 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 50.4 MiB / 79.2 MiB; 6s remote-cache ... (35 actions, 0 running)
[8,415 / 10,797] 181 / 403 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 58.0 MiB / 79.2 MiB; 7s remote-cache ... (35 actions, 0 running)
[8,436 / 10,797] 182 / 403 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 65.0 MiB / 79.2 MiB; 8s remote-cache ... (35 actions, 0 running)
[8,462 / 10,808] 184 / 403 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 74.0 MiB / 79.2 MiB; 9s remote-cache ... (35 actions, 0 running)
[8,498 / 10,834] 184 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 28.9 MiB / 154.5 MiB; 4s remote-cache ... (35 actions, 0 running)
[8,527 / 10,836] 184 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 38.9 MiB / 154.5 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,565 / 10,836] 185 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 48.9 MiB / 154.5 MiB; 6s remote-cache ... (35 actions, 0 running)
[8,590 / 10,836] 186 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 57.6 MiB / 154.5 MiB; 7s remote-cache ... (35 actions, 0 running)
[8,613 / 10,841] 186 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 65.9 MiB / 154.5 MiB; 8s remote-cache ... (35 actions, 0 running)
[8,642 / 10,841] 188 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 73.9 MiB / 154.5 MiB; 9s remote-cache ... (35 actions, 0 running)
[8,669 / 10,841] 190 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 82.9 MiB / 154.5 MiB; 10s remote-cache ... (35 actions, 0 running)
[8,690 / 10,841] 190 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 90.9 MiB / 154.5 MiB; 11s remote-cache ... (35 actions, 0 running)
[8,715 / 10,892] 191 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 99.9 MiB / 154.5 MiB; 12s remote-cache ... (35 actions, 0 running)
[8,732 / 10,894] 192 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 106.9 MiB / 154.5 MiB; 13s remote-cache ... (35 actions, 0 running)
[8,760 / 10,922] 193 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 115.9 MiB / 154.5 MiB; 14s remote-cache ... (34 actions, 0 running)
[8,787 / 10,943] 193 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 124.9 MiB / 154.5 MiB; 15s remote-cache ... (35 actions, 0 running)
[8,811 / 10,943] 193 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 133.9 MiB / 154.5 MiB; 16s remote-cache ... (35 actions, 0 running)
[8,830 / 10,943] 194 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 140.9 MiB / 154.5 MiB; 17s remote-cache ... (35 actions, 0 running)
[8,850 / 10,943] 194 / 403 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 148.9 MiB / 154.5 MiB; 18s remote-cache ... (35 actions, 0 running)
[8,865 / 10,948] 194 / 403 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 108.0 MiB / 158.1 MiB; 14s remote-cache ... (35 actions, 0 running)
[8,894 / 10,966] 195 / 403 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 116.0 MiB / 158.1 MiB; 15s remote-cache ... (35 actions, 0 running)
[8,909 / 10,966] 196 / 403 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 123.0 MiB / 158.1 MiB; 16s remote-cache ... (35 actions, 0 running)
[8,928 / 10,966] 196 / 403 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 130.0 MiB / 158.1 MiB; 17s remote-cache ... (35 actions, 0 running)
[8,957 / 10,972] 197 / 403 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 139.0 MiB / 158.1 MiB; 18s remote-cache ... (35 actions, 0 running)
[8,975 / 10,972] 197 / 403 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 146.0 MiB / 158.1 MiB; 19s remote-cache ... (35 actions, 0 running)
[8,995 / 10,996] 198 / 403 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 153.0 MiB / 158.1 MiB; 20s remote-cache ... (35 actions, 0 running)
[9,011 / 10,998] 198 / 403 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 21s remote-cache ... (35 actions, 0 running)
[9,032 / 11,016] 199 / 403 tests; GoLink pkg/lightning/common/common_test_/common_test; Downloading pkg/lightning/common/common_test_/common_test, 88.0 MiB / 101.6 MiB; 12s remote-cache ... (35 actions, 0 running)
[9,048 / 11,016] 200 / 403 tests; GoLink pkg/lightning/common/common_test_/common_test; Downloading pkg/lightning/common/common_test_/common_test, 96.0 MiB / 101.6 MiB; 13s remote-cache ... (35 actions, 0 running)
[9,063 / 11,016] 200 / 403 tests; GoLink pkg/lightning/common/common_test_/common_test; 15s remote-cache ... (35 actions, 0 running)
[9,082 / 11,046] 202 / 403 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 99.0 MiB / 158.1 MiB; 14s remote-cache ... (35 actions, 0 running)
[9,102 / 11,046] 202 / 403 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 107.0 MiB / 158.1 MiB; 16s remote-cache ... (35 actions, 0 running)
[9,117 / 11,046] 202 / 403 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 114.0 MiB / 158.1 MiB; 17s remote-cache ... (35 actions, 0 running)
[9,134 / 11,046] 203 / 403 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 120.0 MiB / 158.1 MiB; 18s remote-cache ... (35 actions, 0 running)
[9,149 / 11,046] 203 / 403 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 127.0 MiB / 158.1 MiB; 19s remote-cache ... (35 actions, 0 running)
[9,168 / 11,046] 203 / 403 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 134.0 MiB / 158.1 MiB; 20s remote-cache ... (35 actions, 0 running)
[9,182 / 11,046] 203 / 403 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 140.0 MiB / 158.1 MiB; 21s remote-cache ... (34 actions, 0 running)
[9,191 / 11,046] 203 / 403 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 146.0 MiB / 158.1 MiB; 22s remote-cache ... (35 actions, 0 running)
[9,204 / 11,046] 203 / 403 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 152.0 MiB / 158.1 MiB; 23s remote-cache ... (35 actions, 0 running)
[9,222 / 11,046] 203 / 403 tests; GoLink pkg/extension/extension_test_/extension_test; 24s remote-cache ... (35 actions, 0 running)
[9,241 / 11,062] 203 / 403 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 143.0 MiB / 155.4 MiB; 21s remote-cache ... (35 actions, 0 running)
[9,257 / 11,062] 203 / 403 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 150.0 MiB / 155.4 MiB; 22s remote-cache ... (35 actions, 0 running)
[9,277 / 11,113] 203 / 403 tests; GoLink pkg/table/tables/tables_test_/tables_test; 23s remote-cache ... (35 actions, 0 running)
[9,307 / 11,145] 205 / 403 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 111.0 MiB / 155.2 MiB; 17s remote-cache ... (35 actions, 0 running)
[9,327 / 11,145] 205 / 403 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 118.0 MiB / 155.2 MiB; 18s remote-cache ... (35 actions, 0 running)
[9,350 / 11,145] 205 / 403 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 126.0 MiB / 155.2 MiB; 19s remote-cache ... (35 actions, 0 running)
[9,379 / 11,145] 206 / 403 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 134.0 MiB / 155.2 MiB; 20s remote-cache ... (35 actions, 0 running)
[9,405 / 11,145] 207 / 403 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 142.5 MiB / 155.2 MiB; 21s remote-cache ... (35 actions, 0 running)
[9,435 / 11,145] 207 / 403 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 151.0 MiB / 155.2 MiB; 22s remote-cache ... (35 actions, 0 running)
[9,459 / 11,157] 207 / 403 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 129.0 MiB / 139.6 MiB; 19s remote-cache ... (35 actions, 0 running)
[9,492 / 11,157] 207 / 403 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 20s remote-cache ... (35 actions, 0 running)
[9,524 / 11,177] 208 / 403 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 147.0 MiB / 155.4 MiB; 20s remote-cache ... (35 actions, 0 running)
[9,552 / 11,177] 208 / 403 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 155.0 MiB / 155.4 MiB; 21s remote-cache ... (35 actions, 0 running)
[9,577 / 11,215] 208 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1217.a; Downloading pkg/disttask/framework/storage/executor.recompile1217.a, 42.0 MiB / 42.8 MiB; 5s remote-cache ... (35 actions, 0 running)
[9,596 / 11,215] 208 / 403 tests; GoLink pkg/lightning/tikv/tikv_test_/tikv_test; Downloading pkg/lightning/tikv/tikv_test_/tikv_test, 47.0 MiB / 58.8 MiB; 5s remote-cache ... (35 actions, 0 running)
[9,625 / 11,215] 208 / 403 tests; GoLink pkg/lightning/tikv/tikv_test_/tikv_test; Downloading pkg/lightning/tikv/tikv_test_/tikv_test, 55.0 MiB / 58.8 MiB; 6s remote-cache ... (35 actions, 0 running)
[9,647 / 11,220] 208 / 403 tests; GoLink pkg/lightning/errormanager/errormanager_test_/errormanager_test; Downloading pkg/lightning/errormanager/errormanager_test_/errormanager_test, 44.0 MiB / 78.1 MiB; 6s remote-cache ... (35 actions, 0 running)
[9,665 / 11,220] 208 / 403 tests; GoLink pkg/lightning/errormanager/errormanager_test_/errormanager_test; Downloading pkg/lightning/errormanager/errormanager_test_/errormanager_test, 51.0 MiB / 78.1 MiB; 7s remote-cache ... (35 actions, 0 running)
[9,692 / 11,220] 208 / 403 tests; GoLink pkg/lightning/errormanager/errormanager_test_/errormanager_test; Downloading pkg/lightning/errormanager/errormanager_test_/errormanager_test, 60.0 MiB / 78.1 MiB; 8s remote-cache ... (35 actions, 0 running)
[9,714 / 11,220] 209 / 403 tests; GoLink pkg/lightning/errormanager/errormanager_test_/errormanager_test; Downloading pkg/lightning/errormanager/errormanager_test_/errormanager_test, 68.0 MiB / 78.1 MiB; 9s remote-cache ... (35 actions, 0 running)
[9,730 / 11,220] 209 / 403 tests; GoLink pkg/lightning/errormanager/errormanager_test_/errormanager_test; Downloading pkg/lightning/errormanager/errormanager_test_/errormanager_test, 75.0 MiB / 78.1 MiB; 10s remote-cache ... (35 actions, 0 running)
[9,750 / 11,230] 210 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 37.0 MiB / 208.8 MiB; 5s remote-cache ... (35 actions, 0 running)
[9,782 / 11,230] 210 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 46.0 MiB / 208.8 MiB; 6s remote-cache ... (35 actions, 0 running)
[9,797 / 11,230] 210 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 53.0 MiB / 208.8 MiB; 7s remote-cache ... (35 actions, 0 running)
[9,823 / 11,230] 210 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 61.0 MiB / 208.8 MiB; 8s remote-cache ... (35 actions, 0 running)
[9,852 / 11,230] 211 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 71.0 MiB / 208.8 MiB; 9s remote-cache ... (35 actions, 0 running)
[9,877 / 11,230] 211 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 79.0 MiB / 208.8 MiB; 10s remote-cache ... (35 actions, 0 running)
[9,906 / 11,232] 211 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 88.0 MiB / 208.8 MiB; 11s remote-cache ... (35 actions, 0 running)
[9,942 / 11,232] 212 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 98.0 MiB / 208.8 MiB; 12s remote-cache ... (35 actions, 0 running)
[9,961 / 11,232] 212 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 105.0 MiB / 208.8 MiB; 13s remote-cache ... (35 actions, 0 running)
[9,978 / 11,232] 212 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 113.0 MiB / 208.8 MiB; 14s remote-cache ... (35 actions, 0 running)
[9,992 / 11,232] 212 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 120.0 MiB / 208.8 MiB; 15s remote-cache ... (35 actions, 0 running)
[10,000 / 11,232] 212 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 127.0 MiB / 208.8 MiB; 16s remote-cache ... (35 actions, 0 running)
[10,017 / 11,232] 212 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 134.0 MiB / 208.8 MiB; 18s remote-cache ... (35 actions, 0 running)
[10,031 / 11,232] 212 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 141.0 MiB / 208.8 MiB; 19s remote-cache ... (35 actions, 0 running)
[10,042 / 11,232] 212 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 147.0 MiB / 208.8 MiB; 20s remote-cache ... (35 actions, 0 running)
[10,051 / 11,232] 212 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 155.0 MiB / 208.8 MiB; 21s remote-cache ... (35 actions, 0 running)
[10,059 / 11,232] 213 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 161.0 MiB / 208.8 MiB; 22s remote-cache ... (35 actions, 0 running)
[10,073 / 11,232] 214 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 168.0 MiB / 208.8 MiB; 23s remote-cache ... (35 actions, 0 running)
[10,088 / 11,232] 215 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 175.0 MiB / 208.8 MiB; 24s remote-cache ... (35 actions, 0 running)
[10,113 / 11,232] 216 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 183.0 MiB / 208.8 MiB; 25s remote-cache ... (35 actions, 0 running)
[10,140 / 11,232] 217 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 192.0 MiB / 208.8 MiB; 26s remote-cache ... (34 actions, 0 running)
[10,158 / 11,232] 217 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 200.0 MiB / 208.8 MiB; 27s remote-cache ... (35 actions, 0 running)
[10,173 / 11,232] 217 / 403 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 28s remote-cache ... (35 actions, 0 running)
[10,196 / 11,290] 217 / 403 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 185.0 MiB / 207.9 MiB; 25s remote-cache ... (35 actions, 0 running)
[10,203 / 11,290] 217 / 403 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 192.0 MiB / 207.9 MiB; 26s remote-cache ... (35 actions, 0 running)
[10,214 / 11,294] 217 / 403 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 199.0 MiB / 207.9 MiB; 28s remote-cache ... (35 actions, 0 running)
[10,220 / 11,294] 217 / 403 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 205.0 MiB / 207.9 MiB; 29s remote-cache ... (35 actions, 0 running)
[10,227 / 11,294] 217 / 403 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 30s remote-cache ... (35 actions, 0 running)
[10,234 / 11,317] 217 / 403 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 149.2 MiB / 156.3 MiB; 23s remote-cache ... (35 actions, 0 running)
[10,241 / 11,317] 217 / 403 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 156.2 MiB / 156.3 MiB; 24s remote-cache ... (35 actions, 0 running)
[10,248 / 11,332] 217 / 403 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 164.4 MiB / 211.5 MiB; 25s remote-cache ... (35 actions, 0 running)
[10,255 / 11,371] 217 / 403 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 170.0 MiB / 211.5 MiB; 26s remote-cache ... (35 actions, 0 running)
[10,264 / 11,377] 217 / 403 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 176.0 MiB / 211.5 MiB; 27s remote-cache ... (35 actions, 0 running)
[10,268 / 11,377] 217 / 403 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 184.0 MiB / 211.5 MiB; 28s remote-cache ... (35 actions, 0 running)
[10,277 / 11,377] 219 / 403 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 191.0 MiB / 211.5 MiB; 29s remote-cache ... (34 actions, 0 running)
[10,288 / 11,379] 220 / 403 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 197.0 MiB / 211.5 MiB; 31s remote-cache ... (35 actions, 0 running)
[10,292 / 11,379] 220 / 403 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 203.4 MiB / 211.5 MiB; 32s remote-cache ... (35 actions, 0 running)
[10,296 / 11,379] 221 / 403 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 209.0 MiB / 211.5 MiB; 33s remote-cache ... (35 actions, 0 running)
[10,310 / 11,448] 222 / 403 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 205.0 MiB / 206.6 MiB; 33s remote-cache ... (35 actions, 0 running)
[10,318 / 11,474] 222 / 403 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 206.0 MiB / 208.2 MiB; 33s remote-cache ... (35 actions, 0 running)
[10,323 / 11,474] 222 / 403 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 34s remote-cache ... (35 actions, 0 running)
[10,331 / 11,491] 222 / 403 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 190.0 MiB / 208.3 MiB; 31s remote-cache ... (35 actions, 0 running)
[10,340 / 11,491] 222 / 403 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 197.0 MiB / 208.3 MiB; 32s remote-cache ... (35 actions, 0 running)
[10,350 / 11,491] 222 / 403 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 203.0 MiB / 208.3 MiB; 33s remote-cache ... (35 actions, 0 running)
[10,358 / 11,491] 222 / 403 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 34s remote-cache ... (35 actions, 0 running)
[10,372 / 11,561] 222 / 403 tests; GoLink br/pkg/backup/backup_test_/backup_test; Downloading br/pkg/backup/backup_test_/backup_test, 203.0 MiB / 211.8 MiB; 33s remote-cache ... (35 actions, 0 running)
[10,378 / 11,561] 222 / 403 tests; GoLink br/pkg/backup/backup_test_/backup_test; Downloading br/pkg/backup/backup_test_/backup_test, 209.0 MiB / 211.8 MiB; 34s remote-cache ... (35 actions, 0 running)
[10,389 / 11,570] 222 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 181.5 MiB / 267.7 MiB; 30s remote-cache ... (35 actions, 0 running)
[10,400 / 11,621] 223 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 189.0 MiB / 267.7 MiB; 31s remote-cache ... (35 actions, 0 running)
[10,406 / 11,621] 223 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 195.0 MiB / 267.7 MiB; 32s remote-cache ... (35 actions, 0 running)
[10,414 / 11,621] 224 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 201.0 MiB / 267.7 MiB; 33s remote-cache ... (35 actions, 0 running)
[10,422 / 11,621] 224 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 207.0 MiB / 267.7 MiB; 34s remote-cache ... (35 actions, 0 running)
[10,428 / 11,648] 224 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 214.0 MiB / 267.7 MiB; 35s remote-cache ... (35 actions, 0 running)
[10,437 / 11,648] 224 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 220.0 MiB / 267.7 MiB; 36s remote-cache ... (35 actions, 0 running)
[10,444 / 11,648] 224 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 228.0 MiB / 267.7 MiB; 38s remote-cache ... (35 actions, 0 running)
[10,449 / 11,648] 224 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 234.0 MiB / 267.7 MiB; 39s remote-cache ... (34 actions, 0 running)
[10,468 / 11,714] 224 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 242.0 MiB / 267.7 MiB; 40s remote-cache ... (35 actions, 0 running)
[10,478 / 11,737] 224 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 249.0 MiB / 267.7 MiB; 41s remote-cache ... (35 actions, 0 running)
[10,496 / 11,746] 224 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 256.0 MiB / 267.7 MiB; 42s remote-cache ... (35 actions, 0 running)
[10,508 / 11,746] 225 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 264.0 MiB / 267.7 MiB; 43s remote-cache ... (35 actions, 0 running)
[10,518 / 11,746] 225 / 403 tests; GoLink pkg/expression/expression_test_/expression_test; 44s remote-cache ... (35 actions, 0 running)
[10,529 / 11,797] 225 / 403 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; Downloading pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test, 202.0 MiB / 207.4 MiB; 34s remote-cache ... (35 actions, 0 running)
[10,548 / 11,797] 225 / 403 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; 35s remote-cache ... (35 actions, 0 running)
[10,565 / 11,810] 225 / 403 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 192.0 MiB / 219.5 MiB; 31s remote-cache ... (35 actions, 0 running)
[10,574 / 11,810] 225 / 403 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 198.0 MiB / 219.5 MiB; 32s remote-cache ... (35 actions, 0 running)
[10,592 / 11,810] 226 / 403 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 206.0 MiB / 219.5 MiB; 33s remote-cache ... (35 actions, 0 running)
[10,609 / 11,882] 226 / 403 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 214.0 MiB / 219.5 MiB; 34s remote-cache ... (35 actions, 0 running)
[10,623 / 11,882] 226 / 403 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 35s remote-cache ... (35 actions, 0 running)
[10,635 / 11,911] 226 / 403 tests; GoLink pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test; 34s remote-cache ... (35 actions, 0 running)
[10,655 / 11,923] 227 / 403 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 147.8 MiB / 154.9 MiB; 23s remote-cache ... (35 actions, 0 running)
[10,672 / 11,923] 227 / 403 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 153.8 MiB / 154.9 MiB; 25s remote-cache ... (35 actions, 0 running)
[10,684 / 11,925] 228 / 403 tests; GoCompilePkg pkg/infoschema/perfschema/executor.recompile1214.a; Downloading pkg/infoschema/perfschema/executor.recompile1214.a, 24.0 MiB / 39.6 MiB; 4s remote-cache ... (35 actions, 0 running)
[10,695 / 11,925] 228 / 403 tests; GoCompilePkg pkg/infoschema/perfschema/executor.recompile1214.a; Downloading pkg/infoschema/perfschema/executor.recompile1214.a, 29.9 MiB / 39.6 MiB; 5s remote-cache ... (35 actions, 0 running)
[10,706 / 11,925] 228 / 403 tests; GoCompilePkg pkg/infoschema/perfschema/executor.recompile1214.a; Downloading pkg/infoschema/perfschema/executor.recompile1214.a, 36.0 MiB / 39.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[10,722 / 11,925] 229 / 403 tests; GoCompilePkg pkg/store/mockstore/mockcopr/executor.recompile1215.a; Downloading pkg/store/mockstore/mockcopr/executor.recompile1215.a, 39.0 MiB / 39.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[10,737 / 11,927] 230 / 403 tests; GoCompilePkg pkg/ddl/schematracker/core.recompile1108.a; Downloading pkg/ddl/schematracker/core.recompile1108.a, 31.0 MiB / 42.7 MiB; 5s remote-cache ... (35 actions, 0 running)
[10,749 / 11,927] 231 / 403 tests; GoCompilePkg pkg/ddl/schematracker/core.recompile1108.a; Downloading pkg/ddl/schematracker/core.recompile1108.a, 38.0 MiB / 42.7 MiB; 6s remote-cache ... (35 actions, 0 running)
[10,762 / 11,927] 231 / 403 tests; GoCompilePkg pkg/planner/funcdep/executor.recompile1215.a; Downloading pkg/planner/funcdep/executor.recompile1215.a, 34.0 MiB / 39.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[10,777 / 11,927] 233 / 403 tests; Testing //pkg/bindinfo/tests:tests_test (shard 12 of 18); Downloading pkg/bindinfo/tests/tests_test/shard_12_of_18/coverage.dat, 17.0 MiB / 18.3 MiB; 3s remote-cache ... (35 actions, 0 running)
[10,789 / 11,927] 233 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 8 of 17); Downloading pkg/planner/core/casetest/cbotest/cbotest_test/shard_8_of_17/coverage.dat, 18.0 MiB / 18.3 MiB; 3s remote-cache ... (35 actions, 0 running)
[10,804 / 11,927] 234 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 38 of 50); Downloading pkg/executor/aggfuncs/aggfuncs_test/shard_38_of_50/coverage.dat, 18.0 MiB / 18.4 MiB; 3s remote-cache ... (35 actions, 0 running)
[10,819 / 11,927] 235 / 403 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 22.0 MiB / 101.6 MiB; 4s remote-cache ... (35 actions, 0 running)
[10,832 / 11,927] 235 / 403 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 29.0 MiB / 101.6 MiB; 5s remote-cache ... (35 actions, 0 running)
[10,853 / 11,927] 235 / 403 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 37.0 MiB / 101.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[10,867 / 11,927] 235 / 403 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 45.0 MiB / 101.6 MiB; 7s remote-cache ... (35 actions, 0 running)
[10,877 / 11,927] 236 / 403 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 52.0 MiB / 101.6 MiB; 8s remote-cache ... (35 actions, 0 running)
[10,895 / 11,933] 238 / 403 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 59.0 MiB / 101.6 MiB; 9s remote-cache ... (35 actions, 0 running)
[10,910 / 11,933] 238 / 403 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 65.0 MiB / 101.6 MiB; 10s remote-cache ... (35 actions, 0 running)
[10,918 / 11,933] 239 / 403 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 72.0 MiB / 101.6 MiB; 11s remote-cache ... (35 actions, 0 running)
[10,930 / 11,933] 240 / 403 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 79.0 MiB / 101.6 MiB; 13s remote-cache ... (35 actions, 0 running)
[10,938 / 11,939] 240 / 403 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 85.0 MiB / 101.6 MiB; 14s remote-cache ... (35 actions, 0 running)
[10,946 / 11,939] 240 / 403 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 91.0 MiB / 101.6 MiB; 15s remote-cache ... (35 actions, 0 running)
[10,955 / 11,939] 240 / 403 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 97.0 MiB / 101.6 MiB; 16s remote-cache ... (35 actions, 0 running)
[10,964 / 11,941] 241 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 64.9 MiB / 152.7 MiB; 11s remote-cache ... (35 actions, 0 running)
[10,975 / 11,941] 241 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 72.0 MiB / 152.7 MiB; 12s remote-cache ... (35 actions, 0 running)
[10,989 / 11,941] 241 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 79.0 MiB / 152.7 MiB; 13s remote-cache ... (35 actions, 0 running)
[11,003 / 11,941] 242 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 87.0 MiB / 152.7 MiB; 14s remote-cache ... (35 actions, 0 running)
[11,015 / 11,949] 243 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 94.0 MiB / 152.7 MiB; 15s remote-cache ... (35 actions, 0 running)
[11,031 / 11,964] 244 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 100.0 MiB / 152.7 MiB; 16s remote-cache ... (35 actions, 0 running)
[11,045 / 11,964] 244 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 108.0 MiB / 152.7 MiB; 18s remote-cache ... (35 actions, 0 running)
[11,061 / 11,964] 245 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 116.0 MiB / 152.7 MiB; 19s remote-cache ... (35 actions, 0 running)
[11,070 / 11,964] 245 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 122.0 MiB / 152.7 MiB; 20s remote-cache ... (35 actions, 0 running)
[11,082 / 11,964] 245 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 128.0 MiB / 152.7 MiB; 21s remote-cache ... (35 actions, 0 running)
[11,096 / 11,964] 246 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 135.0 MiB / 152.7 MiB; 22s remote-cache ... (35 actions, 0 running)
[11,108 / 11,964] 247 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 141.0 MiB / 152.7 MiB; 23s remote-cache ... (35 actions, 0 running)
[11,115 / 11,964] 247 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 147.2 MiB / 152.7 MiB; 24s remote-cache ... (35 actions, 0 running)
[11,126 / 11,964] 248 / 403 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 25s remote-cache ... (35 actions, 0 running)
[11,139 / 11,966] 249 / 403 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 144.0 MiB / 211.5 MiB; 24s remote-cache ... (35 actions, 0 running)
[11,151 / 11,993] 249 / 403 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 151.0 MiB / 211.5 MiB; 25s remote-cache ... (35 actions, 0 running)
[11,160 / 11,993] 249 / 403 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 157.0 MiB / 211.5 MiB; 26s remote-cache ... (35 actions, 0 running)
[11,164 / 11,993] 250 / 403 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 163.0 MiB / 211.5 MiB; 27s remote-cache ... (35 actions, 0 running)
[11,178 / 11,993] 250 / 403 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 171.0 MiB / 211.5 MiB; 28s remote-cache ... (35 actions, 0 running)
[11,192 / 11,995] 250 / 403 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 178.0 MiB / 211.5 MiB; 29s remote-cache ... (35 actions, 0 running)
[11,202 / 11,995] 251 / 403 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 184.0 MiB / 211.5 MiB; 30s remote-cache ... (35 actions, 0 running)
[11,213 / 11,995] 251 / 403 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 190.0 MiB / 211.5 MiB; 31s remote-cache ... (35 actions, 0 running)
[11,224 / 11,995] 252 / 403 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 196.0 MiB / 211.5 MiB; 33s remote-cache ... (35 actions, 0 running)
[11,237 / 11,995] 254 / 403 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 203.0 MiB / 211.5 MiB; 34s remote-cache ... (35 actions, 0 running)
[11,249 / 11,997] 254 / 403 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; Downloading pkg/executor/test/seqtest/seqtest_test_/seqtest_test, 210.0 MiB / 211.5 MiB; 35s remote-cache ... (35 actions, 0 running)
[11,268 / 12,026] 254 / 403 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 165.0 MiB / 207.5 MiB; 28s remote-cache ... (34 actions, 0 running)
[11,281 / 12,026] 255 / 403 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 172.0 MiB / 207.5 MiB; 29s remote-cache ... (35 actions, 0 running)
[11,290 / 12,026] 257 / 403 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 178.0 MiB / 207.5 MiB; 30s remote-cache ... (35 actions, 0 running)
[11,298 / 12,026] 258 / 403 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 184.0 MiB / 207.5 MiB; 31s remote-cache ... (35 actions, 0 running)
[11,306 / 12,026] 258 / 403 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 190.0 MiB / 207.5 MiB; 32s remote-cache ... (35 actions, 0 running)
[11,318 / 12,026] 258 / 403 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 198.0 MiB / 207.5 MiB; 33s remote-cache ... (35 actions, 0 running)
[11,327 / 12,026] 259 / 403 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 204.0 MiB / 207.5 MiB; 34s remote-cache ... (35 actions, 0 running)
[11,337 / 12,026] 260 / 403 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; 35s remote-cache ... (35 actions, 0 running)
[11,348 / 12,039] 260 / 403 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 186.0 MiB / 207.8 MiB; 31s remote-cache ... (35 actions, 0 running)
[11,355 / 12,039] 260 / 403 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 191.0 MiB / 207.8 MiB; 32s remote-cache ... (35 actions, 0 running)
[11,365 / 12,039] 260 / 403 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 197.0 MiB / 207.8 MiB; 33s remote-cache ... (35 actions, 0 running)
[11,379 / 12,067] 260 / 403 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 203.0 MiB / 207.8 MiB; 34s remote-cache ... (35 actions, 0 running)
[11,387 / 12,067] 260 / 403 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; 36s remote-cache ... (35 actions, 0 running)
[11,400 / 12,072] 261 / 403 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 166.0 MiB / 207.8 MiB; 29s remote-cache ... (35 actions, 0 running)
[11,410 / 12,072] 262 / 403 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 173.0 MiB / 207.8 MiB; 30s remote-cache ... (35 actions, 0 running)
[11,422 / 12,072] 262 / 403 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 179.0 MiB / 207.8 MiB; 31s remote-cache ... (35 actions, 0 running)
[11,425 / 12,072] 262 / 403 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 184.0 MiB / 207.8 MiB; 32s remote-cache ... (35 actions, 0 running)
[11,435 / 12,078] 262 / 403 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 190.0 MiB / 207.8 MiB; 33s remote-cache ... (35 actions, 0 running)
[11,446 / 12,091] 262 / 403 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 197.0 MiB / 207.8 MiB; 34s remote-cache ... (35 actions, 0 running)
[11,457 / 12,091] 263 / 403 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 205.0 MiB / 207.8 MiB; 36s remote-cache ... (35 actions, 0 running)
[11,460 / 12,091] 264 / 403 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 37s remote-cache ... (35 actions, 0 running)
[11,469 / 12,113] 265 / 403 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 143.0 MiB / 207.8 MiB; 26s remote-cache ... (35 actions, 0 running)
[11,479 / 12,121] 266 / 403 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 148.0 MiB / 207.8 MiB; 27s remote-cache ... (35 actions, 0 running)
[11,485 / 12,121] 266 / 403 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 154.0 MiB / 207.8 MiB; 28s remote-cache ... (35 actions, 0 running)
[11,487 / 12,121] 266 / 403 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 160.0 MiB / 207.8 MiB; 29s remote-cache ... (35 actions, 0 running)
[11,492 / 12,121] 268 / 403 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 165.0 MiB / 207.8 MiB; 30s remote-cache ... (35 actions, 0 running)
[11,505 / 12,139] 269 / 403 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 171.0 MiB / 207.8 MiB; 31s remote-cache ... (35 actions, 0 running)
[11,511 / 12,139] 270 / 403 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 180.0 MiB / 207.8 MiB; 33s remote-cache ... (35 actions, 0 running)
[11,518 / 12,141] 270 / 403 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 186.0 MiB / 207.8 MiB; 34s remote-cache ... (34 actions, 0 running)
[11,530 / 12,141] 270 / 403 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 192.0 MiB / 207.8 MiB; 35s remote-cache ... (35 actions, 0 running)
[11,538 / 12,141] 270 / 403 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 200.0 MiB / 207.8 MiB; 36s remote-cache ... (35 actions, 0 running)
[11,545 / 12,141] 271 / 403 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; 38s remote-cache ... (35 actions, 0 running)
[11,556 / 12,150] 271 / 403 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 204.0 MiB / 207.7 MiB; 37s remote-cache ... (35 actions, 0 running)
[11,566 / 12,162] 271 / 403 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 201.0 MiB / 207.8 MiB; 37s remote-cache ... (35 actions, 0 running)
[11,576 / 12,166] 271 / 403 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 206.6 MiB / 207.8 MiB; 38s remote-cache ... (35 actions, 0 running)
[11,594 / 12,257] 271 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 120.0 MiB / 207.7 MiB; 23s remote-cache ... (35 actions, 0 running)
[11,609 / 12,257] 273 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 128.0 MiB / 207.7 MiB; 24s remote-cache ... (35 actions, 0 running)
[11,619 / 12,257] 275 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 134.0 MiB / 207.7 MiB; 25s remote-cache ... (35 actions, 0 running)
[11,622 / 12,257] 275 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 140.5 MiB / 207.7 MiB; 26s remote-cache ... (35 actions, 0 running)
[11,633 / 12,257] 276 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 146.0 MiB / 207.7 MiB; 27s remote-cache ... (35 actions, 0 running)
[11,645 / 12,259] 276 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 152.0 MiB / 207.7 MiB; 28s remote-cache ... (35 actions, 0 running)
[11,654 / 12,259] 277 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 158.0 MiB / 207.7 MiB; 29s remote-cache ... (35 actions, 0 running)
[11,656 / 12,259] 278 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 164.0 MiB / 207.7 MiB; 30s remote-cache ... (35 actions, 0 running)
[11,662 / 12,259] 279 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 169.0 MiB / 207.7 MiB; 31s remote-cache ... (35 actions, 0 running)
[11,671 / 12,259] 281 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 175.0 MiB / 207.7 MiB; 32s remote-cache ... (35 actions, 0 running)
[11,677 / 12,259] 282 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 181.0 MiB / 207.7 MiB; 33s remote-cache ... (35 actions, 0 running)
[11,681 / 12,259] 282 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 187.0 MiB / 207.7 MiB; 34s remote-cache ... (35 actions, 0 running)
[11,690 / 12,259] 282 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 193.0 MiB / 207.7 MiB; 36s remote-cache ... (35 actions, 0 running)
[11,702 / 12,259] 282 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 199.0 MiB / 207.7 MiB; 37s remote-cache ... (35 actions, 0 running)
[11,707 / 12,259] 282 / 403 tests; GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; Downloading pkg/executor/test/oomtest/oomtest_test_/oomtest_test, 205.0 MiB / 207.7 MiB; 38s remote-cache ... (35 actions, 0 running)
[11,717 / 12,263] 282 / 403 tests; GoLink pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test; Downloading pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test, 206.0 MiB / 208.0 MiB; 37s remote-cache ... (35 actions, 0 running)
[11,733 / 12,296] 282 / 403 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 38s remote-cache ... (35 actions, 0 running)
[11,747 / 12,300] 282 / 403 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 39s remote-cache ... (35 actions, 0 running)
[11,757 / 12,343] 282 / 403 tests; GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; Downloading pkg/planner/cardinality/cardinality_test_/cardinality_test, 142.0 MiB / 155.3 MiB; 26s remote-cache ... (35 actions, 0 running)
[11,766 / 12,343] 282 / 403 tests; GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; Downloading pkg/planner/cardinality/cardinality_test_/cardinality_test, 147.0 MiB / 155.3 MiB; 27s remote-cache ... (35 actions, 0 running)
[11,785 / 12,343] 283 / 403 tests; GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; Downloading pkg/planner/cardinality/cardinality_test_/cardinality_test, 155.0 MiB / 155.3 MiB; 28s remote-cache ... (35 actions, 0 running)
[11,800 / 12,372] 283 / 403 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 132.0 MiB / 155.4 MiB; 23s remote-cache ... (35 actions, 0 running)
[11,813 / 12,372] 284 / 403 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 139.0 MiB / 155.4 MiB; 25s remote-cache ... (35 actions, 0 running)
[11,825 / 12,372] 285 / 403 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 146.0 MiB / 155.4 MiB; 26s remote-cache ... (35 actions, 0 running)
[11,842 / 12,372] 286 / 403 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 154.0 MiB / 155.4 MiB; 27s remote-cache ... (35 actions, 0 running)
[11,850 / 12,423] 286 / 403 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 133.0 MiB / 155.1 MiB; 23s remote-cache ... (35 actions, 0 running)
[11,855 / 12,423] 286 / 403 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 139.0 MiB / 155.1 MiB; 25s remote-cache ... (35 actions, 0 running)
[11,868 / 12,423] 286 / 403 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 146.0 MiB / 155.1 MiB; 26s remote-cache ... (35 actions, 0 running)
[11,880 / 12,423] 286 / 403 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 154.0 MiB / 155.1 MiB; 27s remote-cache ... (35 actions, 0 running)
[11,888 / 12,425] 286 / 403 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 146.0 MiB / 158.2 MiB; 26s remote-cache ... (35 actions, 0 running)
[11,896 / 12,425] 286 / 403 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 151.0 MiB / 158.2 MiB; 27s remote-cache ... (35 actions, 0 running)
[11,908 / 12,425] 287 / 403 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 158.0 MiB / 158.2 MiB; 28s remote-cache ... (35 actions, 0 running)
[11,917 / 12,442] 287 / 403 tests; GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; Downloading pkg/executor/internal/querywatch/querywatch_test_/querywatch_test, 106.0 MiB / 155.1 MiB; 19s remote-cache ... (35 actions, 0 running)
[11,923 / 12,442] 288 / 403 tests; GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; Downloading pkg/executor/internal/querywatch/querywatch_test_/querywatch_test, 112.0 MiB / 155.1 MiB; 20s remote-cache ... (35 actions, 0 running)
[11,931 / 12,442] 288 / 403 tests; GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; Downloading pkg/executor/internal/querywatch/querywatch_test_/querywatch_test, 117.0 MiB / 155.1 MiB; 21s remote-cache ... (34 actions, 0 running)
[11,949 / 12,442] 289 / 403 tests; GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; Downloading pkg/executor/internal/querywatch/querywatch_test_/querywatch_test, 123.0 MiB / 155.1 MiB; 22s remote-cache ... (35 actions, 0 running)
[11,955 / 12,442] 289 / 403 tests; GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; Downloading pkg/executor/internal/querywatch/querywatch_test_/querywatch_test, 130.4 MiB / 155.1 MiB; 23s remote-cache ... (35 actions, 0 running)
[11,960 / 12,442] 289 / 403 tests; GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; Downloading pkg/executor/internal/querywatch/querywatch_test_/querywatch_test, 137.0 MiB / 155.1 MiB; 25s remote-cache ... (35 actions, 0 running)
[11,978 / 12,442] 289 / 403 tests; GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; Downloading pkg/executor/internal/querywatch/querywatch_test_/querywatch_test, 144.3 MiB / 155.1 MiB; 26s remote-cache ... (35 actions, 0 running)
[11,981 / 12,442] 289 / 403 tests; GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; Downloading pkg/executor/internal/querywatch/querywatch_test_/querywatch_test, 151.0 MiB / 155.1 MiB; 27s remote-cache ... (35 actions, 0 running)
[11,983 / 12,442] 289 / 403 tests; GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; Downloading pkg/executor/internal/querywatch/querywatch_test_/querywatch_test, 155.0 MiB / 155.1 MiB; 28s remote-cache ... (35 actions, 0 running)
[11,989 / 12,444] 289 / 403 tests; GoLink pkg/session/session_test_/session_test; Downloading pkg/session/session_test_/session_test, 152.0 MiB / 154.2 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,005 / 12,495] 289 / 403 tests; GoLink pkg/executor/sortexec/sortexec_test_/sortexec_test; Downloading pkg/executor/sortexec/sortexec_test_/sortexec_test, 123.0 MiB / 155.2 MiB; 23s remote-cache ... (35 actions, 0 running)
[12,010 / 12,495] 289 / 403 tests; GoLink pkg/executor/sortexec/sortexec_test_/sortexec_test; Downloading pkg/executor/sortexec/sortexec_test_/sortexec_test, 132.0 MiB / 155.2 MiB; 25s remote-cache ... (35 actions, 0 running)
[12,012 / 12,495] 289 / 403 tests; GoLink pkg/executor/sortexec/sortexec_test_/sortexec_test; Downloading pkg/executor/sortexec/sortexec_test_/sortexec_test, 136.0 MiB / 155.2 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,020 / 12,495] 290 / 403 tests; GoLink pkg/executor/sortexec/sortexec_test_/sortexec_test; Downloading pkg/executor/sortexec/sortexec_test_/sortexec_test, 142.0 MiB / 155.2 MiB; 27s remote-cache ... (35 actions, 0 running)
[12,036 / 12,495] 290 / 403 tests; GoLink pkg/executor/sortexec/sortexec_test_/sortexec_test; Downloading pkg/executor/sortexec/sortexec_test_/sortexec_test, 149.0 MiB / 155.2 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,039 / 12,495] 290 / 403 tests; GoLink pkg/executor/sortexec/sortexec_test_/sortexec_test; Downloading pkg/executor/sortexec/sortexec_test_/sortexec_test, 154.0 MiB / 155.2 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,047 / 12,504] 290 / 403 tests; GoLink pkg/domain/globalconfigsync/globalconfigsync_test_/globalconfigsync_test; 30s remote-cache ... (35 actions, 0 running)
[12,064 / 12,506] 291 / 403 tests; GoLink pkg/store/driver/driver_test_/driver_test; Downloading pkg/store/driver/driver_test_/driver_test, 147.0 MiB / 154.5 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,078 / 12,506] 291 / 403 tests; GoLink pkg/store/driver/driver_test_/driver_test; Downloading pkg/store/driver/driver_test_/driver_test, 153.0 MiB / 154.5 MiB; 30s remote-cache ... (35 actions, 0 running)
[12,083 / 12,515] 291 / 403 tests; GoLink pkg/plugin/plugin_test_/plugin_test; Downloading pkg/plugin/plugin_test_/plugin_test, 150.0 MiB / 157.6 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,093 / 12,515] 292 / 403 tests; GoLink pkg/plugin/plugin_test_/plugin_test; Downloading pkg/plugin/plugin_test_/plugin_test, 156.0 MiB / 157.6 MiB; 30s remote-cache ... (35 actions, 0 running)
[12,110 / 12,528] 294 / 403 tests; GoLink pkg/executor/executor_test_/executor_test; Downloading pkg/executor/executor_test_/executor_test, 153.0 MiB / 159.8 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,118 / 12,528] 294 / 403 tests; GoLink pkg/executor/executor_test_/executor_test; Downloading pkg/executor/executor_test_/executor_test, 159.0 MiB / 159.8 MiB; 31s remote-cache ... (35 actions, 0 running)
[12,127 / 12,579] 294 / 403 tests; GoLink br/pkg/restore/restore_test_/restore_test; Downloading br/pkg/restore/restore_test_/restore_test, 157.0 MiB / 161.7 MiB; 31s remote-cache ... (35 actions, 0 running)
[12,142 / 12,579] 294 / 403 tests; GoLink br/pkg/restore/restore_test_/restore_test; 32s remote-cache ... (35 actions, 0 running)
[12,149 / 12,630] 294 / 403 tests; GoLink pkg/store/store_test_/store_test; Downloading pkg/store/store_test_/store_test, 152.0 MiB / 155.2 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,153 / 12,630] 295 / 403 tests; GoLink pkg/store/store_test_/store_test; 30s remote-cache ... (35 actions, 0 running)
[12,159 / 12,654] 295 / 403 tests; GoLink pkg/testkit/testkit_test_/testkit_test; Downloading pkg/testkit/testkit_test_/testkit_test, 141.0 MiB / 155.1 MiB; 27s remote-cache ... (35 actions, 0 running)
[12,167 / 12,654] 297 / 403 tests; GoLink pkg/testkit/testkit_test_/testkit_test; Downloading pkg/testkit/testkit_test_/testkit_test, 148.0 MiB / 155.1 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,177 / 12,654] 297 / 403 tests; GoLink pkg/testkit/testkit_test_/testkit_test; Downloading pkg/testkit/testkit_test_/testkit_test, 154.0 MiB / 155.1 MiB; 30s remote-cache ... (35 actions, 0 running)
[12,186 / 12,666] 297 / 403 tests; GoLink pkg/lightning/backend/backend_test_/backend_test; Downloading pkg/lightning/backend/backend_test_/backend_test, 143.0 MiB / 150.1 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,193 / 12,666] 297 / 403 tests; GoLink pkg/lightning/backend/backend_test_/backend_test; Downloading pkg/lightning/backend/backend_test_/backend_test, 149.8 MiB / 150.1 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,199 / 12,681] 298 / 403 tests; GoLink lightning/pkg/importer/mock/mock_test_/mock_test; Downloading lightning/pkg/importer/mock/mock_test_/mock_test, 116.0 MiB / 148.9 MiB; 22s remote-cache ... (35 actions, 0 running)
[12,201 / 12,681] 298 / 403 tests; GoLink lightning/pkg/importer/mock/mock_test_/mock_test; Downloading lightning/pkg/importer/mock/mock_test_/mock_test, 121.0 MiB / 148.9 MiB; 23s remote-cache ... (35 actions, 0 running)
[12,207 / 12,681] 300 / 403 tests; GoLink lightning/pkg/importer/mock/mock_test_/mock_test; Downloading lightning/pkg/importer/mock/mock_test_/mock_test, 130.0 MiB / 148.9 MiB; 25s remote-cache ... (35 actions, 0 running)
[12,212 / 12,681] 300 / 403 tests; GoLink lightning/pkg/importer/mock/mock_test_/mock_test; Downloading lightning/pkg/importer/mock/mock_test_/mock_test, 136.0 MiB / 148.9 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,217 / 12,681] 300 / 403 tests; GoLink lightning/pkg/importer/mock/mock_test_/mock_test; Downloading lightning/pkg/importer/mock/mock_test_/mock_test, 141.0 MiB / 148.9 MiB; 27s remote-cache ... (35 actions, 0 running)
[12,221 / 12,681] 300 / 403 tests; GoLink lightning/pkg/importer/mock/mock_test_/mock_test; Downloading lightning/pkg/importer/mock/mock_test_/mock_test, 147.0 MiB / 148.9 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,227 / 12,683] 300 / 403 tests; GoLink lightning/cmd/tidb-lightning-ctl/tidb-lightning-ctl_test_/tidb-lightning-ctl_test; Downloading lightning/cmd/tidb-lightning-ctl/tidb-lightning-ctl_test_/tidb-lightning-ctl_test, 148.0 MiB / 149.3 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,234 / 12,685] 300 / 403 tests; GoLink br/pkg/mock/mock_test_/mock_test; Downloading br/pkg/mock/mock_test_/mock_test, 135.0 MiB / 157.6 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,237 / 12,685] 300 / 403 tests; GoLink br/pkg/mock/mock_test_/mock_test; Downloading br/pkg/mock/mock_test_/mock_test, 141.0 MiB / 157.6 MiB; 27s remote-cache ... (35 actions, 0 running)
[12,240 / 12,685] 300 / 403 tests; GoLink br/pkg/mock/mock_test_/mock_test; Downloading br/pkg/mock/mock_test_/mock_test, 145.0 MiB / 157.6 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,246 / 12,685] 302 / 403 tests; GoLink br/pkg/mock/mock_test_/mock_test; Downloading br/pkg/mock/mock_test_/mock_test, 151.0 MiB / 157.6 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,256 / 12,687] 303 / 403 tests; GoLink br/pkg/mock/mock_test_/mock_test; Downloading br/pkg/mock/mock_test_/mock_test, 157.0 MiB / 157.6 MiB; 30s remote-cache ... (35 actions, 0 running)
[12,262 / 12,689] 303 / 403 tests; GoLink br/cmd/br/br_test_/br_test; Downloading br/cmd/br/br_test_/br_test, 161.0 MiB / 164.8 MiB; 31s remote-cache ... (35 actions, 0 running)
[12,264 / 12,689] 303 / 403 tests; GoLink br/cmd/br/br_test_/br_test; 32s remote-cache ... (35 actions, 0 running)
[12,271 / 12,742] 303 / 403 tests; GoLink pkg/util/stmtsummary/v2/tests/tests_test_/tests_test; Downloading pkg/util/stmtsummary/v2/tests/tests_test_/tests_test, 149.0 MiB / 155.2 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,279 / 12,742] 304 / 403 tests; GoLink pkg/util/stmtsummary/v2/tests/tests_test_/tests_test; Downloading pkg/util/stmtsummary/v2/tests/tests_test_/tests_test, 155.0 MiB / 155.2 MiB; 30s remote-cache ... (35 actions, 0 running)
[12,287 / 12,753] 305 / 403 tests; GoLink pkg/table/tables/test/partition/partition_test_/partition_test; Downloading pkg/table/tables/test/partition/partition_test_/partition_test, 147.0 MiB / 155.4 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,294 / 12,755] 306 / 403 tests; GoLink pkg/table/tables/test/partition/partition_test_/partition_test; Downloading pkg/table/tables/test/partition/partition_test_/partition_test, 152.0 MiB / 155.4 MiB; 30s remote-cache ... (35 actions, 0 running)
[12,296 / 12,778] 306 / 403 tests; GoLink br/pkg/task/show/show_test_/show_test; Downloading br/pkg/task/show/show_test_/show_test, 155.0 MiB / 155.8 MiB; 30s remote-cache ... (35 actions, 0 running)
[12,307 / 12,785] 306 / 403 tests; GoLink pkg/disttask/framework/planner/planner_test_/planner_test; 31s remote-cache ... (35 actions, 0 running)
[12,315 / 12,787] 306 / 403 tests; GoLink pkg/autoid_service/autoid_service_test_/autoid_service_test; Downloading pkg/autoid_service/autoid_service_test_/autoid_service_test, 145.0 MiB / 161.1 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,318 / 12,787] 306 / 403 tests; GoLink pkg/autoid_service/autoid_service_test_/autoid_service_test; Downloading pkg/autoid_service/autoid_service_test_/autoid_service_test, 151.0 MiB / 161.1 MiB; 30s remote-cache ... (35 actions, 0 running)
[12,324 / 12,787] 307 / 403 tests; GoLink pkg/autoid_service/autoid_service_test_/autoid_service_test; Downloading pkg/autoid_service/autoid_service_test_/autoid_service_test, 158.0 MiB / 161.1 MiB; 31s remote-cache ... (35 actions, 0 running)
[12,336 / 12,813] 308 / 403 tests; GoLink pkg/autoid_service/autoid_service_test_/autoid_service_test; 32s remote-cache ... (35 actions, 0 running)
[12,352 / 12,861] 309 / 403 tests; GoLink pkg/server/server_test_/server_test; Downloading pkg/server/server_test_/server_test, 145.0 MiB / 158.4 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,362 / 12,861] 309 / 403 tests; GoLink pkg/server/server_test_/server_test; Downloading pkg/server/server_test_/server_test, 150.0 MiB / 158.4 MiB; 30s remote-cache ... (35 actions, 0 running)
[12,376 / 12,861] 311 / 403 tests; GoLink pkg/server/server_test_/server_test; Downloading pkg/server/server_test_/server_test, 157.0 MiB / 158.4 MiB; 31s remote-cache ... (35 actions, 0 running)
[12,396 / 12,918] 313 / 403 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 130.0 MiB / 155.3 MiB; 25s remote-cache ... (35 actions, 0 running)
[12,402 / 12,918] 313 / 403 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 137.0 MiB / 155.3 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,410 / 12,918] 315 / 403 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 143.0 MiB / 155.3 MiB; 27s remote-cache ... (35 actions, 0 running)
[12,421 / 12,918] 316 / 403 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 149.0 MiB / 155.3 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,432 / 12,918] 316 / 403 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; 29s remote-cache ... (35 actions, 0 running)
[12,441 / 12,940] 316 / 403 tests; GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; Downloading pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test, 124.0 MiB / 155.1 MiB; 23s remote-cache ... (35 actions, 0 running)
[12,447 / 12,940] 317 / 403 tests; GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; Downloading pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test, 130.0 MiB / 155.1 MiB; 24s remote-cache ... (35 actions, 0 running)
[12,454 / 12,940] 318 / 403 tests; GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; Downloading pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test, 136.0 MiB / 155.1 MiB; 25s remote-cache ... (35 actions, 0 running)
[12,462 / 12,940] 319 / 403 tests; GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; Downloading pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test, 142.0 MiB / 155.1 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,469 / 12,940] 319 / 403 tests; GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; Downloading pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test, 147.0 MiB / 155.1 MiB; 27s remote-cache ... (35 actions, 0 running)
[12,475 / 12,940] 319 / 403 tests; GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; Downloading pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test, 153.0 MiB / 155.1 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,483 / 12,973] 319 / 403 tests; GoLink pkg/executor/sortexec/sort_exec_test_/sort_exec_test; Downloading pkg/executor/sortexec/sort_exec_test_/sort_exec_test, 143.9 MiB / 155.1 MiB; 27s remote-cache ... (35 actions, 0 running)
[12,489 / 12,973] 319 / 403 tests; GoLink pkg/executor/sortexec/sort_exec_test_/sort_exec_test; Downloading pkg/executor/sortexec/sort_exec_test_/sort_exec_test, 152.9 MiB / 155.1 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,496 / 12,984] 319 / 403 tests; GoLink pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test; Downloading pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test, 111.0 MiB / 155.0 MiB; 20s remote-cache ... (35 actions, 0 running)
[12,505 / 12,984] 319 / 403 tests; GoLink pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test; Downloading pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test, 119.0 MiB / 155.0 MiB; 22s remote-cache ... (35 actions, 0 running)
[12,513 / 12,984] 319 / 403 tests; GoLink pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test; Downloading pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test, 125.0 MiB / 155.0 MiB; 23s remote-cache ... (35 actions, 0 running)
[12,517 / 12,984] 319 / 403 tests; GoLink pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test; Downloading pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test, 130.0 MiB / 155.0 MiB; 24s remote-cache ... (35 actions, 0 running)
[12,523 / 12,984] 319 / 403 tests; GoLink pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test; Downloading pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test, 137.0 MiB / 155.0 MiB; 25s remote-cache ... (35 actions, 0 running)
[12,529 / 12,984] 319 / 403 tests; GoLink pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test; Downloading pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test, 145.0 MiB / 155.0 MiB; 27s remote-cache ... (35 actions, 0 running)
[12,536 / 12,984] 319 / 403 tests; GoLink pkg/ddl/tests/adminpause/adminpause_test_/adminpause_test; 29s remote-cache ... (35 actions, 0 running)
[12,546 / 12,999] 319 / 403 tests; GoLink pkg/ddl/tests/fastcreatetable/fastcreatetable_test_/fastcreatetable_test; Downloading pkg/ddl/tests/fastcreatetable/fastcreatetable_test_/fastcreatetable_test, 132.0 MiB / 157.9 MiB; 24s remote-cache ... (35 actions, 0 running)
[12,553 / 12,999] 319 / 403 tests; GoLink pkg/ddl/tests/fastcreatetable/fastcreatetable_test_/fastcreatetable_test; Downloading pkg/ddl/tests/fastcreatetable/fastcreatetable_test_/fastcreatetable_test, 138.0 MiB / 157.9 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,560 / 12,999] 319 / 403 tests; GoLink pkg/ddl/tests/fastcreatetable/fastcreatetable_test_/fastcreatetable_test; Downloading pkg/ddl/tests/fastcreatetable/fastcreatetable_test_/fastcreatetable_test, 148.0 MiB / 157.9 MiB; 27s remote-cache ... (35 actions, 0 running)
[12,570 / 12,999] 320 / 403 tests; GoLink pkg/ddl/tests/fastcreatetable/fastcreatetable_test_/fastcreatetable_test; Downloading pkg/ddl/tests/fastcreatetable/fastcreatetable_test_/fastcreatetable_test, 155.0 MiB / 157.9 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,583 / 13,028] 320 / 403 tests; GoLink pkg/ddl/tests/partition/partition_test_/partition_test; 29s remote-cache ... (35 actions, 0 running)
[12,597 / 13,074] 322 / 403 tests; GoLink pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test_/memorycontrol_test; 29s remote-cache ... (35 actions, 0 running)
[12,611 / 13,098] 322 / 403 tests; GoLink br/pkg/gluetidb/gluetidb_test_/gluetidb_test; Downloading br/pkg/gluetidb/gluetidb_test_/gluetidb_test, 152.0 MiB / 154.4 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,616 / 13,100] 322 / 403 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 155.0 MiB / 155.1 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,625 / 13,107] 322 / 403 tests; GoLink pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test; Downloading pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test, 151.0 MiB / 155.5 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,635 / 13,107] 322 / 403 tests; GoLink pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test; 29s remote-cache ... (35 actions, 0 running)
[12,645 / 13,156] 322 / 403 tests; GoLink pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test; 29s remote-cache ... (35 actions, 0 running)
[12,653 / 13,183] 323 / 403 tests; GoLink pkg/ttl/sqlbuilder/sqlbuilder_test_/sqlbuilder_test; Downloading pkg/ttl/sqlbuilder/sqlbuilder_test_/sqlbuilder_test, 152.0 MiB / 155.0 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,669 / 13,189] 324 / 403 tests; GoLink pkg/executor/test/ddl/ddl_test_/ddl_test; Downloading pkg/executor/test/ddl/ddl_test_/ddl_test, 142.0 MiB / 155.2 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,680 / 13,189] 324 / 403 tests; GoLink pkg/executor/test/ddl/ddl_test_/ddl_test; Downloading pkg/executor/test/ddl/ddl_test_/ddl_test, 149.0 MiB / 155.2 MiB; 27s remote-cache ... (35 actions, 0 running)
[12,690 / 13,189] 324 / 403 tests; GoLink pkg/executor/test/ddl/ddl_test_/ddl_test; Downloading pkg/executor/test/ddl/ddl_test_/ddl_test, 155.0 MiB / 155.2 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,701 / 13,207] 325 / 403 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 78.0 MiB / 155.3 MiB; 13s remote-cache ... (35 actions, 0 running)
[12,711 / 13,207] 325 / 403 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 84.0 MiB / 155.3 MiB; 14s remote-cache ... (35 actions, 0 running)
[12,722 / 13,207] 325 / 403 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 91.0 MiB / 155.3 MiB; 16s remote-cache ... (35 actions, 0 running)
[12,734 / 13,207] 326 / 403 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 97.6 MiB / 155.3 MiB; 17s remote-cache ... (35 actions, 0 running)
[12,743 / 13,207] 327 / 403 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 104.0 MiB / 155.3 MiB; 18s remote-cache ... (34 actions, 0 running)
[12,753 / 13,207] 327 / 403 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 110.1 MiB / 155.3 MiB; 19s remote-cache ... (35 actions, 0 running)
[12,760 / 13,207] 328 / 403 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 117.0 MiB / 155.3 MiB; 20s remote-cache ... (35 actions, 0 running)
[12,770 / 13,207] 329 / 403 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 123.0 MiB / 155.3 MiB; 21s remote-cache ... (35 actions, 0 running)
[12,780 / 13,207] 330 / 403 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 130.0 MiB / 155.3 MiB; 22s remote-cache ... (35 actions, 0 running)
[12,792 / 13,207] 331 / 403 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 136.0 MiB / 155.3 MiB; 23s remote-cache ... (35 actions, 0 running)
[12,801 / 13,207] 332 / 403 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 143.0 MiB / 155.3 MiB; 24s remote-cache ... (35 actions, 0 running)
[12,813 / 13,207] 332 / 403 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 150.0 MiB / 155.3 MiB; 25s remote-cache ... (35 actions, 0 running)
[12,821 / 13,207] 334 / 403 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; 26s remote-cache ... (35 actions, 0 running)
[12,835 / 13,234] 334 / 403 tests; GoLink pkg/util/ddl-checker/ddl-checker_test_/ddl-checker_test; Downloading pkg/util/ddl-checker/ddl-checker_test_/ddl-checker_test, 152.1 MiB / 155.1 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,848 / 13,236] 334 / 403 tests; GoLink pkg/executor/test/executor/executor_test_/executor_test; Downloading pkg/executor/test/executor/executor_test_/executor_test, 150.0 MiB / 155.4 MiB; 25s remote-cache ... (35 actions, 0 running)
[12,850 / 13,236] 334 / 403 tests; GoLink pkg/executor/test/executor/executor_test_/executor_test; Downloading pkg/executor/test/executor/executor_test_/executor_test, 155.0 MiB / 155.4 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,855 / 13,305] 334 / 403 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; Downloading pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test, 103.0 MiB / 157.8 MiB; 18s remote-cache ... (35 actions, 0 running)
[12,866 / 13,305] 334 / 403 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; Downloading pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test, 112.0 MiB / 157.8 MiB; 19s remote-cache ... (35 actions, 0 running)
[12,873 / 13,305] 335 / 403 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; Downloading pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test, 120.0 MiB / 157.8 MiB; 20s remote-cache ... (35 actions, 0 running)
[12,877 / 13,305] 335 / 403 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; Downloading pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test, 125.0 MiB / 157.8 MiB; 22s remote-cache ... (35 actions, 0 running)
[12,884 / 13,305] 336 / 403 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; Downloading pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test, 132.0 MiB / 157.8 MiB; 23s remote-cache ... (35 actions, 0 running)
[12,896 / 13,305] 337 / 403 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; Downloading pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test, 138.0 MiB / 157.8 MiB; 24s remote-cache ... (35 actions, 0 running)
[12,898 / 13,305] 337 / 403 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; Downloading pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test, 145.2 MiB / 157.8 MiB; 25s remote-cache ... (35 actions, 0 running)
[12,907 / 13,305] 338 / 403 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; Downloading pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test, 152.2 MiB / 157.8 MiB; 27s remote-cache ... (34 actions, 0 running)
[12,921 / 13,305] 338 / 403 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; 28s remote-cache ... (35 actions, 0 running)
[12,927 / 13,307] 338 / 403 tests; GoLink pkg/executor/test/showtest/showtest_test_/showtest_test; Downloading pkg/executor/test/showtest/showtest_test_/showtest_test, 142.0 MiB / 155.3 MiB; 24s remote-cache ... (35 actions, 0 running)
[12,928 / 13,307] 338 / 403 tests; GoLink pkg/executor/test/showtest/showtest_test_/showtest_test; Downloading pkg/executor/test/showtest/showtest_test_/showtest_test, 148.0 MiB / 155.3 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,939 / 13,307] 338 / 403 tests; GoLink pkg/executor/test/showtest/showtest_test_/showtest_test; Downloading pkg/executor/test/showtest/showtest_test_/showtest_test, 155.0 MiB / 155.3 MiB; 27s remote-cache ... (35 actions, 0 running)
[12,952 / 13,344] 339 / 403 tests; GoLink pkg/executor/test/unstabletest/unstabletest_test_/unstabletest_test; Downloading pkg/executor/test/unstabletest/unstabletest_test_/unstabletest_test, 141.9 MiB / 155.1 MiB; 25s remote-cache ... (35 actions, 0 running)
[12,954 / 13,344] 340 / 403 tests; GoLink pkg/executor/test/unstabletest/unstabletest_test_/unstabletest_test; Downloading pkg/executor/test/unstabletest/unstabletest_test_/unstabletest_test, 149.9 MiB / 155.1 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,965 / 13,344] 340 / 403 tests; GoLink pkg/executor/test/unstabletest/unstabletest_test_/unstabletest_test; 27s remote-cache ... (35 actions, 0 running)
[12,978 / 13,346] 340 / 403 tests; GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; Downloading pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test, 154.0 MiB / 156.4 MiB; 27s remote-cache ... (35 actions, 0 running)
[12,985 / 13,407] 340 / 403 tests; GoLink pkg/expression/integration_test/integration_test_test_/integration_test_test; Downloading pkg/expression/integration_test/integration_test_test_/integration_test_test, 149.0 MiB / 155.4 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,995 / 13,407] 340 / 403 tests; GoLink pkg/expression/integration_test/integration_test_test_/integration_test_test; 27s remote-cache ... (35 actions, 0 running)
[13,004 / 13,433] 341 / 403 tests; GoLink pkg/executor/test/fktest/fktest_test_/fktest_test; Downloading pkg/executor/test/fktest/fktest_test_/fktest_test, 155.0 MiB / 155.3 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,016 / 13,463] 342 / 403 tests; GoLink pkg/extension/enterprise/audit/audit_test_/audit_test; Downloading pkg/extension/enterprise/audit/audit_test_/audit_test, 152.0 MiB / 158.3 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,026 / 13,463] 342 / 403 tests; GoLink pkg/extension/enterprise/audit/audit_test_/audit_test; 28s remote-cache ... (35 actions, 0 running)
[13,042 / 13,487] 342 / 403 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; 27s remote-cache ... (35 actions, 0 running)
[13,055 / 13,512] 342 / 403 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 100.9 MiB / 155.1 MiB; 17s remote-cache ... (35 actions, 0 running)
[13,062 / 13,512] 343 / 403 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 107.9 MiB / 155.1 MiB; 18s remote-cache ... (35 actions, 0 running)
[13,072 / 13,512] 344 / 403 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 115.9 MiB / 155.1 MiB; 19s remote-cache ... (35 actions, 0 running)
[13,080 / 13,512] 345 / 403 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 121.9 MiB / 155.1 MiB; 21s remote-cache ... (35 actions, 0 running)
[13,089 / 13,512] 345 / 403 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 127.9 MiB / 155.1 MiB; 22s remote-cache ... (35 actions, 0 running)
[13,101 / 13,512] 345 / 403 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 133.9 MiB / 155.1 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,111 / 13,512] 346 / 403 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 140.9 MiB / 155.1 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,121 / 13,512] 347 / 403 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 149.9 MiB / 155.1 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,132 / 13,512] 348 / 403 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; 26s remote-cache ... (35 actions, 0 running)
[13,144 / 13,516] 348 / 403 tests; GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; 26s remote-cache ... (35 actions, 0 running)
[13,153 / 13,527] 348 / 403 tests; GoLink pkg/planner/core/casetest/enforcempp/enforcempp_test_/enforcempp_test; Downloading pkg/planner/core/casetest/enforcempp/enforcempp_test_/enforcempp_test, 150.0 MiB / 155.2 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,158 / 13,527] 348 / 403 tests; GoLink pkg/planner/core/casetest/enforcempp/enforcempp_test_/enforcempp_test; 26s remote-cache ... (35 actions, 0 running)
[13,168 / 13,540] 349 / 403 tests; GoLink pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test; Downloading pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test, 132.1 MiB / 155.0 MiB; 22s remote-cache ... (35 actions, 0 running)
[13,173 / 13,540] 351 / 403 tests; GoLink pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test; Downloading pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test, 138.0 MiB / 155.0 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,179 / 13,540] 351 / 403 tests; GoLink pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test; Downloading pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test, 144.0 MiB / 155.0 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,184 / 13,540] 351 / 403 tests; GoLink pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test; Downloading pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test, 150.0 MiB / 155.0 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,193 / 13,540] 351 / 403 tests; GoLink pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test; 26s remote-cache ... (35 actions, 0 running)
[13,202 / 13,564] 351 / 403 tests; GoLink pkg/planner/core/casetest/index/index_test_/index_test; Downloading pkg/planner/core/casetest/index/index_test_/index_test, 152.0 MiB / 155.1 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,208 / 13,566] 352 / 403 tests; GoLink pkg/planner/core/casetest/hint/hint_test_/hint_test; Downloading pkg/planner/core/casetest/hint/hint_test_/hint_test, 120.0 MiB / 155.2 MiB; 21s remote-cache ... (35 actions, 0 running)
[13,216 / 13,566] 352 / 403 tests; GoLink pkg/planner/core/casetest/hint/hint_test_/hint_test; Downloading pkg/planner/core/casetest/hint/hint_test_/hint_test, 126.0 MiB / 155.2 MiB; 22s remote-cache ... (35 actions, 0 running)
[13,227 / 13,566] 353 / 403 tests; GoLink pkg/planner/core/casetest/hint/hint_test_/hint_test; Downloading pkg/planner/core/casetest/hint/hint_test_/hint_test, 132.0 MiB / 155.2 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,237 / 13,566] 353 / 403 tests; GoLink pkg/planner/core/casetest/hint/hint_test_/hint_test; Downloading pkg/planner/core/casetest/hint/hint_test_/hint_test, 138.0 MiB / 155.2 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,243 / 13,566] 354 / 403 tests; GoLink pkg/planner/core/casetest/hint/hint_test_/hint_test; Downloading pkg/planner/core/casetest/hint/hint_test_/hint_test, 144.0 MiB / 155.2 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,248 / 13,566] 354 / 403 tests; GoLink pkg/planner/core/casetest/hint/hint_test_/hint_test; Downloading pkg/planner/core/casetest/hint/hint_test_/hint_test, 150.0 MiB / 155.2 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,259 / 13,603] 355 / 403 tests; GoLink pkg/planner/core/casetest/hint/hint_test_/hint_test; 28s remote-cache ... (35 actions, 0 running)
[13,273 / 13,613] 355 / 403 tests; GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; Downloading pkg/planner/core/casetest/partition/partition_test_/partition_test, 150.0 MiB / 155.2 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,288 / 13,613] 356 / 403 tests; GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; 28s remote-cache ... (35 actions, 0 running)
[13,293 / 13,621] 356 / 403 tests; GoLink pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test; Downloading pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test, 130.0 MiB / 155.2 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,297 / 13,621] 356 / 403 tests; GoLink pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test; Downloading pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test, 134.0 MiB / 155.2 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,304 / 13,621] 356 / 403 tests; GoLink pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test; Downloading pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test, 139.0 MiB / 155.2 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,314 / 13,621] 356 / 403 tests; GoLink pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test; Downloading pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test, 146.0 MiB / 155.2 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,323 / 13,621] 356 / 403 tests; GoLink pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test; Downloading pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test, 151.0 MiB / 155.2 MiB; 28s remote-cache ... (35 actions, 0 running)
[13,327 / 13,621] 356 / 403 tests; GoLink pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test; 29s remote-cache ... (35 actions, 0 running)
[13,339 / 13,628] 356 / 403 tests; GoLink pkg/planner/core/casetest/rule/rule_test_/rule_test; 29s remote-cache ... (34 actions, 0 running)
[13,353 / 13,640] 357 / 403 tests; GoLink pkg/planner/core/casetest/scalarsubquery/scalarsubquery_test_/scalarsubquery_test; Downloading pkg/planner/core/casetest/scalarsubquery/scalarsubquery_test_/scalarsubquery_test, 154.0 MiB / 155.1 MiB; 29s remote-cache ... (35 actions, 0 running)
[13,361 / 13,642] 357 / 403 tests; GoLink pkg/planner/core/casetest/windows/windows_test_/windows_test; Downloading pkg/planner/core/casetest/windows/windows_test_/windows_test, 150.0 MiB / 155.1 MiB; 28s remote-cache ... (35 actions, 0 running)
[13,368 / 13,642] 357 / 403 tests; GoLink pkg/planner/core/casetest/windows/windows_test_/windows_test; 29s remote-cache ... (35 actions, 0 running)
[13,378 / 13,647] 357 / 403 tests; GoLink pkg/planner/core/tests/prepare/prepare_test_/prepare_test; Downloading pkg/planner/core/tests/prepare/prepare_test_/prepare_test, 155.0 MiB / 155.3 MiB; 29s remote-cache ... (35 actions, 0 running)
[13,392 / 13,674] 357 / 403 tests; GoLink pkg/server/tests/cursor/cursor_test_/cursor_test; Downloading pkg/server/tests/cursor/cursor_test_/cursor_test, 124.0 MiB / 157.9 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,397 / 13,674] 358 / 403 tests; GoLink pkg/server/tests/cursor/cursor_test_/cursor_test; Downloading pkg/server/tests/cursor/cursor_test_/cursor_test, 130.0 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,407 / 13,674] 358 / 403 tests; GoLink pkg/server/tests/cursor/cursor_test_/cursor_test; Downloading pkg/server/tests/cursor/cursor_test_/cursor_test, 136.0 MiB / 157.9 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,419 / 13,674] 358 / 403 tests; GoLink pkg/server/tests/cursor/cursor_test_/cursor_test; Downloading pkg/server/tests/cursor/cursor_test_/cursor_test, 142.0 MiB / 157.9 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,430 / 13,674] 360 / 403 tests; GoLink pkg/server/tests/cursor/cursor_test_/cursor_test; Downloading pkg/server/tests/cursor/cursor_test_/cursor_test, 149.0 MiB / 157.9 MiB; 28s remote-cache ... (34 actions, 0 running)
[13,436 / 13,674] 361 / 403 tests; GoLink pkg/server/tests/cursor/cursor_test_/cursor_test; Downloading pkg/server/tests/cursor/cursor_test_/cursor_test, 155.0 MiB / 157.9 MiB; 29s remote-cache ... (35 actions, 0 running)
[13,452 / 13,678] 362 / 403 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 109.0 MiB / 155.1 MiB; 21s remote-cache ... (35 actions, 0 running)
[13,471 / 13,678] 362 / 403 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 119.0 MiB / 155.1 MiB; 22s remote-cache ... (35 actions, 0 running)
[13,475 / 13,678] 362 / 403 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 125.0 MiB / 155.1 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,483 / 13,678] 362 / 403 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 130.0 MiB / 155.1 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,497 / 13,678] 363 / 403 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 136.0 MiB / 155.1 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,503 / 13,678] 364 / 403 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 143.0 MiB / 155.1 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,506 / 13,678] 365 / 403 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 149.0 MiB / 155.1 MiB; 28s remote-cache ... (35 actions, 0 running)
[13,516 / 13,678] 367 / 403 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 155.0 MiB / 155.1 MiB; 29s remote-cache ... (35 actions, 0 running)
[13,534 / 13,680] 368 / 403 tests; GoLink pkg/session/schematest/schematest_test_/schematest_test; Downloading pkg/session/schematest/schematest_test_/schematest_test, 157.1 MiB / 158.0 MiB; 29s remote-cache ... (35 actions, 0 running)
[13,543 / 13,692] 368 / 403 tests; GoLink pkg/session/test/common/common_test_/common_test; Downloading pkg/session/test/common/common_test_/common_test, 144.0 MiB / 155.1 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,554 / 13,692] 368 / 403 tests; GoLink pkg/session/test/common/common_test_/common_test; Downloading pkg/session/test/common/common_test_/common_test, 150.0 MiB / 155.1 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,565 / 13,692] 370 / 403 tests; GoLink pkg/session/test/common/common_test_/common_test; 28s remote-cache ... (35 actions, 0 running)
[13,573 / 13,722] 370 / 403 tests; GoLink pkg/server/tests/tls/tls_test_/tls_test; 28s remote-cache ... (35 actions, 0 running)
[13,579 / 13,731] 371 / 403 tests; GoLink pkg/session/test/test_test_/test_test; Downloading pkg/session/test/test_test_/test_test, 131.0 MiB / 155.2 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,589 / 13,731] 373 / 403 tests; GoLink pkg/session/test/test_test_/test_test; Downloading pkg/session/test/test_test_/test_test, 138.0 MiB / 155.2 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,596 / 13,731] 373 / 403 tests; GoLink pkg/session/test/test_test_/test_test; Downloading pkg/session/test/test_test_/test_test, 144.0 MiB / 155.2 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,604 / 13,754] 374 / 403 tests; GoLink pkg/session/test/test_test_/test_test; Downloading pkg/session/test/test_test_/test_test, 150.0 MiB / 155.2 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,613 / 13,754] 374 / 403 tests; GoLink pkg/session/test/test_test_/test_test; 27s remote-cache ... (35 actions, 0 running)
[13,619 / 13,781] 375 / 403 tests; GoLink pkg/session/test/privileges/privileges_test_/privileges_test; Downloading pkg/session/test/privileges/privileges_test_/privileges_test, 133.0 MiB / 155.1 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,627 / 13,781] 376 / 403 tests; GoLink pkg/session/test/privileges/privileges_test_/privileges_test; Downloading pkg/session/test/privileges/privileges_test_/privileges_test, 138.0 MiB / 155.1 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,635 / 13,781] 376 / 403 tests; GoLink pkg/session/test/privileges/privileges_test_/privileges_test; Downloading pkg/session/test/privileges/privileges_test_/privileges_test, 144.0 MiB / 155.1 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,641 / 13,781] 377 / 403 tests; GoLink pkg/session/test/privileges/privileges_test_/privileges_test; Downloading pkg/session/test/privileges/privileges_test_/privileges_test, 152.0 MiB / 155.1 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,651 / 13,781] 378 / 403 tests; GoLink pkg/session/test/privileges/privileges_test_/privileges_test; 28s remote-cache ... (35 actions, 0 running)
[13,660 / 13,783] 378 / 403 tests; GoLink pkg/session/test/variable/variable_test_/variable_test; Downloading pkg/session/test/variable/variable_test_/variable_test, 140.0 MiB / 155.1 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,664 / 13,783] 378 / 403 tests; GoLink pkg/session/test/variable/variable_test_/variable_test; Downloading pkg/session/test/variable/variable_test_/variable_test, 146.0 MiB / 155.1 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,669 / 13,783] 379 / 403 tests; GoLink pkg/session/test/variable/variable_test_/variable_test; Downloading pkg/session/test/variable/variable_test_/variable_test, 153.0 MiB / 155.1 MiB; 28s remote-cache ... (35 actions, 0 running)
[13,682 / 13,793] 380 / 403 tests; GoLink pkg/session/test/vars/vars_test_/vars_test; 29s remote-cache ... (35 actions, 0 running)
[13,691 / 13,802] 381 / 403 tests; GoLink pkg/sessiontxn/staleread/staleread_test_/staleread_test; 28s remote-cache ... (35 actions, 0 running)
[13,702 / 13,838] 381 / 403 tests; GoLink pkg/statistics/handle/autoanalyze/autoanalyze_test_/autoanalyze_test; Downloading pkg/statistics/handle/autoanalyze/autoanalyze_test_/autoanalyze_test, 132.0 MiB / 154.9 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,715 / 13,838] 381 / 403 tests; GoLink pkg/statistics/handle/autoanalyze/autoanalyze_test_/autoanalyze_test; Downloading pkg/statistics/handle/autoanalyze/autoanalyze_test_/autoanalyze_test, 142.0 MiB / 154.9 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,726 / 13,838] 381 / 403 tests; GoLink pkg/statistics/handle/autoanalyze/autoanalyze_test_/autoanalyze_test; Downloading pkg/statistics/handle/autoanalyze/autoanalyze_test_/autoanalyze_test, 149.0 MiB / 154.9 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,736 / 13,838] 382 / 403 tests; GoLink pkg/statistics/handle/autoanalyze/autoanalyze_test_/autoanalyze_test; 28s remote-cache ... (35 actions, 0 running)
[13,751 / 13,876] 383 / 403 tests; GoLink pkg/statistics/handle/autoanalyze/refresher/refresher_test_/refresher_test; Downloading pkg/statistics/handle/autoanalyze/refresher/refresher_test_/refresher_test, 148.0 MiB / 154.9 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,763 / 13,876] 384 / 403 tests; GoLink pkg/statistics/handle/autoanalyze/refresher/refresher_test_/refresher_test; Downloading pkg/statistics/handle/autoanalyze/refresher/refresher_test_/refresher_test, 154.0 MiB / 154.9 MiB; 28s remote-cache ... (35 actions, 0 running)
[13,773 / 13,890] 385 / 403 tests; GoLink pkg/statistics/handle/ddl/ddl_test_/ddl_test; Downloading pkg/statistics/handle/ddl/ddl_test_/ddl_test, 152.0 MiB / 154.9 MiB; 28s remote-cache ... (35 actions, 0 running)
[13,786 / 13,918] 388 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 25.0 MiB / 157.9 MiB; 4s remote-cache ... (35 actions, 0 running)
[13,795 / 13,918] 389 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 32.0 MiB / 157.9 MiB; 5s remote-cache ... (35 actions, 0 running)
[13,805 / 13,918] 390 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 39.0 MiB / 157.9 MiB; 7s remote-cache ... (35 actions, 0 running)
[13,816 / 13,918] 391 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 46.0 MiB / 157.9 MiB; 8s remote-cache ... (35 actions, 0 running)
[13,829 / 13,918] 391 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 53.0 MiB / 157.9 MiB; 9s remote-cache ... (35 actions, 0 running)
[13,840 / 13,968] 392 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 59.0 MiB / 157.9 MiB; 10s remote-cache ... (35 actions, 0 running)
[13,848 / 13,968] 393 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 65.0 MiB / 157.9 MiB; 11s remote-cache ... (35 actions, 0 running)
[13,858 / 13,968] 393 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 72.0 MiB / 157.9 MiB; 12s remote-cache ... (35 actions, 0 running)
[13,873 / 13,968] 394 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 79.0 MiB / 157.9 MiB; 13s remote-cache ... (35 actions, 0 running)
[13,885 / 13,968] 394 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 86.0 MiB / 157.9 MiB; 14s remote-cache ... (35 actions, 0 running)
[13,893 / 13,968] 395 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 92.0 MiB / 157.9 MiB; 15s remote-cache ... (35 actions, 0 running)
[13,902 / 13,968] 396 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 98.0 MiB / 157.9 MiB; 16s remote-cache ... (35 actions, 0 running)
[13,913 / 13,968] 396 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 105.0 MiB / 157.9 MiB; 18s remote-cache ... (35 actions, 0 running)
[13,920 / 13,968] 397 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 112.0 MiB / 157.9 MiB; 19s remote-cache ... (35 actions, 0 running)
[13,931 / 13,968] 398 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 119.0 MiB / 157.9 MiB; 20s remote-cache ... (35 actions, 0 running)
[13,949 / 13,968] 398 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 130.0 MiB / 157.9 MiB; 22s remote-cache ... (19 actions, 0 running)
[13,962 / 13,968] 399 / 403 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 146.1 MiB / 157.9 MiB; 23s remote-cache ... (6 actions, 0 running)
[13,968 / 14,009] 400 / 403 tests; GoLink pkg/server/handler/optimizor/optimizor_test_/optimizor_test; 20s remote-cache ... (3 actions, 0 running)
[13,980 / 14,027] 400 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 25 of 38); Downloading pkg/server/handler/tests/tests_test/shard_25_of_38/coverage.dat, 10.1 MiB / 18.6 MiB; 1s remote-cache ... (35 actions, 0 running)
[13,982 / 14,027] 400 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 25 of 38); Downloading pkg/server/handler/tests/tests_test/shard_25_of_38/coverage.dat, 16.1 MiB / 18.6 MiB; 2s remote-cache ... (35 actions, 0 running)
[14,015 / 14,027] 401 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 36 of 38); 3s remote-cache ... (12 actions, 0 running)
INFO: Elapsed time: 638.815s, Critical Path: 137.85s
INFO: 14015 processes: 12385 remote cache hit, 1630 internal.
INFO: Build completed successfully, 14015 total actions
Test cases: finished with 7915 passing and 0 failing out of 7915 test cases

Executed 0 out of 403 tests: 403 tests pass.
root: /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/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/release-8.1/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: f6dfad6d-568f-4246-b983-6c6fabaca649' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: release-8.1' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/112/' --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: f6dfad6d-568f-4246-b983-6c6fabaca649
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: release-8.1
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/112/
> 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/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2024-05-06T03:52:04.503Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2024-05-06T03:52:04.504Z] ['info'] => Project root located at: .
[2024-05-06T03:52:04.507Z] ['info'] ->  Token found by environment variables
[2024-05-06T03:52:04.520Z] ['info'] Searching for coverage files...
[2024-05-06T03:52:07.108Z] ['info'] => Found 1 possible coverage files:
  ./coverage.dat
[2024-05-06T03:52:07.108Z] ['info'] Processing ./coverage.dat...
[2024-05-06T03:52:07.584Z] ['info'] Using manual override from args.
[2024-05-06T03:52:07.585Z] ['info'] Detected Jenkins CI as the CI provider.
[2024-05-06T03:52:07.596Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F53025&build=112&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Frelease-8.1%2Fjob%2Fghpr_unit_test%2F112%2F&commit=494ef1a41a3bd57ca88b97407f8fb0700123b3fe&job=&pr=53025&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent=
[2024-05-06T03:52:08.485Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/494ef1a41a3bd57ca88b97407f8fb0700123b3fe
https://storage.googleapis.com/codecov/v4/raw/2024-05-06/F6B65B6EE70BEC6C6B5E073ED3BB1A79/494ef1a41a3bd57ca88b97407f8fb0700123b3fe/f986ce4c-2b35-4a13-9a2b-bfd650bbc9aa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240506%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240506T035208Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5dbb7f6ee943e653964503354f833b3fe06341434f3c06feb4e3350d20260427
[2024-05-06T03:52:08.485Z] ['info'] Uploading...
[2024-05-06T03:52:12.242Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/494ef1a41a3bd57ca88b97407f8fb0700123b3fe"}
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[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