Skip to content

Console Output

Started by user Jenkins Admin
Obtained pipelines/pingcap/tidb/release-6.5/ghpr_check.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-6.5/pod-ghpr_check.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins-tidb/pingcap-tidb-release-6-5-ghpr-check-472-xbjkt-fv6q0-x03kj
Agent pingcap-tidb-release-6-5-ghpr-check-472-xbjkt-fv6q0-x03kj is provisioned from template pingcap_tidb_release-6_5_ghpr_check_472-xbjkt-fv6q0
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check/472/"
    runUrl: "job/pingcap/job/tidb/job/release-6.5/job/ghpr_check/472/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "410f8ba4668fa97bdcd2914a325e530f0781a389"
    jenkins/label: "pingcap_tidb_release-6_5_ghpr_check_472-xbjkt"
  name: "pingcap-tidb-release-6-5-ghpr-check-472-xbjkt-fv6q0-x03kj"
  namespace: "jenkins-tidb"
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: "kubernetes.io/arch"
            operator: "In"
            values:
            - "amd64"
  containers:
  - image: "hub.pingcap.net/wangweizhen/tidb_image:go11920231127"
    lifecycle:
      postStart:
        exec:
          command:
          - "/bin/sh"
          - "/data/bazel-prepare-in-container.sh"
    name: "golang"
    resources:
      limits:
        memory: "32Gi"
        cpu: "8"
      requests:
        memory: "8Gi"
        cpu: "8"
    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: "/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
  - image: "hub.pingcap.net/jenkins/python3-requests:latest"
    name: "report"
    resources:
      limits:
        memory: "256Mi"
        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-6-5-ghpr-check-472-xbjkt-fv6q0-x03kj"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-release-6-5-ghpr-check-472-xbjkt-fv6q0-x03kj"
    - 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"

Running on pingcap-tidb-release-6-5-ghpr-check-472-xbjkt-fv6q0-x03kj in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check
[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-6.5/ghpr_check # timeout=10
Fetching upstream changes from https://github.com/PingCAP-QE/ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5
 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main)
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
 > 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] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=77de6009-f14c-4b2d-9328-09de1b6f3cae
JENKINS_NODE_COOKIE=6d5e646d-1728-4763-b20c-2bf3f1d5207c
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check/472/
GOLANG_VERSION=1.19.5
HOSTNAME=pingcap-tidb-release-6-5-ghpr-check-472-xbjkt-fv6q0-x03kj
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-6.5-ghpr_check-472
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/release-6.5/ghpr_check","buildid":"1787398243475263492","prowjobid":"77de6009-f14c-4b2d-9328-09de1b6f3cae","refs":{"org":"pingcap","repo":"tidb","base_ref":"release-6.5","base_sha":"9075922d3b11a2cebbe6d8fcde80533e7d7e88be","pulls":[{"number":53005,"author":"YuJuncen","sha":"329197d82e8a57bac0a7b1cfa3380e61c8379590","title":"br/pdutils: retry when encountered dns error"}]}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check/472/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check/472/display/redirect?page=artifacts
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/release-6.5/job/ghpr_check/472/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-6.5/ghpr_check
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap/tidb/release-6.5/ghpr_check
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#472
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787398243475263492
GOLANG_DOWNLOAD_SHA256=36519702ae2fd573c9869461990ae550c8c0d955cd28d2827a6b159fda81ff95
JOB_BASE_NAME=ghpr_check
GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check/472/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_release-6_5_ghpr_check_472-xbjkt
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-6.5/ghpr_check@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-6ee01a53ecb6433d53c4eba32fd83ac755a3b6b58a707b689ac6d203f6d54fe2
NODE_LABELS=pingcap_tidb_release-6_5_ghpr_check_472-xbjkt pingcap-tidb-release-6-5-ghpr-check-472-xbjkt-fv6q0-x03kj
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-release-6-5-ghpr-check-472-xbjkt-fv6q0-x03kj
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check/display/redirect
BUILD_NUMBER=472
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.19.5.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=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="go1.19.5"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/dev/null"
GOWORK=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build1763792565=/tmp/go-build -gno-record-gcc-switches"
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 root root 1, 3 May  6 16:25 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-6-5-ghpr-check-472-xbjkt-fv6q0-x03kj bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-6-5-ghpr-check-472-xbjkt-fv6q0-x03kj 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: 32970
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 1 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 08:26:12 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/release-6.5/ghpr_check/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-659f32a-2a3f820)
460261376 bytes in 2.49 secs (184689145 bytes/sec)
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
git version 2.37.2
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check/tidb/.git/
.git
HEAD is now at 4077269946 Merge commit '2a3f8205bcf7f220c130130c91ad9e6e646cae27' into HEAD
POST git-upload-pack (686 bytes)
POST git-upload-pack (1023 bytes)
POST git-upload-pack (gzip 2073 to 1094 bytes)
POST git-upload-pack (gzip 3673 to 1903 bytes)
From https://github.com/pingcap/tidb
 * [new branch]            release-6.5          -> origin/release-6.5
 * [new ref]               refs/pull/53005/head -> origin/pr/53005/head
 * [new tag]               v5.4.0-20230324      -> v5.4.0-20230324
 * [new tag]               v5.4.0-20230327      -> v5.4.0-20230327
 * [new tag]               v5.4.0-20230328      -> v5.4.0-20230328
 * [new tag]               v6.5.0               -> v6.5.0
 * [new tag]               v6.5.1               -> v6.5.1
 * [new tag]               v6.5.2               -> v6.5.2
 * [new tag]               v6.5.3               -> v6.5.3
 * [new tag]               v6.5.4               -> v6.5.4
 * [new tag]               v6.5.5               -> v6.5.5
 * [new tag]               v6.5.6               -> v6.5.6
 * [new tag]               v6.5.7               -> v6.5.7
 * [new tag]               v6.5.8               -> v6.5.8
 * [new tag]               v6.5.9               -> v6.5.9
warning: unable to rmdir 'pkg/extension/enterprise': Directory not empty
Warning: you are leaving 1 commit behind, not connected to
any of your branches:

  4077269946 Merge commit '2a3f8205bcf7f220c130130c91ad9e6e646cae27' 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> 4077269946

HEAD is now at 9075922d3b br/operator: fix adapt env for snapshot backup stuck when encountered error (#52607) (#52969)
🚧 Checkouting to base SHA:9075922d3b11a2cebbe6d8fcde80533e7d7e88be...
HEAD is now at 9075922d3b br/operator: fix adapt env for snapshot backup stuck when encountered error (#52607) (#52969)
✅ Checked. 🎉
🧾 HEAD info:
9075922d3b11a2cebbe6d8fcde80533e7d7e88be
9075922d3b br/operator: fix adapt env for snapshot backup stuck when encountered error (#52607) (#52969)
727a2c7e55 *: modify the printing of column default expression in `SHOW CREATE TABLE` and `Restore` (#52940) (#52949)
ddc65433fc executor: Fix index join hash produces redundant rows for left outer anti semi join type (#52908) (#52926)
🚧 Pre-merge heads of pull requests to base SHA: 9075922d3b11a2cebbe6d8fcde80533e7d7e88be ...
Merge made by the 'ort' strategy.
 br/pkg/lightning/common/retry.go           |  4 ++++
 br/pkg/lightning/common/retry_test.go      |  2 +-
 br/pkg/pdutil/pd.go                        |  6 +++++-
 tests/realtikvtest/brietest/BUILD.bazel    |  2 ++
 tests/realtikvtest/brietest/pdutil_test.go | 33 ++++++++++++++++++++++++++++++
 5 files changed, 45 insertions(+), 2 deletions(-)
 create mode 100644 tests/realtikvtest/brietest/pdutil_test.go
🧾 Pre-merged result:
510d27576dac0b691ca720f34cf7922e78dbeb4f
510d27576d Merge commit '329197d82e8a57bac0a7b1cfa3380e61c8379590' into HEAD
9075922d3b br/operator: fix adapt env for snapshot backup stuck when encountered error (#52607) (#52969)
329197d82e fix a mistakenly broken test
✅ Pre merged 🎉
Removing pkg/
✅ ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
Cache saved successfully (git/pingcap/tidb/rev-9075922-329197d)
438820352 bytes in 7.26 secs (60439437 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checks)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check/tidb
[Pipeline] {
[Pipeline] sh
+ make gogenerate check explaintest
go generate ./...
./tools/check/check-gogenerate.sh
go: downloading github.com/tikv/client-go/v2 v2.0.4-0.20240321164954-5c56e9fdd902
go: downloading github.com/aws/aws-sdk-go v1.44.259
go: downloading k8s.io/api v0.24.0
go: downloading github.com/golang/mock v1.6.0
go: downloading go.uber.org/zap v1.23.0
go: downloading github.com/pingcap/kvproto v0.0.0-20240112060601-a0e3fbb1eeee
go: downloading github.com/vbauerster/mpb/v7 v7.5.3
go: downloading github.com/carlmjohnson/flagext v0.21.0
go: downloading github.com/BurntSushi/toml v1.2.1
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading github.com/pingcap/log v1.1.1-0.20221116035753-734d527bc87c
go: downloading github.com/fatih/color v1.13.0
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/pingcap/errors v0.11.5-0.20220729040631-518f63d66278
go: downloading go.uber.org/atomic v1.10.0
go: downloading github.com/tikv/pd/client v0.0.0-20230904040343-947701a32c05
go: downloading golang.org/x/term v0.14.0
go: downloading github.com/coocood/freecache v1.2.1
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/pingcap/failpoint v0.0.0-20220423142525-ae43b7f4e5c3
go: downloading golang.org/x/sys v0.14.0
go: downloading google.golang.org/grpc v1.51.0
go: downloading github.com/coreos/go-semver v0.3.0
go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/btree v1.1.2
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading github.com/go-sql-driver/mysql v1.6.0
go: downloading go.uber.org/multierr v1.8.0
go: downloading golang.org/x/exp v0.0.0-20221023144134-a1e5550cf13e
go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2
go: downloading github.com/cheggaaa/pb/v3 v3.0.8
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/prometheus/client_golang v1.13.0
go: downloading golang.org/x/sync v0.5.0
go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7
go: downloading github.com/cockroachdb/pebble v0.0.0-20210719141320-8c3bd06debb5
go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading go.etcd.io/etcd/client/v3 v3.5.2
go: downloading github.com/spf13/cobra v1.6.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/net v0.18.0
go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0
go: downloading cloud.google.com/go/storage v1.27.0
go: downloading github.com/pingcap/tipb v0.0.0-20221123081521-2fb828910813
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v0.20.0
go: downloading golang.org/x/time v0.2.0
go: downloading github.com/spkg/bom v1.0.0
go: downloading github.com/shurcooL/httpgzip v0.0.0-20190720172056-320755c1c1b0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.12.0
go: downloading github.com/xitongsys/parquet-go v1.5.5-0.20201110004701-b09c49d6d457
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.2.0
go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581
go: downloading github.com/golang/protobuf v1.5.2
go: downloading github.com/klauspost/compress v1.15.1
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.2
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
go: downloading golang.org/x/text v0.14.0
go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac
go: downloading github.com/opentracing/basictracer-go v1.0.0
go: downloading go.uber.org/mock v0.4.0
go: downloading github.com/cheynewallace/tabby v1.1.1
go: downloading github.com/pingcap/sysutil v0.0.0-20220114020952-ea68d2dbf5b4
go: downloading go.etcd.io/etcd/api/v3 v3.5.2
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/stretchr/testify v1.8.4
go: downloading github.com/twmb/murmur3 v1.1.3
go: downloading golang.org/x/oauth2 v0.2.0
go: downloading google.golang.org/api v0.103.0
go: downloading cloud.google.com/go v0.105.0
go: downloading github.com/shirou/gopsutil/v3 v3.22.9
go: downloading golang.org/x/tools v0.15.0
go: downloading github.com/prometheus/common v0.37.0
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/blacktear23/go-proxyprotocol v1.0.6
go: downloading github.com/pingcap/fn v0.0.0-20200306044125-d5540d389059
go: downloading github.com/soheilhy/cmux v0.1.5
go: downloading github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2
go: downloading github.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67
go: downloading github.com/lestrrat-go/jwx/v2 v2.0.17
go: downloading github.com/dgraph-io/ristretto v0.1.1
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.16
go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0
go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37
go: downloading github.com/iancoleman/strcase v0.2.0
go: downloading github.com/cespare/xxhash/v2 v2.1.2
go: downloading github.com/influxdata/tdigest v0.0.1
go: downloading github.com/VividCortex/ewma v1.2.0
go: downloading github.com/mattn/go-runewidth v0.0.14
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0
go: downloading github.com/xitongsys/parquet-go-source v0.0.0-20200817004010-026bad9b25d0
go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.1
go: downloading github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
go: downloading golang.org/x/crypto v0.15.0
go: downloading github.com/mgechev/revive v1.2.4
go: downloading github.com/apache/thrift v0.13.1-0.20201008052519-daf620915714
go: downloading github.com/tdakkota/asciicheck v0.1.1
go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
go: downloading github.com/charithe/durationcheck v0.0.9
go: downloading github.com/kisielk/errcheck v1.6.2
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/golang/snappy v0.0.4
go: downloading google.golang.org/protobuf v1.28.1
go: downloading github.com/cockroachdb/errors v1.8.1
go: downloading github.com/kyoh86/exportloopref v0.1.8
go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
go: downloading github.com/daixiang0/gci v0.8.5
go: downloading github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
go: downloading github.com/golangci/golangci-lint v1.50.1
go: downloading github.com/golangci/gosec v0.0.0-20180901114220-8afd9cbb6cfb
go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
go: downloading github.com/ashanbrown/makezero v1.1.1
go: downloading github.com/golangci/misspell v0.3.5
go: downloading github.com/fatanugraha/noloopclosure v0.1.1
go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
go: downloading github.com/nishanths/predeclared v0.2.2
go: downloading github.com/jingyugao/rowserrcheck v1.1.1
go: downloading honnef.co/go/tools v0.3.3
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/pingcap/badger v1.5.1-0.20220314162537-ab58fbf40580
go: downloading go.uber.org/goleak v1.2.0
go: downloading github.com/Shopify/sarama v1.29.0
go: downloading go.uber.org/automaxprocs v1.5.3
go: downloading github.com/google/pprof v0.0.0-20211122183932-1daafda22083
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/procfs v0.8.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f
go: downloading cloud.google.com/go/compute/metadata v0.2.1
go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible
go: downloading github.com/rivo/uniseg v0.4.2
go: downloading cloud.google.com/go/compute v1.13.0
go: downloading github.com/coreos/go-systemd/v22 v22.3.2
go: downloading google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd
go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
go: downloading github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
go: downloading github.com/benbjohnson/clock v1.3.0
go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
go: downloading github.com/hexops/gotextdiff v1.0.3
go: downloading github.com/tklauser/go-sysconf v0.3.10
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading cloud.google.com/go/iam v0.7.0
go: downloading github.com/googleapis/gax-go/v2 v2.7.0
go: downloading github.com/lestrrat-go/blackmagic v1.0.2
go: downloading github.com/lestrrat-go/httprc v1.0.4
go: downloading github.com/lestrrat-go/iter v1.0.2
go: downloading github.com/lestrrat-go/option v1.0.1
go: downloading github.com/stathat/consistent v1.0.0
go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/fatih/structtag v1.2.0
go: downloading github.com/gostaticanalysis/comment v1.4.2
go: downloading github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f
go: downloading github.com/cockroachdb/redact v1.0.8
go: downloading github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2
go: downloading github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading github.com/golang/glog v1.0.0
go: downloading github.com/ncw/directio v1.0.5
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
go: downloading github.com/eapache/go-resiliency v1.2.0
go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21
go: downloading github.com/eapache/queue v1.1.0
go: downloading github.com/jcmturner/gokrb5/v8 v8.4.2
go: downloading github.com/jcmturner/gofork v1.0.0
go: downloading github.com/pierrec/lz4 v2.6.1+incompatible
go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
go: downloading github.com/tklauser/numcpus v0.4.0
go: downloading github.com/lestrrat-go/httpcc v1.0.1
go: downloading golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91
go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/kr/pretty v0.3.0
go: downloading github.com/coocood/rtutil v0.0.0-20190304133409-c84515f646f2
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/coocood/bbloom v0.0.0-20190830030839-58deb6228d64
go: downloading github.com/klauspost/cpuid v1.3.1
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.6.1
go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
go: downloading github.com/DataDog/zstd v1.4.5
go: downloading github.com/hashicorp/go-uuid v1.0.2
go: downloading github.com/jcmturner/aescts/v2 v2.0.0
go: downloading github.com/jcmturner/rpc/v2 v2.0.3
go: downloading k8s.io/apimachinery v0.24.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/google/gofuzz v1.1.0
go: downloading k8s.io/klog/v2 v2.60.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
go: downloading sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2
go: downloading github.com/go-logr/logr v1.2.0
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.0
go: downloading github.com/google/go-cmp v0.5.9
go: downloading golang.org/x/mod v0.14.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
make[1]: Entering directory `/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check/tidb/parser'
GO111MODULE=on go build -o bin/goyacc goyacc/main.go goyacc/format_yacc.go
go: downloading golang.org/x/exp v0.0.0-20220428152302-39d4317da171
go: downloading github.com/cznic/sortutil v0.0.0-20181122101858-f5f958428db8
go: downloading modernc.org/parser v1.0.2
go: downloading modernc.org/y v1.0.1
go: downloading github.com/cznic/strutil v0.0.0-20171016134553-529a34b1c186
go: downloading github.com/pingcap/errors v0.11.5-0.20210425183316-da1aaba5fb63
go: downloading go.uber.org/atomic v1.7.0
go: downloading modernc.org/strutil v1.1.0
go: downloading modernc.org/golex v1.0.1
go: downloading modernc.org/sortutil v1.0.0
go: downloading modernc.org/mathutil v1.4.1
bin/goyacc -o parser.go -p yy -t Parser parser.y
Parse table entries: 2673285 of 6236234, x 16 bits == 5346570 bytes
bin/goyacc -o hintparser.go -p yyhint -t hintParser hintparser.y
Parse table entries: 25764 of 41184, x 16 bits == 51528 bytes
make[1]: Leaving directory `/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check/tidb/parser'
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check/tidb/tools/bin GO111MODULE=on go install github.com/mgechev/revive@v1.2.1
go: downloading github.com/mgechev/revive v1.2.1
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517
go: downloading github.com/BurntSushi/toml v1.1.0
go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
go: downloading github.com/mattn/go-runewidth v0.0.9
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading github.com/mattn/go-colorable v0.1.9
go: downloading golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
linting
go mod tidy
./tools/check/check-tidy.sh
go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0
go: downloading go.etcd.io/etcd/tests/v3 v3.5.2
go: downloading go.etcd.io/etcd/server/v3 v3.5.2
go: downloading github.com/inconshreveable/mousetrap v1.0.1
go: downloading github.com/fsouza/fake-gcs-server v1.19.0
go: downloading gonum.org/v1/gonum v0.8.2
go: downloading github.com/prometheus/prometheus v0.0.0-20190525122359-d20e84d0fb64
go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
go: downloading github.com/Jeffail/gabs/v2 v2.5.1
go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
go: downloading sigs.k8s.io/yaml v1.2.0
go: downloading github.com/pingcap/check v0.0.0-20200212061837-5e12011dc712
go: downloading github.com/jarcoal/httpmock v1.2.0
go: downloading github.com/yusufpapurcu/wmi v1.2.2
go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
go: downloading github.com/HdrHistogram/hdrhistogram-go v1.1.2
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/segmentio/asm v1.2.0
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/go-ole/go-ole v1.3.0
go: downloading github.com/gorilla/handlers v1.5.1
go: downloading github.com/felixge/httpsnoop v1.0.1
go: downloading go.etcd.io/etcd/pkg/v3 v3.5.2
go: downloading go.etcd.io/etcd/client/v2 v2.305.2
go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802
go: downloading go.etcd.io/bbolt v1.3.6
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0
go: downloading github.com/jonboulle/clockwork v0.2.2
go: downloading go.opentelemetry.io/otel v0.20.0
go: downloading go.opentelemetry.io/otel/sdk v0.20.0
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading go.opentelemetry.io/otel/exporters/otlp v0.20.0
go: downloading github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
go: downloading github.com/form3tech-oss/jwt-go v3.2.5+incompatible
go: downloading github.com/sirupsen/logrus v1.9.0
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading go.opentelemetry.io/contrib v0.20.0
go: downloading go.opentelemetry.io/otel/trace v0.20.0
go: downloading go.opentelemetry.io/otel/metric v0.20.0
go: downloading go.opentelemetry.io/proto/otlp v0.7.0
go: downloading go.opentelemetry.io/otel/sdk/metric v0.20.0
go: downloading go.opentelemetry.io/otel/sdk/export/metric v0.20.0
go: downloading golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1
go: downloading github.com/dnaeon/go-vcr v1.2.0
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading stathat.com/c/consistent v1.0.0
go: downloading github.com/onsi/gomega v1.18.1
go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
go: downloading cloud.google.com/go/longrunning v0.3.0
go: downloading github.com/go-errors/errors v1.0.1
go: downloading github.com/gostaticanalysis/testutil v0.4.0
go: downloading github.com/prashantv/gostub v1.1.0
go: downloading github.com/google/martian/v3 v3.2.1
go: downloading github.com/Shopify/toxiproxy v2.1.4+incompatible
go: downloading github.com/fortytw2/leaktest v1.3.0
go: downloading github.com/jcmturner/goidentity/v6 v6.0.1
go: downloading github.com/maxatome/go-testdeep v1.11.0
go: downloading github.com/cockroachdb/datadriven v1.0.0
go: downloading github.com/frankban/quicktest v1.11.3
go: downloading go.opentelemetry.io/otel/oteltest v0.20.0
go: downloading github.com/tenntenn/modver v1.0.1
go: downloading github.com/otiai10/copy v1.2.0
go: downloading github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3
go: downloading github.com/go-kit/kit v0.9.0
go: downloading github.com/spaolacci/murmur3 v1.1.0
go: downloading github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
go: downloading github.com/OneOfOne/xxhash v1.2.5
go: downloading github.com/jpillora/backoff v1.0.0
go: downloading github.com/prometheus/tsdb v0.8.0
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading github.com/google/martian v2.1.0+incompatible
go: downloading github.com/nxadm/tail v1.4.4
go: downloading github.com/fsnotify/fsnotify v1.5.4
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: downloading github.com/go-stack/stack v1.8.0
go: downloading github.com/go-logfmt/logfmt v0.5.1
go: downloading github.com/oklog/ulid v1.3.1
testSuite
./tools/check/check_testSuite.sh
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/errors/errdoc-gen@518f63d
generator errors.toml
./tools/check/check-errdoc.sh
Generate successfully, output:
Non-normalized error: write too slow, maybe gRPC is blocked forever
Non-normalized error: insert statement not found
Duplicated error code: schema:1049
Duplicated error code: planner:8111
Duplicated error code: types:1292
Non-normalized error: Pattern not match
Duplicated error code: executor:8115
Duplicated error code: executor:8116
Duplicated error code: executor:1295
Duplicated error code: executor:1390
Duplicated error code: planner:8132
Non-normalized error: SAVEPOINT is not supported when binlog is enabled
Non-normalized error: other table can be accessed after locked table dropped
Non-normalized error: retryable: lock not found
Non-normalized error: retryable: already rollback
Non-normalized error: retryable: replaced by another transaction
Non-normalized error: can not add because sorted
Non-normalized error: watcher already started
Non-normalized error: watcher already closed
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:1273
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8242
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:1470
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: executor:1317
Duplicated error code: planner:8108
Non-normalized error: label constraint should be in format '{+|-}key=value'
Non-normalized error: unsupported label constraint
Non-normalized error: conflicting label constraints
Non-normalized error: label constraints in map syntax have invalid replicas
Non-normalized error: invalid label constraints format
Non-normalized error: survival preference format should be in format [xxx=yyy, ...]
Non-normalized error: label constraints with invalid REPLICAS
Non-normalized error: invalid bundle ID
Non-normalized error: invalid bundle ID format
Non-normalized error: REPLICAS must be 1 if ROLE=leader
Non-normalized error: the ROLE field is not specified
Non-normalized error: no rule of such role to drop
Non-normalized error: invalid placement option
Non-normalized error: mappings use a colon and space (“: ”) to mark each key/value pair
Non-normalized error: no colon found
Duplicated error code: planner:1815
Duplicated error code: planner:1046
Non-normalized error: can't get the database's version
Non-normalized error: no data found in table
Non-normalized error: invalid syntax
Non-normalized error: scan break error
Non-normalized error: proto: negative length found during unmarshaling
Non-normalized error: proto: integer overflow
Non-normalized error: proto: unexpected end of group
Non-normalized error: attributes should be in format 'key=value'

make bazel_prepare
./tools/check/check-bazel-prepare.sh
make[1]: Entering directory `/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check/tidb'
bazel run //:gazelle
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 30c77ac7-9aa9-4762-9342-8f7f14049a74
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check/tidb/.bazelrc: --host_jvm_args=-Xmx5g, --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-6.5/ghpr_check/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_08_25_50.144534837/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=29491 --local_cpu_resources=8 --jobs=8
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:gazelle (1 packages loaded)
Analyzing: target //:gazelle (1 packages loaded, 0 targets configured)
Analyzing: target //:gazelle (41 packages loaded, 388 targets configured)
Analyzing: target //:gazelle (42 packages loaded, 388 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (45 packages loaded, 414 targets configured)
Analyzing: target //:gazelle (74 packages loaded, 3810 targets configured)
Analyzing: target //:gazelle (74 packages loaded, 8236 targets configured)
Analyzing: target //:gazelle (74 packages loaded, 8264 targets configured)
Analyzing: target //:gazelle (74 packages loaded, 8285 targets configured)
Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured)
Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 9656 targets configured)
Analyzing: target //:gazelle (104 packages loaded, 9724 targets configured)
Analyzing: target //:gazelle (104 packages loaded, 9724 targets configured)
Analyzing: target //:gazelle (173 packages loaded, 10453 targets configured)
Analyzing: target //:gazelle (232 packages loaded, 10707 targets configured)
Analyzing: target //:gazelle (253 packages loaded, 11091 targets configured)
INFO: Analyzed target //:gazelle (253 packages loaded, 11091 targets configured).
INFO: Found 1 target...
 checking cached actions
[0 / 25] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[40 / 285] GoCompilePkg external/com_github_burntsushi_toml/toml.a [for tool]; Downloading external/com_github_burntsushi_toml/toml.a, 419.8 KiB / 1.3 MiB; 0s remote-cache ... (7 actions, 0 running)
[267 / 285] GoLink external/bazel_gazelle/language/proto/gen/gen_known_imports_/gen_known_imports [for tool]; Downloading external/bazel_gazelle/language/proto/gen/gen_known_imports_/gen_known_imports, 2.3 MiB / 2.9 MiB; 0s remote-cache ... (2 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 101.284s, Critical Path: 1.24s
INFO: 285 processes: 269 remote cache hit, 16 internal.
INFO: Build completed successfully, 285 total actions
INFO: Running command line: bazel-bin/gazelle
bazel run //:gazelle -- update-repos -from_file=go.mod -to_macro DEPS.bzl%go_deps  -build_file_proto_mode=disable
INFO: Invocation ID: 47e2261f-3950-4352-b51a-56cd7dfc9b6e
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check/tidb/.bazelrc: --host_jvm_args=-Xmx5g, --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-6.5/ghpr_check/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_08_25_50.144534837/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=29491 --local_cpu_resources=8 --jobs=8
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:gazelle (0 packages loaded, 0 targets configured)
INFO: Analyzed target //:gazelle (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
[0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 0.333s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action
INFO: Running command line: bazel-bin/gazelle update-repos '-from_file=go.mod' -to_macro DEPS.bzl%go_deps '-build_file_proto_mode=disable'
gazelle: go_repository does not support file path replacements for github.com/pingcap/tidb/parser -> ./parser
make[1]: Leaving directory `/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check/tidb'
GO111MODULE=on go build  -tags codes  -ldflags '-X "github.com/pingcap/tidb/parser/mysql.TiDBReleaseVersion=v6.5.9-10-g510d27576d" -X "github.com/pingcap/tidb/util/versioninfo.TiDBBuildTS=2024-05-06 08:33:36" -X "github.com/pingcap/tidb/util/versioninfo.TiDBGitHash=510d27576dac0b691ca720f34cf7922e78dbeb4f" -X "github.com/pingcap/tidb/util/versioninfo.TiDBGitBranch=HEAD" -X "github.com/pingcap/tidb/util/versioninfo.TiDBEdition=Community" -X "github.com/pingcap/tidb/config.checkBeforeDropLDFlag=1"' -o bin/tidb-server ./tidb-server
extracting statistics: s
skip building tidb-server, using existing binary: ../../bin/tidb-server
building portgenerator binary: ./portgenerator
building explain-test binary: ./explain_test
start tidb-server, log file: ./explain-test.out
tidb-server(PID: 42594) started
run all explain test cases (disabled new collation)
[2024/05/06 16:34:52.944 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_agg_func] [time=169.905551ms]
[2024/05/06 16:34:53.477 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_check_use_collation] [time=532.48919ms]
[2024/05/06 16:34:53.956 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_misc] [time=479.184627ms]
[2024/05/06 16:34:54.486 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_pointget] [time=529.673293ms]
start tidb-server, log file: ./explain-test.out
tidb-server(PID: 42666) started
./run-tests.sh: line 324: 42594 Killed                  $tidb_server -P "$port" -status "$status" -config $config_file -store unistore -path "" > $explain_test_log 2>&1
run all explain test cases (enabled new collation)
[2024/05/06 16:34:59.670 +08:00] [ERROR] [main.go:769] ["run test "] [name=access_path_selection] [time=26.569936ms]
[2024/05/06 16:34:59.719 +08:00] [ERROR] [main.go:769] ["run test "] [name=agg_predicate_pushdown] [time=48.730149ms]
[2024/05/06 16:34:59.798 +08:00] [ERROR] [main.go:769] ["run test "] [name=black_list] [time=79.235621ms]
[2024/05/06 16:35:03.801 +08:00] [ERROR] [main.go:769] ["run test "] [name=clustered_index] [time=4.002212689s]
[2024/05/06 16:35:04.035 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_agg_func] [time=233.863814ms]
[2024/05/06 16:35:04.753 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_check_use_collation] [time=718.441648ms]
[2024/05/06 16:35:05.241 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_misc] [time=487.206029ms]
[2024/05/06 16:35:05.882 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_pointget] [time=640.730651ms]
[2024/05/06 16:35:06.065 +08:00] [ERROR] [main.go:769] ["run test "] [name=common_collation] [time=183.763684ms]
[2024/05/06 16:35:07.983 +08:00] [ERROR] [main.go:769] ["run test "] [name=cte] [time=1.917807295s]
[2024/05/06 16:35:08.034 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain-non-select-stmt] [time=50.206907ms]
[2024/05/06 16:35:08.183 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain] [time=149.140429ms]
[2024/05/06 16:35:08.643 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_complex] [time=460.041895ms]
[2024/05/06 16:35:13.616 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_complex_stats] [time=4.973156739s]
[2024/05/06 16:35:14.115 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_cte] [time=498.23757ms]
[2024/05/06 16:35:15.892 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_easy] [time=1.77744542s]
[2024/05/06 16:35:16.954 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_easy_stats] [time=1.061040991s]
[2024/05/06 16:35:17.596 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_foreign_key] [time=642.199826ms]
[2024/05/06 16:35:21.412 +08:00] [ERROR] [main.go:121] ["transaction is not committed correctly, rollback"]
[2024/05/06 16:35:21.413 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_generate_column_substitute] [time=3.816585125s]
[2024/05/06 16:35:22.512 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_indexmerge] [time=1.099409189s]
[2024/05/06 16:35:22.813 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_join_stats] [time=300.409422ms]
[2024/05/06 16:35:22.950 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_shard_index] [time=136.962721ms]
[2024/05/06 16:35:23.110 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_stats] [time=159.928893ms]
[2024/05/06 16:35:23.349 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_union_scan] [time=239.021681ms]
[2024/05/06 16:35:24.207 +08:00] [ERROR] [main.go:769] ["run test "] [name=generated_columns] [time=858.402378ms]
[2024/05/06 16:35:33.310 +08:00] [ERROR] [main.go:769] ["run test "] [name=imdbload] [time=9.101921657s]
[2024/05/06 16:35:33.670 +08:00] [ERROR] [main.go:769] ["run test "] [name=index_join] [time=360.518209ms]
[2024/05/06 16:35:34.727 +08:00] [ERROR] [main.go:769] ["run test "] [name=index_merge] [time=1.055922932s]
[2024/05/06 16:35:35.077 +08:00] [ERROR] [main.go:769] ["run test "] [name=naaj] [time=350.421631ms]
[2024/05/06 16:35:35.422 +08:00] [ERROR] [main.go:769] ["run test "] [name=new_character_set] [time=344.72527ms]
[2024/05/06 16:35:36.592 +08:00] [ERROR] [main.go:769] ["run test "] [name=new_character_set_builtin] [time=1.169195456s]
[2024/05/06 16:35:36.888 +08:00] [ERROR] [main.go:769] ["run test "] [name=new_character_set_invalid] [time=295.820971ms]
[2024/05/06 16:35:36.999 +08:00] [ERROR] [main.go:769] ["run test "] [name=planner_issue] [time=111.319159ms]
[2024/05/06 16:35:38.464 +08:00] [ERROR] [main.go:769] ["run test "] [name=select] [time=1.464797087s]
[2024/05/06 16:35:38.466 +08:00] [ERROR] [main.go:769] ["run test "] [name=show] [time=1.862348ms]
[2024/05/06 16:35:38.947 +08:00] [ERROR] [main.go:769] ["run test "] [name=subquery] [time=481.028748ms]
[2024/05/06 16:35:39.260 +08:00] [ERROR] [main.go:769] ["run test "] [name=topn_push_down] [time=312.677473ms]
[2024/05/06 16:35:39.261 +08:00] [ERROR] [main.go:769] ["run test "] [name=topn_pushdown] [time=1.257241ms]
[2024/05/06 16:35:41.864 +08:00] [ERROR] [main.go:769] ["run test "] [name=tpch] [time=2.602595953s]
[2024/05/06 16:35:42.022 +08:00] [ERROR] [main.go:769] ["run test "] [name=vitess_hash] [time=157.464912ms]
[2024/05/06 16:35:42.203 +08:00] [ERROR] [main.go:769] ["run test "] [name=window_function] [time=181.61998ms]
explaintest passed!
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ bash scripts/plugins/report_job_result.sh SUCCESS result.json
http://fileserver.pingcap.net
--2024-05-06 08:35:45--  http://fileserver.pingcap.net/download/rd-atom-agent/agent_upload_verifyci_metadata.py
Resolving fileserver.pingcap.net (fileserver.pingcap.net)... 10.2.12.82
Connecting to fileserver.pingcap.net (fileserver.pingcap.net)|10.2.12.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4181 (4.1K) [application/octet-stream]
Saving to: ‘agent_upload_verifyci_metadata.py’

     0K ....                                                  100%  281M=0s

2024-05-06 08:35:45 (281 MB/s) - ‘agent_upload_verifyci_metadata.py’ saved [4181/4181]

No junit report file
parse result file result.json success
upload data succesfully.
[Pipeline] }
[Pipeline] // container
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS