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-97-k4k1r-385t8-gdrsz
Agent pingcap-tidb-release-8-1-ghpr-unit-test-97-k4k1r-385t8-gdrsz is provisioned from template pingcap_tidb_release-8_1_ghpr_unit_test_97-k4k1r-385t8
---
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/97/"
    runUrl: "job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/97/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "2f662cdf4fdc2d21afa97cc15e9b772b9a0797aa"
    jenkins/label: "pingcap_tidb_release-8_1_ghpr_unit_test_97-k4k1r"
  name: "pingcap-tidb-release-8-1-ghpr-unit-test-97-k4k1r-385t8-gdrsz"
  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-97-k4k1r-385t8-gdrsz"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-release-8-1-ghpr-unit-test-97-k4k1r-385t8-gdrsz"
    - 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-97-k4k1r-385t8-gdrsz 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 635c5544ae8ad74f0d959461cc1d4bc8eba1b9bf (origin/main)
Commit message: "fix(tiflash): correct the dir to collect log (#2947)"
 > 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 635c5544ae8ad74f0d959461cc1d4bc8eba1b9bf # timeout=10
 > git rev-list --no-walk 635c5544ae8ad74f0d959461cc1d4bc8eba1b9bf # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=aa9d9b75-806d-4c18-9a2f-bb51ddb13fc9
JENKINS_NODE_COOKIE=8d51c53c-3b82-4569-806e-197d8e33c504
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/97/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-release-8-1-ghpr-unit-test-97-k4k1r-385t8-gdrsz
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-97
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=635c5544ae8ad74f0d959461cc1d4bc8eba1b9bf
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/release-8.1/ghpr_unit_test","buildid":"1785136047970062339","prowjobid":"aa9d9b75-806d-4c18-9a2f-bb51ddb13fc9","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"release-8.1","base_sha":"8a5806713fb2f6092c94fd10a7044d6f0f31c229","base_link":"https://github.com/pingcap/tidb/commit/8a5806713fb2f6092c94fd10a7044d6f0f31c229","pulls":[{"number":52998,"author":"ti-chi-bot","sha":"c3a6bdd3b7ab2d9ff4f91e22498a3ca34b7bfa47","title":"*: add rpc error stats and refine log (#52810)","link":"https://github.com/pingcap/tidb/pull/52998","commit_link":"https://github.com/pingcap/tidb/pull/52998/commits/c3a6bdd3b7ab2d9ff4f91e22498a3ca34b7bfa47","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/97/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/97/display/redirect?page=artifacts
FILE_SERVER_URL=http://fileserver.pingcap.net
JENKINS_HOME=/var/jenkins_home
GIT_COMMIT=635c5544ae8ad74f0d959461cc1d4bc8eba1b9bf
PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/97/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=#97
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1785136047970062339
GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
JOB_BASE_NAME=ghpr_unit_test
GIT_PREVIOUS_SUCCESSFUL_COMMIT=4f454dd6e93550f4ad2c312d982ac6250b6648d0
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/97/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_release-8_1_ghpr_unit_test_97-k4k1r
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_97-k4k1r pingcap-tidb-release-8-1-ghpr-unit-test-97-k4k1r-385t8-gdrsz
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-97-k4k1r-385t8-gdrsz
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=97
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-build2882036881=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 jenkins root 1, 3 Apr 30 10:36 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-8-1-ghpr-unit-test-97-k4k1r-385t8-gdrsz bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-8-1-ghpr-unit-test-97-k4k1r-385t8-gdrsz 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: 22007
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-8a58067-f23eee9)
553592832 bytes in 1.79 secs (309817643 bytes/sec)
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $SSH_KEY
[Pipeline] {
[Pipeline] sh
+ '[' -d /home/jenkins/.ssh ']'
+ mkdir /home/jenkins/.ssh
+ chmod 0700 /home/jenkins/.ssh
+ cp **** /home/jenkins/.ssh/id_rsa
+ chmod 400 /home/jenkins/.ssh/id_rsa
+ ssh-keyscan -t rsa,dsa github.com
# github.com:22 SSH-2.0-babeld-f524c1b4
# github.com:22 SSH-2.0-babeld-f524c1b4
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] retry
[Pipeline] {
[Pipeline] sh
git version 2.37.2
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.git/
.git
HEAD is now at bf16748959 Merge commit 'f23eee9e9e5286246b480cb55aeb63e75af42afa' 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
   f23eee9e9e..c3a6bdd3b7  refs/pull/52998/head -> origin/pr/52998/head
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
Warning: you are leaving 1 commit behind, not connected to
any of your branches:

  bf16748959 Merge commit 'f23eee9e9e5286246b480cb55aeb63e75af42afa' 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> bf16748959

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

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

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328
go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c
go: downloading github.com/sergi/go-diff v1.1.0
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: d968e217-b549-4f52-b3eb-b472bb6e8262
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_04_30_02_36_32.658273790/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/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:gazelle (1 packages loaded, 0 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (256 packages loaded, 11648 targets configured)
INFO: Analyzed target //:gazelle (268 packages loaded, 11957 targets configured).
INFO: Found 1 target...
[0 / 20] [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/tool/linux_amd64/compile, 9.2 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running)
[66 / 314] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.0 MiB / 17.2 MiB; 2s remote-cache ... (28 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 24.262s, Critical Path: 3.52s
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: 79490bdb-4c72-4885-90d8-900c56bab003
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_04_30_02_36_32.658273790/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/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 (124 packages loaded, 12972 targets configured)
INFO: Analyzed target //tools/tazel:tazel (301 packages loaded, 14190 targets configured).
INFO: Found 1 target...
[0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running)
[271 / 585] [Prepa] GoCompilePkg external/org_golang_google_grpc/serviceconfig/serviceconfig.a
[553 / 585] [Prepa] GoCompilePkg external/com_github_pingcap_kvproto/pkg/tsopb/tsopb.a
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 4.760s, Critical Path: 2.58s
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: 57e8cc5d-43f9-41f6-8366-e23c86f93686
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'coverage' from /data/..2024_04_30_02_36_32.658273790/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'test' options: --test_output=errors --test_summary=detailed
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache.
Analyzing: 403 targets (630 packages loaded, 0 targets configured)
Analyzing: 403 targets (1229 packages loaded, 16737 targets configured)
Analyzing: 403 targets (1430 packages loaded, 20504 targets configured)
Analyzing: 403 targets (1589 packages loaded, 22887 targets configured)
Analyzing: 403 targets (1688 packages loaded, 24088 targets configured)
Analyzing: 403 targets (1874 packages loaded, 25290 targets configured)
Analyzing: 403 targets (1877 packages loaded, 25429 targets configured)
Analyzing: 403 targets (1937 packages loaded, 26422 targets configured)
INFO: Analyzed 403 targets (1937 packages loaded, 26722 targets configured).
 checking cached actions
INFO: Found 403 test targets...
[0 / 13] [Prepa] Writing file br/pkg/aws/aws_test/baseline_coverage.dat ... (9 actions, 0 running)
[1,318 / 9,355] GoTestGenTest br/pkg/aws/aws_test_/testmain.go; Downloading br/pkg/aws/aws_test_/testmain.go; 0s remote-cache ... (36 actions, 2 running)
[1,359 / 9,355] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 8.0 MiB / 10.3 MiB; 1s remote-cache ... (36 actions, 2 running)
[1,362 / 9,355] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (36 actions, 2 running)
[1,391 / 9,355] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 15.0 MiB / 17.2 MiB; 3s remote-cache ... (35 actions, 0 running)
[1,975 / 9,355] GoTestGenTest pkg/server/server_test_/testmain.go; 0s remote-cache, linux-sandbox ... (25 actions, 6 running)
[2,565 / 9,360] GoCompilePkg external/com_github_data_dog_go_sqlmock/go-sqlmock.a; Downloading external/com_github_data_dog_go_sqlmock/go-sqlmock.x; 0s remote-cache ... (33 actions, 0 running)
[3,144 / 9,365] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 26.0 MiB / 96.2 MiB; 0s remote-cache ... (34 actions, 0 running)
[3,471 / 9,373] 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 ... (34 actions, 0 running)
[3,668 / 9,480] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 94.0 MiB / 96.2 MiB; 2s remote-cache ... (35 actions, 0 running)
[3,888 / 9,558] 15 / 403 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 2s remote-cache ... (35 actions, 0 running)
[4,324 / 9,635] 42 / 403 tests; GoCompilePkg pkg/parser/ast/parser.recompile51.a; Downloading pkg/parser/ast/parser.recompile51.a, 9.0 MiB / 11.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,791 / 9,688] 70 / 403 tests; GoLink pkg/lightning/metric/metric_test_/metric_test; Downloading pkg/lightning/metric/metric_test_/metric_test, 6.0 MiB / 8.0 MiB; 0s remote-cache ... (34 actions, 0 running)
[5,034 / 9,699] 74 / 403 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 45.0 MiB / 75.3 MiB; 1s remote-cache ... (15 actions, 0 running)
[5,165 / 9,701] 74 / 403 tests; GoLink pkg/tidb-binlog/node/node_test_/node_test; Downloading pkg/tidb-binlog/node/node_test_/node_test, 19.6 MiB / 21.6 MiB; 0s remote-cache ... (12 actions, 0 running)
[5,334 / 9,725] 81 / 403 tests; GoLink pkg/privilege/privileges/ldap/ldap_test_/ldap_test; Downloading pkg/privilege/privileges/ldap/ldap_test_/ldap_test, 4.3 MiB / 23.6 MiB; 0s remote-cache ... (34 actions, 0 running)
[5,445 / 9,769] 81 / 403 tests; GoLink pkg/server/internal/util/util_test_/util_test; Downloading pkg/server/internal/util/util_test_/util_test, 22.0 MiB / 23.8 MiB; 1s remote-cache ... (34 actions, 0 running)
[5,517 / 9,788] 89 / 403 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 23.0 MiB / 28.9 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,593 / 9,860] 98 / 403 tests; GoLink pkg/util/parser/parser_test_/parser_test; Downloading pkg/util/parser/parser_test_/parser_test, 33.0 MiB / 36.9 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,690 / 9,928] 105 / 403 tests; GoLink pkg/util/plancodec/plancodec_test_/plancodec_test; Downloading pkg/util/plancodec/plancodec_test_/plancodec_test, 27.0 MiB / 28.7 MiB; 1s remote-cache ... (36 actions, 2 running)
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/pkg/tablecodec/BUILD.bazel:28:8: GoCompilePkg pkg/tablecodec/tablecodec_test.internal.a failed: (Exit 1): builder failed: error executing command (from target //pkg/tablecodec:tablecodec_test) 
  (cd /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/4909/execroot/__main__ && \
  exec env - \
    CGO_ENABLED=1 \
    GOARCH=amd64 \
    GOEXPERIMENT=nocoverageredesign \
    GOOS=linux \
    GOPATH='' \
    GOROOT=bazel-out/k8-fastbuild-ST-b33d65c724e6/bin/external/io_bazel_rules_go/stdlib_ \
    GOROOT_FINAL=GOROOT \
    GOTOOLCHAIN=local \
    PATH=/usr/bin:/bin \
  bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64 -tags deadlock,intest,deadlock,intest -src pkg/tablecodec/tablecodec.go -src pkg/tablecodec/bench_test.go -src pkg/tablecodec/main_test.go -src pkg/tablecodec/tablecodec_test.go -embedroot '' -embedroot bazel-out/k8-fastbuild/bin -embedlookupdir pkg/tablecodec -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-8f6eb6207b9d/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode set -cover_format go_cover -cover pkg/tablecodec/bench_test.go -cover pkg/tablecodec/main_test.go -cover pkg/tablecodec/tablecodec_test.go -cover pkg/tablecodec/tablecodec.go -arc 'github.com/pingcap/tidb/pkg/kv=github.com/pingcap/tidb/pkg/kv=bazel-out/k8-fastbuild/bin/pkg/kv/kv.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/sessionctx/stmtctx=github.com/pingcap/tidb/pkg/sessionctx/stmtctx=bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/stmtctx.x' -arc 'github.com/pingcap/tidb/pkg/testkit/testsetup=github.com/pingcap/tidb/pkg/testkit/testsetup=bazel-out/k8-fastbuild/bin/pkg/testkit/testsetup/testsetup.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/benchdaily=github.com/pingcap/tidb/pkg/util/benchdaily=bazel-out/k8-fastbuild/bin/pkg/util/benchdaily/benchdaily.x' -arc 'github.com/pingcap/tidb/pkg/util/codec=github.com/pingcap/tidb/pkg/util/codec=bazel-out/k8-fastbuild/bin/pkg/util/codec/codec.x' -arc 'github.com/pingcap/tidb/pkg/util/collate=github.com/pingcap/tidb/pkg/util/collate=bazel-out/k8-fastbuild/bin/pkg/util/collate/collate.x' -arc 'github.com/pingcap/tidb/pkg/util/rowcodec=github.com/pingcap/tidb/pkg/util/rowcodec=bazel-out/k8-fastbuild/bin/pkg/util/rowcodec/rowcodec.x' -arc 'github.com/pingcap/failpoint=github.com/pingcap/failpoint=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_failpoint/failpoint.x' -arc 'github.com/pingcap/kvproto/pkg/keyspacepb=github.com/pingcap/kvproto/pkg/keyspacepb=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_kvproto/pkg/keyspacepb/keyspacepb.x' -arc 'github.com/stretchr/testify/require=github.com/stretchr/testify/require=bazel-out/k8-fastbuild/bin/external/com_github_stretchr_testify/require/require.x' -arc 'github.com/tikv/client-go/v2/tikv:github.com/tikv/client-go/tikv=github.com/tikv/client-go/v2/tikv=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikv/tikv.x' -arc 'go.uber.org/goleak=go.uber.org/goleak=bazel-out/k8-fastbuild/bin/external/org_uber_go_goleak/goleak.x' -arc 'github.com/pingcap/tidb/pkg/errno=github.com/pingcap/tidb/pkg/errno=bazel-out/k8-fastbuild/bin/pkg/errno/errno.x' -arc 'github.com/pingcap/tidb/pkg/parser/charset=github.com/pingcap/tidb/pkg/parser/charset=bazel-out/k8-fastbuild/bin/pkg/parser/charset/charset.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/structure=github.com/pingcap/tidb/pkg/structure=bazel-out/k8-fastbuild/bin/pkg/structure/structure.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror=github.com/pingcap/tidb/pkg/util/dbterror=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/dbterror.x' -arc 'github.com/pingcap/tidb/pkg/util/stringutil=github.com/pingcap/tidb/pkg/util/stringutil=bazel-out/k8-fastbuild/bin/pkg/util/stringutil/stringutil.x' -arc 'github.com/pingcap/errors=github.com/pingcap/errors=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_errors/errors.x' -arc 'github.com/pingcap/kvproto/pkg/kvrpcpb=github.com/pingcap/kvproto/pkg/kvrpcpb=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.x' -importpath github.com/pingcap/tidb/pkg/tablecodec -p github.com/pingcap/tidb/pkg/tablecodec -package_list bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild/bin/pkg/tablecodec/tablecodec_test.internal.a -o bazel-out/k8-fastbuild/bin/pkg/tablecodec/tablecodec_test.internal.x -facts 'github.com/pingcap/tidb/pkg/kv=github.com/pingcap/tidb/pkg/kv=bazel-out/k8-fastbuild/bin/pkg/kv/kv.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/sessionctx/stmtctx=github.com/pingcap/tidb/pkg/sessionctx/stmtctx=bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/stmtctx.facts' -facts 'github.com/pingcap/tidb/pkg/testkit/testsetup=github.com/pingcap/tidb/pkg/testkit/testsetup=bazel-out/k8-fastbuild/bin/pkg/testkit/testsetup/testsetup.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/benchdaily=github.com/pingcap/tidb/pkg/util/benchdaily=bazel-out/k8-fastbuild/bin/pkg/util/benchdaily/benchdaily.facts' -facts 'github.com/pingcap/tidb/pkg/util/codec=github.com/pingcap/tidb/pkg/util/codec=bazel-out/k8-fastbuild/bin/pkg/util/codec/codec.facts' -facts 'github.com/pingcap/tidb/pkg/util/collate=github.com/pingcap/tidb/pkg/util/collate=bazel-out/k8-fastbuild/bin/pkg/util/collate/collate.facts' -facts 'github.com/pingcap/tidb/pkg/util/rowcodec=github.com/pingcap/tidb/pkg/util/rowcodec=bazel-out/k8-fastbuild/bin/pkg/util/rowcodec/rowcodec.facts' -facts 'github.com/pingcap/failpoint=github.com/pingcap/failpoint=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_failpoint/failpoint.facts' -facts 'github.com/pingcap/kvproto/pkg/keyspacepb=github.com/pingcap/kvproto/pkg/keyspacepb=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_kvproto/pkg/keyspacepb/keyspacepb.facts' -facts 'github.com/stretchr/testify/require=github.com/stretchr/testify/require=bazel-out/k8-fastbuild/bin/external/com_github_stretchr_testify/require/require.facts' -facts 'github.com/tikv/client-go/v2/tikv:github.com/tikv/client-go/tikv=github.com/tikv/client-go/v2/tikv=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikv/tikv.facts' -facts 'go.uber.org/goleak=go.uber.org/goleak=bazel-out/k8-fastbuild/bin/external/org_uber_go_goleak/goleak.facts' -facts 'github.com/pingcap/tidb/pkg/errno=github.com/pingcap/tidb/pkg/errno=bazel-out/k8-fastbuild/bin/pkg/errno/errno.facts' -facts 'github.com/pingcap/tidb/pkg/parser/charset=github.com/pingcap/tidb/pkg/parser/charset=bazel-out/k8-fastbuild/bin/pkg/parser/charset/charset.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/structure=github.com/pingcap/tidb/pkg/structure=bazel-out/k8-fastbuild/bin/pkg/structure/structure.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror=github.com/pingcap/tidb/pkg/util/dbterror=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/dbterror.facts' -facts 'github.com/pingcap/tidb/pkg/util/stringutil=github.com/pingcap/tidb/pkg/util/stringutil=bazel-out/k8-fastbuild/bin/pkg/util/stringutil/stringutil.facts' -facts 'github.com/pingcap/errors=github.com/pingcap/errors=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_errors/errors.facts' -facts 'github.com/pingcap/kvproto/pkg/kvrpcpb=github.com/pingcap/kvproto/pkg/kvrpcpb=bazel-out/k8-fastbuild/bin/external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.facts' -out_facts bazel-out/k8-fastbuild/bin/pkg/tablecodec/tablecodec_test.internal.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-b62283a3abad/bin/build/tidb_nogo_actual_/tidb_nogo_actual -testfilter exclude -gcflags '' -asmflags '')
# Configuration: da40a21cca7961bc38e4e0b5ccede7328b45ec8fef34c0be5e9555ae6011614c
# Execution platform: @local_config_platform//:host

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

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
INFO: Elapsed time: 29.360s, Critical Path: 13.94s
INFO: 5720 processes: 4344 remote cache hit, 1371 internal, 5 linux-sandbox.
FAILED: Build did NOT complete successfully
//br/pkg/restore/ingestrec:ingestrec_test                             NO STATUS
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/ingestrec/ingestrec_test/shard_3_of_3/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/ingestrec/ingestrec_test/shard_2_of_3/coverage.dat
//pkg/config:config_test                                              NO STATUS
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_24_of_24/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_1_of_24/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_23_of_24/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_2_of_24/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_22_of_24/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_3_of_24/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_21_of_24/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_4_of_24/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_20_of_24/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_5_of_24/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_19_of_24/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_6_of_24/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_7_of_24/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_8_of_24/coverage.dat
//pkg/lightning/duplicate:duplicate_test                              NO STATUS
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_4_of_4/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_1_of_4/coverage.dat
//pkg/server/internal/column:column_test                              NO STATUS
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_5_of_5/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_1_of_5/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_4_of_5/coverage.dat
//pkg/types:types_test                                                NO STATUS
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_50_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_1_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_2_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_49_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_3_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_4_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_48_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_6_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_5_of_50/coverage.dat
//br/cmd/br:br_test                                                   NO STATUS
//br/pkg/aws:aws_test                                                 NO STATUS
//br/pkg/backup:backup_test                                           NO STATUS
//br/pkg/backup/prepare_snap:prepare_snap_test                        NO STATUS
//br/pkg/checkpoint:checkpoint_test                                   NO STATUS
//br/pkg/checksum:checksum_test                                       NO STATUS
//br/pkg/config:config_test                                           NO STATUS
//br/pkg/conn:conn_test                                               NO STATUS
//br/pkg/glue:glue_test                                               NO STATUS
//br/pkg/gluetidb:gluetidb_test                                       NO STATUS
//br/pkg/gluetikv:gluetikv_test                                       NO STATUS
//br/pkg/logutil:logutil_test                                         NO STATUS
//br/pkg/metautil:metautil_test                                       NO STATUS
//br/pkg/mock:mock_test                                               NO STATUS
//br/pkg/pdutil:pdutil_test                                           NO STATUS
//br/pkg/restore:restore_test                                         NO STATUS
//br/pkg/restore/prealloc_table_id:prealloc_table_id_test             NO STATUS
//br/pkg/restore/split:split_test                                     NO STATUS
//br/pkg/restore/tiflashrec:tiflashrec_test                           NO STATUS
//br/pkg/rtree:rtree_test                                             NO STATUS
//br/pkg/storage:storage_test                                         NO STATUS
//br/pkg/stream:stream_test                                           NO STATUS
//br/pkg/streamhelper:streamhelper_test                               NO STATUS
//br/pkg/streamhelper/daemon:daemon_test                              NO STATUS
//br/pkg/streamhelper/spans:spans_test                                NO STATUS
//br/pkg/task/show:show_test                                          NO STATUS
//br/pkg/utils:utils_test                                             NO STATUS
//br/pkg/utils/iter:iter_test                                         NO STATUS
//br/pkg/utils/storewatch:storewatch_test                             NO STATUS
//br/pkg/version:version_test                                         NO STATUS
//dumpling/export:export_test                                         NO STATUS
//lightning/cmd/tidb-lightning:tidb-lightning_test                    NO STATUS
//lightning/cmd/tidb-lightning-ctl:tidb-lightning-ctl_test            NO STATUS
//lightning/pkg/importer:importer_test                                NO STATUS
//lightning/pkg/importer/mock:mock_test                               NO STATUS
//lightning/pkg/server:server_test                                    NO STATUS
//pkg/autoid_service:autoid_service_test                              NO STATUS
//pkg/bindinfo:bindinfo_test                                          NO STATUS
//pkg/bindinfo/tests:tests_test                                       NO STATUS
//pkg/bindinfo/tests/timeout:timeout_test                             NO STATUS
//pkg/ddl:ddl_test                                                    NO STATUS
//pkg/ddl/copr:copr_test                                              NO STATUS
//pkg/ddl/ingest:ingest_test                                          NO STATUS
//pkg/ddl/ingest/tests:tests_test                                     NO STATUS
//pkg/ddl/internal/session:session_test                               NO STATUS
//pkg/ddl/label:label_test                                            NO STATUS
//pkg/ddl/placement:placement_test                                    NO STATUS
//pkg/ddl/schematracker:schematracker_test                            NO STATUS
//pkg/ddl/syncer:syncer_test                                          NO STATUS
//pkg/ddl/tests/adminpause:adminpause_test                            NO STATUS
//pkg/ddl/tests/fail:fail_test                                        NO STATUS
//pkg/ddl/tests/fastcreatetable:fastcreatetable_test                  NO STATUS
//pkg/ddl/tests/fk:fk_test                                            NO STATUS
//pkg/ddl/tests/indexmerge:indexmerge_test                            NO STATUS
//pkg/ddl/tests/metadatalock:metadatalock_test                        NO STATUS
//pkg/ddl/tests/multivaluedindex:multivaluedindex_test                NO STATUS
//pkg/ddl/tests/partition:partition_test                              NO STATUS
//pkg/ddl/tests/resourcegroup:resourcegroup_test                      NO STATUS
//pkg/ddl/tests/serial:serial_test                                    NO STATUS
//pkg/ddl/tests/tiflash:tiflash_test                                  NO STATUS
//pkg/ddl/util:util_test                                              NO STATUS
//pkg/ddl/util/callback:callback_test                                 NO STATUS
//pkg/distsql:distsql_test                                            NO STATUS
//pkg/disttask/framework/handle:handle_test                           NO STATUS
//pkg/disttask/framework/integrationtests:integrationtests_test       NO STATUS
//pkg/disttask/framework/planner:planner_test                         NO STATUS
//pkg/disttask/framework/scheduler:scheduler_test                     NO STATUS
//pkg/disttask/framework/storage:storage_test                         NO STATUS
//pkg/disttask/framework/taskexecutor:taskexecutor_test               NO STATUS
//pkg/disttask/importinto:importinto_test                             NO STATUS
//pkg/disttask/operator:operator_test                                 NO STATUS
//pkg/domain:domain_test                                              NO STATUS
//pkg/domain/globalconfigsync:globalconfigsync_test                   NO STATUS
//pkg/domain/infosync:infosync_test                                   NO STATUS
//pkg/executor:executor_test                                          NO STATUS
//pkg/executor/aggfuncs:aggfuncs_test                                 NO STATUS
//pkg/executor/aggregate:aggregate_test                               NO STATUS
//pkg/executor/importer:importer_test                                 NO STATUS
//pkg/executor/internal/applycache:applycache_test                    NO STATUS
//pkg/executor/internal/calibrateresource:calibrateresource_test      NO STATUS
//pkg/executor/internal/exec:exec_test                                NO STATUS
//pkg/executor/internal/mpp:mpp_test                                  NO STATUS
//pkg/executor/internal/pdhelper:pdhelper_test                        NO STATUS
//pkg/executor/internal/querywatch:querywatch_test                    NO STATUS
//pkg/executor/internal/vecgroupchecker:vecgroupchecker_test          NO STATUS
//pkg/executor/lockstats:lockstats_test                               NO STATUS
//pkg/executor/mppcoordmanager:mppcoordmanager_test                   NO STATUS
//pkg/executor/sortexec:sort_exec_test                                NO STATUS
//pkg/executor/sortexec:sortexec_test                                 NO STATUS
//pkg/executor/test/admintest:admintest_test                          NO STATUS
//pkg/executor/test/aggregate:aggregate_test                          NO STATUS
//pkg/executor/test/analyzetest:analyzetest_test                      NO STATUS
//pkg/executor/test/analyzetest/memorycontrol:memorycontrol_test      NO STATUS
//pkg/executor/test/analyzetest/panictest:panictest_test              NO STATUS
//pkg/executor/test/autoidtest:autoidtest_test                        NO STATUS
//pkg/executor/test/ddl:ddl_test                                      NO STATUS
//pkg/executor/test/distsqltest:distsqltest_test                      NO STATUS
//pkg/executor/test/executor:executor_test                            NO STATUS
//pkg/executor/test/fktest:fktest_test                                NO STATUS
//pkg/executor/test/indexmergereadtest:indexmergereadtest_test        NO STATUS
//pkg/executor/test/issuetest:issuetest_test                          NO STATUS
//pkg/executor/test/jointest:jointest_test                            NO STATUS
//pkg/executor/test/jointest/hashjoin:hashjoin_test                   NO STATUS
//pkg/executor/test/loaddatatest:loaddatatest_test                    NO STATUS
//pkg/executor/test/loadremotetest:loadremotetest_test                NO STATUS
//pkg/executor/test/memtest:memtest_test                              NO STATUS
//pkg/executor/test/oomtest:oomtest_test                              NO STATUS
//pkg/executor/test/passwordtest:passwordtest_test                    NO STATUS
//pkg/executor/test/seqtest:seqtest_test                              NO STATUS
//pkg/executor/test/showtest:showtest_test                            NO STATUS
//pkg/executor/test/simpletest:simpletest_test                        NO STATUS
//pkg/executor/test/splittest:splittest_test                          NO STATUS
//pkg/executor/test/tiflashtest:tiflashtest_test                      NO STATUS
//pkg/executor/test/unstabletest:unstabletest_test                    NO STATUS
//pkg/executor/test/writetest:writetest_test                          NO STATUS
//pkg/expression:expression_test                                      NO STATUS
//pkg/expression/aggregation:aggregation_test                         NO STATUS
//pkg/expression/context:context_test                                 NO STATUS
//pkg/expression/contextimpl:contextimpl_test                         NO STATUS
//pkg/expression/contextopt:contextopt_test                           NO STATUS
//pkg/expression/integration_test:integration_test_test               NO STATUS
//pkg/expression/test/multivaluedindex:multivaluedindex_test          NO STATUS
//pkg/extension:extension_test                                        NO STATUS
//pkg/extension/enterprise/audit:audit_test                           NO STATUS
//pkg/infoschema:infoschema_test                                      NO STATUS
//pkg/infoschema/perfschema:perfschema_test                           NO STATUS
//pkg/infoschema/test/cachetest:cachetest_test                        NO STATUS
//pkg/infoschema/test/clustertablestest:clustertablestest_test        NO STATUS
//pkg/infoschema/test/infoschemav2test:infoschemav2test_test          NO STATUS
//pkg/kv:kv_test                                                      NO STATUS
//pkg/lightning/backend:backend_test                                  NO STATUS
//pkg/lightning/backend/external:external_test                        NO STATUS
//pkg/lightning/backend/kv:kv_test                                    NO STATUS
//pkg/lightning/backend/local:local_test                              NO STATUS
//pkg/lightning/backend/tidb:tidb_test                                NO STATUS
//pkg/lightning/checkpoints:checkpoints_test                          NO STATUS
//pkg/lightning/common:common_test                                    NO STATUS
//pkg/lightning/config:config_test                                    NO STATUS
//pkg/lightning/errormanager:errormanager_test                        NO STATUS
//pkg/lightning/mydump:mydump_test                                    NO STATUS
//pkg/lightning/tikv:tikv_test                                        NO STATUS
//pkg/lightning/verification:verification_test                        NO STATUS
//pkg/meta:meta_test                                                  NO STATUS
//pkg/meta/autoid:autoid_test                                         NO STATUS
//pkg/metrics:metrics_test                                            NO STATUS
//pkg/owner:owner_test                                                NO STATUS
//pkg/planner/cardinality:cardinality_test                            NO STATUS
//pkg/planner/cascades:cascades_test                                  NO STATUS
//pkg/planner/core:core_test                                          NO STATUS
//pkg/planner/core/casetest:casetest_test                             NO STATUS
//pkg/planner/core/casetest/binaryplan:binaryplan_test                NO STATUS
//pkg/planner/core/casetest/cbotest:cbotest_test                      NO STATUS
//pkg/planner/core/casetest/correlated:correlated_test                NO STATUS
//pkg/planner/core/casetest/dag:dag_test                              NO STATUS
//pkg/planner/core/casetest/enforcempp:enforcempp_test                NO STATUS
//pkg/planner/core/casetest/flatplan:flatplan_test                    NO STATUS
//pkg/planner/core/casetest/hint:hint_test                            NO STATUS
//pkg/planner/core/casetest/index:index_test                          NO STATUS
//pkg/planner/core/casetest/mpp:mpp_test                              NO STATUS
//pkg/planner/core/casetest/parallelapply:parallelapply_test          NO STATUS
//pkg/planner/core/casetest/partition:partition_test                  NO STATUS
//pkg/planner/core/casetest/physicalplantest:physicalplantest_test    NO STATUS
//pkg/planner/core/casetest/planstats:planstats_test                  NO STATUS
//pkg/planner/core/casetest/pushdown:pushdown_test                    NO STATUS
//pkg/planner/core/casetest/rule:rule_test                            NO STATUS
//pkg/planner/core/casetest/scalarsubquery:scalarsubquery_test        NO STATUS
//pkg/planner/core/casetest/windows:windows_test                      NO STATUS
//pkg/planner/core/issuetest:issuetest_test                           NO STATUS
//pkg/planner/core/tests/prepare:prepare_test                         NO STATUS
//pkg/planner/funcdep:funcdep_test                                    NO STATUS
//pkg/planner/implementation:implementation_test                      NO STATUS
//pkg/planner/memo:memo_test                                          NO STATUS
//pkg/planner/pattern:pattern_test                                    NO STATUS
//pkg/planner/util:util_test                                          NO STATUS
//pkg/planner/util/fixcontrol:fixcontrol_test                         NO STATUS
//pkg/plugin:plugin_test                                              NO STATUS
//pkg/plugin/conn_ip_example:conn_ip_example_test                     NO STATUS
//pkg/privilege/privileges:privileges_test                            NO STATUS
//pkg/resourcemanager:resourcemanager_test                            NO STATUS
//pkg/resourcemanager/pool/spool:spool_test                           NO STATUS
//pkg/resourcemanager/pool/workerpool:workerpool_test                 NO STATUS
//pkg/server:server_test                                              NO STATUS
//pkg/server/handler/extractorhandler:extractorhandler_test           NO STATUS
//pkg/server/handler/optimizor:optimizor_test                         NO STATUS
//pkg/server/handler/tests:tests_test                                 NO STATUS
//pkg/server/internal:internal_test                                   NO STATUS
//pkg/server/tests:tests_test                                         NO STATUS
//pkg/server/tests/commontest:commontest_test                         NO STATUS
//pkg/server/tests/cursor:cursor_test                                 NO STATUS
//pkg/server/tests/tls:tls_test                                       NO STATUS
//pkg/session:session_test                                            NO STATUS
//pkg/session/bootstraptest:bootstraptest_test                        NO STATUS
//pkg/session/clusteredindextest:clusteredindextest_test              NO STATUS
//pkg/session/nontransactionaltest:nontransactionaltest_test          NO STATUS
//pkg/session/resourcegrouptest:resourcegrouptest_test                NO STATUS
//pkg/session/schematest:schematest_test                              NO STATUS
//pkg/session/temporarytabletest:temporarytabletest_test              NO STATUS
//pkg/session/test:test_test                                          NO STATUS
//pkg/session/test/common:common_test                                 NO STATUS
//pkg/session/test/meta:meta_test                                     NO STATUS
//pkg/session/test/privileges:privileges_test                         NO STATUS
//pkg/session/test/txn:txn_test                                       NO STATUS
//pkg/session/test/variable:variable_test                             NO STATUS
//pkg/session/test/vars:vars_test                                     NO STATUS
//pkg/sessionctx:sessionctx_test                                      NO STATUS
//pkg/sessionctx/binloginfo:binloginfo_test                           NO STATUS
//pkg/sessionctx/sessionstates:sessionstates_test                     NO STATUS
//pkg/sessionctx/stmtctx:stmtctx_test                                 NO STATUS
//pkg/sessionctx/variable:variable_test                               NO STATUS
//pkg/sessiontxn:sessiontxn_test                                      NO STATUS
//pkg/sessiontxn/isolation:isolation_test                             NO STATUS
//pkg/sessiontxn/staleread:staleread_test                             NO STATUS
//pkg/statistics:statistics_test                                      NO STATUS
//pkg/statistics/handle:handle_test                                   NO STATUS
//pkg/statistics/handle/autoanalyze:autoanalyze_test                  NO STATUS
//pkg/statistics/handle/autoanalyze/exec:exec_test                    NO STATUS
//pkg/statistics/handle/autoanalyze/priorityqueue:priorityqueue_test  NO STATUS
//pkg/statistics/handle/autoanalyze/refresher:refresher_test          NO STATUS
//pkg/statistics/handle/cache:cache_test                              NO STATUS
//pkg/statistics/handle/cache/internal/lfu:lfu_test                   NO STATUS
//pkg/statistics/handle/ddl:ddl_test                                  NO STATUS
//pkg/statistics/handle/globalstats:globalstats_test                  NO STATUS
//pkg/statistics/handle/handletest:handletest_test                    NO STATUS
//pkg/statistics/handle/handletest/analyze:analyze_test               NO STATUS
//pkg/statistics/handle/handletest/lockstats:lockstats_test           NO STATUS
//pkg/statistics/handle/handletest/statstest:statstest_test           NO STATUS
//pkg/statistics/handle/lockstats:lockstats_test                      NO STATUS
//pkg/statistics/handle/storage:storage_test                          NO STATUS
//pkg/statistics/handle/syncload:syncload_test                        NO STATUS
//pkg/statistics/handle/updatetest:updatetest_test                    NO STATUS
//pkg/statistics/handle/usage:usage_test                              NO STATUS
//pkg/statistics/handle/util:util_test                                NO STATUS
//pkg/store:store_test                                                NO STATUS
//pkg/store/copr:copr_test                                            NO STATUS
//pkg/store/copr/copr_test:copr_test_test                             NO STATUS
//pkg/store/driver:driver_test                                        NO STATUS
//pkg/store/driver/error:error_test                                   NO STATUS
//pkg/store/driver/txn:txn_test                                       NO STATUS
//pkg/store/gcworker:gcworker_test                                    NO STATUS
//pkg/store/helper:helper_test                                        NO STATUS
//pkg/store/mockstore:mockstore_test                                  NO STATUS
//pkg/store/mockstore/mockcopr:mockcopr_test                          NO STATUS
//pkg/store/mockstore/unistore:unistore_test                          NO STATUS
//pkg/store/mockstore/unistore/cophandler:cophandler_test             NO STATUS
//pkg/store/mockstore/unistore/tikv:tikv_test                         NO STATUS
//pkg/structure:structure_test                                        NO STATUS
//pkg/table:table_test                                                NO STATUS
//pkg/table/tables:tables_test                                        NO STATUS
//pkg/table/tables/test/partition:partition_test                      NO STATUS
//pkg/table/temptable:temptable_test                                  NO STATUS
//pkg/testkit:testkit_test                                            NO STATUS
//pkg/testkit/testutil:testutil_test                                  NO STATUS
//pkg/tidb-binlog/pump_client:pump_client_test                        NO STATUS
//pkg/timer:timer_test                                                NO STATUS
//pkg/timer/api:api_test                                              NO STATUS
//pkg/timer/runtime:runtime_test                                      NO STATUS
//pkg/timer/tablestore:tablestore_test                                NO STATUS
//pkg/ttl/cache:cache_test                                            NO STATUS
//pkg/ttl/client:client_test                                          NO STATUS
//pkg/ttl/session:session_test                                        NO STATUS
//pkg/ttl/sqlbuilder:sqlbuilder_test                                  NO STATUS
//pkg/ttl/ttlworker:ttlworker_test                                    NO STATUS
//pkg/util:util_test                                                  NO STATUS
//pkg/util/admin:admin_test                                           NO STATUS
//pkg/util/chunk:chunk_test                                           NO STATUS
//pkg/util/cpuprofile:cpuprofile_test                                 NO STATUS
//pkg/util/dbutil:dbutil_test                                         NO STATUS
//pkg/util/ddl-checker:ddl-checker_test                               NO STATUS
//pkg/util/disttask:disttask_test                                     NO STATUS
//pkg/util/expensivequery:expensivequery_test                         NO STATUS
//pkg/util/gctuner:gctuner_test                                       NO STATUS
//pkg/util/generatedexpr:generatedexpr_test                           NO STATUS
//pkg/util/keydecoder:keydecoder_test                                 NO STATUS
//pkg/util/localpool:localpool_test                                   NO STATUS
//pkg/util/memoryusagealarm:memoryusagealarm_test                     NO STATUS
//pkg/util/mock:mock_test                                             NO STATUS
//pkg/util/password-validation:password-validation_test               NO STATUS
//pkg/util/plancodec:plancodec_test                                   NO STATUS
//pkg/util/profile:profile_test                                       NO STATUS
//pkg/util/ranger:ranger_test                                         NO STATUS
//pkg/util/rowDecoder:rowDecoder_test                                 NO STATUS
//pkg/util/rowcodec:rowcodec_test                                     NO STATUS
//pkg/util/schemacmp:schemacmp_test                                   NO STATUS
//pkg/util/sem:sem_test                                               NO STATUS
//pkg/util/servermemorylimit:servermemorylimit_test                   NO STATUS
//pkg/util/sqlexec:sqlexec_test                                       NO STATUS
//pkg/util/stmtsummary:stmtsummary_test                               NO STATUS
//pkg/util/stmtsummary/v2:stmtsummary_test                            NO STATUS
//pkg/util/stmtsummary/v2/tests:tests_test                            NO STATUS
//pkg/util/topsql:topsql_test                                         NO STATUS
//pkg/util/topsql/collector:collector_test                            NO STATUS
//pkg/util/topsql/reporter:reporter_test                              NO STATUS
//pkg/tablecodec:tablecodec_test                                FAILED TO BUILD
Test cases: finished with 891 passing and 0 failing out of 891 test cases

Executed 0 out of 403 tests: 105 tests pass, 1 fails to build and 297 were skipped.
make: *** [bazel_coverage_test] Error 1
root: /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs
complete to collect bazel result.
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log
Parse from local file: tidb/bazel-test.log
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: 2cc879ef-b502-4119-935e-8d274843257b' --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/97/' --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: 2cc879ef-b502-4119-935e-8d274843257b
> 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/97/
> 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< HTTP/1.1 200 OK
< Date: Tue, 30 Apr 2024 02:38:25 GMT
< Content-Length: 0
< 

100     2    0     0  100     2      0      1  0:00:02  0:00:01  0:00:01     1
100     2    0     0  100     2      0      1  0:00:02  0:00:01  0:00:01     1
* Connection #0 to host cloudevents-server.apps.svc left intact
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 2
Finished: FAILURE