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-218-lshsd-xpb0x-b416j
Agent pingcap-tidb-release-8-1-ghpr-unit-test-218-lshsd-xpb0x-b416j is provisioned from template pingcap_tidb_release-8_1_ghpr_unit_test_218-lshsd-xpb0x
---
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/218/"
    runUrl: "job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/218/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "7553b3b7ea107452ef1f08f1cb25bdd1e3cadd16"
    jenkins/label: "pingcap_tidb_release-8_1_ghpr_unit_test_218-lshsd"
  name: "pingcap-tidb-release-8-1-ghpr-unit-test-218-lshsd-xpb0x-b416j"
  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-218-lshsd-xpb0x-b416j"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-release-8-1-ghpr-unit-test-218-lshsd-xpb0x-b416j"
    - 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-218-lshsd-xpb0x-b416j in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/PingCAP-QE/ci.git
 > git init /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test # timeout=10
Fetching upstream changes from https://github.com/PingCAP-QE/ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5
Avoid second fetch
Checking out Revision 73d1a8209bddec16d8d58403efcd7a20d12cf867 (origin/main)
Commit message: "update utf go build image (#2965)"
 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 73d1a8209bddec16d8d58403efcd7a20d12cf867 # timeout=10
 > git rev-list --no-walk 73d1a8209bddec16d8d58403efcd7a20d12cf867 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=83758ff6-c15f-4bfc-a222-42a90d90684e
JENKINS_NODE_COOKIE=9d31094f-2edc-407b-8656-9599dc27547a
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/218/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-release-8-1-ghpr-unit-test-218-lshsd-xpb0x-b416j
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-218
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=73d1a8209bddec16d8d58403efcd7a20d12cf867
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/release-8.1/ghpr_unit_test","buildid":"1790989583043792897","prowjobid":"83758ff6-c15f-4bfc-a222-42a90d90684e","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"release-8.1","base_sha":"ff5eb17f0ffb5d1f3abb0b55e3ac68112348beac","base_link":"https://github.com/pingcap/tidb/commit/ff5eb17f0ffb5d1f3abb0b55e3ac68112348beac","pulls":[{"number":53326,"author":"ti-chi-bot","sha":"f21843b9a9c5f5b3407a6468d342bf3598c6acef","title":"planner: add projections to keep join keys as `col=col`  (#52989)","link":"https://github.com/pingcap/tidb/pull/53326","commit_link":"https://github.com/pingcap/tidb/pull/53326/commits/f21843b9a9c5f5b3407a6468d342bf3598c6acef","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/218/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/218/display/redirect?page=artifacts
FILE_SERVER_URL=http://fileserver.pingcap.net
JENKINS_HOME=/var/jenkins_home
GIT_COMMIT=73d1a8209bddec16d8d58403efcd7a20d12cf867
PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/218/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=#218
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1790989583043792897
GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
JOB_BASE_NAME=ghpr_unit_test
GIT_PREVIOUS_SUCCESSFUL_COMMIT=73d1a8209bddec16d8d58403efcd7a20d12cf867
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/218/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_release-8_1_ghpr_unit_test_218-lshsd
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_218-lshsd pingcap-tidb-release-8-1-ghpr-unit-test-218-lshsd-xpb0x-b416j
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-218-lshsd-xpb0x-b416j
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=218
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-build1836539307=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw- 1 root root 1, 3 May 16 14:16 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-8-1-ghpr-unit-test-218-lshsd-xpb0x-b416j bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-8-1-ghpr-unit-test-218-lshsd-xpb0x-b416j 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: 2319
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 0 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Thu May 16 06:16:38 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-ff5eb17-c97fa17_5b4cb22)
517750272 bytes in 6.69 secs (77439651 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-62e40f88
# github.com:22 SSH-2.0-babeld-62e40f88
[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 97fb79deb0 Merge commit 'c97fa17d0398fbf37a7eec045ce7eb57805e6377'; commit '5b4cb223b4125803f0cadbe3784c76d7484c943b' into HEAD
POST git-upload-pack (686 bytes)
POST git-upload-pack (973 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            release-8.1          -> origin/release-8.1
 * [new ref]               refs/pull/53326/head -> origin/pr/53326/head
Warning: you are leaving 1 commit behind, not connected to
any of your branches:

  97fb79deb0 Merge commit 'c97fa17d0398fbf37a7eec045ce7eb57805e6377'; commit '5b4cb223b4125803f0cadbe3784c76d7484c943b' 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> 97fb79deb0

HEAD is now at ff5eb17f0f extension: make `RelatedTables` work when the statement fails (#50989) (#53308)
๐Ÿšง Checkouting to base SHA:ff5eb17f0ffb5d1f3abb0b55e3ac68112348beac...
HEAD is now at ff5eb17f0f extension: make `RelatedTables` work when the statement fails (#50989) (#53308)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
ff5eb17f0ffb5d1f3abb0b55e3ac68112348beac
ff5eb17f0f extension: make `RelatedTables` work when the statement fails (#50989) (#53308)
0f3776622d meta,ddl: fix duplicate entry error when insert after drop and recover table (#52761) (#53187)
110079419c ddl: add owner_id field to tidb_mdl_info to avoid unexpected writes (#53234) (#53300)
๐Ÿšง Pre-merge heads of pull requests to base SHA: ff5eb17f0ffb5d1f3abb0b55e3ac68112348beac ...
Updating ff5eb17f0f..f21843b9a9
Fast-forward
 pkg/planner/core/integration_test.go  | 17 +++++++++++++++++
 pkg/planner/core/rule_join_reorder.go | 26 ++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)
๐Ÿงพ Pre-merged result:
f21843b9a9c5f5b3407a6468d342bf3598c6acef
f21843b9a9 update comments
5d93b5adce update comments
d9ca6cfc5d make linter happy
โœ… Pre merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache not saved (git/pingcap/tidb/rev-ff5eb17-f21843b 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: 22669e11-0fc9-45ca-8d9f-afe2ebad39e2
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_16_06_16_26.1493222240/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=315127 --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 (45 packages loaded, 419 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (203 packages loaded, 11498 targets configured)
INFO: Analyzed target //:gazelle (268 packages loaded, 11957 targets configured).
 checking cached actions
INFO: Found 1 target...
[0 / 259] [Prepa] Writing file external/go_sdk/packages.txt [for tool]
[24 / 314] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/include/asm_ppc64x.h; 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/linux_amd64/internal/bisect.a, 40.0 KiB / 166.1 KiB; 2s 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/asm, 2.0 MiB / 3.5 MiB; 3s remote-cache ... (3 actions, 0 running)
[172 / 314] GoCompilePkg external/co_honnef_go_tools/go/ir/ir.a [for tool]; Downloading external/co_honnef_go_tools/go/ir/ir.a, 2.7 MiB / 5.7 MiB; 0s remote-cache ... (14 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 27.172s, Critical Path: 5.03s
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: 34c2bf38-d066-4178-a87f-a44176fe5119
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_16_06_16_26.1493222240/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=315127 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build option --run_under has changed, discarding analysis cache.
Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured)
Analyzing: target //tools/tazel:tazel (117 packages loaded, 12923 targets configured)
INFO: Analyzed target //tools/tazel:tazel (301 packages loaded, 14191 targets configured).
INFO: Found 1 target...
[0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running)
[270 / 585] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 0s remote-cache
[541 / 585] GoCompilePkg external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a; Downloading external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a, 8.9 MiB / 9.9 MiB; 0s remote-cache ... (2 actions, 0 running)
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 5.059s, Critical Path: 2.88s
INFO: 319 processes: 316 remote cache hit, 3 internal.
INFO: Build completed successfully, 319 total actions
INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb &&  bazel-bin/tools/tazel/tazel_/tazel '
bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --jobs=35 --build_tests_only --test_keep_going=false \
	--@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest \
	-- //... -//cmd/... -//tests/graceshutdown/... \
	-//tests/globalkilltest/... -//tests/readonlytest/... -//br/pkg/task:task_test -//tests/realtikvtest/...
INFO: Invocation ID: 162ffa7b-1517-4d51-b8bd-7041ab67a20a
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'coverage' from /data/..2024_05_16_06_16_26.1493222240/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: 404 targets (630 packages loaded, 0 targets configured)
Analyzing: 404 targets (1171 packages loaded, 17817 targets configured)
Analyzing: 404 targets (1368 packages loaded, 20163 targets configured)
Analyzing: 404 targets (1496 packages loaded, 21582 targets configured)
Analyzing: 404 targets (1715 packages loaded, 23733 targets configured)
Analyzing: 404 targets (1872 packages loaded, 25293 targets configured)
Analyzing: 404 targets (1872 packages loaded, 25293 targets configured)
Analyzing: 404 targets (1930 packages loaded, 26047 targets configured)
Analyzing: 404 targets (1935 packages loaded, 26678 targets configured)
INFO: Analyzed 404 targets (1935 packages loaded, 26726 targets configured).
INFO: Found 404 test targets...
[0 / 10] [Prepa] Writing file br/pkg/backup/backup_test/baseline_coverage.dat ... (8 actions, 0 running)
[1,411 / 9,484] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 3.1 MiB / 10.3 MiB; 0s remote-cache ... (35 actions, 0 running)
[1,443 / 9,484] 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,446 / 9,484] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 15.3 MiB / 17.2 MiB; 2s remote-cache ... (35 actions, 2 running)
[1,511 / 9,484] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 3s remote-cache ... (35 actions, 0 running)
[1,813 / 9,484] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 3s remote-cache ... (8 actions, 0 running)
[2,394 / 9,484] GoCompilePkg external/com_github_pingcap_goleveldb/leveldb/leveldb.a; 0s remote-cache ... (34 actions, 0 running)
[2,978 / 9,493] GoLink pkg/util/column-mapping/column-mapping_test_/column-mapping_test; Downloading pkg/util/column-mapping/column-mapping_test_/column-mapping_test, 3.0 MiB / 3.9 MiB; 0s remote-cache ... (33 actions, 0 running)
[3,256 / 9,568] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 21.0 MiB / 96.2 MiB; 0s remote-cache ... (35 actions, 0 running)
[3,576 / 9,612] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 71.0 MiB / 96.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[3,805 / 9,671] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; 2s remote-cache ... (34 actions, 0 running)
[4,065 / 9,711] 13 / 404 tests; GoCompilePkg external/com_github_cockroachdb_pebble/pebble.a; Downloading external/com_github_cockroachdb_pebble/pebble.a, 6.0 MiB / 6.5 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,350 / 9,724] 29 / 404 tests; GoLink pkg/parser/ast/ast_test_/ast_test; Downloading pkg/parser/ast/ast_test_/ast_test, 15.0 MiB / 16.9 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,724 / 9,826] 66 / 404 tests; GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 8.0 MiB / 24.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,916 / 9,828] 74 / 404 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, 17.3 MiB / 75.3 MiB; 0s remote-cache ... (21 actions, 0 running)
[5,027 / 9,828] 74 / 404 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, 46.0 MiB / 75.3 MiB; 1s remote-cache ... (26 actions, 0 running)
[5,127 / 9,828] 74 / 404 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 2s remote-cache ... (16 actions, 0 running)
[5,165 / 9,830] 75 / 404 tests; GoLink pkg/util/cdcutil/cdcutil_test_/cdcutil_test; 1s remote-cache ... (8 actions, 0 running)
[5,297 / 9,852] 80 / 404 tests; GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; Downloading pkg/util/execdetails/execdetails_test_/execdetails_test, 23.0 MiB / 28.1 MiB; 0s remote-cache ... (27 actions, 0 running)
[5,354 / 9,860] 81 / 404 tests; GoLink pkg/privilege/privileges/ldap/ldap_test_/ldap_test; Downloading pkg/privilege/privileges/ldap/ldap_test_/ldap_test, 22.1 MiB / 23.6 MiB; 1s remote-cache ... (31 actions, 0 running)
[5,412 / 9,902] 84 / 404 tests; GoLink pkg/util/set/set_test_/set_test; Downloading pkg/util/set/set_test_/set_test, 19.0 MiB / 25.0 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,468 / 9,974] 89 / 404 tests; GoLink pkg/util/disk/disk_test_/disk_test; Downloading pkg/util/disk/disk_test_/disk_test, 23.0 MiB / 25.1 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,507 / 9,978] 95 / 404 tests; GoLink br/pkg/restore/ingestrec/ingestrec_test_/ingestrec_test; Downloading br/pkg/restore/ingestrec/ingestrec_test_/ingestrec_test, 23.0 MiB / 27.5 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,559 / 9,988] 96 / 404 tests; GoLink pkg/types/parser_driver/parser_driver_test_/parser_driver_test; Downloading pkg/types/parser_driver/parser_driver_test_/parser_driver_test, 28.0 MiB / 28.1 MiB; 3s remote-cache ... (33 actions, 0 running)
[5,658 / 10,003] 104 / 404 tests; GoLink pkg/util/parser/parser_test_/parser_test; Downloading pkg/util/parser/parser_test_/parser_test, 36.0 MiB / 36.9 MiB; 3s remote-cache ... (35 actions, 0 running)
[5,728 / 10,019] 108 / 404 tests; GoLink pkg/kv/kv_test_/kv_test; Downloading pkg/kv/kv_test_/kv_test, 27.0 MiB / 30.8 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,791 / 10,083] 109 / 404 tests; GoLink pkg/util/cpu/cpu_test_/cpu_test; Downloading pkg/util/cpu/cpu_test_/cpu_test, 28.0 MiB / 33.3 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,839 / 10,113] 111 / 404 tests; GoLink pkg/testkit/testutil/testutil_test_/testutil_test; Downloading pkg/testkit/testutil/testutil_test_/testutil_test, 27.0 MiB / 28.7 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,884 / 10,124] 112 / 404 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 36.0 MiB / 40.0 MiB; 3s remote-cache ... (35 actions, 0 running)
[5,929 / 10,177] 114 / 404 tests; GoLink pkg/disttask/operator/operator_test_/operator_test; Downloading pkg/disttask/operator/operator_test_/operator_test, 28.0 MiB / 29.6 MiB; 3s remote-cache ... (35 actions, 0 running)
[5,977 / 10,181] 115 / 404 tests; GoLink pkg/tidb-binlog/pump_client/pump_client_test_/pump_client_test; Downloading pkg/tidb-binlog/pump_client/pump_client_test_/pump_client_test, 29.0 MiB / 29.7 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,035 / 10,222] 120 / 404 tests; GoLink pkg/util/generatedexpr/generatedexpr_test_/generatedexpr_test; Downloading pkg/util/generatedexpr/generatedexpr_test_/generatedexpr_test, 29.0 MiB / 38.3 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,072 / 10,222] 123 / 404 tests; GoLink pkg/util/generatedexpr/generatedexpr_test_/generatedexpr_test; 4s remote-cache ... (35 actions, 0 running)
[6,135 / 10,230] 126 / 404 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1062.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1062.a, 32.0 MiB / 78.4 MiB; 2s remote-cache ... (35 actions, 0 running)
[6,186 / 10,230] 127 / 404 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1062.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1062.a, 47.0 MiB / 78.4 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,227 / 10,230] 127 / 404 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1062.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1062.a, 59.0 MiB / 78.4 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,282 / 10,239] 127 / 404 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1062.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1062.a, 71.0 MiB / 78.4 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,324 / 10,239] 128 / 404 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1062.a; 6s remote-cache ... (35 actions, 0 running)
[6,367 / 10,247] 130 / 404 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1064.a; Downloading pkg/sessionctx/variable/expression.recompile1064.a, 64.0 MiB / 78.4 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,417 / 10,258] 133 / 404 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1064.a; Downloading pkg/sessionctx/variable/expression.recompile1064.a, 76.3 MiB / 78.4 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,472 / 10,269] 136 / 404 tests; GoCompilePkg pkg/metrics/expression.recompile557.a; Downloading pkg/metrics/expression.recompile557.a, 66.0 MiB / 78.4 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,518 / 10,288] 136 / 404 tests; GoCompilePkg pkg/metrics/expression.recompile557.a; Downloading pkg/metrics/expression.recompile557.a, 78.0 MiB / 78.4 MiB; 7s remote-cache ... (35 actions, 0 running)
[6,573 / 10,341] 139 / 404 tests; GoLink pkg/util/password-validation/password-validation_test_/password-validation_test; Downloading pkg/util/password-validation/password-validation_test_/password-validation_test, 37.0 MiB / 42.6 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,628 / 10,343] 140 / 404 tests; GoLink pkg/util/expensivequery/expensivequery_test_/expensivequery_test; 3s remote-cache ... (35 actions, 0 running)
[6,680 / 10,345] 142 / 404 tests; GoLink pkg/resourcemanager/pool/spool/spool_test_/spool_test; Downloading pkg/resourcemanager/pool/spool/spool_test_/spool_test, 40.0 MiB / 41.1 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,725 / 10,352] 143 / 404 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 39.0 MiB / 80.0 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,769 / 10,354] 144 / 404 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 49.0 MiB / 80.0 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,813 / 10,354] 145 / 404 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 59.9 MiB / 80.0 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,865 / 10,378] 145 / 404 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 71.0 MiB / 80.0 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,907 / 10,380] 145 / 404 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 79.0 MiB / 80.0 MiB; 7s remote-cache ... (35 actions, 0 running)
[6,970 / 10,402] 147 / 404 tests; GoCompilePkg pkg/expression/expression.a; 7s remote-cache ... (35 actions, 0 running)
[7,031 / 10,402] 147 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 52.0 MiB / 151.1 MiB; 4s remote-cache ... (35 actions, 0 running)
[7,077 / 10,402] 148 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 63.0 MiB / 151.1 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,130 / 10,436] 149 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 72.5 MiB / 151.1 MiB; 7s remote-cache ... (35 actions, 0 running)
[7,171 / 10,438] 150 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 82.0 MiB / 151.1 MiB; 8s remote-cache ... (35 actions, 0 running)
[7,209 / 10,468] 151 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 92.0 MiB / 151.1 MiB; 9s remote-cache ... (35 actions, 0 running)
[7,246 / 10,472] 151 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 101.3 MiB / 151.1 MiB; 10s remote-cache ... (35 actions, 0 running)
[7,281 / 10,474] 151 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 110.0 MiB / 151.1 MiB; 11s remote-cache ... (35 actions, 0 running)
[7,318 / 10,474] 155 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 120.0 MiB / 151.1 MiB; 12s remote-cache ... (35 actions, 0 running)
[7,369 / 10,511] 155 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 131.0 MiB / 151.1 MiB; 13s remote-cache ... (35 actions, 0 running)
[7,416 / 10,511] 156 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 141.9 MiB / 151.1 MiB; 14s remote-cache ... (35 actions, 0 running)
[7,435 / 10,526] 156 / 404 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 148.0 MiB / 151.1 MiB; 15s remote-cache ... (37 actions, 4 running)
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/pkg/structure/BUILD.bazel:23:8: GoCompilePkg pkg/structure/core.recompile1198.a failed: (Exit 1): builder failed: error executing command (from target //pkg/structure:structure_test) 
  (cd /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/6661/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 '-param=bazel-out/k8-fastbuild/bin/pkg/structure/core.recompile1198.a-0.params')
# 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/planner/core/rule_join_reorder.go:539:53: undefined: base
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/planner/core -importcfg /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/6661/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/structure/importcfg1671152666 -pack -trimpath=/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/6661/execroot/__main__ -o /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/6661/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/structure/core.recompile1198.x -linkobj /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/6661/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/structure/core.recompile1198.a -- /tmp/rules_go_work-2944760211/cover_0.go /tmp/rules_go_work-2944760211/cover_1.go /tmp/rules_go_work-2944760211/cover_2.go /tmp/rules_go_work-2944760211/cover_3.go /tmp/rules_go_work-2944760211/cover_4.go /tmp/rules_go_work-2944760211/cover_5.go /tmp/rules_go_work-2944760211/cover_6.go /tmp/rules_go_work-2944760211/cover_7.go /tmp/rules_go_work-2944760211/cover_8.go /tmp/rules_go_work-2944760211/cover_9.go /tmp/rules_go_work-2944760211/cover_10.go /tmp/rules_go_work-2944760211/cover_11.go /tmp/rules_go_work-2944760211/cover_12.go /tmp/rules_go_work-2944760211/cover_13.go /tmp/rules_go_work-2944760211/cover_14.go /tmp/rules_go_work-2944760211/cover_15.go /tmp/rules_go_work-2944760211/cover_16.go /tmp/rules_go_work-2944760211/cover_17.go /tmp/rules_go_work-2944760211/cover_18.go /tmp/rules_go_work-2944760211/cover_19.go /tmp/rules_go_work-2944760211/cover_20.go /tmp/rules_go_work-2944760211/cover_21.go /tmp/rules_go_work-2944760211/cover_22.go /tmp/rules_go_work-2944760211/cover_23.go /tmp/rules_go_work-2944760211/cover_24.go /tmp/rules_go_work-2944760211/cover_25.go /tmp/rules_go_work-2944760211/cover_26.go /tmp/rules_go_work-2944760211/cover_27.go /tmp/rules_go_work-2944760211/cover_28.go /tmp/rules_go_work-2944760211/cover_29.go /tmp/rules_go_work-2944760211/cover_30.go /tmp/rules_go_work-2944760211/cover_31.go /tmp/rules_go_work-2944760211/cover_32.go /tmp/rules_go_work-2944760211/cover_33.go /tmp/rules_go_work-2944760211/cover_34.go /tmp/rules_go_work-2944760211/cover_35.go /tmp/rules_go_work-2944760211/cover_36.go /tmp/rules_go_work-2944760211/cover_37.go /tmp/rules_go_work-2944760211/cover_38.go /tmp/rules_go_work-2944760211/cover_39.go /tmp/rules_go_work-2944760211/cover_40.go /tmp/rules_go_work-2944760211/cover_41.go /tmp/rules_go_work-2944760211/cover_42.go /tmp/rules_go_work-2944760211/cover_43.go /tmp/rules_go_work-2944760211/cover_44.go /tmp/rules_go_work-2944760211/cover_45.go /tmp/rules_go_work-2944760211/cover_46.go /tmp/rules_go_work-2944760211/cover_47.go /tmp/rules_go_work-2944760211/cover_48.go /tmp/rules_go_work-2944760211/cover_49.go /tmp/rules_go_work-2944760211/cover_50.go /tmp/rules_go_work-2944760211/cover_51.go /tmp/rules_go_work-2944760211/cover_52.go /tmp/rules_go_work-2944760211/cover_53.go /tmp/rules_go_work-2944760211/cover_54.go /tmp/rules_go_work-2944760211/cover_55.go /tmp/rules_go_work-2944760211/cover_56.go /tmp/rules_go_work-2944760211/cover_57.go /tmp/rules_go_work-2944760211/cover_58.go /tmp/rules_go_work-2944760211/cover_59.go /tmp/rules_go_work-2944760211/cover_60.go /tmp/rules_go_work-2944760211/cover_61.go /tmp/rules_go_work-2944760211/cover_62.go /tmp/rules_go_work-2944760211/cover_63.go /tmp/rules_go_work-2944760211/cover_64.go /tmp/rules_go_work-2944760211/cover_65.go /tmp/rules_go_work-2944760211/cover_66.go /tmp/rules_go_work-2944760211/cover_67.go /tmp/rules_go_work-2944760211/cover_68.go /tmp/rules_go_work-2944760211/cover_69.go /tmp/rules_go_work-2944760211/cover_70.go /tmp/rules_go_work-2944760211/cover_71.go /tmp/rules_go_work-2944760211/cover_72.go /tmp/rules_go_work-2944760211/cover_73.go /tmp/rules_go_work-2944760211/cover_74.go /tmp/rules_go_work-2944760211/cover_75.go /tmp/rules_go_work-2944760211/cover_76.go /tmp/rules_go_work-2944760211/cover_77.go: exit status 2
[7,493 / 10,553] 159 / 404 tests, 1 failed; checking cached actions
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/pkg/structure/BUILD.bazel:23:8 GoCompilePkg pkg/structure/structure_test_test.external.a failed: (Exit 1): builder failed: error executing command (from target //pkg/structure:structure_test) 
  (cd /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/6661/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 '-param=bazel-out/k8-fastbuild/bin/pkg/structure/core.recompile1198.a-0.params')
# 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: 74.064s, Critical Path: 44.88s
INFO: 7481 processes: 6052 remote cache hit, 1428 internal, 1 linux-sandbox.
FAILED: Build did NOT complete successfully
//br/pkg/streamhelper/spans:spans_test                                NO STATUS
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_4_of_4/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_3_of_4/coverage.dat
//pkg/statistics/handle/cache/internal/lfu:lfu_test                   NO STATUS
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_9_of_9/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_8_of_9/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_1_of_9/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_7_of_9/coverage.dat
//pkg/store/copr:copr_test                                            NO STATUS
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_29_of_29/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_28_of_29/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_27_of_29/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_1_of_29/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_2_of_29/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_3_of_29/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_26_of_29/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_5_of_29/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_4_of_29/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_25_of_29/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_6_of_29/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_7_of_29/coverage.dat
//pkg/table:table_test                                                NO STATUS
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_9_of_9/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_8_of_9/coverage.dat
//br/cmd/br:br_test                                                   NO STATUS
//br/pkg/aws:aws_test                                                 NO STATUS
//br/pkg/backup:backup_test                                           NO STATUS
//br/pkg/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/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/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/task/show:show_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/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/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/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/calibrateresource:calibrateresource_test      NO STATUS
//pkg/executor/internal/exec:exec_test                                NO STATUS
//pkg/executor/internal/mpp:mpp_test                                  NO STATUS
//pkg/executor/internal/querywatch:querywatch_test                    NO STATUS
//pkg/executor/internal/vecgroupchecker:vecgroupchecker_test          NO STATUS
//pkg/executor/lockstats:lockstats_test                               NO STATUS
//pkg/executor/sortexec:sort_exec_test                                NO STATUS
//pkg/executor/sortexec:sortexec_test                                 NO STATUS
//pkg/executor/test/admintest:admintest_test                          NO STATUS
//pkg/executor/test/aggregate:aggregate_test                          NO STATUS
//pkg/executor/test/analyzetest:analyzetest_test                      NO STATUS
//pkg/executor/test/analyzetest/memorycontrol:memorycontrol_test      NO STATUS
//pkg/executor/test/analyzetest/panictest:panictest_test              NO STATUS
//pkg/executor/test/autoidtest:autoidtest_test                        NO STATUS
//pkg/executor/test/ddl:ddl_test                                      NO STATUS
//pkg/executor/test/distsqltest:distsqltest_test                      NO STATUS
//pkg/executor/test/executor:executor_test                            NO STATUS
//pkg/executor/test/fktest:fktest_test                                NO STATUS
//pkg/executor/test/indexmergereadtest:indexmergereadtest_test        NO STATUS
//pkg/executor/test/issuetest:issuetest_test                          NO STATUS
//pkg/executor/test/jointest:jointest_test                            NO STATUS
//pkg/executor/test/jointest/hashjoin:hashjoin_test                   NO STATUS
//pkg/executor/test/loaddatatest:loaddatatest_test                    NO STATUS
//pkg/executor/test/loadremotetest:loadremotetest_test                NO STATUS
//pkg/executor/test/memtest:memtest_test                              NO STATUS
//pkg/executor/test/oomtest:oomtest_test                              NO STATUS
//pkg/executor/test/passwordtest:passwordtest_test                    NO STATUS
//pkg/executor/test/seqtest:seqtest_test                              NO STATUS
//pkg/executor/test/showtest:showtest_test                            NO STATUS
//pkg/executor/test/simpletest:simpletest_test                        NO STATUS
//pkg/executor/test/splittest:splittest_test                          NO STATUS
//pkg/executor/test/tiflashtest:tiflashtest_test                      NO STATUS
//pkg/executor/test/unstabletest:unstabletest_test                    NO STATUS
//pkg/executor/test/writetest:writetest_test                          NO STATUS
//pkg/expression:expression_test                                      NO STATUS
//pkg/expression/aggregation:aggregation_test                         NO STATUS
//pkg/expression/contextimpl:contextimpl_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/internal:internal_test                               NO STATUS
//pkg/infoschema/perfschema:perfschema_test                           NO STATUS
//pkg/infoschema/test/cachetest:cachetest_test                        NO STATUS
//pkg/infoschema/test/clustertablestest:clustertablestest_test        NO STATUS
//pkg/infoschema/test/infoschemav2test:infoschemav2test_test          NO STATUS
//pkg/lightning/backend:backend_test                                  NO STATUS
//pkg/lightning/backend/external:external_test                        NO STATUS
//pkg/lightning/backend/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/autoid:autoid_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/server:server_test                                              NO STATUS
//pkg/server/handler/extractorhandler:extractorhandler_test           NO STATUS
//pkg/server/handler/optimizor:optimizor_test                         NO STATUS
//pkg/server/handler/tests:tests_test                                 NO STATUS
//pkg/server/tests:tests_test                                         NO STATUS
//pkg/server/tests/commontest:commontest_test                         NO STATUS
//pkg/server/tests/cursor:cursor_test                                 NO STATUS
//pkg/server/tests/tls:tls_test                                       NO STATUS
//pkg/session:session_test                                            NO STATUS
//pkg/session/bootstraptest:bootstraptest_test                        NO STATUS
//pkg/session/clusteredindextest:clusteredindextest_test              NO STATUS
//pkg/session/nontransactionaltest:nontransactionaltest_test          NO STATUS
//pkg/session/resourcegrouptest:resourcegrouptest_test                NO STATUS
//pkg/session/schematest:schematest_test                              NO STATUS
//pkg/session/temporarytabletest:temporarytabletest_test              NO STATUS
//pkg/session/test:test_test                                          NO STATUS
//pkg/session/test/common:common_test                                 NO STATUS
//pkg/session/test/meta:meta_test                                     NO STATUS
//pkg/session/test/privileges:privileges_test                         NO STATUS
//pkg/session/test/txn:txn_test                                       NO STATUS
//pkg/session/test/variable:variable_test                             NO STATUS
//pkg/session/test/vars:vars_test                                     NO STATUS
//pkg/sessionctx/binloginfo:binloginfo_test                           NO STATUS
//pkg/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/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:copr_test_test                             NO STATUS
//pkg/store/driver:driver_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/tikv:tikv_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/timer:timer_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/admin:admin_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/keydecoder:keydecoder_test                                 NO STATUS
//pkg/util/profile:profile_test                                       NO STATUS
//pkg/util/ranger:ranger_test                                         NO STATUS
//pkg/util/rowDecoder:rowDecoder_test                                 NO STATUS
//pkg/util/schemacmp:schemacmp_test                                   NO STATUS
//pkg/util/stmtsummary/v2/tests:tests_test                            NO STATUS
//pkg/structure:structure_test                                  FAILED TO BUILD
Test cases: finished with 1897 passing and 0 failing out of 1897 test cases

Executed 0 out of 404 tests: 158 tests pass, 1 fails to build and 245 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
Output files:
ls: cannot access bazel-target-output-*.log: No such file or directory
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 0d8ab597-e729-4493-999b-b615d965720d' --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/218/' --header 'ce-specversion: 1.0' --header 'content-type: application/json; charset=UTF-8' --data @bazel-go-test-problem-cases.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* About to connect() to cloudevents-server.apps.svc port 80 (#0)
*   Trying 10.233.31.173...
* Connected to cloudevents-server.apps.svc (10.233.31.173) port 80 (#0)
> POST /events HTTP/1.1
> User-Agent: curl/7.29.0
> Host: cloudevents-server.apps.svc
> Accept: */*
> ce-id: 0d8ab597-e729-4493-999b-b615d965720d
> 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/218/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 2
> 
} [data not shown]
* upload completely sent off: 2 out of 2 bytes

100     2    0     0  100     2      0      1  0:00:02  0:00:01  0:00:01     1
100     2    0     0    0     2      0      0 --:--:--  0:00:02 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:03 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:04 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:05 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:06 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:07 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:08 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:09 --:--:--     0+ true
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 2
Finished: FAILURE