Skip to content

Console Output

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

Running on pingcap-tidb-ghpr-unit-test-8953-q12tg-kbtwl-m58xd in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/PingCAP-QE/ci.git
 > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test # timeout=10
Fetching upstream changes from https://github.com/PingCAP-QE/ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5
Avoid second fetch
Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main)
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10
 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=def9eeed-ff61-442c-a3ce-65e7d8605a72
JENKINS_NODE_COOKIE=b00b75c1-495c-4d40-90ce-9654e21b076f
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8953/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-unit-test-8953-q12tg-kbtwl-m58xd
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
KUBERNETES_PORT=tcp://10.233.0.1:443
KUBERNETES_PORT_443_TCP_PORT=443
TERM=xterm
STAGE_NAME=Debug info
BUILD_TAG=jenkins-pingcap-tidb-ghpr_unit_test-8953
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787472981165871108","prowjobid":"def9eeed-ff61-442c-a3ce-65e7d8605a72","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"b421b729c8a7c43ad7250f38e655cdda03d0ca77","base_link":"https://github.com/pingcap/tidb/commit/b421b729c8a7c43ad7250f38e655cdda03d0ca77","pulls":[{"number":52907,"author":"qw4990","sha":"f2d888a02f2b7582dfbdd69540336fb556ac0fd1","title":"Unity","link":"https://github.com/pingcap/tidb/pull/52907","commit_link":"https://github.com/pingcap/tidb/pull/52907/commits/f2d888a02f2b7582dfbdd69540336fb556ac0fd1","author_link":"https://github.com/qw4990"}]}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8953/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8953/display/redirect?page=artifacts
FILE_SERVER_URL=http://fileserver.pingcap.net
JENKINS_HOME=/var/jenkins_home
GIT_COMMIT=03312178c534dce949face80c69812d989e55009
PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8953/display/redirect
GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct
_=/usr/bin/printenv
POD_CONTAINER=golang
PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap/tidb/ghpr_unit_test
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#8953
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787472981165871108
GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
JOB_BASE_NAME=ghpr_unit_test
GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8953/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_unit_test_8953-q12tg
GOROOT=/usr/local/go
GIT_BRANCH=origin/main
KUBERNETES_PORT_443_TCP_PROTO=tcp
CI=true
KUBERNETES_SERVICE_PORT_HTTPS=443
WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-3e6615fe387e271fb81c7aa6ce66020ac56f1fb2ffea951b4ecc03fd51f30988
NODE_LABELS=pingcap_tidb_ghpr_unit_test_8953-q12tg pingcap-tidb-ghpr-unit-test-8953-q12tg-kbtwl-m58xd
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-unit-test-8953-q12tg-kbtwl-m58xd
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect
BUILD_NUMBER=8953
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-build1538447324=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 root root 1, 3 May  6 21:22 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8953-q12tg-kbtwl-m58xd bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8953-q12tg-kbtwl-m58xd 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: 45141
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: d653f13ee669baa3 (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: Mon May 06 13:22:57 UTC 2024
;; MSG SIZE  rcvd: 77

[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-b421b72)
461023232 bytes in 1.36 secs (338951500 bytes/sec)
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $SSH_KEY
[Pipeline] {
[Pipeline] sh
+ '[' -d /home/jenkins/.ssh ']'
+ mkdir /home/jenkins/.ssh
+ chmod 0700 /home/jenkins/.ssh
+ cp **** /home/jenkins/.ssh/id_rsa
+ chmod 400 /home/jenkins/.ssh/id_rsa
+ ssh-keyscan -t rsa,dsa github.com
# github.com:22 SSH-2.0-babeld-9713928c
# github.com:22 SSH-2.0-babeld-9713928c
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] retry
[Pipeline] {
[Pipeline] sh
git version 2.37.2
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.git/
.git
HEAD is now at b421b729c8 planner: merge fast plan cache and normal plan cache (#53033)
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master               -> origin/master
   2ac315ab5c..f2d888a02f  refs/pull/52907/head -> origin/pr/52907/head
HEAD is now at b421b729c8 planner: merge fast plan cache and normal plan cache (#53033)
๐Ÿšง Checkouting to base SHA:b421b729c8a7c43ad7250f38e655cdda03d0ca77...
HEAD is now at b421b729c8 planner: merge fast plan cache and normal plan cache (#53033)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
b421b729c8a7c43ad7250f38e655cdda03d0ca77
b421b729c8 planner: merge fast plan cache and normal plan cache (#53033)
957e6ae67d planner: move MemtablePredicateExtractor interface to a unified base place. (#53031)
3ca57c1ff2 planner: fix index merge shouldn't push partial limit down when index plans are keep ordered (#52979)
๐Ÿšง Pre-merge heads of pull requests to base SHA: b421b729c8a7c43ad7250f38e655cdda03d0ca77 ...
Updating b421b729c8..f2d888a02f
Fast-forward
 pkg/planner/core/common_plans.go      |   8 +-
 pkg/planner/core/common_unity.go      | 354 ++++++++++++++++++++++++++++++++++
 pkg/planner/core/common_unity_test.go |  46 +++++
 pkg/planner/core/optimizer.go         |   4 +
 pkg/planner/core/planbuilder.go       |   6 +
 pkg/sessionctx/stmtctx/stmtctx.go     |   1 +
 pkg/types/explain_format.go           |   3 +
 7 files changed, 421 insertions(+), 1 deletion(-)
 create mode 100644 pkg/planner/core/common_unity.go
 create mode 100644 pkg/planner/core/common_unity_test.go
๐Ÿงพ Pre-merged result:
f2d888a02f2b7582dfbdd69540336fb556ac0fd1
f2d888a02f Merge remote-tracking branch 'upstream/master' into unity
b421b729c8 planner: merge fast plan cache and normal plan cache (#53033)
957e6ae67d planner: move MemtablePredicateExtractor interface to a unified base place. (#53031)
โœ… Pre merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache not saved (git/pingcap/tidb/rev-b421b72-f2d888a already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] withCredentials
Masking supported pattern matches of $CODECOV_TOKEN
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] sh
+ sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common
+ git diff .
diff --git a/Makefile.common b/Makefile.common
index b540debd42..9264b96d48 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage"
 
 ifneq ("$(CI)", "")
 	BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp
-	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp
-	BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp
+	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache
+	BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache
 endif
 BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/...
+ git status
HEAD detached from origin/master
You are in a sparse checkout with 100% of tracked files present.

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

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328
go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c
go: downloading github.com/sergi/go-diff v1.1.0
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: f4de9176-0d11-4d26-ae0f-0281dbf78fec
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_06_13_22_44.309888157/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:gazelle (1 packages loaded, 0 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (259 packages loaded, 11781 targets configured)
INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).
INFO: Found 1 target...
[0 / 249] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 8.9 MiB / 10.3 MiB; 0s remote-cache ... (3 actions, 0 running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 13.7 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running)
[66 / 316] GoCompilePkg external/com_github_golangci_misspell/misspell.a [for tool]; Downloading external/com_github_golangci_misspell/misspell.a, 2.0 MiB / 5.5 MiB; 0s remote-cache ... (27 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 24.068s, Critical Path: 4.14s
INFO: 316 processes: 296 remote cache hit, 20 internal.
INFO: Build completed successfully, 316 total actions
INFO: Running command line: bazel-bin/gazelle
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache  \
	--run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && " \
	 //tools/tazel:tazel
INFO: Invocation ID: 0babdb70-6c61-4fb0-8b65-ad4a93c977e6
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_06_13_22_44.309888157/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build option --run_under has changed, discarding analysis cache.
Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured)
Analyzing: target //tools/tazel:tazel (139 packages loaded, 13032 targets configured)
INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).
INFO: Found 1 target...
[0 / 6] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[273 / 607] [Prepa] GoCompilePkg external/com_github_remyoudompheng_bigfft/bigfft.a
[575 / 607] [Prepa] GoCompilePkg external/com_github_tikv_pd_client/tsoutil/tsoutil.a ... (3 actions, 0 running)
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 4.710s, Critical Path: 2.77s
INFO: 339 processes: 336 remote cache hit, 3 internal.
INFO: Build completed successfully, 339 total actions
INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb &&  bazel-bin/tools/tazel/tazel_/tazel '
bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --jobs=35 --build_tests_only --test_keep_going=false \
	--@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest \
	-- //... -//cmd/... -//tests/graceshutdown/... \
	-//tests/globalkilltest/... -//tests/readonlytest/... -//br/pkg/task:task_test -//tests/realtikvtest/...
INFO: Invocation ID: 6be71dda-e548-47f8-87e5-210758a72599
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'coverage' from /data/..2024_05_06_13_22_44.309888157/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'test' options: --test_output=errors --test_summary=detailed
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache.
Analyzing: 411 targets (641 packages loaded, 0 targets configured)
Analyzing: 411 targets (1120 packages loaded, 15484 targets configured)
Analyzing: 411 targets (1538 packages loaded, 21963 targets configured)
Analyzing: 411 targets (1674 packages loaded, 23350 targets configured)
Analyzing: 411 targets (1917 packages loaded, 25543 targets configured)
Analyzing: 411 targets (1917 packages loaded, 25543 targets configured)
Analyzing: 411 targets (1975 packages loaded, 26093 targets configured)
Analyzing: 411 targets (1981 packages loaded, 26971 targets configured)
INFO: Analyzed 411 targets (1981 packages loaded, 26991 targets configured).
INFO: Found 411 test targets...
[0 / 15] [Prepa] Writing file br/pkg/aws/aws_test/baseline_coverage.dat ... (17 actions, 0 running)
[1,387 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 9.9 MiB / 10.3 MiB; 0s remote-cache ... (35 actions, 0 running)
[1,424 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/include/asm_amd64.h; 1s remote-cache ... (35 actions, 0 running)
[1,433 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 7.0 MiB / 10.3 MiB; 2s remote-cache ... (36 actions, 2 running)
[1,465 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 5.0 MiB / 17.2 MiB; 3s remote-cache ... (35 actions, 0 running)
[1,761 / 9,763] GoCompilePkg external/com_github_golangci_misspell/misspell.a [for tool]; 0s remote-cache ... (35 actions, 0 running)
[2,345 / 9,763] GoCompilePkg external/com_github_klauspost_compress/zstd/zstd.a; 0s remote-cache ... (34 actions, 0 running)
[2,990 / 9,771] GoCompilePkg external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a; 0s remote-cache ... (34 actions, 0 running)
[3,332 / 9,838] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 30.0 MiB / 96.2 MiB; 0s remote-cache ... (34 actions, 0 running)
[3,662 / 9,917] GoLink pkg/util/mvmap/mvmap_test_/mvmap_test; Downloading pkg/util/mvmap/mvmap_test_/mvmap_test, 4.5 MiB / 4.7 MiB; 0s remote-cache ... (35 actions, 0 running)
[3,962 / 9,976] 16 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 50.7 MiB / 69.8 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,307 / 9,987] 46 / 411 tests; GoCompilePkg external/io_etcd_go_etcd_server_v3/auth/auth.a; 0s remote-cache ... (34 actions, 0 running)
[4,639 / 9,996] 70 / 411 tests; GoLink pkg/lightning/metric/metric_test_/metric_test; Downloading pkg/lightning/metric/metric_test_/metric_test, 3.9 MiB / 8.0 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,913 / 10,056] 72 / 411 tests; GoLink pkg/util/engine/engine_test_/engine_test; 0s remote-cache ... (34 actions, 0 running)
[5,157 / 10,113] 75 / 411 tests; GoLink pkg/util/cdcutil/cdcutil_test_/cdcutil_test; Downloading pkg/util/cdcutil/cdcutil_test_/cdcutil_test, 21.0 MiB / 21.6 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,281 / 10,131] 79 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 25.0 MiB / 75.3 MiB; 1s remote-cache ... (20 actions, 0 running)
[5,381 / 10,133] 81 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 58.5 MiB / 75.3 MiB; 2s remote-cache ... (29 actions, 0 running)
[5,471 / 10,137] 82 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 3s remote-cache ... (35 actions, 0 running)
[5,515 / 10,144] 83 / 411 tests; GoLink pkg/lightning/log/log_test_/log_test; Downloading pkg/lightning/log/log_test_/log_test, 19.0 MiB / 27.8 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,543 / 10,152] 84 / 411 tests; GoLink pkg/lightning/log/log_test_/log_test; Downloading pkg/lightning/log/log_test_/log_test, 26.0 MiB / 27.8 MiB; 3s remote-cache ... (36 actions, 2 running)
[5,590 / 10,202] 86 / 411 tests; GoLink pkg/util/kvcache/kvcache_test_/kvcache_test; Downloading pkg/util/kvcache/kvcache_test_/kvcache_test, 23.0 MiB / 25.4 MiB; 3s remote-cache ... (41 actions, 12 running)
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/pkg/kv/BUILD.bazel:64:8: GoCompilePkg pkg/kv/stmtctx.recompile417.a failed: (Exit 1): builder failed: error executing command (from target //pkg/kv:kv_test) 
  (cd /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/4880/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/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild/bin -embedlookupdir pkg/sessionctx/stmtctx -embedlookupdir pkg/kv -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/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild/bin/pkg/kv/context.recompile416.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild/bin/pkg/parser/parser.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/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/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild/bin/pkg/statistics/handle/usage/indexusage/indexusage.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/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild/bin/pkg/kv/stmtctx.recompile417.a -o bazel-out/k8-fastbuild/bin/pkg/kv/stmtctx.recompile417.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild/bin/pkg/kv/context.recompile416.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild/bin/pkg/parser/parser.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/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/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild/bin/pkg/statistics/handle/usage/indexusage/indexusage.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/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild/bin/pkg/kv/stmtctx.recompile417.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-b62283a3abad/bin/build/tidb_nogo_actual_/tidb_nogo_actual -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
compilepkg: nogo: errors found by nogo during build-time code analysis:
pkg/sessionctx/stmtctx/stmtctx.go:1:1: 
diff pkg/sessionctx/stmtctx/stmtctx.go.orig pkg/sessionctx/stmtctx/stmtctx.go
--- pkg/sessionctx/stmtctx/stmtctx.go.orig
+++ pkg/sessionctx/stmtctx/stmtctx.go
@@ -157,7 +157,7 @@
 	InSelectStmt           bool
 	InLoadDataStmt         bool
 	InExplainStmt          bool
-	LogicalPlan            interface{}
+	LogicalPlan            any
 	InExplainAnalyzeStmt   bool
 	ExplainFormat          string
 	InCreateOrAlterStmt    bool
 (gofmt)
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/pkg/kv/BUILD.bazel:64:8 GoCompilePkg pkg/kv/kv_test_test.external.a failed: (Exit 1): builder failed: error executing command (from target //pkg/kv:kv_test) 
  (cd /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/4880/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/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild/bin -embedlookupdir pkg/sessionctx/stmtctx -embedlookupdir pkg/kv -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/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild/bin/pkg/kv/context.recompile416.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild/bin/pkg/parser/parser.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/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/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild/bin/pkg/statistics/handle/usage/indexusage/indexusage.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/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild/bin/pkg/kv/stmtctx.recompile417.a -o bazel-out/k8-fastbuild/bin/pkg/kv/stmtctx.recompile417.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild/bin/pkg/kv/context.recompile416.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild/bin/pkg/parser/parser.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/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/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild/bin/pkg/statistics/handle/usage/indexusage/indexusage.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/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild/bin/pkg/kv/stmtctx.recompile417.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-b62283a3abad/bin/build/tidb_nogo_actual_/tidb_nogo_actual -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: 30.444s, Critical Path: 15.34s
INFO: 5617 processes: 4232 remote cache hit, 1383 internal, 2 linux-sandbox.
FAILED: Build did NOT complete successfully
//pkg/lightning/log:log_test                                          NO STATUS
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_5_of_5/coverage.dat
//pkg/privilege/privileges/ldap:ldap_test                             NO STATUS
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_4_of_4/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_3_of_4/coverage.dat
//pkg/server/internal/util:util_test                                  NO STATUS
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/util/util_test/shard_1_of_4/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/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/data:data_test                                       NO STATUS
//br/pkg/restore/file_importer:file_importer_test                     NO STATUS
//br/pkg/restore/ingestrec:ingestrec_test                             NO STATUS
//br/pkg/restore/log_restore:log_restore_test                         NO STATUS
//br/pkg/restore/prealloc_table_id:prealloc_table_id_test             NO STATUS
//br/pkg/restore/rawkv:rawkv_test                                     NO STATUS
//br/pkg/restore/split:split_test                                     NO STATUS
//br/pkg/restore/tiflashrec:tiflashrec_test                           NO STATUS
//br/pkg/restore/utils:utils_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/config:config_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/errctx:errctx_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/contextopt:contextopt_test                           NO STATUS
//pkg/expression/contextsession:contextsession_test                   NO STATUS
//pkg/expression/contextstatic:contextstatic_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/keyspace:keyspace_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/duplicate:duplicate_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/internal/dump:dump_test                                  NO STATUS
//pkg/server/internal/parse:parse_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/tablecodec:tablecodec_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/metrics:metrics_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/types:types_test                                                NO STATUS
//pkg/types/parser_driver:parser_driver_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/cteutil:cteutil_test                                       NO STATUS
//pkg/util/dbutil:dbutil_test                                         NO STATUS
//pkg/util/ddl-checker:ddl-checker_test                               NO STATUS
//pkg/util/deadlockhistory:deadlockhistory_test                       NO STATUS
//pkg/util/disk:disk_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/kvcache:kvcache_test                                       NO STATUS
//pkg/util/localpool:localpool_test                                   NO STATUS
//pkg/util/logutil:logutil_test                                       NO STATUS
//pkg/util/memoryusagealarm:memoryusagealarm_test                     NO STATUS
//pkg/util/mock:mock_test                                             NO STATUS
//pkg/util/parser:parser_test                                         NO STATUS
//pkg/util/password-validation:password-validation_test               NO STATUS
//pkg/util/plancodec:plancodec_test                                   NO STATUS
//pkg/util/printer:printer_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/set:set_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/timeutil:timeutil_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/kv:kv_test                                                FAILED TO BUILD
Test cases: finished with 708 passing and 0 failing out of 708 test cases

Executed 0 out of 411 tests: 86 tests pass, 1 fails to build and 324 were skipped.
make: *** [bazel_coverage_test] Error 1
root: /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs
complete to collect bazel result.
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log
Parse from local file: tidb/bazel-test.log
Output files:
ls: cannot access bazel-target-output-*.log: No such file or directory
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 24d07474-4712-447d-81a9-327c7b682e06' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: master' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8953/' --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: 24d07474-4712-447d-81a9-327c7b682e06
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: master
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8953/
> 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