Skip to content

Console Output

Started by user Jenkins Admin
Obtained pipelines/pingcap/tidb/latest/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/latest/pod-ghpr_unit_test.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-unit-test-9741-drgl2-hrdnn-f0v9n
Agent pingcap-tidb-ghpr-unit-test-9741-drgl2-hrdnn-f0v9n is provisioned from template pingcap_tidb_ghpr_unit_test_9741-drgl2-hrdnn
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/9741/"
    runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/9741/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "27d211a5dafe6577b21d824ba89f50c6ffd4bd7e"
    jenkins/label: "pingcap_tidb_ghpr_unit_test_9741-drgl2"
  name: "pingcap-tidb-ghpr-unit-test-9741-drgl2-hrdnn-f0v9n"
  namespace: "jenkins-tidb"
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: "kubernetes.io/arch"
            operator: "In"
            values:
            - "amd64"
          - key: "ci-nvme-high-performance"
            operator: "In"
            values:
            - "true"
  containers:
  - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
    lifecycle:
      postStart:
        exec:
          command:
          - "/bin/sh"
          - "/data/bazel-prepare-in-container.sh"
    name: "golang"
    resources:
      requests:
        memory: "32Gi"
        cpu: "16"
    securityContext:
      privileged: true
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.tidb/tmp"
      name: "bazel-out-merged"
    - mountPath: "/bazel-out-lower"
      name: "bazel-out-lower"
      subPath: "tidb/go1.19.2"
    - mountPath: "/bazel-out-overlay"
      name: "bazel-out-overlay"
    - mountPath: "/share/.cache/go-build"
      name: "gocache"
    - mountPath: "/share/.go"
      name: "gopathcache"
    - mountPath: "/share/.cache/bazel-repository-cache"
      name: "bazel-repository-cache"
    - mountPath: "/data/"
      name: "bazel-rc"
      readOnly: true
    - mountPath: "/etc/containerinfo"
      name: "containerinfo"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - image: "hub.pingcap.net/jenkins/network-multitool"
    name: "net-tool"
    resources:
      limits:
        memory: "128Mi"
        cpu: "100m"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-agent.apps.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "pingcap-tidb-ghpr-unit-test-9741-drgl2-hrdnn-f0v9n"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-ghpr-unit-test-9741-drgl2-hrdnn-f0v9n"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/"
    image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  restartPolicy: "Never"
  securityContext:
    fsGroup: 1000
  volumes:
  - emptyDir: {}
    name: "bazel-out-merged"
  - name: "bazel-rc"
    secret:
      secretName: "bazel"
  - emptyDir: {}
    name: "bazel-out-overlay"
  - name: "gocache"
    persistentVolumeClaim:
      claimName: "gocache"
  - downwardAPI:
      items:
      - path: "cpu_limit"
        resourceFieldRef:
          containerName: "golang"
          resource: "limits.cpu"
      - path: "cpu_request"
        resourceFieldRef:
          containerName: "golang"
          resource: "requests.cpu"
      - path: "mem_limit"
        resourceFieldRef:
          containerName: "golang"
          resource: "limits.memory"
      - path: "mem_request"
        resourceFieldRef:
          containerName: "golang"
          resource: "requests.memory"
    name: "containerinfo"
  - name: "bazel-out-lower"
    persistentVolumeClaim:
      claimName: "bazel-out-data"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - name: "gopathcache"
    persistentVolumeClaim:
      claimName: "gopathcache"
  - name: "bazel-repository-cache"
    persistentVolumeClaim:
      claimName: "bazel-repository-cache"

Running on pingcap-tidb-ghpr-unit-test-9741-drgl2-hrdnn-f0v9n in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/PingCAP-QE/ci.git
 > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test # timeout=10
Fetching upstream changes from https://github.com/PingCAP-QE/ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5
 > 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
Avoid second fetch
Checking out Revision 73d1a8209bddec16d8d58403efcd7a20d12cf867 (origin/main)
Commit message: "update utf go build image (#2965)"
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 73d1a8209bddec16d8d58403efcd7a20d12cf867 # timeout=10
 > git rev-list --no-walk 73d1a8209bddec16d8d58403efcd7a20d12cf867 # 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=f308dd74-8e04-4280-b027-af80119b9dfa
JENKINS_NODE_COOKIE=d015c33d-8711-4049-9dc0-f7234a647cd1
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/9741/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-unit-test-9741-drgl2-hrdnn-f0v9n
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
KUBERNETES_PORT=tcp://10.233.0.1:443
KUBERNETES_PORT_443_TCP_PORT=443
TERM=xterm
STAGE_NAME=Debug info
BUILD_TAG=jenkins-pingcap-tidb-ghpr_unit_test-9741
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=73d1a8209bddec16d8d58403efcd7a20d12cf867
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1791608296747044870","prowjobid":"f308dd74-8e04-4280-b027-af80119b9dfa","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"f5ac93e448a03665274272929b512ce66f05d67b","base_link":"https://github.com/pingcap/tidb/commit/f5ac93e448a03665274272929b512ce66f05d67b","pulls":[{"number":53035,"author":"terry1purcell","sha":"6950e460babbee6196d474cf9a9b4ad8011d7cf8","title":"planner: reduce topn count to exclude non-skewed values","link":"https://github.com/pingcap/tidb/pull/53035","commit_link":"https://github.com/pingcap/tidb/pull/53035/commits/6950e460babbee6196d474cf9a9b4ad8011d7cf8","author_link":"https://github.com/terry1purcell"}]}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/9741/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/9741/display/redirect?page=artifacts
FILE_SERVER_URL=http://fileserver.pingcap.net
JENKINS_HOME=/var/jenkins_home
GIT_COMMIT=73d1a8209bddec16d8d58403efcd7a20d12cf867
PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/9741/display/redirect
GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct
_=/usr/bin/printenv
POD_CONTAINER=golang
PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap/tidb/ghpr_unit_test
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#9741
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1791608296747044870
GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
JOB_BASE_NAME=ghpr_unit_test
GIT_PREVIOUS_SUCCESSFUL_COMMIT=73d1a8209bddec16d8d58403efcd7a20d12cf867
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/9741/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_unit_test_9741-drgl2
GOROOT=/usr/local/go
GIT_BRANCH=origin/main
KUBERNETES_PORT_443_TCP_PROTO=tcp
CI=true
KUBERNETES_SERVICE_PORT_HTTPS=443
WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-3e6615fe387e271fb81c7aa6ce66020ac56f1fb2ffea951b4ecc03fd51f30988
NODE_LABELS=pingcap_tidb_ghpr_unit_test_9741-drgl2 pingcap-tidb-ghpr-unit-test-9741-drgl2-hrdnn-f0v9n
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-unit-test-9741-drgl2-hrdnn-f0v9n
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect
BUILD_NUMBER=9741
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-build2199905677=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 root root 1, 3 May 18 07:15 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-9741-drgl2-hrdnn-f0v9n bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-9741-drgl2-hrdnn-f0v9n 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: 58902
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 0 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Fri May 17 23:15:09 UTC 2024
;; MSG SIZE  rcvd: 77

[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-f5ac93e)
540292608 bytes in 4.65 secs (116177014 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-33961236
# github.com:22 SSH-2.0-babeld-33961236
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] retry
[Pipeline] {
[Pipeline] sh
git version 2.37.2
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.git/
.git
HEAD is now at f5ac93e448 executor: add a new column `is_global` into `information_schema.tidb_indexes` table (#53345)
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master               -> origin/master
 * [new ref]               refs/pull/53035/head -> origin/pr/53035/head
HEAD is now at f5ac93e448 executor: add a new column `is_global` into `information_schema.tidb_indexes` table (#53345)
๐Ÿšง Checkouting to base SHA:f5ac93e448a03665274272929b512ce66f05d67b...
HEAD is now at f5ac93e448 executor: add a new column `is_global` into `information_schema.tidb_indexes` table (#53345)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
f5ac93e448a03665274272929b512ce66f05d67b
f5ac93e448 executor: add a new column `is_global` into `information_schema.tidb_indexes` table (#53345)
335af251b3 config: set max token limit to 1M (#53361)
2ef3ac9e34 planner: skip fast-point-get for select-into-outfile statements (#53364)
๐Ÿšง Pre-merge heads of pull requests to base SHA: f5ac93e448a03665274272929b512ce66f05d67b ...
Updating f5ac93e448..6950e460ba
Fast-forward
 pkg/statistics/builder.go | 31 ++++++++++++++++++++-----------
 1 file changed, 20 insertions(+), 11 deletions(-)
๐Ÿงพ Pre-merged result:
6950e460babbee6196d474cf9a9b4ad8011d7cf8
6950e460ba Merge branch 'pingcap:master' into statstopn
6a539fd5c3 minor updates6
c9b77d4121 executor: add a new column `is_global` into `information_schema.tidb_indexes` table (#53345)
โœ… Pre merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache saved successfully (git/pingcap/tidb/rev-f5ac93e-6950e46)
540403200 bytes in 15.90 secs (33987963 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/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] sh
+ sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common
+ git diff .
diff --git a/Makefile.common b/Makefile.common
index b540debd42..9264b96d48 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage"
 
 ifneq ("$(CI)", "")
 	BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp
-	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp
-	BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp
+	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache
+	BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache
 endif
 BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/...
+ git status
HEAD detached from origin/master
You are in a sparse checkout with 100% of tracked files present.

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

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328
go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c
go: downloading github.com/sergi/go-diff v1.1.0
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 58349eb0-ec7d-48f6-a089-ae3bcd20e280
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_17_23_15_00.3616783829/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:gazelle (1 packages loaded, 0 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (99 packages loaded, 10465 targets configured)
Analyzing: target //:gazelle (99 packages loaded, 10465 targets configured)
Analyzing: target //:gazelle (256 packages loaded, 11680 targets configured)
INFO: Analyzed target //:gazelle (268 packages loaded, 11967 targets configured).
INFO: Found 1 target...
[0 / 287] [Prepa] Creating source manifest for //:gazelle ... (9 actions, 7 running)
[24 / 317] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 1.9 MiB / 3.6 MiB; 0s remote-cache ... (3 actions, 0 running)
[24 / 317] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 10.0 MiB / 10.7 MiB; 1s remote-cache ... (3 actions, 0 running)
[71 / 317] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 5.0 MiB / 10.7 MiB; 2s remote-cache ... (26 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 23.263s, Critical Path: 3.74s
INFO: 317 processes: 297 remote cache hit, 20 internal.
INFO: Build completed successfully, 317 total actions
INFO: Running command line: bazel-bin/gazelle
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache  \
	--run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && " \
	 //tools/tazel:tazel
INFO: Invocation ID: b56161d1-b0c0-4c52-83d4-cb139d168aa7
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_17_23_15_00.3616783829/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build option --run_under has changed, discarding analysis cache.
Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured)
Analyzing: target //tools/tazel:tazel (176 packages loaded, 13403 targets configured)
INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14303 targets configured).
INFO: Found 1 target...
[0 / 8] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running)
[274 / 608] [Prepa] GoCompilePkg external/com_github_opentracing_opentracing_go/log/log.a
[576 / 608] [Prepa] GoCompilePkg external/com_github_pingcap_kvproto/pkg/tsopb/tsopb.a ... (3 actions, 0 running)
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 4.684s, Critical Path: 2.84s
INFO: 339 processes: 336 remote cache hit, 3 internal.
INFO: Build completed successfully, 339 total actions
INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb &&  bazel-bin/tools/tazel/tazel_/tazel '
bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --jobs=35 --build_tests_only --test_keep_going=false \
	--@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest \
	-- //... -//cmd/... -//tests/graceshutdown/... \
	-//tests/globalkilltest/... -//tests/readonlytest/... -//br/pkg/task:task_test -//tests/realtikvtest/...
INFO: Invocation ID: 3071e809-7962-43a9-bb31-926187b76997
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'coverage' from /data/..2024_05_17_23_15_00.3616783829/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'test' options: --test_output=errors --test_summary=detailed
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache.
Analyzing: 415 targets (653 packages loaded, 0 targets configured)
Analyzing: 415 targets (1292 packages loaded, 16417 targets configured)
Analyzing: 415 targets (1655 packages loaded, 22713 targets configured)
Analyzing: 415 targets (1717 packages loaded, 24107 targets configured)
Analyzing: 415 targets (1928 packages loaded, 25595 targets configured)
Analyzing: 415 targets (1928 packages loaded, 25595 targets configured)
Analyzing: 415 targets (1931 packages loaded, 25734 targets configured)
Analyzing: 415 targets (1992 packages loaded, 26723 targets configured)
INFO: Analyzed 415 targets (1992 packages loaded, 27055 targets configured).
 checking cached actions
INFO: Found 415 test targets...
[0 / 19] [Prepa] Writing file br/pkg/backup/backup_test/baseline_coverage.dat ... (18 actions, 0 running)
[1,310 / 10,037] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/context.a, 145.9 KiB / 354.9 KiB; 0s remote-cache ... (35 actions, 0 running)
[1,345 / 10,037] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 13.0 MiB / 17.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[1,353 / 10,037] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 6.0 MiB / 10.3 MiB; 2s remote-cache ... (33 actions, 0 running)
[1,385 / 10,037] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 7.0 MiB / 17.2 MiB; 3s remote-cache ... (34 actions, 0 running)
[1,980 / 10,037] GoCompilePkg external/org_golang_x_tools/go/ssa/ssa.a [for tool]; 0s remote-cache ... (34 actions, 0 running)
[2,471 / 10,042] GoCompilePkg external/com_github_pingcap_goleveldb/leveldb/leveldb.a; 0s remote-cache ... (34 actions, 0 running)
[3,033 / 10,043] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 13.0 MiB / 96.2 MiB; 0s remote-cache ... (35 actions, 0 running)
[3,364 / 10,085] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; 1s remote-cache ... (34 actions, 0 running)
[3,713 / 10,102] 7 / 415 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.4 MiB / 20.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,013 / 10,134] 28 / 415 tests; GoCompilePkg pkg/parser/ast/parser.recompile51.a; Downloading pkg/parser/ast/parser.recompile51.a, 7.7 MiB / 11.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,327 / 10,177] 52 / 415 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, 15.0 MiB / 69.8 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,512 / 10,222] 54 / 415 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, 36.1 MiB / 69.8 MiB; 1s remote-cache ... (35 actions, 0 running)
[4,720 / 10,264] 64 / 415 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, 59.0 MiB / 69.8 MiB; 2s remote-cache ... (35 actions, 0 running)
[4,873 / 10,272] 68 / 415 tests; GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 20.0 MiB / 24.4 MiB; 1s remote-cache ... (34 actions, 0 running)
[5,002 / 10,383] 73 / 415 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, 13.0 MiB / 75.3 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,136 / 10,383] 73 / 415 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, 31.1 MiB / 75.3 MiB; 1s remote-cache ... (34 actions, 0 running)
[5,261 / 10,387] 76 / 415 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 52.4 MiB / 75.3 MiB; 2s remote-cache ... (14 actions, 0 running)
[5,318 / 10,393] 79 / 415 tests; GoLink pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test; Downloading pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test, 22.0 MiB / 23.1 MiB; 0s remote-cache ... (7 actions, 0 running)
[5,453 / 10,409] 81 / 415 tests; GoCompilePkg pkg/types/types_test.internal.a; Downloading pkg/types/types_test.internal.a, 6.0 MiB / 7.9 MiB; 0s remote-cache ... (26 actions, 0 running)
[5,508 / 10,413] 82 / 415 tests; GoLink pkg/util/collate/collate_test_/collate_test; Downloading pkg/util/collate/collate_test_/collate_test, 17.0 MiB / 26.1 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,544 / 10,420] 84 / 415 tests; GoLink pkg/util/collate/collate_test_/collate_test; Downloading pkg/util/collate/collate_test_/collate_test, 26.0 MiB / 26.1 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,575 / 10,459] 84 / 415 tests; GoLink pkg/lightning/log/log_test_/log_test; Downloading pkg/lightning/log/log_test_/log_test, 26.0 MiB / 27.8 MiB; 3s remote-cache ... (35 actions, 0 running)
[5,616 / 10,478] 89 / 415 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 24.0 MiB / 29.2 MiB; 3s remote-cache ... (35 actions, 0 running)
[5,648 / 10,529] 94 / 415 tests; GoLink pkg/errctx/errctx_test_/errctx_test; 4s remote-cache ... (35 actions, 0 running)
[5,709 / 10,567] 98 / 415 tests; GoLink pkg/util/parser/parser_test_/parser_test; Downloading pkg/util/parser/parser_test_/parser_test, 34.0 MiB / 37.3 MiB; 4s remote-cache ... (35 actions, 0 running)
[5,759 / 10,573] 103 / 415 tests; GoLink pkg/util/logutil/logutil_test_/logutil_test; 3s remote-cache ... (35 actions, 0 running)
[5,827 / 10,575] 111 / 415 tests; GoLink pkg/ddl/label/label_test_/label_test; 3s remote-cache ... (35 actions, 0 running)
[5,892 / 10,608] 111 / 415 tests; GoLink pkg/util/rowcodec/rowcodec_test_/rowcodec_test; Downloading pkg/util/rowcodec/rowcodec_test_/rowcodec_test, 18.0 MiB / 31.2 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,948 / 10,608] 112 / 415 tests; GoLink pkg/util/rowcodec/rowcodec_test_/rowcodec_test; Downloading pkg/util/rowcodec/rowcodec_test_/rowcodec_test, 29.0 MiB / 31.2 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,008 / 10,636] 113 / 415 tests; GoLink br/pkg/restore/internal/rawkv/rawkv_test_/rawkv_test; Downloading br/pkg/restore/internal/rawkv/rawkv_test_/rawkv_test, 31.0 MiB / 31.1 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,044 / 10,638] 113 / 415 tests; GoLink pkg/util/cpu/cpu_test_/cpu_test; Downloading pkg/util/cpu/cpu_test_/cpu_test, 31.0 MiB / 33.7 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,096 / 10,647] 117 / 415 tests; GoLink pkg/util/stmtsummary/v2/stmtsummary_test_/stmtsummary_test; Downloading pkg/util/stmtsummary/v2/stmtsummary_test_/stmtsummary_test, 29.0 MiB / 31.3 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,153 / 10,688] 117 / 415 tests; GoCompilePkg pkg/metrics/expression.recompile579.a; Downloading pkg/metrics/expression.recompile579.a, 33.0 MiB / 78.6 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,200 / 10,729] 119 / 415 tests; GoCompilePkg pkg/metrics/expression.recompile579.a; Downloading pkg/metrics/expression.recompile579.a, 42.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,242 / 10,729] 122 / 415 tests; GoCompilePkg pkg/metrics/expression.recompile579.a; Downloading pkg/metrics/expression.recompile579.a, 51.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,268 / 10,729] 123 / 415 tests; GoCompilePkg pkg/metrics/expression.recompile579.a; Downloading pkg/metrics/expression.recompile579.a, 60.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,292 / 10,729] 123 / 415 tests; GoCompilePkg pkg/metrics/expression.recompile579.a; Downloading pkg/metrics/expression.recompile579.a, 68.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running)
[6,316 / 10,780] 124 / 415 tests; GoCompilePkg pkg/metrics/expression.recompile579.a; Downloading pkg/metrics/expression.recompile579.a, 75.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,344 / 10,780] 124 / 415 tests; GoCompilePkg pkg/util/expression.recompile558.a; 9s remote-cache ... (35 actions, 0 running)
[6,389 / 10,790] 125 / 415 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1102.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1102.a, 74.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,440 / 10,796] 127 / 415 tests; GoCompilePkg pkg/structure/expression.recompile1102.a; Downloading pkg/structure/expression.recompile1102.a, 69.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,492 / 10,798] 130 / 415 tests; GoCompilePkg pkg/structure/expression.recompile1102.a; 9s remote-cache ... (35 actions, 0 running)
[6,542 / 10,807] 132 / 415 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1163.a; Downloading pkg/sessionctx/sessionstates/expression.recompile1163.a, 75.0 MiB / 78.6 MiB; 9s remote-cache ... (34 actions, 0 running)
[6,583 / 10,825] 132 / 415 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1104.a; Downloading pkg/sessionctx/variable/expression.recompile1104.a, 68.1 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,620 / 10,827] 134 / 415 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1104.a; Downloading pkg/sessionctx/variable/expression.recompile1104.a, 78.0 MiB / 78.6 MiB; 9s remote-cache ... (35 actions, 0 running)
[6,662 / 10,827] 134 / 415 tests; GoCompilePkg pkg/ddl/placement/expression.recompile555.a; Downloading pkg/ddl/placement/expression.recompile555.a, 62.0 MiB / 80.2 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,708 / 10,852] 136 / 415 tests; GoCompilePkg pkg/ddl/placement/expression.recompile555.a; Downloading pkg/ddl/placement/expression.recompile555.a, 71.1 MiB / 80.2 MiB; 7s remote-cache ... (35 actions, 0 running)
[6,757 / 10,858] 136 / 415 tests; GoCompilePkg pkg/ddl/placement/expression.recompile555.a; 8s remote-cache ... (35 actions, 0 running)
[6,799 / 10,858] 137 / 415 tests; GoCompilePkg pkg/extension/expression.recompile1168.a; Downloading pkg/extension/expression.recompile1168.a, 47.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,848 / 10,858] 139 / 415 tests; GoCompilePkg pkg/extension/expression.recompile1168.a; Downloading pkg/extension/expression.recompile1168.a, 57.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,893 / 10,862] 142 / 415 tests; GoCompilePkg pkg/extension/expression.recompile1168.a; Downloading pkg/extension/expression.recompile1168.a, 65.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running)
[6,935 / 10,871] 144 / 415 tests; GoCompilePkg pkg/extension/expression.recompile1168.a; Downloading pkg/extension/expression.recompile1168.a, 75.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,977 / 10,946] 146 / 415 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 68.0 MiB / 80.2 MiB; 7s remote-cache ... (35 actions, 0 running)
[7,018 / 10,946] 146 / 415 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 77.0 MiB / 80.2 MiB; 8s remote-cache ... (35 actions, 0 running)
[7,047 / 10,948] 146 / 415 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 41.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,082 / 10,953] 148 / 415 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 50.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[7,111 / 10,953] 148 / 415 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 57.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running)
[7,160 / 10,968] 149 / 415 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 67.8 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running)
[7,209 / 10,995] 151 / 415 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 77.0 MiB / 78.6 MiB; 9s remote-cache ... (35 actions, 0 running)
[7,247 / 11,028] 152 / 415 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 72.0 MiB / 151.3 MiB; 8s remote-cache ... (35 actions, 0 running)
[7,277 / 11,058] 152 / 415 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 81.0 MiB / 151.3 MiB; 9s remote-cache ... (35 actions, 0 running)
[7,309 / 11,092] 153 / 415 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 89.0 MiB / 151.3 MiB; 10s remote-cache ... (35 actions, 0 running)
[7,342 / 11,094] 156 / 415 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 97.0 MiB / 151.3 MiB; 11s remote-cache ... (35 actions, 0 running)
[7,368 / 11,094] 156 / 415 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 106.0 MiB / 151.3 MiB; 12s remote-cache ... (35 actions, 0 running)
[7,391 / 11,094] 157 / 415 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 113.0 MiB / 151.3 MiB; 13s remote-cache ... (35 actions, 0 running)
[7,430 / 11,096] 158 / 415 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 122.0 MiB / 151.3 MiB; 15s remote-cache ... (35 actions, 0 running)
[7,463 / 11,102] 161 / 415 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 132.0 MiB / 151.3 MiB; 16s remote-cache ... (34 actions, 0 running)
[7,513 / 11,163] 163 / 415 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 142.0 MiB / 151.3 MiB; 17s remote-cache ... (35 actions, 0 running)
[7,547 / 11,163] 165 / 415 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 150.0 MiB / 151.3 MiB; 18s remote-cache ... (35 actions, 0 running)
[7,591 / 11,167] 165 / 415 tests; GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1226.a; Downloading pkg/sessionctx/stmtctx/ddl.recompile1226.a, 19.0 MiB / 21.3 MiB; 2s remote-cache ... (35 actions, 0 running)
[7,643 / 11,167] 166 / 415 tests; Testing //pkg/distsql:distsql_test (shard 21 of 27); Downloading pkg/distsql/distsql_test/shard_21_of_27/coverage.dat, 9.0 MiB / 9.0 MiB; 1s remote-cache ... (34 actions, 0 running)
[7,701 / 11,167] 167 / 415 tests; GoLink pkg/expression/aggregation/aggregation_test_/aggregation_test; Downloading pkg/expression/aggregation/aggregation_test_/aggregation_test, 18.0 MiB / 53.2 MiB; 2s remote-cache ... (35 actions, 0 running)
[7,754 / 11,167] 168 / 415 tests; GoLink pkg/expression/aggregation/aggregation_test_/aggregation_test; Downloading pkg/expression/aggregation/aggregation_test_/aggregation_test, 28.0 MiB / 53.2 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,801 / 11,167] 168 / 415 tests; GoLink pkg/expression/aggregation/aggregation_test_/aggregation_test; Downloading pkg/expression/aggregation/aggregation_test_/aggregation_test, 37.0 MiB / 53.2 MiB; 4s remote-cache ... (34 actions, 0 running)
[7,843 / 11,167] 169 / 415 tests; GoLink pkg/expression/aggregation/aggregation_test_/aggregation_test; Downloading pkg/expression/aggregation/aggregation_test_/aggregation_test, 46.0 MiB / 53.2 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,890 / 11,182] 169 / 415 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 53.0 MiB / 68.0 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,929 / 11,211] 169 / 415 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 63.0 MiB / 68.0 MiB; 6s remote-cache ... (35 actions, 0 running)
[7,971 / 11,221] 169 / 415 tests; GoLink pkg/store/driver/txn/txn_test_/txn_test; Downloading pkg/store/driver/txn/txn_test_/txn_test, 51.0 MiB / 54.0 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,021 / 11,227] 170 / 415 tests; GoLink pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test; Downloading pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test, 49.0 MiB / 55.1 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,053 / 11,232] 170 / 415 tests; GoLink pkg/ddl/copr/copr_test_/copr_test; Downloading pkg/ddl/copr/copr_test_/copr_test, 29.9 MiB / 53.8 MiB; 3s remote-cache ... (35 actions, 0 running)
[8,099 / 11,232] 170 / 415 tests; GoLink pkg/ddl/copr/copr_test_/copr_test; Downloading pkg/ddl/copr/copr_test_/copr_test, 39.0 MiB / 53.8 MiB; 4s remote-cache ... (35 actions, 0 running)
[8,145 / 11,232] 173 / 415 tests; GoLink pkg/ddl/copr/copr_test_/copr_test; Downloading pkg/ddl/copr/copr_test_/copr_test, 48.0 MiB / 53.8 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,200 / 11,236] 175 / 415 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; Downloading pkg/store/mockstore/unistore/unistore_test_/unistore_test, 48.0 MiB / 56.1 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,243 / 11,242] 175 / 415 tests; GoLink pkg/store/helper/helper_test_/helper_test; Downloading pkg/store/helper/helper_test_/helper_test, 46.0 MiB / 61.4 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,282 / 11,248] 177 / 415 tests; GoLink pkg/store/helper/helper_test_/helper_test; Downloading pkg/store/helper/helper_test_/helper_test, 54.0 MiB / 61.4 MiB; 6s remote-cache ... (35 actions, 0 running)
[8,325 / 11,255] 177 / 415 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 49.0 MiB / 70.4 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,359 / 11,255] 177 / 415 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 58.0 MiB / 70.4 MiB; 6s remote-cache ... (35 actions, 0 running)
[8,387 / 11,255] 178 / 415 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 66.0 MiB / 70.4 MiB; 7s remote-cache ... (35 actions, 0 running)
[8,423 / 11,260] 179 / 415 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 54.0 MiB / 113.2 MiB; 6s remote-cache ... (35 actions, 0 running)
[8,457 / 11,260] 179 / 415 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 62.0 MiB / 113.2 MiB; 7s remote-cache ... (35 actions, 0 running)
[8,490 / 11,260] 181 / 415 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 71.0 MiB / 113.2 MiB; 8s remote-cache ... (34 actions, 0 running)
[8,534 / 11,260] 181 / 415 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 80.0 MiB / 113.2 MiB; 9s remote-cache ... (35 actions, 0 running)
[8,571 / 11,260] 182 / 415 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 88.3 MiB / 113.2 MiB; 10s remote-cache ... (35 actions, 0 running)
[8,593 / 11,260] 182 / 415 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 96.0 MiB / 113.2 MiB; 11s remote-cache ... (35 actions, 0 running)
[8,619 / 11,260] 182 / 415 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 103.0 MiB / 113.2 MiB; 12s remote-cache ... (35 actions, 0 running)
[8,646 / 11,260] 182 / 415 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 111.0 MiB / 113.2 MiB; 13s remote-cache ... (35 actions, 0 running)
[8,667 / 11,284] 182 / 415 tests; GoLink br/pkg/pdutil/pdutil_test_/pdutil_test; Downloading br/pkg/pdutil/pdutil_test_/pdutil_test, 51.0 MiB / 53.1 MiB; 7s remote-cache ... (35 actions, 0 running)
[8,698 / 11,289] 182 / 415 tests; GoLink br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test; Downloading br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test, 58.0 MiB / 58.7 MiB; 7s remote-cache ... (36 actions, 2 running)
[8,730 / 11,300] 182 / 415 tests; GoLink pkg/store/copr/copr_test/copr_test_test_/copr_test_test; Downloading pkg/store/copr/copr_test/copr_test_test_/copr_test_test, 60.0 MiB / 61.1 MiB; 8s remote-cache ... (37 actions, 4 running)
[8,761 / 11,304] 183 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 61.0 MiB / 158.1 MiB; 8s remote-cache ... (38 actions, 6 running)
[8,791 / 11,315] 184 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 68.0 MiB / 158.1 MiB; 9s remote-cache ... (37 actions, 4 running)
[8,825 / 11,323] 185 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 77.0 MiB / 158.1 MiB; 10s remote-cache ... (38 actions, 6 running)
[8,849 / 11,323] 186 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 85.0 MiB / 158.1 MiB; 11s remote-cache ... (39 actions, 8 running)
[8,872 / 11,323] 186 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 92.0 MiB / 158.1 MiB; 12s remote-cache ... (36 actions, 4 running)
[8,890 / 11,323] 187 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 98.3 MiB / 158.1 MiB; 13s remote-cache ... (37 actions, 4 running)
[8,907 / 11,323] 187 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 105.0 MiB / 158.1 MiB; 14s remote-cache ... (37 actions, 4 running)
[8,931 / 11,372] 188 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 112.0 MiB / 158.1 MiB; 15s remote-cache ... (38 actions, 6 running)
[8,947 / 11,372] 189 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 119.0 MiB / 158.1 MiB; 16s remote-cache ... (38 actions, 6 running)
[8,968 / 11,372] 189 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 126.0 MiB / 158.1 MiB; 18s remote-cache ... (39 actions, 8 running)
[8,988 / 11,389] 189 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 132.0 MiB / 158.1 MiB; 19s remote-cache ... (39 actions, 8 running)
[9,005 / 11,389] 189 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 138.0 MiB / 158.1 MiB; 20s remote-cache ... (39 actions, 8 running)
[9,038 / 11,393] 190 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 145.0 MiB / 158.1 MiB; 21s remote-cache ... (39 actions, 8 running)
[9,068 / 11,404] 190 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 152.0 MiB / 158.1 MiB; 22s remote-cache ... (38 actions, 6 running)
[9,084 / 11,404] 190 / 415 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 23s remote-cache ... (41 actions, 12 running)
[9,111 / 11,422] 191 / 415 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 89.0 MiB / 142.5 MiB; 14s remote-cache ... (43 actions, 16 running)
[9,129 / 11,422] 191 / 415 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 95.0 MiB / 142.5 MiB; 15s remote-cache ... (43 actions, 16 running)
[9,153 / 11,422] 191 / 415 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 102.0 MiB / 142.5 MiB; 16s remote-cache ... (44 actions, 19 running)
[9,180 / 11,473] 191 / 415 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 110.0 MiB / 142.5 MiB; 17s remote-cache ... (45 actions, 20 running)
[9,201 / 11,473] 191 / 415 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 118.0 MiB / 142.5 MiB; 18s remote-cache ... (48 actions, 26 running)
[9,230 / 11,473] 191 / 415 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 126.0 MiB / 142.5 MiB; 19s remote-cache ... (43 actions, 16 running)
[9,252 / 11,524] 191 / 415 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 134.0 MiB / 142.5 MiB; 20s remote-cache ... (46 actions, 22 running)
[9,267 / 11,524] 191 / 415 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 140.0 MiB / 142.5 MiB; 21s remote-cache ... (46 actions, 23 running)
[9,283 / 11,544] 191 / 415 tests; GoCompilePkg pkg/lightning/backend/local/executor.recompile1296.a; 15s remote-cache, linux-sandbox ... (46 actions, 22 running)
[9,283 / 11,544] 191 / 415 tests; GoCompilePkg pkg/lightning/backend/local/executor.recompile1296.a; 16s remote-cache, linux-sandbox ... (46 actions, 22 running)
[9,293 / 11,544] 191 / 415 tests; GoLink dumpling/export/export_test_/export_test; 12s remote-cache ... (43 actions, 16 running)
[9,326 / 11,595] 191 / 415 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 6s remote-cache, linux-sandbox ... (47 actions, 24 running)
[9,346 / 11,595] 192 / 415 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 7s remote-cache, linux-sandbox ... (52 actions, 34 running)
[9,369 / 11,613] 192 / 415 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 8s remote-cache, linux-sandbox ... (52 actions, 34 running)
[9,386 / 11,613] 193 / 415 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 9s remote-cache, linux-sandbox ... (51 actions, 32 running)
[9,402 / 11,613] 194 / 415 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 10s remote-cache, linux-sandbox ... (50 actions, 30 running)
[9,417 / 11,613] 194 / 415 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 12s remote-cache, linux-sandbox ... (52 actions, 34 running)
[9,432 / 11,613] 194 / 415 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 13s remote-cache, linux-sandbox ... (51 actions, 32 running)
[9,451 / 11,613] 194 / 415 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 14s remote-cache, linux-sandbox ... (49 actions, 28 running)
[9,470 / 11,613] 195 / 415 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 15s remote-cache, linux-sandbox ... (49 actions, 27 running)
[9,495 / 11,631] 195 / 415 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 16s remote-cache, linux-sandbox ... (55 actions, 40 running)
[9,509 / 11,633] 195 / 415 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 17s remote-cache, linux-sandbox ... (55 actions, 41 running)
[9,539 / 11,633] 197 / 415 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 18s remote-cache, linux-sandbox ... (50 actions, 30 running)
[9,561 / 11,647] 197 / 415 tests; GoCompilePkg br/pkg/backup/executor.recompile1298.a; 11s remote-cache, linux-sandbox ... (57 actions, 44 running)
[9,578 / 11,647] 197 / 415 tests; GoCompilePkg br/pkg/backup/executor.recompile1298.a; 12s remote-cache, linux-sandbox ... (57 actions, 44 running)
[9,604 / 11,647] 197 / 415 tests; GoCompilePkg br/pkg/backup/executor.recompile1298.a; 13s remote-cache, linux-sandbox ... (57 actions, 44 running)
[9,615 / 11,685] 197 / 415 tests; GoCompilePkg br/pkg/backup/executor.recompile1298.a; 14s remote-cache, linux-sandbox ... (59 actions, 48 running)
FAIL: //pkg/statistics:statistics_test (shard 37 of 37) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_37_of_37/test_attempts/attempt_1.log)
[9,635 / 11,685] 197 / 415 tests; GoCompilePkg br/pkg/backup/executor.recompile1298.a; 15s remote-cache, linux-sandbox ... (59 actions, 48 running)
FAIL: //pkg/statistics:statistics_test (shard 37 of 37) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_37_of_37/test_attempts/attempt_2.log)
[9,659 / 11,687] 197 / 415 tests; GoCompilePkg pkg/expression/executor.recompile1270.a; 13s remote-cache, linux-sandbox ... (55 actions, 40 running)
FAIL: //pkg/statistics:statistics_test (shard 37 of 37) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_37_of_37/test.log)
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/pkg/statistics/BUILD.bazel:66:8: Testing //pkg/statistics:statistics_test (shard 37 of 37) failed: Test failed, aborting
==================== Test output for //pkg/statistics:statistics_test (shard 37 of 37):
=== RUN   TestPruneTopN
    statistics_test.go:659: 
        	Error Trace:	pkg/statistics/statistics_test.go:659
        	Error:      	Not equal: 
        	            	expected: []statistics.TopNMeta{statistics.TopNMeta{Encoded:[]uint8{0x1}, Count:0x186a0}, statistics.TopNMeta{Encoded:[]uint8{0x2}, Count:0xa}}
        	            	actual  : []statistics.TopNMeta{statistics.TopNMeta{Encoded:[]uint8{0x1}, Count:0x186a0}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,2 +1,2 @@
        	            	-([]statistics.TopNMeta) (len=2) {
        	            	+([]statistics.TopNMeta) (len=1) {
        	            	  (statistics.TopNMeta) {
        	            	@@ -6,8 +6,2 @@
        	            	   Count: (uint64) 100000
        	            	- },
        	            	- (statistics.TopNMeta) {
        	            	-  Encoded: ([]uint8) (len=1) {
        	            	-   00000000  02                                                |.|
        	            	-  },
        	            	-  Count: (uint64) 10
        	            	  }
        	Test:       	TestPruneTopN
--- FAIL: TestPruneTopN (0.00s)
FAIL
coverage: 0.8% of statements
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 1
/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/8793/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/statistics/statistics_test_/statistics_test.runfiles/__main__/pkg/statistics/statistics_test_/statistics_test
================================================================================
==================== Test output for //pkg/statistics:statistics_test (shard 37 of 37):
=== RUN   TestPruneTopN
    statistics_test.go:659: 
        	Error Trace:	pkg/statistics/statistics_test.go:659
        	Error:      	Not equal: 
        	            	expected: []statistics.TopNMeta{statistics.TopNMeta{Encoded:[]uint8{0x1}, Count:0x186a0}, statistics.TopNMeta{Encoded:[]uint8{0x2}, Count:0xa}}
        	            	actual  : []statistics.TopNMeta{statistics.TopNMeta{Encoded:[]uint8{0x1}, Count:0x186a0}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,2 +1,2 @@
        	            	-([]statistics.TopNMeta) (len=2) {
        	            	+([]statistics.TopNMeta) (len=1) {
        	            	  (statistics.TopNMeta) {
        	            	@@ -6,8 +6,2 @@
        	            	   Count: (uint64) 100000
        	            	- },
        	            	- (statistics.TopNMeta) {
        	            	-  Encoded: ([]uint8) (len=1) {
        	            	-   00000000  02                                                |.|
        	            	-  },
        	            	-  Count: (uint64) 10
        	            	  }
        	Test:       	TestPruneTopN
--- FAIL: TestPruneTopN (0.00s)
FAIL
coverage: 0.8% of statements
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 1
/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/8814/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/statistics/statistics_test_/statistics_test.runfiles/__main__/pkg/statistics/statistics_test_/statistics_test
================================================================================
==================== Test output for //pkg/statistics:statistics_test (shard 37 of 37):
=== RUN   TestPruneTopN
    statistics_test.go:659: 
        	Error Trace:	pkg/statistics/statistics_test.go:659
        	Error:      	Not equal: 
        	            	expected: []statistics.TopNMeta{statistics.TopNMeta{Encoded:[]uint8{0x1}, Count:0x186a0}, statistics.TopNMeta{Encoded:[]uint8{0x2}, Count:0xa}}
        	            	actual  : []statistics.TopNMeta{statistics.TopNMeta{Encoded:[]uint8{0x1}, Count:0x186a0}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,2 +1,2 @@
        	            	-([]statistics.TopNMeta) (len=2) {
        	            	+([]statistics.TopNMeta) (len=1) {
        	            	  (statistics.TopNMeta) {
        	            	@@ -6,8 +6,2 @@
        	            	   Count: (uint64) 100000
        	            	- },
        	            	- (statistics.TopNMeta) {
        	            	-  Encoded: ([]uint8) (len=1) {
        	            	-   00000000  02                                                |.|
        	            	-  },
        	            	-  Count: (uint64) 10
        	            	  }
        	Test:       	TestPruneTopN
--- FAIL: TestPruneTopN (0.00s)
FAIL
coverage: 0.8% of statements
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 1
/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/8827/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/statistics/statistics_test_/statistics_test.runfiles/__main__/pkg/statistics/statistics_test_/statistics_test
================================================================================
ERROR: Test failed, aborting
INFO: Elapsed time: 159.181s, Critical Path: 99.28s
INFO: 9693 processes: 8023 remote cache hit, 1506 internal, 164 linux-sandbox.
INFO: Build completed successfully, 9693 total actions
//pkg/sessionctx/variable:variable_test                               NO STATUS
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_50_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_49_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_48_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_47_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_1_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_2_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_3_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_46_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_4_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_45_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_5_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_6_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_7_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_44_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_8_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_43_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_9_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_10_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_42_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_11_of_50/coverage.dat
//pkg/statistics/handle/lockstats:lockstats_test                      NO STATUS
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_13_of_13/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_12_of_13/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_11_of_13/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_10_of_13/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_9_of_13/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_8_of_13/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_7_of_13/coverage.dat
//pkg/lightning/backend/kv:kv_test                                    NO STATUS
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_19_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_18_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_17_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_16_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_15_of_19/coverage.dat
//dumpling/export:export_test                                         NO STATUS
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_50_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_1_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_49_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_2_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_3_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_48_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_4_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_47_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_5_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_6_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_11_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_46_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_9_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_7_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_8_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_10_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_45_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_13_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_16_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_15_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_14_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_44_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_43_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_20_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_18_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_17_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_42_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_19_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_41_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_23_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_22_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_21_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_24_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_27_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_40_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_28_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_12_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_26_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_29_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_25_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_39_of_50/coverage.dat
//pkg/lightning/config:config_test                                    NO STATUS
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_48_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_47_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_46_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_45_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_44_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_43_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_42_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_41_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_40_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_39_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_38_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_1_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_37_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_2_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_36_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_3_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_4_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_35_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_5_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_34_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_6_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_7_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_33_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_8_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_9_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_10_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_32_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_31_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_13_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_30_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_11_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_12_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_29_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_28_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_14_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_15_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_27_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_16_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_18_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_26_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_17_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_19_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_20_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_25_of_48/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_21_of_48/coverage.dat
//br/cmd/br:br_test                                                   NO STATUS
//br/pkg/aws:aws_test                                                 NO STATUS
//br/pkg/backup:backup_test                                           NO STATUS
//br/pkg/checksum:checksum_test                                       NO STATUS
//br/pkg/config:config_test                                           NO STATUS
//br/pkg/conn:conn_test                                               NO STATUS
//br/pkg/glue:glue_test                                               NO STATUS
//br/pkg/gluetidb:gluetidb_test                                       NO STATUS
//br/pkg/gluetikv:gluetikv_test                                       NO STATUS
//br/pkg/metautil:metautil_test                                       NO STATUS
//br/pkg/mock:mock_test                                               NO STATUS
//br/pkg/restore:restore_test                                         NO STATUS
//br/pkg/restore/data:data_test                                       NO STATUS
//br/pkg/restore/internal/log_split:log_split_test                    NO STATUS
//br/pkg/restore/internal/prealloc_db:prealloc_db_test                NO STATUS
//br/pkg/restore/internal/prealloc_table_id:prealloc_table_id_test    NO STATUS
//br/pkg/restore/internal/utils:utils_test                            NO STATUS
//br/pkg/restore/log_client:log_client_test                           NO STATUS
//br/pkg/restore/snap_client:snap_client_test                         NO STATUS
//br/pkg/restore/utils:utils_test                                     NO STATUS
//br/pkg/storage:storage_test                                         NO STATUS
//br/pkg/stream:stream_test                                           NO STATUS
//br/pkg/task/show:show_test                                          NO STATUS
//br/pkg/utils/storewatch:storewatch_test                             NO STATUS
//lightning/cmd/tidb-lightning:tidb-lightning_test                    NO STATUS
//lightning/cmd/tidb-lightning-ctl:tidb-lightning-ctl_test            NO STATUS
//lightning/pkg/importer:importer_test                                NO STATUS
//lightning/pkg/importer/mock:mock_test                               NO STATUS
//lightning/pkg/server:server_test                                    NO STATUS
//pkg/autoid_service:autoid_service_test                              NO STATUS
//pkg/bindinfo:bindinfo_test                                          NO STATUS
//pkg/bindinfo/tests:tests_test                                       NO STATUS
//pkg/bindinfo/tests/timeout:timeout_test                             NO STATUS
//pkg/ddl:ddl_test                                                    NO STATUS
//pkg/ddl/ingest:ingest_test                                          NO STATUS
//pkg/ddl/ingest/tests:tests_test                                     NO STATUS
//pkg/ddl/internal/session:session_test                               NO STATUS
//pkg/ddl/schematracker:schematracker_test                            NO STATUS
//pkg/ddl/syncer:syncer_test                                          NO STATUS
//pkg/ddl/tests/adminpause:adminpause_test                            NO STATUS
//pkg/ddl/tests/fail:fail_test                                        NO STATUS
//pkg/ddl/tests/fastcreatetable:fastcreatetable_test                  NO STATUS
//pkg/ddl/tests/fk:fk_test                                            NO STATUS
//pkg/ddl/tests/indexmerge:indexmerge_test                            NO STATUS
//pkg/ddl/tests/metadatalock:metadatalock_test                        NO STATUS
//pkg/ddl/tests/multivaluedindex:multivaluedindex_test                NO STATUS
//pkg/ddl/tests/partition:partition_test                              NO STATUS
//pkg/ddl/tests/resourcegroup:resourcegroup_test                      NO STATUS
//pkg/ddl/tests/serial:serial_test                                    NO STATUS
//pkg/ddl/tests/tiflash:tiflash_test                                  NO STATUS
//pkg/ddl/util/callback:callback_test                                 NO STATUS
//pkg/disttask/framework/handle:handle_test                           NO STATUS
//pkg/disttask/framework/integrationtests:integrationtests_test       NO STATUS
//pkg/disttask/framework/planner:planner_test                         NO STATUS
//pkg/disttask/framework/scheduler:scheduler_test                     NO STATUS
//pkg/disttask/framework/storage:storage_test                         NO STATUS
//pkg/disttask/framework/taskexecutor:taskexecutor_test               NO STATUS
//pkg/disttask/importinto:importinto_test                             NO STATUS
//pkg/domain:domain_test                                              NO STATUS
//pkg/domain/globalconfigsync:globalconfigsync_test                   NO STATUS
//pkg/executor:executor_test                                          NO STATUS
//pkg/executor/aggfuncs:aggfuncs_test                                 NO STATUS
//pkg/executor/aggregate:aggregate_test                               NO STATUS
//pkg/executor/importer:importer_test                                 NO STATUS
//pkg/executor/internal/calibrateresource:calibrateresource_test      NO STATUS
//pkg/executor/internal/exec:exec_test                                NO STATUS
//pkg/executor/internal/mpp:mpp_test                                  NO STATUS
//pkg/executor/internal/querywatch:querywatch_test                    NO STATUS
//pkg/executor/join:join_test                                         NO STATUS
//pkg/executor/lockstats:lockstats_test                               NO STATUS
//pkg/executor/sortexec:sort_exec_test                                NO STATUS
//pkg/executor/sortexec:sortexec_test                                 NO STATUS
//pkg/executor/test/admintest:admintest_test                          NO STATUS
//pkg/executor/test/aggregate:aggregate_test                          NO STATUS
//pkg/executor/test/analyzetest:analyzetest_test                      NO STATUS
//pkg/executor/test/analyzetest/memorycontrol:memorycontrol_test      NO STATUS
//pkg/executor/test/analyzetest/panictest:panictest_test              NO STATUS
//pkg/executor/test/autoidtest:autoidtest_test                        NO STATUS
//pkg/executor/test/ddl:ddl_test                                      NO STATUS
//pkg/executor/test/distsqltest:distsqltest_test                      NO STATUS
//pkg/executor/test/executor:executor_test                            NO STATUS
//pkg/executor/test/fktest:fktest_test                                NO STATUS
//pkg/executor/test/indexmergereadtest:indexmergereadtest_test        NO STATUS
//pkg/executor/test/issuetest:issuetest_test                          NO STATUS
//pkg/executor/test/jointest:jointest_test                            NO STATUS
//pkg/executor/test/jointest/hashjoin:hashjoin_test                   NO STATUS
//pkg/executor/test/loaddatatest:loaddatatest_test                    NO STATUS
//pkg/executor/test/loadremotetest:loadremotetest_test                NO STATUS
//pkg/executor/test/memtest:memtest_test                              NO STATUS
//pkg/executor/test/oomtest:oomtest_test                              NO STATUS
//pkg/executor/test/passwordtest:passwordtest_test                    NO STATUS
//pkg/executor/test/seqtest:seqtest_test                              NO STATUS
//pkg/executor/test/showtest:showtest_test                            NO STATUS
//pkg/executor/test/simpletest:simpletest_test                        NO STATUS
//pkg/executor/test/splittest:splittest_test                          NO STATUS
//pkg/executor/test/tiflashtest:tiflashtest_test                      NO STATUS
//pkg/executor/test/unstabletest:unstabletest_test                    NO STATUS
//pkg/executor/test/writetest:writetest_test                          NO STATUS
//pkg/expression:expression_test                                      NO STATUS
//pkg/expression/integration_test:integration_test_test               NO STATUS
//pkg/expression/test/multivaluedindex:multivaluedindex_test          NO STATUS
//pkg/extension:extension_test                                        NO STATUS
//pkg/extension/enterprise/audit:audit_test                           NO STATUS
//pkg/infoschema:infoschema_test                                      NO STATUS
//pkg/infoschema/perfschema:perfschema_test                           NO STATUS
//pkg/infoschema/test/cachetest:cachetest_test                        NO STATUS
//pkg/infoschema/test/clustertablestest:clustertablestest_test        NO STATUS
//pkg/infoschema/test/infoschemav2test:infoschemav2test_test          NO STATUS
//pkg/lightning/backend:backend_test                                  NO STATUS
//pkg/lightning/backend/external:external_test                        NO STATUS
//pkg/lightning/backend/local:local_test                              NO STATUS
//pkg/lightning/backend/tidb:tidb_test                                NO STATUS
//pkg/lightning/common:common_test                                    NO STATUS
//pkg/lightning/errormanager:errormanager_test                        NO STATUS
//pkg/lightning/tikv:tikv_test                                        NO STATUS
//pkg/owner:owner_test                                                NO STATUS
//pkg/planner/cardinality:cardinality_test                            NO STATUS
//pkg/planner/cascades:cascades_test                                  NO STATUS
//pkg/planner/core:core_test                                          NO STATUS
//pkg/planner/core/casetest:casetest_test                             NO STATUS
//pkg/planner/core/casetest/binaryplan:binaryplan_test                NO STATUS
//pkg/planner/core/casetest/cbotest:cbotest_test                      NO STATUS
//pkg/planner/core/casetest/correlated:correlated_test                NO STATUS
//pkg/planner/core/casetest/dag:dag_test                              NO STATUS
//pkg/planner/core/casetest/enforcempp:enforcempp_test                NO STATUS
//pkg/planner/core/casetest/flatplan:flatplan_test                    NO STATUS
//pkg/planner/core/casetest/hint:hint_test                            NO STATUS
//pkg/planner/core/casetest/index:index_test                          NO STATUS
//pkg/planner/core/casetest/mpp:mpp_test                              NO STATUS
//pkg/planner/core/casetest/parallelapply:parallelapply_test          NO STATUS
//pkg/planner/core/casetest/partition:partition_test                  NO STATUS
//pkg/planner/core/casetest/physicalplantest:physicalplantest_test    NO STATUS
//pkg/planner/core/casetest/planstats:planstats_test                  NO STATUS
//pkg/planner/core/casetest/pushdown:pushdown_test                    NO STATUS
//pkg/planner/core/casetest/rule:rule_test                            NO STATUS
//pkg/planner/core/casetest/scalarsubquery:scalarsubquery_test        NO STATUS
//pkg/planner/core/casetest/windows:windows_test                      NO STATUS
//pkg/planner/core/issuetest:issuetest_test                           NO STATUS
//pkg/planner/core/tests/prepare:prepare_test                         NO STATUS
//pkg/planner/funcdep:funcdep_test                                    NO STATUS
//pkg/planner/implementation:implementation_test                      NO STATUS
//pkg/planner/memo:memo_test                                          NO STATUS
//pkg/planner/pattern:pattern_test                                    NO STATUS
//pkg/planner/util/fixcontrol:fixcontrol_test                         NO STATUS
//pkg/plugin:plugin_test                                              NO STATUS
//pkg/plugin/conn_ip_example:conn_ip_example_test                     NO STATUS
//pkg/privilege/privileges:privileges_test                            NO STATUS
//pkg/server:server_test                                              NO STATUS
//pkg/server/handler/extractorhandler:extractorhandler_test           NO STATUS
//pkg/server/handler/optimizor:optimizor_test                         NO STATUS
//pkg/server/handler/tests:tests_test                                 NO STATUS
//pkg/server/tests:tests_test                                         NO STATUS
//pkg/server/tests/commontest:commontest_test                         NO STATUS
//pkg/server/tests/cursor:cursor_test                                 NO STATUS
//pkg/server/tests/tls:tls_test                                       NO STATUS
//pkg/session:session_test                                            NO STATUS
//pkg/session/bootstraptest:bootstraptest_test                        NO STATUS
//pkg/session/clusteredindextest:clusteredindextest_test              NO STATUS
//pkg/session/nontransactionaltest:nontransactionaltest_test          NO STATUS
//pkg/session/resourcegrouptest:resourcegrouptest_test                NO STATUS
//pkg/session/schematest:schematest_test                              NO STATUS
//pkg/session/temporarytabletest:temporarytabletest_test              NO STATUS
//pkg/session/test:test_test                                          NO STATUS
//pkg/session/test/common:common_test                                 NO STATUS
//pkg/session/test/meta:meta_test                                     NO STATUS
//pkg/session/test/privileges:privileges_test                         NO STATUS
//pkg/session/test/txn:txn_test                                       NO STATUS
//pkg/session/test/variable:variable_test                             NO STATUS
//pkg/session/test/vars:vars_test                                     NO STATUS
//pkg/sessionctx/binloginfo:binloginfo_test                           NO STATUS
//pkg/sessiontxn:sessiontxn_test                                      NO STATUS
//pkg/sessiontxn/isolation:isolation_test                             NO STATUS
//pkg/sessiontxn/staleread:staleread_test                             NO STATUS
//pkg/statistics/handle/autoanalyze:autoanalyze_test                  NO STATUS
//pkg/statistics/handle/autoanalyze/exec:exec_test                    NO STATUS
//pkg/statistics/handle/autoanalyze/priorityqueue:priorityqueue_test  NO STATUS
//pkg/statistics/handle/autoanalyze/refresher:refresher_test          NO STATUS
//pkg/statistics/handle/ddl:ddl_test                                  NO STATUS
//pkg/statistics/handle/globalstats:globalstats_test                  NO STATUS
//pkg/statistics/handle/handletest:handletest_test                    NO STATUS
//pkg/statistics/handle/handletest/analyze:analyze_test               NO STATUS
//pkg/statistics/handle/handletest/lockstats:lockstats_test           NO STATUS
//pkg/statistics/handle/handletest/statstest:statstest_test           NO STATUS
//pkg/statistics/handle/storage:storage_test                          NO STATUS
//pkg/statistics/handle/syncload:syncload_test                        NO STATUS
//pkg/statistics/handle/updatetest:updatetest_test                    NO STATUS
//pkg/statistics/handle/usage:usage_test                              NO STATUS
//pkg/statistics/handle/util:util_test                                NO STATUS
//pkg/store:store_test                                                NO STATUS
//pkg/store/driver:driver_test                                        NO STATUS
//pkg/store/gcworker:gcworker_test                                    NO STATUS
//pkg/store/mockstore/mockcopr:mockcopr_test                          NO STATUS
//pkg/table/tables:tables_test                                        NO STATUS
//pkg/table/tables/test/partition:partition_test                      NO STATUS
//pkg/testkit:testkit_test                                            NO STATUS
//pkg/timer:timer_test                                                NO STATUS
//pkg/ttl/cache:cache_test                                            NO STATUS
//pkg/ttl/session:session_test                                        NO STATUS
//pkg/ttl/sqlbuilder:sqlbuilder_test                                  NO STATUS
//pkg/ttl/ttlworker:ttlworker_test                                    NO STATUS
//pkg/util/admin:admin_test                                           NO STATUS
//pkg/util/dbutil:dbutil_test                                         NO STATUS
//pkg/util/ddl-checker:ddl-checker_test                               NO STATUS
//pkg/util/keydecoder:keydecoder_test                                 NO STATUS
//pkg/util/profile:profile_test                                       NO STATUS
//pkg/util/ranger:ranger_test                                         NO STATUS
//pkg/util/rowDecoder:rowDecoder_test                                 NO STATUS
//pkg/util/schemacmp:schemacmp_test                                   NO STATUS
//pkg/util/stmtsummary/v2/tests:tests_test                            NO STATUS
//pkg/sessionctx/sessionstates:sessionstates_test                     NO STATUS
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_17_of_17/coverage.dat
//pkg/statistics:statistics_test                                      NO STATUS
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_37_of_37/coverage.dat
//br/pkg/restore/split:split_test                                     NO STATUS
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_17_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_16_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_15_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_14_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_13_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_12_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_11_of_17/coverage.dat
//pkg/lightning/mydump:mydump_test                                    NO STATUS
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_50_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_49_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_48_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_47_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_46_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_45_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_44_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_43_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_42_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_41_of_50/coverage.dat
Test cases: finished with 2592 passing and 1 failing out of 2593 test cases

Executed 9 out of 415 tests: 197 tests pass and 218 were skipped.
make: *** [bazel_coverage_test] Error 3
root: /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs
complete to collect bazel result.
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log
Parse from local file: tidb/bazel-test.log
Output files:
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
bazel-target-output-L254-286.fail.log
bazel-target-output-L287-319.fail.log
bazel-target-output-L320-352.fail.log
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: bfd44e2c-c8db-4cc5-a186-4db27fc1b1ab' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: master' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/9741/' --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: bfd44e2c-c8db-4cc5-a186-4db27fc1b1ab
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: master
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/9741/
> 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] }
[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
ERROR: script returned exit code 2
Finished: FAILURE