Skip to content

Console Output

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

Running on pingcap-tidb-release-8-1-ghpr-unit-test-99-lhglq-s1ht1-bzxqj in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/PingCAP-QE/ci.git
 > git init /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test # timeout=10
Fetching upstream changes from https://github.com/PingCAP-QE/ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5
 > 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 635c5544ae8ad74f0d959461cc1d4bc8eba1b9bf (origin/main)
Commit message: "fix(tiflash): correct the dir to collect log (#2947)"
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 635c5544ae8ad74f0d959461cc1d4bc8eba1b9bf # timeout=10
 > git rev-list --no-walk 635c5544ae8ad74f0d959461cc1d4bc8eba1b9bf # 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=d998244e-9ff4-4704-9e64-c35ebc3e8039
JENKINS_NODE_COOKIE=5c2f6c4b-6cc5-4fd6-92f2-f541dc313571
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/99/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-release-8-1-ghpr-unit-test-99-lhglq-s1ht1-bzxqj
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
KUBERNETES_PORT_443_TCP_PORT=443
KUBERNETES_PORT=tcp://10.233.0.1:443
TERM=xterm
STAGE_NAME=Debug info
BUILD_TAG=jenkins-pingcap-tidb-release-8.1-ghpr_unit_test-99
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=635c5544ae8ad74f0d959461cc1d4bc8eba1b9bf
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/release-8.1/ghpr_unit_test","buildid":"1785138193683714048","prowjobid":"d998244e-9ff4-4704-9e64-c35ebc3e8039","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"release-8.1","base_sha":"8a5806713fb2f6092c94fd10a7044d6f0f31c229","base_link":"https://github.com/pingcap/tidb/commit/8a5806713fb2f6092c94fd10a7044d6f0f31c229","pulls":[{"number":52998,"author":"ti-chi-bot","sha":"7b2dfa1efd65acabe38168e21e0f543d5976a6d1","title":"*: add rpc error stats and refine log (#52810)","link":"https://github.com/pingcap/tidb/pull/52998","commit_link":"https://github.com/pingcap/tidb/pull/52998/commits/7b2dfa1efd65acabe38168e21e0f543d5976a6d1","author_link":"https://github.com/ti-chi-bot"}]}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/99/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/99/display/redirect?page=artifacts
FILE_SERVER_URL=http://fileserver.pingcap.net
JENKINS_HOME=/var/jenkins_home
GIT_COMMIT=635c5544ae8ad74f0d959461cc1d4bc8eba1b9bf
PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/99/display/redirect
GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct
_=/usr/bin/printenv
POD_CONTAINER=golang
PWD=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap/tidb/release-8.1/ghpr_unit_test
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#99
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1785138193683714048
GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
JOB_BASE_NAME=ghpr_unit_test
GIT_PREVIOUS_SUCCESSFUL_COMMIT=4f454dd6e93550f4ad2c312d982ac6250b6648d0
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/99/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_release-8_1_ghpr_unit_test_99-lhglq
GOROOT=/usr/local/go
GIT_BRANCH=origin/main
KUBERNETES_PORT_443_TCP_PROTO=tcp
CI=true
KUBERNETES_SERVICE_PORT_HTTPS=443
WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-5c6a8d54e1eafe77a1a9b9f415b7dcf80d0f4d17173a0e297ba32a2ec04ce2da
NODE_LABELS=pingcap-tidb-release-8-1-ghpr-unit-test-99-lhglq-s1ht1-bzxqj pingcap_tidb_release-8_1_ghpr_unit_test_99-lhglq
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-release-8-1-ghpr-unit-test-99-lhglq-s1ht1-bzxqj
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/display/redirect
BUILD_NUMBER=99
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-build1789968815=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw- 1 root root 1, 3 Apr 30 10:45 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-8-1-ghpr-unit-test-99-lhglq-s1ht1-bzxqj bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-8-1-ghpr-unit-test-99-lhglq-s1ht1-bzxqj 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: 15731
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: 843921e6d4e4ef90 (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: Tue Apr 30 02:45:13 UTC 2024
;; MSG SIZE  rcvd: 77

[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-8a58067-7b2dfa1)
553699840 bytes in 5.48 secs (100997458 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-f524c1b4
# github.com:22 SSH-2.0-babeld-f524c1b4
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] retry
[Pipeline] {
[Pipeline] sh
git version 2.37.2
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.git/
.git
HEAD is now at 3e28bde029 Merge commit '7b2dfa1efd65acabe38168e21e0f543d5976a6d1' into HEAD
POST git-upload-pack (686 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            release-8.1          -> origin/release-8.1
 = [up to date]            refs/pull/52998/head -> origin/pr/52998/head
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
Warning: you are leaving 1 commit behind, not connected to
any of your branches:

  3e28bde029 Merge commit '7b2dfa1efd65acabe38168e21e0f543d5976a6d1' into HEAD

If you want to keep it by creating a new branch, this may be a good time
to do so with:

 git branch <new-branch-name> 3e28bde029

HEAD is now at 8a5806713f global sort: fix inner retry doesn't reset collector (#52965) (#52995)
๐Ÿšง Checkouting to base SHA:8a5806713fb2f6092c94fd10a7044d6f0f31c229...
HEAD is now at 8a5806713f global sort: fix inner retry doesn't reset collector (#52965) (#52995)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
8a5806713fb2f6092c94fd10a7044d6f0f31c229
8a5806713f global sort: fix inner retry doesn't reset collector (#52965) (#52995)
474e9b2dbd topsql: set RPC interceptor immediately after a txn is activated (#51795) (#52881)
55e63913dd lightning: performance optimization for post-import conflict detection (#52656) (#52990)
๐Ÿšง Pre-merge heads of pull requests to base SHA: 8a5806713fb2f6092c94fd10a7044d6f0f31c229 ...
Merge made by the 'ort' strategy.
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
 DEPS.bzl                                           | 12 ++++-----
 go.mod                                             |  2 +-
 go.sum                                             |  4 +--
 pkg/distsql/distsql_test.go                        | 10 ++++---
 pkg/distsql/select_result.go                       | 31 ++++++++--------------
 pkg/executor/distsql_test.go                       | 14 +++++-----
 pkg/executor/executor_failpoint_test.go            | 10 +++----
 pkg/executor/explainfor_test.go                    |  2 +-
 pkg/server/conn_test.go                            |  2 +-
 pkg/store/copr/batch_request_sender.go             |  2 +-
 pkg/store/copr/coprocessor.go                      | 12 ++++++---
 pkg/tablecodec/BUILD.bazel                         |  1 +
 pkg/tablecodec/tablecodec_test.go                  |  3 ++-
 .../realtikvtest/sessiontest/session_fail_test.go  |  8 +++---
 14 files changed, 57 insertions(+), 56 deletions(-)
๐Ÿงพ Pre-merged result:
2664b69b75e41dff415a0515a10cffdef28fb6a2
2664b69b75 Merge commit '7b2dfa1efd65acabe38168e21e0f543d5976a6d1' into HEAD
7b2dfa1efd make bazel_prepare
c3a6bdd3b7 update bazel
โœ… Pre merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache not saved (git/pingcap/tidb/rev-8a58067-7b2dfa1 already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] withCredentials
Masking supported pattern matches of $CODECOV_TOKEN
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] sh
+ sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common
+ git diff .
diff --git a/Makefile.common b/Makefile.common
index b540debd42..9264b96d48 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage"
 
 ifneq ("$(CI)", "")
 	BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp
-	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp
-	BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp
+	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache
+	BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache
 endif
 BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/...
+ git status
HEAD detached from origin/release-8.1
You are in a sparse checkout with 100% of tracked files present.

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

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328
go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c
go: downloading github.com/sergi/go-diff v1.1.0
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 752cbe63-11aa-44d7-9025-0e61d994b743
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_04_30_02_45_03.3565071672/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=315153 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:gazelle (1 packages loaded, 0 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (184 packages loaded, 11297 targets configured)
INFO: Analyzed target //:gazelle (268 packages loaded, 11957 targets configured).
INFO: Found 1 target...
[0 / 207] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running)
[24 / 314] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 1023.8 KiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running)
[24 / 314] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 14.0 MiB / 17.2 MiB; 2s remote-cache ... (3 actions, 0 running)
[275 / 314] [Prepa] GoCompilePkg external/bazel_gazelle/internal/wspace/wspace.a [for tool] ... (13 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 25.878s, Critical Path: 3.89s
INFO: 314 processes: 294 remote cache hit, 20 internal.
INFO: Build completed successfully, 314 total actions
INFO: Running command line: bazel-bin/gazelle
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache  \
	--run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb && " \
	 //tools/tazel:tazel
INFO: Invocation ID: 784e5267-2bbb-4a16-8f71-c6a35886900b
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_04_30_02_45_03.3565071672/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=315153 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build option --run_under has changed, discarding analysis cache.
Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured)
Analyzing: target //tools/tazel:tazel (73 packages loaded, 12893 targets configured)
Analyzing: target //tools/tazel:tazel (279 packages loaded, 13688 targets configured)
INFO: Analyzed target //tools/tazel:tazel (301 packages loaded, 14190 targets configured).
INFO: Found 1 target...
[0 / 26] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running)
[271 / 585] [Prepa] GoCompilePkg external/org_golang_google_protobuf/internal/detrand/detrand.a ... (29 actions, 0 running)
[528 / 585] GoCompilePkg external/org_uber_go_zap/zap.a; Downloading external/org_uber_go_zap/zap.a, 368.4 KiB / 2.0 MiB; 0s remote-cache ... (7 actions, 2 running)
[547 / 585] GoCompilePkg external/com_github_tikv_client_go_v2/metrics/metrics.a; 1s remote-cache, linux-sandbox ... (8 actions, 2 running)
[567 / 585] GoCompilePkg external/com_github_tikv_client_go_v2/oracle/oracles/oracles.a; 0s remote-cache, linux-sandbox ... (6 actions running)
[571 / 585] GoCompilePkg external/com_github_tikv_client_go_v2/internal/locate/locate.a; 0s remote-cache, linux-sandbox
[575 / 585] GoCompilePkg external/com_github_tikv_client_go_v2/txnkv/txnsnapshot/txnsnapshot.a; 0s remote-cache, linux-sandbox
[578 / 585] [Prepa] GoCompilePkg pkg/util/logutil/logutil.a
[584 / 585] [Prepa] GoLink tools/tazel/tazel_/tazel
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 12.727s, Critical Path: 9.82s
INFO: 319 processes: 297 remote cache hit, 3 internal, 19 linux-sandbox.
INFO: Build completed successfully, 319 total actions
INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb &&  bazel-bin/tools/tazel/tazel_/tazel '
bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --jobs=35 --build_tests_only --test_keep_going=false \
	--@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest \
	-- //... -//cmd/... -//tests/graceshutdown/... \
	-//tests/globalkilltest/... -//tests/readonlytest/... -//br/pkg/task:task_test -//tests/realtikvtest/...
INFO: Invocation ID: 819036e4-9b5f-4f73-931d-571d53b88268
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'coverage' from /data/..2024_04_30_02_45_03.3565071672/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'test' options: --test_output=errors --test_summary=detailed
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache.
Analyzing: 403 targets (630 packages loaded, 0 targets configured)
Analyzing: 403 targets (1226 packages loaded, 17566 targets configured)
Analyzing: 403 targets (1416 packages loaded, 20643 targets configured)
Analyzing: 403 targets (1591 packages loaded, 22911 targets configured)
Analyzing: 403 targets (1805 packages loaded, 24610 targets configured)
Analyzing: 403 targets (1874 packages loaded, 25290 targets configured)
Analyzing: 403 targets (1874 packages loaded, 25290 targets configured)
Analyzing: 403 targets (1932 packages loaded, 26044 targets configured)
Analyzing: 403 targets (1937 packages loaded, 26711 targets configured)
INFO: Analyzed 403 targets (1937 packages loaded, 26722 targets configured).
INFO: Found 403 test targets...
[0 / 14] [Prepa] Writing file br/pkg/backup/backup_test/baseline_coverage.dat ... (12 actions, 0 running)
[1,357 / 9,355] GoToolchainBinaryBuild external/go_sdk/builder [for tool]; Downloading external/go_sdk/builder, 1.7 MiB / 5.3 MiB; 0s remote-cache ... (35 actions, 0 running)
[1,404 / 9,355] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 15.0 MiB / 17.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[1,406 / 9,355] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 7.0 MiB / 17.2 MiB; 2s remote-cache ... (35 actions, 0 running)
[1,445 / 9,355] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 3.0 MiB / 3.6 MiB; 2s remote-cache ... (35 actions, 0 running)
[1,903 / 9,355] GoCompilePkg external/co_honnef_go_tools/analysis/facts/directives/directives.a [for tool]; Downloading external/co_honnef_go_tools/analysis/facts/directives/directives.a; 0s remote-cache ... (27 actions, 0 running)
[2,495 / 9,360] GoCompilePkg external/io_etcd_go_bbolt/bbolt.a; Downloading external/io_etcd_go_bbolt/bbolt.a; 0s remote-cache ... (34 actions, 0 running)
[3,056 / 9,389] GoCompilePkg external/org_uber_go_zap/zap.a; Downloading external/org_uber_go_zap/zap.a, 313.8 KiB / 2.2 MiB; 0s remote-cache ... (35 actions, 0 running)
[3,296 / 9,430] GoCompilePkg external/org_golang_google_protobuf/internal/impl/impl.a; Downloading external/org_golang_google_protobuf/internal/impl/impl.a, 4.2 MiB / 4.9 MiB; 1s remote-cache ... (34 actions, 0 running)
[3,524 / 9,450] 14 / 403 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 37.9 MiB / 69.8 MiB; 1s remote-cache ... (35 actions, 0 running)
[3,800 / 9,511] 36 / 403 tests; GoLink pkg/tidb-binlog/driver/reader/reader_test_/reader_test; Downloading pkg/tidb-binlog/driver/reader/reader_test_/reader_test, 7.0 MiB / 11.6 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,264 / 9,547] 52 / 403 tests; GoCompilePkg external/com_github_tikv_client_go_v2/metrics/metrics.a; 0s remote-cache, linux-sandbox ... (36 actions, 2 running)
[4,567 / 9,637] 68 / 403 tests; GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 22.9 MiB / 24.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,815 / 9,699] 72 / 403 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/s3/s3.a; Downloading external/com_github_aws_aws_sdk_go/service/s3/s3.a, 12.8 MiB / 15.4 MiB; 0s remote-cache ... (36 actions, 2 running)
[4,978 / 9,699] 74 / 403 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 37.0 MiB / 75.3 MiB; 1s remote-cache ... (28 actions, 2 running)
[5,117 / 9,703] 74 / 403 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 2s remote-cache ... (15 actions, 2 running)
[5,178 / 9,723] 78 / 403 tests; GoCompilePkg external/com_github_tikv_client_go_v2/internal/locate/locate.a; 0s remote-cache, linux-sandbox ... (15 actions, 4 running)
[5,211 / 9,725] 81 / 403 tests; GoCompilePkg external/com_github_tikv_client_go_v2/internal/locate/locate.a; 0s remote-cache, linux-sandbox ... (4 actions running)
[5,213 / 9,725] 81 / 403 tests; GoCompilePkg external/com_github_tikv_client_go_v2/internal/locate/locate.a; 1s remote-cache, linux-sandbox ... (10 actions running)
[5,248 / 9,725] 81 / 403 tests; GoCompilePkg pkg/util/collate/collate_test.internal.a; 0s remote-cache, linux-sandbox ... (70 actions running)
[5,324 / 9,725] 81 / 403 tests; GoLink pkg/util/systimemon/systimemon_test_/systimemon_test; 1s remote-cache, linux-sandbox ... (39 actions, 38 running)
[5,332 / 9,727] 81 / 403 tests; GoLink pkg/privilege/privileges/ldap/ldap_test_/ldap_test; 2s remote-cache, linux-sandbox ... (40 actions running)
[5,332 / 9,727] 81 / 403 tests; GoLink pkg/privilege/privileges/ldap/ldap_test_/ldap_test; 3s remote-cache, linux-sandbox ... (40 actions running)
[5,334 / 9,732] 82 / 403 tests; GoLink pkg/util/globalconn/globalconn_test_/globalconn_test; 5s remote-cache, linux-sandbox ... (46 actions running)
[5,394 / 9,788] 82 / 403 tests; Testing //pkg/privilege/privileges/ldap:ldap_test (shard 3 of 4); 1s remote-cache, linux-sandbox ... (69 actions running)
FAIL: //pkg/privilege/privileges/ldap:ldap_test (shard 3 of 4) (see /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_3_of_4/test_attempts/attempt_1.log)
FAIL: //pkg/privilege/privileges/ldap:ldap_test (shard 2 of 4) (see /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_2_of_4/test_attempts/attempt_1.log)
[5,428 / 9,788] 92 / 403 tests; Testing //pkg/privilege/privileges/ldap:ldap_test (shard 4 of 4); 2s remote-cache, linux-sandbox ... (69 actions, 68 running)
INFO: From Testing //pkg/privilege/privileges/ldap:ldap_test (shard 3 of 4):
==================== Test output for //pkg/privilege/privileges/ldap:ldap_test (shard 3 of 4):
=== RUN   TestConnectWithTLS11
    ldap_common_test.go:133: 
        	Error Trace:	pkg/privilege/privileges/ldap/ldap_common_test.go:133
        	            				src/runtime/asm_amd64.s:1650
        	Error:      	Received unexpected error:
        	            	listen tcp 127.0.0.1:19941: bind: address already in use
        	Test:       	TestConnectWithTLS11
    ldap_common_test.go:174: 
        	Error Trace:	pkg/privilege/privileges/ldap/ldap_common_test.go:174
        	Error:      	Error "create ldap connection: LDAP Result Code 200 \"Network Error\": dial tcp [::1]:19941: connect: connection refused" does not contain "protocol version not supported"
        	Test:       	TestConnectWithTLS11
--- FAIL: TestConnectWithTLS11 (2.01s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0xe91ef5]

goroutine 76 [running]:
testing.tRunner.func1.2({0xf516e0, 0x194e4d0})
	GOROOT/src/testing/testing.go:1545 +0x238
testing.tRunner.func1()
	GOROOT/src/testing/testing.go:1548 +0x397
panic({0xf516e0?, 0x194e4d0?})
	GOROOT/src/runtime/panic.go:914 +0x21f
github.com/pingcap/tidb/pkg/privilege/privileges/ldap.TestConnectWithTLS11.func2()
	pkg/privilege/privileges/ldap/ldap_common_test.go:161 +0x35
runtime.Goexit()
	GOROOT/src/runtime/panic.go:523 +0x145
testing.(*common).FailNow(0xc000682b60)
	GOROOT/src/testing/testing.go:999 +0x4a
github.com/stretchr/testify/require.ErrorContains({0x1232708, 0xc000682b60}, {0x122f440, 0xc000420150}, {0x10ca017, 0x1e}, {0x0, 0x0, 0x0})
	external/com_github_stretchr_testify/require/require.go:332 +0xda
github.com/pingcap/tidb/pkg/privilege/privileges/ldap.TestConnectWithTLS11(0xc000682b60)
	pkg/privilege/privileges/ldap/ldap_common_test.go:174 +0x308
testing.tRunner(0xc000682b60, 0x1132ec0)
	GOROOT/src/testing/testing.go:1595 +0xff
created by testing.(*T).Run in goroutine 1
	GOROOT/src/testing/testing.go:1648 +0x3ad
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 2
/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/4643/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/privilege/privileges/ldap/ldap_test_/ldap_test.runfiles/__main__/pkg/privilege/privileges/ldap/ldap_test_/ldap_test
================================================================================

FLAKY: //pkg/privilege/privileges/ldap:ldap_test (Summary)
      /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_3_of_4/test_attempts/attempt_1.log
      /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_2_of_4/test_attempts/attempt_1.log
INFO: From Testing //pkg/privilege/privileges/ldap:ldap_test (shard 2 of 4):
==================== Test output for //pkg/privilege/privileges/ldap:ldap_test (shard 2 of 4):
=== RUN   TestConnectThrough636
    ldap_common_test.go:68: 
        	Error Trace:	pkg/privilege/privileges/ldap/ldap_common_test.go:68
        	            				src/runtime/asm_amd64.s:1650
        	Error:      	Received unexpected error:
        	            	listen tcp 127.0.0.1:19941: bind: address already in use
        	Test:       	TestConnectThrough636
    ldap_common_test.go:109: 
        	Error Trace:	pkg/privilege/privileges/ldap/ldap_common_test.go:109
        	Error:      	Received unexpected error:
        	            	LDAP Result Code 200 "Network Error": dial tcp [::1]:19941: connect: connection refused
        	            	create ldap connection
        	            	github.com/pingcap/tidb/pkg/privilege/privileges/ldap.(*ldapAuthImpl).connectionFactory
        	            		pkg/privilege/privileges/ldap/ldap_common.go:184
        	            	github.com/pingcap/tidb/pkg/privilege/privileges/ldap.TestConnectThrough636
        	            		pkg/privilege/privileges/ldap/ldap_common_test.go:108
        	            	testing.tRunner
        	            		GOROOT/src/testing/testing.go:1595
        	            	runtime.goexit
        	            		src/runtime/asm_amd64.s:1650
        	Test:       	TestConnectThrough636
--- FAIL: TestConnectThrough636 (2.00s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0xe913b5]

goroutine 73 [running]:
testing.tRunner.func1.2({0xf516e0, 0x194e4d0})
	GOROOT/src/testing/testing.go:1545 +0x238
testing.tRunner.func1()
	GOROOT/src/testing/testing.go:1548 +0x397
panic({0xf516e0?, 0x194e4d0?})
	GOROOT/src/runtime/panic.go:914 +0x21f
github.com/pingcap/tidb/pkg/privilege/privileges/ldap.TestConnectThrough636.func2()
	pkg/privilege/privileges/ldap/ldap_common_test.go:96 +0x35
runtime.Goexit()
	GOROOT/src/runtime/panic.go:523 +0x145
testing.(*common).FailNow(0xc000581520)
	GOROOT/src/testing/testing.go:999 +0x4a
github.com/stretchr/testify/require.NoError({0x1232708, 0xc000581520}, {0x122f440, 0xc00017a210}, {0x0, 0x0, 0x0})
	external/com_github_stretchr_testify/require/require.go:1357 +0xa9
github.com/pingcap/tidb/pkg/privilege/privileges/ldap.TestConnectThrough636(0xc000581520)
	pkg/privilege/privileges/ldap/ldap_common_test.go:109 +0x305
testing.tRunner(0xc000581520, 0x1132eb8)
	GOROOT/src/testing/testing.go:1595 +0xff
created by testing.(*T).Run in goroutine 1
	GOROOT/src/testing/testing.go:1648 +0x3ad
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 2
/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/4642/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/privilege/privileges/ldap/ldap_test_/ldap_test.runfiles/__main__/pkg/privilege/privileges/ldap/ldap_test_/ldap_test
================================================================================
[5,456 / 9,788] 93 / 403 tests; Testing //pkg/util/globalconn:globalconn_test; 2s remote-cache, linux-sandbox ... (67 actions, 66 running)
[5,494 / 9,855] 95 / 403 tests; Testing //pkg/util/globalconn:globalconn_test; 3s remote-cache, linux-sandbox ... (69 actions, 68 running)
[5,536 / 9,859] 96 / 403 tests; Testing //pkg/util/globalconn:globalconn_test; 5s remote-cache, linux-sandbox ... (69 actions, 68 running)
[5,574 / 9,859] 102 / 403 tests; Testing //pkg/util/globalconn:globalconn_test; 6s remote-cache, linux-sandbox ... (69 actions running)
[5,600 / 9,861] 102 / 403 tests; Testing //pkg/util/globalconn:globalconn_test; 7s remote-cache, linux-sandbox ... (69 actions, 68 running)
[5,616 / 9,861] 102 / 403 tests; Testing //pkg/util/globalconn:globalconn_test; 8s remote-cache, linux-sandbox ... (66 actions, 63 running)
[5,656 / 9,876] 105 / 403 tests; GoCompilePkg pkg/types/types.a; 3s remote-cache, linux-sandbox ... (69 actions, 68 running)
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/pkg/tablecodec/BUILD.bazel:28:8: GoCompilePkg pkg/tablecodec/tablecodec_test.internal.a failed: (Exit 1): builder failed: error executing command (from target //pkg/tablecodec:tablecodec_test) 
  (cd /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/4953/execroot/__main__ && \
  exec env - \
    CGO_ENABLED=1 \
    GOARCH=amd64 \
    GOEXPERIMENT=nocoverageredesign \
    GOOS=linux \
    GOPATH='' \
    GOROOT=bazel-out/k8-fastbuild-ST-b33d65c724e6/bin/external/io_bazel_rules_go/stdlib_ \
    GOROOT_FINAL=GOROOT \
    GOTOOLCHAIN=local \
    PATH=/usr/bin:/bin \
  bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64 -tags deadlock,intest,deadlock,intest -src pkg/tablecodec/tablecodec.go -src pkg/tablecodec/bench_test.go -src pkg/tablecodec/main_test.go -src pkg/tablecodec/tablecodec_test.go -embedroot '' -embedroot bazel-out/k8-fastbuild/bin -embedlookupdir pkg/tablecodec -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-8f6eb6207b9d/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode set -cover_format go_cover -cover pkg/tablecodec/bench_test.go -cover pkg/tablecodec/main_test.go -cover pkg/tablecodec/tablecodec_test.go -cover pkg/tablecodec/tablecodec.go -arc 'github.com/pingcap/tidb/pkg/kv=github.com/pingcap/tidb/pkg/kv=bazel-out/k8-fastbuild/bin/pkg/kv/kv.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/sessionctx/stmtctx=github.com/pingcap/tidb/pkg/sessionctx/stmtctx=bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/stmtctx.x' -arc 'github.com/pingcap/tidb/pkg/testkit/testsetup=github.com/pingcap/tidb/pkg/testkit/testsetup=bazel-out/k8-fastbuild/bin/pkg/testkit/testsetup/testsetup.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/benchdaily=github.com/pingcap/tidb/pkg/util/benchdaily=bazel-out/k8-fastbuild/bin/pkg/util/benchdaily/benchdaily.x' -arc 'github.com/pingcap/tidb/pkg/util/codec=github.com/pingcap/tidb/pkg/util/codec=bazel-out/k8-fastbuild/bin/pkg/util/codec/codec.x' -arc 'github.com/pingcap/tidb/pkg/util/collate=github.com/pingcap/tidb/pkg/util/collate=bazel-out/k8-fastbuild/bin/pkg/util/collate/collate.x' -arc 'github.com/pingcap/tidb/pkg/util/rowcodec=github.com/pingcap/tidb/pkg/util/rowcodec=bazel-out/k8-fastbuild/bin/pkg/util/rowcodec/rowcodec.x' -arc 'github.com/pingcap/failpoint=github.com/pingcap/failpoint=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_failpoint/failpoint.x' -arc 'github.com/pingcap/kvproto/pkg/keyspacepb=github.com/pingcap/kvproto/pkg/keyspacepb=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_kvproto/pkg/keyspacepb/keyspacepb.x' -arc 'github.com/stretchr/testify/require=github.com/stretchr/testify/require=bazel-out/k8-fastbuild/bin/external/com_github_stretchr_testify/require/require.x' -arc 'github.com/tikv/client-go/v2/tikv:github.com/tikv/client-go/tikv=github.com/tikv/client-go/v2/tikv=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikv/tikv.x' -arc 'go.uber.org/goleak=go.uber.org/goleak=bazel-out/k8-fastbuild/bin/external/org_uber_go_goleak/goleak.x' -arc 'github.com/pingcap/tidb/pkg/errno=github.com/pingcap/tidb/pkg/errno=bazel-out/k8-fastbuild/bin/pkg/errno/errno.x' -arc 'github.com/pingcap/tidb/pkg/parser/charset=github.com/pingcap/tidb/pkg/parser/charset=bazel-out/k8-fastbuild/bin/pkg/parser/charset/charset.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/structure=github.com/pingcap/tidb/pkg/structure=bazel-out/k8-fastbuild/bin/pkg/structure/structure.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror=github.com/pingcap/tidb/pkg/util/dbterror=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/dbterror.x' -arc 'github.com/pingcap/tidb/pkg/util/stringutil=github.com/pingcap/tidb/pkg/util/stringutil=bazel-out/k8-fastbuild/bin/pkg/util/stringutil/stringutil.x' -arc 'github.com/pingcap/errors=github.com/pingcap/errors=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_errors/errors.x' -arc 'github.com/pingcap/kvproto/pkg/kvrpcpb=github.com/pingcap/kvproto/pkg/kvrpcpb=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.x' -importpath github.com/pingcap/tidb/pkg/tablecodec -p github.com/pingcap/tidb/pkg/tablecodec -package_list bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild/bin/pkg/tablecodec/tablecodec_test.internal.a -o bazel-out/k8-fastbuild/bin/pkg/tablecodec/tablecodec_test.internal.x -facts 'github.com/pingcap/tidb/pkg/kv=github.com/pingcap/tidb/pkg/kv=bazel-out/k8-fastbuild/bin/pkg/kv/kv.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/sessionctx/stmtctx=github.com/pingcap/tidb/pkg/sessionctx/stmtctx=bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/stmtctx.facts' -facts 'github.com/pingcap/tidb/pkg/testkit/testsetup=github.com/pingcap/tidb/pkg/testkit/testsetup=bazel-out/k8-fastbuild/bin/pkg/testkit/testsetup/testsetup.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/benchdaily=github.com/pingcap/tidb/pkg/util/benchdaily=bazel-out/k8-fastbuild/bin/pkg/util/benchdaily/benchdaily.facts' -facts 'github.com/pingcap/tidb/pkg/util/codec=github.com/pingcap/tidb/pkg/util/codec=bazel-out/k8-fastbuild/bin/pkg/util/codec/codec.facts' -facts 'github.com/pingcap/tidb/pkg/util/collate=github.com/pingcap/tidb/pkg/util/collate=bazel-out/k8-fastbuild/bin/pkg/util/collate/collate.facts' -facts 'github.com/pingcap/tidb/pkg/util/rowcodec=github.com/pingcap/tidb/pkg/util/rowcodec=bazel-out/k8-fastbuild/bin/pkg/util/rowcodec/rowcodec.facts' -facts 'github.com/pingcap/failpoint=github.com/pingcap/failpoint=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_failpoint/failpoint.facts' -facts 'github.com/pingcap/kvproto/pkg/keyspacepb=github.com/pingcap/kvproto/pkg/keyspacepb=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_kvproto/pkg/keyspacepb/keyspacepb.facts' -facts 'github.com/stretchr/testify/require=github.com/stretchr/testify/require=bazel-out/k8-fastbuild/bin/external/com_github_stretchr_testify/require/require.facts' -facts 'github.com/tikv/client-go/v2/tikv:github.com/tikv/client-go/tikv=github.com/tikv/client-go/v2/tikv=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikv/tikv.facts' -facts 'go.uber.org/goleak=go.uber.org/goleak=bazel-out/k8-fastbuild/bin/external/org_uber_go_goleak/goleak.facts' -facts 'github.com/pingcap/tidb/pkg/errno=github.com/pingcap/tidb/pkg/errno=bazel-out/k8-fastbuild/bin/pkg/errno/errno.facts' -facts 'github.com/pingcap/tidb/pkg/parser/charset=github.com/pingcap/tidb/pkg/parser/charset=bazel-out/k8-fastbuild/bin/pkg/parser/charset/charset.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/structure=github.com/pingcap/tidb/pkg/structure=bazel-out/k8-fastbuild/bin/pkg/structure/structure.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror=github.com/pingcap/tidb/pkg/util/dbterror=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/dbterror.facts' -facts 'github.com/pingcap/tidb/pkg/util/stringutil=github.com/pingcap/tidb/pkg/util/stringutil=bazel-out/k8-fastbuild/bin/pkg/util/stringutil/stringutil.facts' -facts 'github.com/pingcap/errors=github.com/pingcap/errors=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_errors/errors.facts' -facts 'github.com/pingcap/kvproto/pkg/kvrpcpb=github.com/pingcap/kvproto/pkg/kvrpcpb=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.facts' -out_facts bazel-out/k8-fastbuild/bin/pkg/tablecodec/tablecodec_test.internal.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-b62283a3abad/bin/build/tidb_nogo_actual_/tidb_nogo_actual -testfilter exclude -gcflags '' -asmflags '')
# Configuration: da40a21cca7961bc38e4e0b5ccede7328b45ec8fef34c0be5e9555ae6011614c
# Execution platform: @local_config_platform//:host

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
pkg/tablecodec/tablecodec_test.go:733:42: cannot use &keyspacepb.KeyspaceMeta{โ€ฆ} (value of type *keyspacepb.KeyspaceMeta) as uint32 value in argument to tikv.NewCodecV2
compilepkg: error running subcommand PATH=/usr/bin:/bin \
CGO_ENABLED=1 \
GOARCH=amd64 \
GOPATH= \
TMPDIR=/tmp \
GOTOOLCHAIN=local \
GOROOT_FINAL=GOROOT \
GOEXPERIMENT=nocoverageredesign \
GOOS=linux \
GOROOT=bazel-out/k8-fastbuild-ST-b33d65c724e6/bin/external/io_bazel_rules_go/stdlib_ \
external/go_sdk/pkg/tool/linux_amd64/compile -p github.com/pingcap/tidb/pkg/tablecodec -importcfg /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/4953/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/tablecodec/importcfg61630715 -pack -trimpath=/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/4953/execroot/__main__ -o /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/4953/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/tablecodec/tablecodec_test.internal.x -linkobj /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/4953/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/tablecodec/tablecodec_test.internal.a -- /tmp/rules_go_work-1487683308/cover_0.go /tmp/rules_go_work-1487683308/cover_1.go /tmp/rules_go_work-1487683308/cover_2.go /tmp/rules_go_work-1487683308/cover_3.go: exit status 2
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/pkg/tablecodec/BUILD.bazel:28:8 GoCompilePkg pkg/tablecodec/tablecodec_test_test.external.a failed: (Exit 1): builder failed: error executing command (from target //pkg/tablecodec:tablecodec_test) 
  (cd /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/4953/execroot/__main__ && \
  exec env - \
    CGO_ENABLED=1 \
    GOARCH=amd64 \
    GOEXPERIMENT=nocoverageredesign \
    GOOS=linux \
    GOPATH='' \
    GOROOT=bazel-out/k8-fastbuild-ST-b33d65c724e6/bin/external/io_bazel_rules_go/stdlib_ \
    GOROOT_FINAL=GOROOT \
    GOTOOLCHAIN=local \
    PATH=/usr/bin:/bin \
  bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64 -tags deadlock,intest,deadlock,intest -src pkg/tablecodec/tablecodec.go -src pkg/tablecodec/bench_test.go -src pkg/tablecodec/main_test.go -src pkg/tablecodec/tablecodec_test.go -embedroot '' -embedroot bazel-out/k8-fastbuild/bin -embedlookupdir pkg/tablecodec -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-8f6eb6207b9d/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode set -cover_format go_cover -cover pkg/tablecodec/bench_test.go -cover pkg/tablecodec/main_test.go -cover pkg/tablecodec/tablecodec_test.go -cover pkg/tablecodec/tablecodec.go -arc 'github.com/pingcap/tidb/pkg/kv=github.com/pingcap/tidb/pkg/kv=bazel-out/k8-fastbuild/bin/pkg/kv/kv.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/sessionctx/stmtctx=github.com/pingcap/tidb/pkg/sessionctx/stmtctx=bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/stmtctx.x' -arc 'github.com/pingcap/tidb/pkg/testkit/testsetup=github.com/pingcap/tidb/pkg/testkit/testsetup=bazel-out/k8-fastbuild/bin/pkg/testkit/testsetup/testsetup.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/benchdaily=github.com/pingcap/tidb/pkg/util/benchdaily=bazel-out/k8-fastbuild/bin/pkg/util/benchdaily/benchdaily.x' -arc 'github.com/pingcap/tidb/pkg/util/codec=github.com/pingcap/tidb/pkg/util/codec=bazel-out/k8-fastbuild/bin/pkg/util/codec/codec.x' -arc 'github.com/pingcap/tidb/pkg/util/collate=github.com/pingcap/tidb/pkg/util/collate=bazel-out/k8-fastbuild/bin/pkg/util/collate/collate.x' -arc 'github.com/pingcap/tidb/pkg/util/rowcodec=github.com/pingcap/tidb/pkg/util/rowcodec=bazel-out/k8-fastbuild/bin/pkg/util/rowcodec/rowcodec.x' -arc 'github.com/pingcap/failpoint=github.com/pingcap/failpoint=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_failpoint/failpoint.x' -arc 'github.com/pingcap/kvproto/pkg/keyspacepb=github.com/pingcap/kvproto/pkg/keyspacepb=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_kvproto/pkg/keyspacepb/keyspacepb.x' -arc 'github.com/stretchr/testify/require=github.com/stretchr/testify/require=bazel-out/k8-fastbuild/bin/external/com_github_stretchr_testify/require/require.x' -arc 'github.com/tikv/client-go/v2/tikv:github.com/tikv/client-go/tikv=github.com/tikv/client-go/v2/tikv=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikv/tikv.x' -arc 'go.uber.org/goleak=go.uber.org/goleak=bazel-out/k8-fastbuild/bin/external/org_uber_go_goleak/goleak.x' -arc 'github.com/pingcap/tidb/pkg/errno=github.com/pingcap/tidb/pkg/errno=bazel-out/k8-fastbuild/bin/pkg/errno/errno.x' -arc 'github.com/pingcap/tidb/pkg/parser/charset=github.com/pingcap/tidb/pkg/parser/charset=bazel-out/k8-fastbuild/bin/pkg/parser/charset/charset.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/structure=github.com/pingcap/tidb/pkg/structure=bazel-out/k8-fastbuild/bin/pkg/structure/structure.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror=github.com/pingcap/tidb/pkg/util/dbterror=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/dbterror.x' -arc 'github.com/pingcap/tidb/pkg/util/stringutil=github.com/pingcap/tidb/pkg/util/stringutil=bazel-out/k8-fastbuild/bin/pkg/util/stringutil/stringutil.x' -arc 'github.com/pingcap/errors=github.com/pingcap/errors=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_errors/errors.x' -arc 'github.com/pingcap/kvproto/pkg/kvrpcpb=github.com/pingcap/kvproto/pkg/kvrpcpb=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.x' -importpath github.com/pingcap/tidb/pkg/tablecodec -p github.com/pingcap/tidb/pkg/tablecodec -package_list bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild/bin/pkg/tablecodec/tablecodec_test.internal.a -o bazel-out/k8-fastbuild/bin/pkg/tablecodec/tablecodec_test.internal.x -facts 'github.com/pingcap/tidb/pkg/kv=github.com/pingcap/tidb/pkg/kv=bazel-out/k8-fastbuild/bin/pkg/kv/kv.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/sessionctx/stmtctx=github.com/pingcap/tidb/pkg/sessionctx/stmtctx=bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/stmtctx.facts' -facts 'github.com/pingcap/tidb/pkg/testkit/testsetup=github.com/pingcap/tidb/pkg/testkit/testsetup=bazel-out/k8-fastbuild/bin/pkg/testkit/testsetup/testsetup.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/benchdaily=github.com/pingcap/tidb/pkg/util/benchdaily=bazel-out/k8-fastbuild/bin/pkg/util/benchdaily/benchdaily.facts' -facts 'github.com/pingcap/tidb/pkg/util/codec=github.com/pingcap/tidb/pkg/util/codec=bazel-out/k8-fastbuild/bin/pkg/util/codec/codec.facts' -facts 'github.com/pingcap/tidb/pkg/util/collate=github.com/pingcap/tidb/pkg/util/collate=bazel-out/k8-fastbuild/bin/pkg/util/collate/collate.facts' -facts 'github.com/pingcap/tidb/pkg/util/rowcodec=github.com/pingcap/tidb/pkg/util/rowcodec=bazel-out/k8-fastbuild/bin/pkg/util/rowcodec/rowcodec.facts' -facts 'github.com/pingcap/failpoint=github.com/pingcap/failpoint=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_failpoint/failpoint.facts' -facts 'github.com/pingcap/kvproto/pkg/keyspacepb=github.com/pingcap/kvproto/pkg/keyspacepb=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_kvproto/pkg/keyspacepb/keyspacepb.facts' -facts 'github.com/stretchr/testify/require=github.com/stretchr/testify/require=bazel-out/k8-fastbuild/bin/external/com_github_stretchr_testify/require/require.facts' -facts 'github.com/tikv/client-go/v2/tikv:github.com/tikv/client-go/tikv=github.com/tikv/client-go/v2/tikv=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikv/tikv.facts' -facts 'go.uber.org/goleak=go.uber.org/goleak=bazel-out/k8-fastbuild/bin/external/org_uber_go_goleak/goleak.facts' -facts 'github.com/pingcap/tidb/pkg/errno=github.com/pingcap/tidb/pkg/errno=bazel-out/k8-fastbuild/bin/pkg/errno/errno.facts' -facts 'github.com/pingcap/tidb/pkg/parser/charset=github.com/pingcap/tidb/pkg/parser/charset=bazel-out/k8-fastbuild/bin/pkg/parser/charset/charset.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/structure=github.com/pingcap/tidb/pkg/structure=bazel-out/k8-fastbuild/bin/pkg/structure/structure.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror=github.com/pingcap/tidb/pkg/util/dbterror=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/dbterror.facts' -facts 'github.com/pingcap/tidb/pkg/util/stringutil=github.com/pingcap/tidb/pkg/util/stringutil=bazel-out/k8-fastbuild/bin/pkg/util/stringutil/stringutil.facts' -facts 'github.com/pingcap/errors=github.com/pingcap/errors=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_errors/errors.facts' -facts 'github.com/pingcap/kvproto/pkg/kvrpcpb=github.com/pingcap/kvproto/pkg/kvrpcpb=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.facts' -out_facts bazel-out/k8-fastbuild/bin/pkg/tablecodec/tablecodec_test.internal.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-b62283a3abad/bin/build/tidb_nogo_actual_/tidb_nogo_actual -testfilter exclude -gcflags '' -asmflags '')
# Configuration: da40a21cca7961bc38e4e0b5ccede7328b45ec8fef34c0be5e9555ae6011614c
# Execution platform: @local_config_platform//:host

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
INFO: Elapsed time: 46.456s, Critical Path: 29.51s
INFO: 5687 processes: 3876 remote cache hit, 1369 internal, 442 linux-sandbox.
FAILED: Build did NOT complete successfully
//br/cmd/br:br_test                                                   NO STATUS
//br/pkg/aws:aws_test                                                 NO STATUS
//br/pkg/backup:backup_test                                           NO STATUS
//br/pkg/backup/prepare_snap:prepare_snap_test                        NO STATUS
//br/pkg/checkpoint:checkpoint_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/logutil:logutil_test                                         NO STATUS
//br/pkg/metautil:metautil_test                                       NO STATUS
//br/pkg/mock:mock_test                                               NO STATUS
//br/pkg/pdutil:pdutil_test                                           NO STATUS
//br/pkg/restore:restore_test                                         NO STATUS
//br/pkg/restore/prealloc_table_id:prealloc_table_id_test             NO STATUS
//br/pkg/restore/split:split_test                                     NO STATUS
//br/pkg/restore/tiflashrec:tiflashrec_test                           NO STATUS
//br/pkg/rtree:rtree_test                                             NO STATUS
//br/pkg/storage:storage_test                                         NO STATUS
//br/pkg/stream:stream_test                                           NO STATUS
//br/pkg/streamhelper:streamhelper_test                               NO STATUS
//br/pkg/streamhelper/daemon:daemon_test                              NO STATUS
//br/pkg/streamhelper/spans:spans_test                                NO STATUS
//br/pkg/task/show:show_test                                          NO STATUS
//br/pkg/utils:utils_test                                             NO STATUS
//br/pkg/utils/iter:iter_test                                         NO STATUS
//br/pkg/utils/storewatch:storewatch_test                             NO STATUS
//br/pkg/version:version_test                                         NO STATUS
//dumpling/export:export_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/copr:copr_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/label:label_test                                            NO STATUS
//pkg/ddl/placement:placement_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:util_test                                              NO STATUS
//pkg/ddl/util/callback:callback_test                                 NO STATUS
//pkg/distsql:distsql_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/disttask/operator:operator_test                                 NO STATUS
//pkg/domain:domain_test                                              NO STATUS
//pkg/domain/globalconfigsync:globalconfigsync_test                   NO STATUS
//pkg/domain/infosync:infosync_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/applycache:applycache_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/pdhelper:pdhelper_test                        NO STATUS
//pkg/executor/internal/querywatch:querywatch_test                    NO STATUS
//pkg/executor/internal/vecgroupchecker:vecgroupchecker_test          NO STATUS
//pkg/executor/lockstats:lockstats_test                               NO STATUS
//pkg/executor/mppcoordmanager:mppcoordmanager_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/aggregation:aggregation_test                         NO STATUS
//pkg/expression/context:context_test                                 NO STATUS
//pkg/expression/contextimpl:contextimpl_test                         NO STATUS
//pkg/expression/contextopt:contextopt_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/kv:kv_test                                                      NO STATUS
//pkg/lightning/backend:backend_test                                  NO STATUS
//pkg/lightning/backend/external:external_test                        NO STATUS
//pkg/lightning/backend/kv:kv_test                                    NO STATUS
//pkg/lightning/backend/local:local_test                              NO STATUS
//pkg/lightning/backend/tidb:tidb_test                                NO STATUS
//pkg/lightning/checkpoints:checkpoints_test                          NO STATUS
//pkg/lightning/common:common_test                                    NO STATUS
//pkg/lightning/config:config_test                                    NO STATUS
//pkg/lightning/errormanager:errormanager_test                        NO STATUS
//pkg/lightning/mydump:mydump_test                                    NO STATUS
//pkg/lightning/tikv:tikv_test                                        NO STATUS
//pkg/lightning/verification:verification_test                        NO STATUS
//pkg/meta:meta_test                                                  NO STATUS
//pkg/meta/autoid:autoid_test                                         NO STATUS
//pkg/metrics:metrics_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:util_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/resourcemanager:resourcemanager_test                            NO STATUS
//pkg/resourcemanager/pool/spool:spool_test                           NO STATUS
//pkg/resourcemanager/pool/workerpool:workerpool_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/internal:internal_test                                   NO STATUS
//pkg/server/internal/column:column_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:sessionctx_test                                      NO STATUS
//pkg/sessionctx/binloginfo:binloginfo_test                           NO STATUS
//pkg/sessionctx/sessionstates:sessionstates_test                     NO STATUS
//pkg/sessionctx/stmtctx:stmtctx_test                                 NO STATUS
//pkg/sessionctx/variable:variable_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:statistics_test                                      NO STATUS
//pkg/statistics/handle:handle_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/cache:cache_test                              NO STATUS
//pkg/statistics/handle/cache/internal/lfu:lfu_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/lockstats:lockstats_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/copr:copr_test                                            NO STATUS
//pkg/store/copr/copr_test:copr_test_test                             NO STATUS
//pkg/store/driver:driver_test                                        NO STATUS
//pkg/store/driver/error:error_test                                   NO STATUS
//pkg/store/driver/txn:txn_test                                       NO STATUS
//pkg/store/gcworker:gcworker_test                                    NO STATUS
//pkg/store/helper:helper_test                                        NO STATUS
//pkg/store/mockstore:mockstore_test                                  NO STATUS
//pkg/store/mockstore/mockcopr:mockcopr_test                          NO STATUS
//pkg/store/mockstore/unistore:unistore_test                          NO STATUS
//pkg/store/mockstore/unistore/cophandler:cophandler_test             NO STATUS
//pkg/store/mockstore/unistore/tikv:tikv_test                         NO STATUS
//pkg/structure:structure_test                                        NO STATUS
//pkg/table:table_test                                                NO STATUS
//pkg/table/tables:tables_test                                        NO STATUS
//pkg/table/tables/test/partition:partition_test                      NO STATUS
//pkg/table/temptable:temptable_test                                  NO STATUS
//pkg/testkit:testkit_test                                            NO STATUS
//pkg/testkit/testutil:testutil_test                                  NO STATUS
//pkg/tidb-binlog/pump_client:pump_client_test                        NO STATUS
//pkg/timer:timer_test                                                NO STATUS
//pkg/timer/api:api_test                                              NO STATUS
//pkg/timer/runtime:runtime_test                                      NO STATUS
//pkg/timer/tablestore:tablestore_test                                NO STATUS
//pkg/ttl/cache:cache_test                                            NO STATUS
//pkg/ttl/client:client_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:util_test                                                  NO STATUS
//pkg/util/admin:admin_test                                           NO STATUS
//pkg/util/chunk:chunk_test                                           NO STATUS
//pkg/util/codec:codec_test                                           NO STATUS
//pkg/util/cpu:cpu_test                                               NO STATUS
//pkg/util/cpuprofile:cpuprofile_test                                 NO STATUS
//pkg/util/dbutil:dbutil_test                                         NO STATUS
//pkg/util/ddl-checker:ddl-checker_test                               NO STATUS
//pkg/util/disttask:disttask_test                                     NO STATUS
//pkg/util/expensivequery:expensivequery_test                         NO STATUS
//pkg/util/gctuner:gctuner_test                                       NO STATUS
//pkg/util/generatedexpr:generatedexpr_test                           NO STATUS
//pkg/util/keydecoder:keydecoder_test                                 NO STATUS
//pkg/util/localpool:localpool_test                                   NO STATUS
//pkg/util/memoryusagealarm:memoryusagealarm_test                     NO STATUS
//pkg/util/mock:mock_test                                             NO STATUS
//pkg/util/password-validation:password-validation_test               NO STATUS
//pkg/util/plancodec:plancodec_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/rowcodec:rowcodec_test                                     NO STATUS
//pkg/util/schemacmp:schemacmp_test                                   NO STATUS
//pkg/util/sem:sem_test                                               NO STATUS
//pkg/util/servermemorylimit:servermemorylimit_test                   NO STATUS
//pkg/util/sqlexec:sqlexec_test                                       NO STATUS
//pkg/util/stmtsummary:stmtsummary_test                               NO STATUS
//pkg/util/stmtsummary/v2:stmtsummary_test                            NO STATUS
//pkg/util/stmtsummary/v2/tests:tests_test                            NO STATUS
//pkg/util/topsql:topsql_test                                         NO STATUS
//pkg/util/topsql/collector:collector_test                            NO STATUS
//pkg/util/topsql/reporter:reporter_test                              NO STATUS
//pkg/tablecodec:tablecodec_test                                FAILED TO BUILD
//pkg/lightning/duplicate:duplicate_test                              NO STATUS
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_4_of_4/coverage.dat
//pkg/privilege/privileges/ldap:ldap_test                                 FLAKY, failed in 2 out of 6 in 2.9s
  Stats over 6 runs: max = 2.9s, min = 0.7s, avg = 1.7s, dev = 0.7s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_1_of_4/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_4_of_4/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_3_of_4/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_2_of_4/coverage.dat
//pkg/types:types_test                                                NO STATUS
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_50_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_1_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_2_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_3_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_49_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_4_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_6_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_5_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_7_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_8_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_9_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_12_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_11_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_13_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_48_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_10_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_14_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_15_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_17_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_16_of_50/coverage.dat
Test cases: finished with 965 passing and 0 failing out of 965 test cases

Executed 26 out of 403 tests: 105 tests pass, 1 fails to build and 297 were skipped.
make: *** [bazel_coverage_test] Error 1
root: /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs
complete to collect bazel result.
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log
Parse from local file: tidb/bazel-test.log
new flaky case: TestConnectWithTLS11
new flaky case: TestConnectThrough636
Output files:
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
bazel-target-output-L142-184.fail.log
bazel-target-output-L190-242.fail.log
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 39de45d0-2584-4367-925d-2baf7290ecb7' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: release-8.1' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/99/' --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
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0* About to connect() to cloudevents-server.apps.svc port 80 (#0)
*   Trying 10.233.31.173...

  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0* 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: 39de45d0-2584-4367-925d-2baf7290ecb7
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: release-8.1
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/99/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 236
> 
} [data not shown]
* upload completely sent off: 236 out of 236 bytes

100   236    0     0  100   236      0     67  0:00:03  0:00:03 --:--:--    67
100   236    0     0  100   236      0     52  0:00:04  0:00:04 --:--:--    52< HTTP/1.1 200 OK
< Date: Tue, 30 Apr 2024 02:47:16 GMT
< Content-Length: 0
< 

100   236    0     0  100   236      0     45  0:00:05  0:00:05 --:--:--    45
100   236    0     0  100   236      0     45  0:00:05  0:00:05 --:--:--    63
* Connection #0 to host cloudevents-server.apps.svc left intact
[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