Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/release-6.5/ghpr_check2.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_check2.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-check2-479-whzj4-kjx2n-1fcws Agent pingcap-tidb-release-6-5-ghpr-check2-479-whzj4-kjx2n-1fcws is provisioned from template pingcap_tidb_release-6_5_ghpr_check2_479-whzj4-kjx2n --- 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_check2/479/" runUrl: "job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "0448b1fafb2c70c3a9cdab570a83754ff3af9eda" jenkins/label: "pingcap_tidb_release-6_5_ghpr_check2_479-whzj4" name: "pingcap-tidb-release-6-5-ghpr-check2-479-whzj4-kjx2n-1fcws" 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:go11920231127" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" 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: "/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 - 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-check2-479-whzj4-kjx2n-1fcws" - name: "JENKINS_NAME" value: "pingcap-tidb-release-6-5-ghpr-check2-479-whzj4-kjx2n-1fcws" - 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-6-5-ghpr-check2-479-whzj4-kjx2n-1fcws in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 [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_check2 # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv PROW_JOB_ID=07635ca8-5044-4ba9-abc4-e0e3302e7a60 JENKINS_NODE_COOKIE=d51eea74-af88-4202-9d75-772deb59d041 BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/ GOLANG_VERSION=1.19.5 HOSTNAME=pingcap-tidb-release-6-5-ghpr-check2-479-whzj4-kjx2n-1fcws 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_check2-479 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/release-6.5/ghpr_check2","buildid":"1787398243475263488","prowjobid":"07635ca8-5044-4ba9-abc4-e0e3302e7a60","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_check2 JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/display/redirect?page=artifacts FILE_SERVER_URL=http://fileserver.pingcap.net JENKINS_HOME=/var/jenkins_home GIT_COMMIT=03312178c534dce949face80c69812d989e55009 PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/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_check2 HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/release-6.5/ghpr_check2 TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#479 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787398243475263488 GOLANG_DOWNLOAD_SHA256=36519702ae2fd573c9869461990ae550c8c0d955cd28d2827a6b159fda81ff95 JOB_BASE_NAME=ghpr_check2 GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009 RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_release-6_5_ghpr_check2_479-whzj4 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_check2@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-daf56f6c7775dc8fa9d3cabc558e8f581058cdd931c97080f32d49e2f80fb881 NODE_LABELS=pingcap-tidb-release-6-5-ghpr-check2-479-whzj4-kjx2n-1fcws pingcap_tidb_release-6_5_ghpr_check2_479-whzj4 GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-release-6-5-ghpr-check2-479-whzj4-kjx2n-1fcws GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/display/redirect BUILD_NUMBER=479 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-build1011119326=/tmp/go-build -gno-record-gcc-switches" + echo ------------------------- ------------------------- + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-6-5-ghpr-check2-479-whzj4-kjx2n-1fcws bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-6-5-ghpr-check2-479-whzj4-kjx2n-1fcws 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: 42509 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 03cd56bc28d16cc1 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 15 IN A 20.205.243.166 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Mon May 06 08:26:10 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_check2/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-659f32a-2a3f820) 460261376 bytes in 1.53 secs (300033333 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_check2/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 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: 5d76e59a7e8a9b9e03be8d8d6361329281f7dbe9 5d76e59a7e 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) 439212032 bytes in 9.46 secs (46445745 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb [Pipeline] { [Pipeline] cache Cache not restored (no such key found) [Pipeline] { [Pipeline] sh + ls bin/tidb-server ls: cannot access bin/tidb-server: No such file or directory + go build -o bin/tidb-server ./tidb-server go: downloading github.com/coreos/go-semver v0.3.0 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/pingcap/errors v0.11.5-0.20220729040631-518f63d66278 go: downloading github.com/tikv/client-go/v2 v2.0.4-0.20240321164954-5c56e9fdd902 go: downloading google.golang.org/grpc v1.51.0 go: downloading github.com/pingcap/kvproto v0.0.0-20240112060601-a0e3fbb1eeee go: downloading github.com/pingcap/tipb v0.0.0-20221123081521-2fb828910813 go: downloading github.com/google/pprof v0.0.0-20211122183932-1daafda22083 go: downloading github.com/pingcap/log v1.1.1-0.20221116035753-734d527bc87c go: downloading github.com/pingcap/failpoint v0.0.0-20220423142525-ae43b7f4e5c3 go: downloading github.com/prometheus/client_golang v1.13.0 go: downloading go.uber.org/automaxprocs v1.5.3 go: downloading github.com/tikv/pd/client v0.0.0-20230904040343-947701a32c05 go: downloading go.uber.org/zap v1.23.0 go: downloading github.com/shirou/gopsutil/v3 v3.22.9 go: downloading go.uber.org/atomic v1.10.0 go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 go: downloading go.etcd.io/etcd/client/v3 v3.5.2 go: downloading golang.org/x/sync v0.5.0 go: downloading golang.org/x/sys v0.14.0 go: downloading golang.org/x/exp v0.0.0-20221023144134-a1e5550cf13e go: downloading github.com/BurntSushi/toml v1.2.1 go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible go: downloading go.etcd.io/etcd/api/v3 v3.5.2 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.17 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/prometheus/client_model v0.2.0 go: downloading github.com/cockroachdb/errors v1.8.1 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/twmb/murmur3 v1.1.3 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/spf13/pflag v1.0.5 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/pingcap/sysutil v0.0.0-20220114020952-ea68d2dbf5b4 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 golang.org/x/text v0.14.0 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0 go: downloading github.com/google/uuid v1.3.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/opentracing/basictracer-go v1.0.0 go: downloading github.com/prometheus/common v0.37.0 go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 go: downloading go.uber.org/multierr v1.8.0 go: downloading golang.org/x/time v0.2.0 go: downloading github.com/iancoleman/strcase v0.2.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading golang.org/x/tools v0.15.0 go: downloading golang.org/x/net v0.18.0 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.2 go: downloading google.golang.org/protobuf v1.28.1 go: downloading github.com/cespare/xxhash/v2 v2.1.2 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.8.0 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/pingcap/badger v1.5.1-0.20220314162537-ab58fbf40580 go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 go: downloading github.com/cespare/xxhash v1.1.0 go: downloading github.com/go-sql-driver/mysql v1.6.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading golang.org/x/term v0.14.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading github.com/docker/go-units v0.4.0 go: downloading cloud.google.com/go/storage v1.27.0 go: downloading github.com/spf13/cobra v1.6.1 go: downloading github.com/tklauser/go-sysconf v0.3.10 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v0.20.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.12.0 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/aws/aws-sdk-go v1.44.259 go: downloading cloud.google.com/go v0.105.0 go: downloading github.com/klauspost/compress v1.15.1 go: downloading golang.org/x/oauth2 v0.2.0 go: downloading google.golang.org/api v0.103.0 go: downloading github.com/lestrrat-go/iter v1.0.2 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/option v1.0.1 go: downloading google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading gopkg.in/yaml.v3 v3.0.1 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/stathat/consistent v1.0.0 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/benbjohnson/clock v1.3.0 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/cockroachdb/pebble v0.0.0-20210719141320-8c3bd06debb5 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mattn/go-isatty v0.0.16 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 go: downloading github.com/coreos/go-systemd/v22 v22.3.2 go: downloading github.com/Masterminds/semver v1.5.0 go: downloading k8s.io/api v0.24.0 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/mattn/go-runewidth v0.0.14 go: downloading github.com/dustin/go-humanize v1.0.0 go: downloading github.com/golang/glog v1.0.0 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading github.com/tklauser/numcpus v0.4.0 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/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/ncw/directio v1.0.5 go: downloading cloud.google.com/go/compute/metadata v0.2.1 go: downloading cloud.google.com/go/iam v0.7.0 go: downloading github.com/googleapis/gax-go/v2 v2.7.0 go: downloading cloud.google.com/go/compute v1.13.0 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/kr/pretty v0.3.0 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.5.5-0.20201110004701-b09c49d6d457 go: downloading github.com/rivo/uniseg v0.4.2 go: downloading github.com/coocood/rtutil v0.0.0-20190304133409-c84515f646f2 go: downloading github.com/coocood/bbloom v0.0.0-20190830030839-58deb6228d64 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.6.1 go: downloading github.com/apache/thrift v0.13.1-0.20201008052519-daf620915714 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/DataDog/zstd v1.4.5 go: downloading k8s.io/apimachinery v0.24.0 go: downloading k8s.io/klog/v2 v2.60.1 go: downloading github.com/google/gofuzz v1.1.0 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 go: downloading sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 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 github.com/jmespath/go-jmespath v0.4.0 [Pipeline] } Cache saved successfully (binary/pingcap/tidb/tidb-server/rev-9075922d3b11a2cebbe6d8fcde80533e7d7e88be-329197d82e8a57bac0a7b1cfa3380e61c8379590) 177385472 bytes in 2.65 secs (66883474 bytes/sec) [Pipeline] // cache [Pipeline] script [Pipeline] { [Pipeline] sh + sha1= + [[ commit_release-6.5 =~ ^commit_[0-9a-f]{40}$ ]] + refUrl=http://fileserver.pingcap.net/download/refs/pingcap/tikv/release-6.5/sha1 + [[ false = \t\r\u\e ]] + echo 'πŸ” ref url: http://fileserver.pingcap.net/download/refs/pingcap/tikv/release-6.5/sha1' πŸ” ref url: http://fileserver.pingcap.net/download/refs/pingcap/tikv/release-6.5/sha1 ++ curl --fail http://fileserver.pingcap.net/download/refs/pingcap/tikv/release-6.5/sha1 ++ head -1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 41 100 41 0 0 886 0 --:--:-- --:--:-- --:--:-- 891 + sha1=172a25c1447d3cca370becc0cd7ceda40cda65d5 + artifactUrl=http://fileserver.pingcap.net/download/builds/pingcap/tikv/172a25c1447d3cca370becc0cd7ceda40cda65d5/centos7/tikv-server.tar.gz + echo 'β¬‡οΈπŸ“¦ artifact url: http://fileserver.pingcap.net/download/builds/pingcap/tikv/172a25c1447d3cca370becc0cd7ceda40cda65d5/centos7/tikv-server.tar.gz' β¬‡οΈπŸ“¦ artifact url: http://fileserver.pingcap.net/download/builds/pingcap/tikv/172a25c1447d3cca370becc0cd7ceda40cda65d5/centos7/tikv-server.tar.gz ++ basename http://fileserver.pingcap.net/download/builds/pingcap/tikv/172a25c1447d3cca370becc0cd7ceda40cda65d5/centos7/tikv-server.tar.gz + saveFile=tikv-server.tar.gz + wget -q --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 -t 3 -c -O tikv-server.tar.gz http://fileserver.pingcap.net/download/builds/pingcap/tikv/172a25c1447d3cca370becc0cd7ceda40cda65d5/centos7/tikv-server.tar.gz + echo 'πŸ“‚ extract bin from tikv-server.tar.gz ...' πŸ“‚ extract bin from tikv-server.tar.gz ... + tar -xzf tikv-server.tar.gz bin + rm tikv-server.tar.gz + echo 'βœ… extracted bin from tikv-server.tar.gz .' βœ… extracted bin from tikv-server.tar.gz . [Pipeline] sh + sha1= + [[ commit_release-6.5 =~ ^commit_[0-9a-f]{40}$ ]] + refUrl=http://fileserver.pingcap.net/download/refs/pingcap/pd/release-6.5/sha1 + [[ false = \t\r\u\e ]] + echo 'πŸ” ref url: http://fileserver.pingcap.net/download/refs/pingcap/pd/release-6.5/sha1' πŸ” ref url: http://fileserver.pingcap.net/download/refs/pingcap/pd/release-6.5/sha1 ++ curl --fail http://fileserver.pingcap.net/download/refs/pingcap/pd/release-6.5/sha1 ++ head -1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 41 100 41 0 0 745 0 --:--:-- --:--:-- --:--:-- 759 + sha1=0ecafcb3657b51a1ae14f7ca79d5aa6175d70371 + artifactUrl=http://fileserver.pingcap.net/download/builds/pingcap/pd/0ecafcb3657b51a1ae14f7ca79d5aa6175d70371/centos7/pd-server.tar.gz + echo 'β¬‡οΈπŸ“¦ artifact url: http://fileserver.pingcap.net/download/builds/pingcap/pd/0ecafcb3657b51a1ae14f7ca79d5aa6175d70371/centos7/pd-server.tar.gz' β¬‡οΈπŸ“¦ artifact url: http://fileserver.pingcap.net/download/builds/pingcap/pd/0ecafcb3657b51a1ae14f7ca79d5aa6175d70371/centos7/pd-server.tar.gz ++ basename http://fileserver.pingcap.net/download/builds/pingcap/pd/0ecafcb3657b51a1ae14f7ca79d5aa6175d70371/centos7/pd-server.tar.gz + saveFile=pd-server.tar.gz + wget -q --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 -t 3 -c -O pd-server.tar.gz http://fileserver.pingcap.net/download/builds/pingcap/pd/0ecafcb3657b51a1ae14f7ca79d5aa6175d70371/centos7/pd-server.tar.gz + echo 'πŸ“‚ extract bin from pd-server.tar.gz ...' πŸ“‚ extract bin from pd-server.tar.gz ... + tar -xzf pd-server.tar.gz bin + rm pd-server.tar.gz + echo 'βœ… extracted bin from pd-server.tar.gz .' βœ… extracted bin from pd-server.tar.gz . [Pipeline] } [Pipeline] // script [Pipeline] cache Cache not restored (no such key found) [Pipeline] { [Pipeline] sh + mv bin/tidb-server bin/explain_test_tidb-server + touch rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 [Pipeline] } Cache saved successfully (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479) 1728229888 bytes in 48.40 secs (35704340 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checks) [Pipeline] parallel [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'integrationtest.sh y') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'integrationtest.sh n') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_brietest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pessimistictest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_sessiontest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_statisticstest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_txntest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'integrationtest.sh y') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'integrationtest.sh n') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_brietest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pessimistictest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_sessiontest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_statisticstest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_txntest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest') [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/release-6.5/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Obtained pipelines/pingcap/tidb/release-6.5/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Obtained pipelines/pingcap/tidb/release-6.5/pod-ghpr_check2.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-check2-479-s2z7f-grs2f-01qsf Obtained pipelines/pingcap/tidb/release-6.5/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { Created Pod: kubernetes jenkins-tidb/pingcap-tidb-release-6-5-ghpr-check2-479-356gc-z00tt-cnt9k [Pipeline] node Obtained pipelines/pingcap/tidb/release-6.5/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { Created Pod: kubernetes jenkins-tidb/pingcap-tidb-release-6-5-ghpr-check2-479-rv5p5-mhb1b-qkx7x [Pipeline] node Obtained pipelines/pingcap/tidb/release-6.5/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { Created Pod: kubernetes jenkins-tidb/pingcap-tidb-release-6-5-ghpr-check2-479-q1zll-26x91-v5n7m [Pipeline] node Obtained pipelines/pingcap/tidb/release-6.5/pod-ghpr_check2.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-check2-479-8472w-j2723-ldmkw Agent pingcap-tidb-release-6-5-ghpr-check2-479-356gc-z00tt-cnt9k is provisioned from template pingcap_tidb_release-6_5_ghpr_check2_479-356gc-z00tt --- 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_check2/479/" runUrl: "job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "8e572cb517b639abc30052dddeaddd15f0a29612" jenkins/label: "pingcap_tidb_release-6_5_ghpr_check2_479-356gc" name: "pingcap-tidb-release-6-5-ghpr-check2-479-356gc-z00tt-cnt9k" 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:go11920231127" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" 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: "/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 - 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-check2-479-356gc-z00tt-cnt9k" - name: "JENKINS_NAME" value: "pingcap-tidb-release-6-5-ghpr-check2-479-356gc-z00tt-cnt9k" - 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-6-5-ghpr-check2-479-356gc-z00tt-cnt9k in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 [Pipeline] { [Pipeline] checkout The recommended git tool is: git Obtained pipelines/pingcap/tidb/release-6.5/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { Created Pod: kubernetes jenkins-tidb/pingcap-tidb-release-6-5-ghpr-check2-479-7jprh-qc003-jdwvg [Pipeline] node No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@712150db; decorates RemoteLauncher[hudson.remoting.Channel@64e1539a:JNLP4-connect connection from 10.233.127.129/10.233.127.129:56392] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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_check2 # 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 Agent pingcap-tidb-release-6-5-ghpr-check2-479-s2z7f-grs2f-01qsf is provisioned from template pingcap_tidb_release-6_5_ghpr_check2_479-s2z7f-grs2f --- 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_check2/479/" runUrl: "job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "0395a12c1d039101c0dc7dc02e03f262d379fa9f" jenkins/label: "pingcap_tidb_release-6_5_ghpr_check2_479-s2z7f" name: "pingcap-tidb-release-6-5-ghpr-check2-479-s2z7f-grs2f-01qsf" 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:go11920231127" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" 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: "/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 - 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-check2-479-s2z7f-grs2f-01qsf" - name: "JENKINS_NAME" value: "pingcap-tidb-release-6-5-ghpr-check2-479-s2z7f-grs2f-01qsf" - 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-6-5-ghpr-check2-479-s2z7f-grs2f-01qsf in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 [Pipeline] { [Pipeline] checkout The recommended git tool is: git Created Pod: kubernetes jenkins-tidb/pingcap-tidb-release-6-5-ghpr-check2-479-xvpmq-8f01b-fvs6w No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@a8e4fe3; decorates RemoteLauncher[hudson.remoting.Channel@789a67c9:JNLP4-connect connection from 10.233.86.141/10.233.86.141:33440] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 Agent pingcap-tidb-release-6-5-ghpr-check2-479-rv5p5-mhb1b-qkx7x is provisioned from template pingcap_tidb_release-6_5_ghpr_check2_479-rv5p5-mhb1b --- 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_check2/479/" runUrl: "job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "fa8342d2553fdd188ff201cf33a75d9378e704c5" jenkins/label: "pingcap_tidb_release-6_5_ghpr_check2_479-rv5p5" name: "pingcap-tidb-release-6-5-ghpr-check2-479-rv5p5-mhb1b-qkx7x" 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:go11920231127" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" 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: "/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 - 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-check2-479-rv5p5-mhb1b-qkx7x" - name: "JENKINS_NAME" value: "pingcap-tidb-release-6-5-ghpr-check2-479-rv5p5-mhb1b-qkx7x" - 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-6-5-ghpr-check2-479-rv5p5-mhb1b-qkx7x in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 [Pipeline] { [Pipeline] checkout The recommended git tool is: git > 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)" [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 # 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 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@2a107004; decorates RemoteLauncher[hudson.remoting.Channel@16b1dace:JNLP4-connect connection from 10.233.105.79/10.233.105.79:39886] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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_check2 # 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 Created Pod: kubernetes jenkins-tidb/pingcap-tidb-release-6-5-ghpr-check2-479-xhf4g-t319j-4q9vp > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb [Pipeline] { [Pipeline] cache Agent pingcap-tidb-release-6-5-ghpr-check2-479-7jprh-qc003-jdwvg is provisioned from template pingcap_tidb_release-6_5_ghpr_check2_479-7jprh-qc003 --- 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_check2/479/" runUrl: "job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "5cf0b371aca70571a1c44cbf597b1d9ae947c33c" jenkins/label: "pingcap_tidb_release-6_5_ghpr_check2_479-7jprh" name: "pingcap-tidb-release-6-5-ghpr-check2-479-7jprh-qc003-jdwvg" 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:go11920231127" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" 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: "/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 - 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-check2-479-7jprh-qc003-jdwvg" - name: "JENKINS_NAME" value: "pingcap-tidb-release-6-5-ghpr-check2-479-7jprh-qc003-jdwvg" - 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-6-5-ghpr-check2-479-7jprh-qc003-jdwvg in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 Agent pingcap-tidb-release-6-5-ghpr-check2-479-q1zll-26x91-v5n7m is provisioned from template pingcap_tidb_release-6_5_ghpr_check2_479-q1zll-26x91 --- 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_check2/479/" runUrl: "job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "5507e0b21d9d87cc6cd47daa2a6867a284155f49" jenkins/label: "pingcap_tidb_release-6_5_ghpr_check2_479-q1zll" name: "pingcap-tidb-release-6-5-ghpr-check2-479-q1zll-26x91-v5n7m" 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:go11920231127" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" 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: "/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 - 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-check2-479-q1zll-26x91-v5n7m" - name: "JENKINS_NAME" value: "pingcap-tidb-release-6-5-ghpr-check2-479-q1zll-26x91-v5n7m" - 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-6-5-ghpr-check2-479-q1zll-26x91-v5n7m in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) > 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 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Agent pingcap-tidb-release-6-5-ghpr-check2-479-8472w-j2723-ldmkw is provisioned from template pingcap_tidb_release-6_5_ghpr_check2_479-8472w-j2723 --- 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_check2/479/" runUrl: "job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "1ad1d5274988d7ad750a8e2acd5ca4b77ae314e6" jenkins/label: "pingcap_tidb_release-6_5_ghpr_check2_479-8472w" name: "pingcap-tidb-release-6-5-ghpr-check2-479-8472w-j2723-ldmkw" 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:go11920231127" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" 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: "/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 - 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-check2-479-8472w-j2723-ldmkw" - name: "JENKINS_NAME" value: "pingcap-tidb-release-6-5-ghpr-check2-479-8472w-j2723-ldmkw" - 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-6-5-ghpr-check2-479-8472w-j2723-ldmkw in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 Agent pingcap-tidb-release-6-5-ghpr-check2-479-xvpmq-8f01b-fvs6w is provisioned from template pingcap_tidb_release-6_5_ghpr_check2_479-xvpmq-8f01b --- 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_check2/479/" runUrl: "job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "88a472bfa8cc6423a22e025b8d2aae25ded9dfe4" jenkins/label: "pingcap_tidb_release-6_5_ghpr_check2_479-xvpmq" name: "pingcap-tidb-release-6-5-ghpr-check2-479-xvpmq-8f01b-fvs6w" 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:go11920231127" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" 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: "/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 - 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-check2-479-xvpmq-8f01b-fvs6w" - name: "JENKINS_NAME" value: "pingcap-tidb-release-6-5-ghpr-check2-479-xvpmq-8f01b-fvs6w" - 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-6-5-ghpr-check2-479-xvpmq-8f01b-fvs6w in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 Still waiting to schedule task β€˜pingcap-tidb-release-6-5-ghpr-check2-479-xhf4g-t319j-4q9vp’ is offline Cache restored successfully (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479) 1728229888 bytes in 4.57 secs (378557488 bytes/sec) [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] { [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] checkout [Pipeline] checkout The recommended git tool is: git + ls -l rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 -rw-r--r-- 1 jenkins jenkins 0 May 6 16:29 rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 The recommended git tool is: git [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] checkout [Pipeline] checkout The recommended git tool is: git The recommended git tool is: git [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479 already exists) [Pipeline] // cache [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb [Pipeline] { [Pipeline] cache + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@4637d522; decorates RemoteLauncher[hudson.remoting.Channel@1b428c0a:JNLP4-connect connection from 10.233.108.218/10.233.108.218:48164] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@da02e3; decorates RemoteLauncher[hudson.remoting.Channel@59f13900:JNLP4-connect connection from 10.233.93.3/10.233.93.3:34138] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@2d3305ef; decorates RemoteLauncher[hudson.remoting.Channel@d8ac38f:JNLP4-connect connection from 10.233.71.54/10.233.71.54:49526] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@375bcc66; decorates RemoteLauncher[hudson.remoting.Channel@5d55115f:JNLP4-connect connection from 10.233.106.238/10.233.106.238:40196] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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_check2 # 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 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 # 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 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 # 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 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 # 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 > 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)" Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Cache restored successfully (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479) 1728229888 bytes in 4.33 secs (399410335 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479) 1728229888 bytes in 4.12 secs (419410388 bytes/sec) [Pipeline] { [Pipeline] sh [Pipeline] sh + ls -l rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 -rw-r--r-- 1 jenkins jenkins 0 May 6 16:29 rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 [Pipeline] sh + ls -l rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 -rw-r--r-- 1 jenkins jenkins 0 May 6 16:29 rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479 already exists) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479 already exists) [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] // cache [Pipeline] sh [Pipeline] // cache [Pipeline] sh + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh diff --git a/Makefile.common b/Makefile.common index e1ff465336..03ca85accd 100644 --- a/Makefile.common +++ b/Makefile.common @@ -116,5 +116,5 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "0") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache endif [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh + git status + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min HEAD detached from origin/release-6.5 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb [Pipeline] { diff --git a/Makefile.common b/Makefile.common index e1ff465336..03ca85accd 100644 --- a/Makefile.common +++ b/Makefile.common @@ -116,5 +116,5 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "0") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache endif + /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_brietest [Pipeline] cache diff --git a/Makefile.common b/Makefile.common index e1ff465336..03ca85accd 100644 --- a/Makefile.common +++ b/Makefile.common @@ -116,5 +116,5 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "0") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache endif + git status HEAD detached from origin/release-6.5 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 no changes added to commit (use "git add" and/or "git commit -a") + git status HEAD detached from origin/release-6.5 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 no changes added to commit (use "git add" and/or "git commit -a") Cache restored successfully (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479) 1728229888 bytes in 6.40 secs (269938225 bytes/sec) [Pipeline] { [Pipeline] cache GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC 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: 7a0c827f-5d82-4adf-a54d-58fef81a5d73 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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_check2/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_30_25.2589112596/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 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 (74 packages loaded, 8278 targets configured) Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Cache restored successfully (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479) 1728229888 bytes in 22.24 secs (77709250 bytes/sec) [Pipeline] { [Pipeline] cache Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Agent pingcap-tidb-release-6-5-ghpr-check2-479-xhf4g-t319j-4q9vp is provisioned from template pingcap_tidb_release-6_5_ghpr_check2_479-xhf4g-t319j --- 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_check2/479/" runUrl: "job/pingcap/job/tidb/job/release-6.5/job/ghpr_check2/479/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "a63d8e491878006846c4eff981e0174c68c11d0e" jenkins/label: "pingcap_tidb_release-6_5_ghpr_check2_479-xhf4g" name: "pingcap-tidb-release-6-5-ghpr-check2-479-xhf4g-t319j-4q9vp" 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:go11920231127" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" 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: "/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 - 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-check2-479-xhf4g-t319j-4q9vp" - name: "JENKINS_NAME" value: "pingcap-tidb-release-6-5-ghpr-check2-479-xhf4g-t319j-4q9vp" - 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" Analyzing: target //:gazelle (153 packages loaded, 10040 targets configured) Running on pingcap-tidb-release-6-5-ghpr-check2-479-xhf4g-t319j-4q9vp in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 Analyzing: target //:gazelle (241 packages loaded, 10834 targets configured) INFO: Analyzed target //:gazelle (253 packages loaded, 11091 targets configured). INFO: Found 1 target... [0 / 25] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) [63 / 285] GoCompilePkg external/in_gopkg_yaml_v3/yaml_v3.a [for tool]; Downloading external/in_gopkg_yaml_v3/yaml_v3.a, 351.8 KiB / 1.8 MiB; 0s remote-cache ... (8 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 27.251s, Critical Path: 0.97s INFO: 285 processes: 269 remote cache hit, 16 internal. INFO: Build completed successfully, 285 total actions INFO: Running command line: bazel-bin/gazelle bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC test --config=ci --repository_cache=/share/.cache/bazel-repository-cache --test_arg=-with-real-tikv \ -- //tests/realtikvtest/brietest/... INFO: Invocation ID: 758db7c5-55aa-43fb-880c-d4e9a9b1ab61 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 'test' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 'test' from /data/..2024_05_06_08_30_25.2589112596/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'test' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'test' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: 'test' options: --test_env=TZ=Asia/Shanghai --test_output=errors --test_summary=testcase INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=104857600 Loading: Loading: Loading: 0 packages loaded INFO: Build option --test_env has changed, discarding analysis cache. Analyzing: target //tests/realtikvtest/brietest:brietest_test (1 packages loaded, 0 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (25 packages loaded, 200 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (158 packages loaded, 2214 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (340 packages loaded, 11423 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (479 packages loaded, 12397 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (621 packages loaded, 13731 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (674 packages loaded, 14829 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (731 packages loaded, 15620 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (778 packages loaded, 16179 targets configured) Cache restored successfully (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479) 1728229888 bytes in 14.74 secs (117209547 bytes/sec) [Pipeline] { [Pipeline] cache Analyzing: target //tests/realtikvtest/brietest:brietest_test (778 packages loaded, 16179 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (889 packages loaded, 16675 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (890 packages loaded, 16719 targets configured) INFO: Analyzed target //tests/realtikvtest/brietest:brietest_test (924 packages loaded, 17078 targets configured). INFO: Found 1 test target... [0 / 7] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [36 / 1,188] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/runtime.a, 8.6 MiB / 8.7 MiB; 0s remote-cache ... (8 actions, 0 running) [80 / 1,188] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache ... (8 actions, 0 running) Cache restored successfully (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479) 1728229888 bytes in 3.84 secs (450325846 bytes/sec) [Pipeline] { [Pipeline] sh [429 / 1,188] GoCompilePkg external/org_golang_google_protobuf/encoding/protojson/protojson.a; 0s remote-cache ... (7 actions, 0 running) [Pipeline] sh + ls -l rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 -rw-r--r--. 1 jenkins jenkins 0 May 6 16:29 rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 [730 / 1,188] GoCompilePkg external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a; Downloading external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a, 16.0 MiB / 18.9 MiB; 0s remote-cache ... (8 actions, 0 running) [932 / 1,188] GoCompilePkg external/com_github_aws_aws_sdk_go/service/s3/s3.a; 0s remote-cache ... (8 actions, 0 running) [1,002 / 1,188] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2iface/ec2iface.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2iface/ec2iface.a, 3.2 MiB / 8.6 MiB; 0s remote-cache ... (6 actions, 0 running) [Pipeline] sh + ls -l rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 -rw-r--r-- 1 jenkins jenkins 0 May 6 16:29 rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 [Pipeline] sh + ls -l rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 -rw-r--r-- 1 jenkins jenkins 0 May 6 16:29 rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 [Pipeline] sh + ls -l rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 -rw-r--r-- 1 jenkins jenkins 0 May 6 16:29 rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 [Pipeline] sh [1,099 / 1,188] [Prepa] GoCompilePkg util/ranger/ranger.a ... (2 actions, 0 running) + /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/scripts/pingcap/tidb/integrationtest.sh n ~/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/cmd/explaintest ~/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb extracting statistics: s skip building tidb-server, using existing binary: /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/bin/explain_test_tidb-server building portgenerator binary: ./portgenerator go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 go: downloading go.uber.org/zap v1.23.0 go: downloading github.com/pingcap/log v1.1.1-0.20221116035753-734d527bc87c go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0 go: downloading go.uber.org/atomic v1.10.0 go: downloading github.com/benbjohnson/clock v1.3.0 go: downloading go.uber.org/multierr v1.8.0 + /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_pessimistictest [1,158 / 1,188] GoCompilePkg br/pkg/backup/prepare_snap/prepare_snap.a; 0s remote-cache, linux-sandbox ... (6 actions, 2 running) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479 already exists) [Pipeline] { [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479 already exists) [Pipeline] // cache [Pipeline] // cache [Pipeline] // cache [Pipeline] sh building explain-test binary: ./explain_test go: downloading github.com/go-sql-driver/mysql v1.6.0 go: downloading github.com/pingcap/errors v0.11.5-0.20220729040631-518f63d66278 go: downloading github.com/pingcap/kvproto v0.0.0-20240112060601-a0e3fbb1eeee go: downloading github.com/tikv/client-go/v2 v2.0.4-0.20240321164954-5c56e9fdd902 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/pingcap/tipb v0.0.0-20221123081521-2fb828910813 go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 go: downloading golang.org/x/sync v0.5.0 go: downloading github.com/pingcap/failpoint v0.0.0-20220423142525-ae43b7f4e5c3 go: downloading golang.org/x/exp v0.0.0-20221023144134-a1e5550cf13e go: downloading github.com/shirou/gopsutil/v3 v3.22.9 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/cockroachdb/errors v1.8.1 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/tikv/pd/client v0.0.0-20230904040343-947701a32c05 go: downloading go.etcd.io/etcd/client/v3 v3.5.2 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/BurntSushi/toml v1.2.1 go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible go: downloading golang.org/x/text v0.14.0 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/prometheus/client_golang v1.13.0 go: downloading github.com/prometheus/client_model v0.2.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/twmb/murmur3 v1.1.3 go: downloading github.com/opentracing/basictracer-go v1.0.0 go: downloading golang.org/x/sys v0.14.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading google.golang.org/grpc v1.51.0 go: downloading github.com/cespare/xxhash/v2 v2.1.2 go: downloading go.etcd.io/etcd/api/v3 v3.5.2 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/cespare/xxhash v1.1.0 go: downloading github.com/coreos/go-semver v0.3.0 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.17 go: downloading github.com/google/uuid v1.3.0 [Pipeline] sh go: downloading github.com/iancoleman/strcase v0.2.0 go: downloading github.com/prometheus/common v0.37.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 go: downloading golang.org/x/time v0.2.0 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/pkg/errors v0.9.1 go: downloading golang.org/x/tools v0.15.0 go: downloading golang.org/x/net v0.18.0 go: downloading google.golang.org/protobuf v1.28.1 go: downloading github.com/pingcap/sysutil v0.0.0-20220114020952-ea68d2dbf5b4 go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.2 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.8.0 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading github.com/docker/go-units v0.4.0 go: downloading github.com/json-iterator/go v1.1.12 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/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/google/pprof v0.0.0-20211122183932-1daafda22083 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading golang.org/x/term v0.14.0 go: downloading github.com/tklauser/go-sysconf v0.3.10 go: downloading cloud.google.com/go/storage v1.27.0 go: downloading github.com/spf13/cobra v1.6.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v0.20.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.12.0 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/aws/aws-sdk-go v1.44.259 + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh [Pipeline] sh go: downloading github.com/klauspost/compress v1.15.1 go: downloading cloud.google.com/go v0.105.0 [1,176 / 1,188] [Prepa] GoCompilePkg br/pkg/task/task.a [Pipeline] // cache go: downloading golang.org/x/oauth2 v0.2.0 go: downloading google.golang.org/api v0.103.0 go: downloading google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd go: downloading github.com/kr/pretty v0.3.0 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mattn/go-isatty v0.0.16 go: downloading github.com/mattn/go-runewidth v0.0.14 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 go: downloading github.com/stathat/consistent v1.0.0 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df [Pipeline] sh + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/pingcap/badger v1.5.1-0.20220314162537-ab58fbf40580 go: downloading github.com/cockroachdb/pebble v0.0.0-20210719141320-8c3bd06debb5 go: downloading github.com/coreos/go-systemd/v22 v22.3.2 go: downloading github.com/Masterminds/semver v1.5.0 go: downloading k8s.io/api v0.24.0 go: downloading github.com/emirpasic/gods v1.18.1 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/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading github.com/tklauser/numcpus v0.4.0 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/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 cloud.google.com/go/compute/metadata v0.2.1 go: downloading cloud.google.com/go/iam v0.7.0 go: downloading github.com/googleapis/gax-go/v2 v2.7.0 go: downloading cloud.google.com/go/compute v1.13.0 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.6.1 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.5.5-0.20201110004701-b09c49d6d457 go: downloading github.com/rivo/uniseg v0.4.2 go: downloading github.com/lestrrat-go/httpcc v1.0.1 [Pipeline] checkout The recommended git tool is: git [Pipeline] sh go: downloading github.com/dustin/go-humanize v1.0.0 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading github.com/golang/glog v1.0.0 go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 go: downloading github.com/ncw/directio v1.0.5 go: downloading github.com/apache/thrift v0.13.1-0.20201008052519-daf620915714 go: downloading github.com/coocood/rtutil v0.0.0-20190304133409-c84515f646f2 go: downloading github.com/coocood/bbloom v0.0.0-20190830030839-58deb6228d64 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/DataDog/zstd v1.4.5 [Pipeline] sh [1,176 / 1,188] GoCompilePkg br/pkg/task/task.a; 1s remote-cache, linux-sandbox + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . go: downloading k8s.io/apimachinery v0.24.0 + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/klog/v2 v2.60.1 go: downloading github.com/google/gofuzz v1.1.0 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 go: downloading sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 go: downloading github.com/go-logr/logr v1.2.0 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@2791a1dc; decorates RemoteLauncher[hudson.remoting.Channel@1350d471:JNLP4-connect connection from 10.233.68.108/10.233.68.108:51914] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 diff --git a/Makefile.common b/Makefile.common index e1ff465336..03ca85accd 100644 --- a/Makefile.common +++ b/Makefile.common @@ -116,5 +116,5 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "0") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache endif Cloning repository https://github.com/PingCAP-QE/ci.git + git status HEAD detached from origin/release-6.5 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh > git init /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2 # 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 [1,176 / 1,188] GoCompilePkg br/pkg/task/task.a; 3s remote-cache, linux-sandbox [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_txntest [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . > 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 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/jmespath/go-jmespath v0.4.0 diff --git a/Makefile.common b/Makefile.common index e1ff465336..03ca85accd 100644 --- a/Makefile.common +++ b/Makefile.common @@ -116,5 +116,5 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "0") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache endif Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) [1,185 / 1,188] [Prepa] GoCompilePkg tests/realtikvtest/brietest/brietest_test_test.external.a Commit message: "fix(br): use failpoint tidb-server instead (#2951)" [Pipeline] withEnv + git status [Pipeline] { diff --git a/Makefile.common b/Makefile.common index e1ff465336..03ca85accd 100644 --- a/Makefile.common +++ b/Makefile.common @@ -116,5 +116,5 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "0") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache endif [Pipeline] container [Pipeline] { [Pipeline] stage [Pipeline] { (Test) + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { HEAD detached from origin/release-6.5 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 no changes added to commit (use "git add" and/or "git commit -a") + git status [Pipeline] sh diff --git a/Makefile.common b/Makefile.common index e1ff465336..03ca85accd 100644 --- a/Makefile.common +++ b/Makefile.common @@ -116,5 +116,5 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "0") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache endif HEAD detached from origin/release-6.5 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 no changes added to commit (use "git add" and/or "git commit -a") > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_sessiontest + git status HEAD detached from origin/release-6.5 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb [Pipeline] { [Pipeline] cache + /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_statisticstest [1,187 / 1,188] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 1s remote-cache, linux-sandbox GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 [1,187 / 1,188] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 5s remote-cache, linux-sandbox [1,188 / 1,189] [Prepa] Testing //tests/realtikvtest/brietest:brietest_test [1,188 / 1,189] Testing //tests/realtikvtest/brietest:brietest_test; 1s remote-cache, linux-sandbox GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 go: downloading github.com/sergi/go-diff v1.1.0 go: downloading github.com/sergi/go-diff v1.1.0 INFO: Invocation ID: 9900b327-9448-4704-8c50-66ac8dfa34ec INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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_check2/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_30_26.523922981/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 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes Loading: Cache restored successfully (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479) 1728229888 bytes in 9.55 secs (181054053 bytes/sec) [Pipeline] { [Pipeline] sh Loading: + ls -l rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 -rw-r--r--. 1 jenkins jenkins 0 May 6 16:29 rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-release-6.5-ghpr_check2-479 already exists) [Pipeline] // cache [Pipeline] sh Starting local Bazel server and connecting to it... + chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh [Pipeline] sh Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) + 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 e1ff465336..03ca85accd 100644 --- a/Makefile.common +++ b/Makefile.common @@ -116,5 +116,5 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "0") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache endif + git status bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC 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: de1faeae-ccf9-4b98-a030-77a5b7a3f7a6 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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_check2/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_30_29.4199192070/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 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes Loading: Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) HEAD detached from origin/release-6.5 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common Untracked files: (use "git add ..." to include in what will be committed) rev-329197d82e8a57bac0a7b1cfa3380e61c8379590 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... + /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/scripts/pingcap/tidb/integrationtest.sh y ~/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/cmd/explaintest ~/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb extracting statistics: s skip building tidb-server, using existing binary: /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/bin/explain_test_tidb-server building portgenerator binary: ./portgenerator go: downloading go.uber.org/zap v1.23.0 go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 go: downloading github.com/pingcap/log v1.1.1-0.20221116035753-734d527bc87c go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0 go: downloading go.uber.org/multierr v1.8.0 go: downloading go.uber.org/atomic v1.10.0 go: downloading github.com/benbjohnson/clock v1.3.0 Loading: Starting local Bazel server and connecting to it... Loading: Loading: 0 packages loaded INFO: Invocation ID: 1eff9f59-8b0a-4452-8045-238c878cf57e INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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_check2/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_30_27.3453256222/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 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Loading: building explain-test binary: ./explain_test go: downloading github.com/pingcap/errors v0.11.5-0.20220729040631-518f63d66278 go: downloading github.com/go-sql-driver/mysql v1.6.0 go: downloading github.com/pingcap/kvproto v0.0.0-20240112060601-a0e3fbb1eeee go: downloading github.com/tikv/client-go/v2 v2.0.4-0.20240321164954-5c56e9fdd902 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/pingcap/tipb v0.0.0-20221123081521-2fb828910813 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/pingcap/failpoint v0.0.0-20220423142525-ae43b7f4e5c3 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading golang.org/x/text v0.14.0 go: downloading golang.org/x/exp v0.0.0-20221023144134-a1e5550cf13e go: downloading go.etcd.io/etcd/client/v3 v3.5.2 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/prometheus/client_golang v1.13.0 go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 go: downloading golang.org/x/sync v0.5.0 go: downloading github.com/shirou/gopsutil/v3 v3.22.9 go: downloading github.com/prometheus/client_model v0.2.0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/twmb/murmur3 v1.1.3 go: downloading google.golang.org/grpc v1.51.0 go: downloading github.com/tikv/pd/client v0.0.0-20230904040343-947701a32c05 go: downloading github.com/opentracing/basictracer-go v1.0.0 go: downloading github.com/cockroachdb/errors v1.8.1 go: downloading github.com/BurntSushi/toml v1.2.1 go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading go.etcd.io/etcd/api/v3 v3.5.2 go: downloading golang.org/x/sys v0.14.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/coreos/go-semver v0.3.0 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/cespare/xxhash/v2 v2.1.2 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.17 go: downloading github.com/cespare/xxhash v1.1.0 go: downloading github.com/google/uuid v1.3.0 go: downloading golang.org/x/time v0.2.0 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/iancoleman/strcase v0.2.0 go: downloading github.com/prometheus/common v0.37.0 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/pkg/errors v0.9.1 go: downloading golang.org/x/tools v0.15.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading gopkg.in/yaml.v3 v3.0.1 bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... go: downloading github.com/google/pprof v0.0.0-20211122183932-1daafda22083 go: downloading github.com/pingcap/sysutil v0.0.0-20220114020952-ea68d2dbf5b4 go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading golang.org/x/net v0.18.0 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.2 go: downloading google.golang.org/protobuf v1.28.1 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading github.com/docker/go-units v0.4.0 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.8.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading golang.org/x/term v0.14.0 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 cloud.google.com/go/storage v1.27.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v0.20.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.12.0 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.2.0 go: downloading github.com/aws/aws-sdk-go v1.44.259 INFO: Invocation ID: 109eea1e-c6b1-43b1-9963-336476e22afd INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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_check2/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_30_31.195809401/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 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes Loading: Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Starting local Bazel server and connecting to it... Loading: go: downloading github.com/klauspost/compress v1.15.1 go: downloading golang.org/x/oauth2 v0.2.0 go: downloading google.golang.org/api v0.103.0 go: downloading github.com/spf13/cobra v1.6.1 go: downloading google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 go: downloading github.com/pingcap/badger v1.5.1-0.20220314162537-ab58fbf40580 go: downloading cloud.google.com/go v0.105.0 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 Loading: Loading: 0 packages loaded go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/cockroachdb/pebble v0.0.0-20210719141320-8c3bd06debb5 go: downloading github.com/mattn/go-colorable v0.1.13 Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) go: downloading github.com/mattn/go-isatty v0.0.16 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/mattn/go-runewidth v0.0.14 go: downloading github.com/kr/pretty v0.3.0 go: downloading github.com/tklauser/go-sysconf v0.3.10 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d 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/coreos/go-systemd/v22 v22.3.2 go: downloading github.com/Masterminds/semver v1.5.0 go: downloading k8s.io/api v0.24.0 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/emirpasic/gods v1.18.1 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/stathat/consistent v1.0.0 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading cloud.google.com/go/compute/metadata v0.2.1 Loading: go: downloading cloud.google.com/go/compute v1.13.0 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.5.5-0.20201110004701-b09c49d6d457 go: downloading github.com/ncw/directio v1.0.5 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/rivo/uniseg v0.4.2 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.6.1 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/tklauser/numcpus v0.4.0 go: downloading github.com/dustin/go-humanize v1.0.0 go: downloading github.com/golang/glog v1.0.0 go: downloading github.com/coocood/rtutil v0.0.0-20190304133409-c84515f646f2 go: downloading github.com/coocood/bbloom v0.0.0-20190830030839-58deb6228d64 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 go: downloading github.com/apache/thrift v0.13.1-0.20201008052519-daf620915714 go: downloading github.com/klauspost/cpuid v1.3.1 Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) INFO: Invocation ID: 7af51c07-aac5-4041-808d-84216b590c11 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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_check2/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_30_28.2985136621/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 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded go: downloading github.com/DataDog/zstd v1.4.5 [1,188 / 1,189] Testing //tests/realtikvtest/brietest:brietest_test; 11s remote-cache, linux-sandbox go: downloading k8s.io/apimachinery v0.24.0 Analyzing: target //:gazelle (92 packages loaded, 1415 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/klog/v2 v2.60.1 go: downloading github.com/google/gofuzz v1.1.0 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 go: downloading sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 go: downloading github.com/go-logr/logr v1.2.0 Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) 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 (93 packages loaded, 9646 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/jmespath/go-jmespath v0.4.0 Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (67 packages loaded, 895 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (93 packages loaded, 9627 targets configured) Analyzing: target //:gazelle (92 packages loaded, 3963 targets configured) Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (93 packages loaded, 1496 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Analyzing: target //:gazelle (92 packages loaded, 1424 targets configured) Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Analyzing: target //:gazelle (155 packages loaded, 10083 targets configured) Analyzing: target //:gazelle (242 packages loaded, 10914 targets configured) INFO: Analyzed target //:gazelle (253 packages loaded, 11091 targets configured). INFO: Found 1 target... [0 / 25] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [112 / 285] GoCompilePkg external/org_uber_go_zap/zap.a [for tool]; Downloading external/org_uber_go_zap/zap.a, 259.2 KiB / 1.2 MiB; 0s remote-cache ... (7 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 28.871s, Critical Path: 0.92s INFO: 285 processes: 269 remote cache hit, 16 internal. INFO: Build completed successfully, 285 total actions INFO: Running command line: bazel-bin/gazelle Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Analyzing: target //:gazelle (153 packages loaded, 10045 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC test --config=ci --repository_cache=/share/.cache/bazel-repository-cache --test_arg=-with-real-tikv \ -- //tests/realtikvtest/pessimistictest/... Analyzing: target //:gazelle (242 packages loaded, 10893 targets configured) INFO: Invocation ID: 59869a93-0e8a-4dcc-8487-4c9f2b4ed90b INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 'test' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 'test' from /data/..2024_05_06_08_30_26.523922981/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'test' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'test' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: 'test' options: --test_env=TZ=Asia/Shanghai --test_output=errors --test_summary=testcase INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=104857600 Loading: Loading: Loading: 0 packages loaded INFO: Build option --test_env has changed, discarding analysis cache. Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1 packages loaded, 0 targets configured) INFO: Analyzed target //:gazelle (253 packages loaded, 11091 targets configured). INFO: Found 1 target... Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) [0 / 25] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) Analyzing: target //:gazelle (155 packages loaded, 10381 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (169 packages loaded, 2089 targets configured) [59 / 285] GoCompilePkg external/org_golang_x_tools/go/analysis/passes/fieldalignment/fieldalignment.a [for tool]; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //:gazelle (242 packages loaded, 10918 targets configured) Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (319 packages loaded, 11574 targets configured) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 28.413s, Critical Path: 0.94s INFO: 285 processes: 269 remote cache hit, 16 internal. INFO: Build completed successfully, 285 total actions INFO: Running command line: bazel-bin/gazelle Analyzing: target //:gazelle (155 packages loaded, 10319 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC test --config=ci --repository_cache=/share/.cache/bazel-repository-cache --test_arg=-with-real-tikv \ -- //tests/realtikvtest/txntest/... INFO: Invocation ID: 52a59777-9957-4fd9-a90b-b3cda6fd37c5 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 'test' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 'test' from /data/..2024_05_06_08_30_29.4199192070/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'test' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'test' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: 'test' options: --test_env=TZ=Asia/Shanghai --test_output=errors --test_summary=testcase INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=104857600 INFO: Analyzed target //:gazelle (253 packages loaded, 11091 targets configured). INFO: Found 1 target... [0 / 29] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) Loading: Loading: Loading: 0 packages loaded INFO: Build option --test_env has changed, discarding analysis cache. Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1 packages loaded, 0 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (413 packages loaded, 12390 targets configured) [69 / 285] GoCompilePkg external/org_uber_go_multierr/multierr.a [for tool]; Downloading external/org_uber_go_multierr/multierr.a; 0s remote-cache ... (7 actions, 0 running) Analyzing: target //:gazelle (251 packages loaded, 10964 targets configured) INFO: Analyzed target //:gazelle (253 packages loaded, 11091 targets configured). INFO: Found 1 target... [0 / 25] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (552 packages loaded, 13220 targets configured) Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (82 packages loaded, 2027 targets configured) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 29.003s, Critical Path: 0.99s INFO: 285 processes: 269 remote cache hit, 16 internal. INFO: Build completed successfully, 285 total actions INFO: Running command line: bazel-bin/gazelle [100 / 285] GoCompilePkg external/org_golang_x_tools/go/cfg/cfg.a [for tool]; Downloading external/org_golang_x_tools/go/cfg/cfg.a, 135.0 KiB / 271.4 KiB; 0s remote-cache ... (7 actions, 0 running) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (692 packages loaded, 14899 targets configured) Analyzing: target //:gazelle (183 packages loaded, 10445 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC test --config=ci --repository_cache=/share/.cache/bazel-repository-cache --test_arg=-with-real-tikv \ -- //tests/realtikvtest/sessiontest/... INFO: Invocation ID: d0ff0a71-59de-472d-a50e-d139b6a1b62f INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 'test' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 'test' from /data/..2024_05_06_08_30_27.3453256222/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'test' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'test' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: 'test' options: --test_env=TZ=Asia/Shanghai --test_output=errors --test_summary=testcase INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=104857600 Loading: Loading: Loading: 0 packages loaded Analyzing: target //tests/realtikvtest/txntest:txntest_test (230 packages loaded, 11226 targets configured) INFO: Build option --test_env has changed, discarding analysis cache. Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (1 packages loaded, 0 targets configured) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 29.417s, Critical Path: 0.92s INFO: 285 processes: 269 remote cache hit, 16 internal. INFO: Build completed successfully, 285 total actions INFO: Running command line: bazel-bin/gazelle Analyzing: target //tests/realtikvtest/txntest:txntest_test (361 packages loaded, 11833 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (730 packages loaded, 15253 targets configured) INFO: Analyzed target //:gazelle (253 packages loaded, 11091 targets configured).  checking cached actions INFO: Found 1 target... [0 / 25] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC test --config=ci --repository_cache=/share/.cache/bazel-repository-cache --test_arg=-with-real-tikv \ -- //tests/realtikvtest/addindextest/... INFO: Invocation ID: c414a2bf-9cd4-49fc-9e01-02c256f37180 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 'test' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 'test' from /data/..2024_05_06_08_30_31.195809401/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'test' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'test' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: 'test' options: --test_env=TZ=Asia/Shanghai --test_output=errors --test_summary=testcase INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=104857600 Loading: Loading: Loading: 0 packages loaded INFO: Build option --test_env has changed, discarding analysis cache. Analyzing: 2 targets (1 packages loaded, 0 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (137 packages loaded, 2469 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (490 packages loaded, 12678 targets configured) [42 / 285] GoCompilePkg external/com_github_burntsushi_toml/toml.a [for tool]; Downloading external/com_github_burntsushi_toml/toml.a, 842.4 KiB / 1.3 MiB; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (236 packages loaded, 11054 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (778 packages loaded, 15818 targets configured) Analyzing: 2 targets (113 packages loaded, 2551 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (613 packages loaded, 13869 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (351 packages loaded, 11767 targets configured) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 30.395s, Critical Path: 0.99s INFO: 285 processes: 269 remote cache hit, 16 internal. INFO: Build completed successfully, 285 total actions INFO: Running command line: bazel-bin/gazelle bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC test --config=ci --repository_cache=/share/.cache/bazel-repository-cache --test_arg=-with-real-tikv \ -- //tests/realtikvtest/statisticstest/... INFO: Invocation ID: 182621f3-f2ef-45d2-ae52-c6f671312e03 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 'test' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/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 'test' from /data/..2024_05_06_08_30_28.2985136621/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'test' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache INFO: Reading rc options for 'test' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: 'test' options: --test_env=TZ=Asia/Shanghai --test_output=errors --test_summary=testcase INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=104857600 Analyzing: 2 targets (335 packages loaded, 11228 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (778 packages loaded, 15818 targets configured) Loading: Loading: Loading: 0 packages loaded INFO: Build option --test_env has changed, discarding analysis cache. Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1 packages loaded, 0 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (686 packages loaded, 14880 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (491 packages loaded, 12831 targets configured) Analyzing: 2 targets (417 packages loaded, 11890 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (889 packages loaded, 16314 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (729 packages loaded, 15609 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (621 packages loaded, 14149 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (48 packages loaded, 7288 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (890 packages loaded, 16358 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (213 packages loaded, 11247 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (777 packages loaded, 16174 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (702 packages loaded, 15319 targets configured) Analyzing: 2 targets (509 packages loaded, 12655 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (890 packages loaded, 16358 targets configured) Analyzing: 2 targets (597 packages loaded, 13262 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (366 packages loaded, 12179 targets configured) [1,188 / 1,189] Testing //tests/realtikvtest/brietest:brietest_test; 41s remote-cache, linux-sandbox [1,188 / 1,189] 1 / 1 tests; Testing //tests/realtikvtest/brietest:brietest_test; 44s remote-cache, linux-sandbox Target //tests/realtikvtest/brietest:brietest_test up-to-date: bazel-bin/tests/realtikvtest/brietest/brietest_test_/brietest_test INFO: Elapsed time: 79.823s, Critical Path: 63.86s INFO: 1186 processes: 1167 remote cache hit, 11 internal, 8 linux-sandbox. INFO: Build completed successfully, 1186 total actions Test cases: finished with 7 passing and 0 failing out of 7 test cases Executed 1 out of 1 test: 1 test passes.  [Pipeline] } Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (730 packages loaded, 15615 targets configured) [Pipeline] // dir [Pipeline] } INFO: Analyzed target //tests/realtikvtest/pessimistictest:pessimistictest_test (924 packages loaded, 16717 targets configured). INFO: Found 1 test target... [0 / 7] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } Analyzing: target //tests/realtikvtest/txntest:txntest_test (777 packages loaded, 16174 targets configured) [Pipeline] // node [Pipeline] } Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (471 packages loaded, 13070 targets configured) [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } Analyzing: 2 targets (721 packages loaded, 15292 targets configured) [487 / 1,178] GoCompilePkg external/org_golang_x_net/http2/http2.a; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/txntest:txntest_test (840 packages loaded, 16472 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (591 packages loaded, 14408 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (777 packages loaded, 16174 targets configured) Analyzing: 2 targets (737 packages loaded, 15500 targets configured) [824 / 1,178] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 26.4 MiB / 68.6 MiB; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/txntest:txntest_test (889 packages loaded, 16714 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (777 packages loaded, 16174 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (699 packages loaded, 15411 targets configured) Analyzing: 2 targets (778 packages loaded, 15826 targets configured) [982 / 1,178] GoCompilePkg external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a; 0s remote-cache ... (5 actions, 0 running) Analyzing: target //tests/realtikvtest/txntest:txntest_test (889 packages loaded, 16714 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (889 packages loaded, 16714 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (736 packages loaded, 15740 targets configured) INFO: Analyzed target //tests/realtikvtest/txntest:txntest_test (923 packages loaded, 17072 targets configured). INFO: Found 1 test target... [0 / 28] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [1,088 / 1,178] GoCompilePkg expression/expression.a; Downloading expression/expression.a, 61.3 MiB / 71.2 MiB; 0s remote-cache Analyzing: 2 targets (890 packages loaded, 16366 targets configured) [56 / 1,187] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/runtime.a, 5.2 MiB / 8.7 MiB; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (889 packages loaded, 16714 targets configured) [1,144 / 1,178] GoCompilePkg br/pkg/backup/prepare_snap/prepare_snap.a; 0s remote-cache, linux-sandbox ... (3 actions, 2 running) INFO: Analyzed target //tests/realtikvtest/sessiontest:sessiontest_test (923 packages loaded, 17072 targets configured). INFO: Found 1 test target... [0 / 37] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (777 packages loaded, 16172 targets configured) Analyzing: 2 targets (890 packages loaded, 16366 targets configured) [62 / 1,187] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 8.0 MiB / 13.8 MiB; 1s remote-cache ... (8 actions, 0 running) INFO: Analyzed 2 targets (924 packages loaded, 16726 targets configured). INFO: Found 1 target and 1 test target... [0 / 11] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (827 packages loaded, 16335 targets configured) [1,166 / 1,178] GoCompilePkg br/pkg/task/task.a; 1s remote-cache, linux-sandbox [43 / 1,187] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/net/http.a, 6.3 MiB / 7.7 MiB; 0s remote-cache ... (7 actions, 0 running) [504 / 1,179] GoCompilePkg external/com_github_gogo_protobuf/types/types.a; 0s remote-cache ... (8 actions, 0 running) [250 / 1,187] [Prepa] GoCompilePkg external/org_uber_go_zap/buffer/buffer.a ... (7 actions, 0 running) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (889 packages loaded, 16712 targets configured) [57 / 1,187] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache ... (8 actions, 0 running) [585 / 1,187] GoCompilePkg external/com_github_golang_protobuf/proto/proto.a; Downloading external/com_github_golang_protobuf/proto/proto.a, 255.8 KiB / 1.1 MiB; 0s remote-cache ... (8 actions, 0 running) [869 / 1,179] GoCompilePkg store/mockstore/unistore/metrics/metrics.a; Downloading store/mockstore/unistore/metrics/metrics.a; 0s remote-cache ... (7 actions, 0 running) [349 / 1,187] GoCompilePkg util/filter/filter.a; 0s remote-cache ... (8 actions, 0 running) [1,167 / 1,178] [Prepa] GoCompilePkg executor/executor.a Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (889 packages loaded, 16712 targets configured) [825 / 1,187] GoCompilePkg external/com_github_azure_azure_sdk_for_go_sdk_storage_azblob/azblob.a; Downloading external/com_github_azure_azure_sdk_for_go_sdk_storage_azblob/azblob.a, 8.0 MiB / 9.6 MiB; 0s remote-cache ... (8 actions, 0 running) INFO: Analyzed target //tests/realtikvtest/statisticstest:statisticstest_test (923 packages loaded, 17070 targets configured). [984 / 1,179] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 0s remote-cache ... (5 actions, 0 running) INFO: Found 1 test target... [0 / 12] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [626 / 1,187] GoCompilePkg external/com_github_aws_aws_sdk_go/internal/sync/singleflight/singleflight.a; Downloading external/com_github_aws_aws_sdk_go/internal/sync/singleflight/singleflight.a; 0s remote-cache ... (8 actions, 0 running) [944 / 1,187] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 28.0 MiB / 74.3 MiB; 0s remote-cache ... (8 actions, 0 running) [1,177 / 1,178] GoLink tests/realtikvtest/pessimistictest/pessimistictest_test_/pessimistictest_test; 0s remote-cache, linux-sandbox [861 / 1,187] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 25.5 MiB / 74.3 MiB; 0s remote-cache ... (8 actions, 0 running) [1,089 / 1,179] [Prepa] GoCompilePkg util/ranger/ranger.a ... (2 actions, 0 running) [1,027 / 1,187] GoCompilePkg types/types.a; 0s remote-cache ... (5 actions, 0 running) [18 / 1,187] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/net/http.a, 5.0 MiB / 7.7 MiB; 1s remote-cache ... (8 actions, 0 running) [1,143 / 1,179] GoCompilePkg br/pkg/lightning/backend/local/local.a; 0s remote-cache [927 / 1,187] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 1s remote-cache ... (3 actions, 0 running) [42 / 1,187] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (8 actions, 0 running) [1,144 / 1,179] GoCompilePkg ddl/ingest/ingest.a; Downloading ddl/ingest/ingest.x, 38.0 KiB / 477.1 KiB; 0s remote-cache [1,099 / 1,187] [Prepa] GoCompilePkg util/ranger/ranger.a ... (2 actions, 0 running) [1,037 / 1,187] GoCompilePkg util/chunk/chunk.a; 0s remote-cache ... (2 actions, 0 running) [1,158 / 1,187] [Prepa] GoCompilePkg domain/domain.a [367 / 1,187] GoCompilePkg external/com_github_prometheus_common/model/model.a; 0s remote-cache ... (8 actions, 0 running) [1,168 / 1,179] [Prepa] GoCompilePkg session/session.a [1,099 / 1,187] [Prepa] GoCompilePkg util/ranger/ranger.a ... (2 actions, 0 running) [1,177 / 1,178] GoLink tests/realtikvtest/pessimistictest/pessimistictest_test_/pessimistictest_test; 4s remote-cache, linux-sandbox [717 / 1,187] GoCompilePkg parser/ast/ast.a; Downloading parser/ast/ast.a, 1.7 MiB / 7.5 MiB; 0s remote-cache ... (8 actions, 0 running) [1,178 / 1,187] [Prepa] GoCompilePkg session/session.a [1,177 / 1,178] GoLink tests/realtikvtest/pessimistictest/pessimistictest_test_/pessimistictest_test; 5s remote-cache, linux-sandbox [1,158 / 1,187] [Prepa] GoCompilePkg domain/domain.a [928 / 1,187] GoCompilePkg external/org_golang_google_grpc/credentials/alts/internal/proto/grpc_gcp/grpc_gcp.a; Downloading external/org_golang_google_grpc/credentials/alts/internal/proto/grpc_gcp/grpc_gcp.a, 808.9 KiB / 984.1 KiB; 0s remote-cache ... (8 actions, 0 running) [1,178 / 1,179] GoLink tests/realtikvtest/addindextest/addindextest_test_/addindextest_test; 1s remote-cache, linux-sandbox [1,178 / 1,187] [Prepa] GoCompilePkg session/session.a [1,186 / 1,187] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 1s remote-cache, linux-sandbox [1,027 / 1,187] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 66.0 MiB / 74.3 MiB; 0s remote-cache ... (4 actions, 0 running) [1,178 / 1,179] Testing //tests/realtikvtest/pessimistictest:pessimistictest_test; 1s remote-cache, linux-sandbox [1,186 / 1,187] GoLink tests/realtikvtest/sessiontest/sessiontest_test_/sessiontest_test; 0s remote-cache, linux-sandbox [1,099 / 1,187] [Prepa] GoCompilePkg table/table.a ... (2 actions, 0 running) [1,142 / 1,187] GoCompilePkg br/pkg/streamhelper/streamhelper.a; Downloading br/pkg/streamhelper/streamhelper.a, 767.8 KiB / 5.4 MiB; 0s remote-cache ... (6 actions, 0 running) [1,175 / 1,187] GoCompilePkg planner/cascades/cascades.a; 0s remote-cache [1,178 / 1,179] GoLink tests/realtikvtest/addindextest/addindextest_test_/addindextest_test; 6s remote-cache, linux-sandbox [1,186 / 1,187] GoLink tests/realtikvtest/statisticstest/statisticstest_test_/statisticstest_test; 0s remote-cache, linux-sandbox [1,186 / 1,187] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 6s remote-cache, linux-sandbox [1,179 / 1,180] Testing //tests/realtikvtest/addindextest:addindextest_test; 0s remote-cache, linux-sandbox [1,186 / 1,187] GoLink tests/realtikvtest/sessiontest/sessiontest_test_/sessiontest_test; 5s remote-cache, linux-sandbox [1,187 / 1,188] [Prepa] Testing //tests/realtikvtest/txntest:txntest_test [1,187 / 1,188] [Prepa] Testing //tests/realtikvtest/sessiontest:sessiontest_test [1,187 / 1,188] Testing //tests/realtikvtest/txntest:txntest_test; 1s remote-cache, linux-sandbox [1,187 / 1,188] Testing //tests/realtikvtest/sessiontest:sessiontest_test; 1s remote-cache, linux-sandbox [1,178 / 1,179] Testing //tests/realtikvtest/pessimistictest:pessimistictest_test; 11s remote-cache, linux-sandbox [1,186 / 1,187] GoLink tests/realtikvtest/statisticstest/statisticstest_test_/statisticstest_test; 6s remote-cache, linux-sandbox [1,186 / 1,187] GoLink tests/realtikvtest/statisticstest/statisticstest_test_/statisticstest_test; 7s remote-cache, linux-sandbox [1,187 / 1,188] Testing //tests/realtikvtest/statisticstest:statisticstest_test; 0s remote-cache [1,187 / 1,188] Testing //tests/realtikvtest/statisticstest:statisticstest_test; 1s remote-cache, linux-sandbox [1,179 / 1,180] Testing //tests/realtikvtest/addindextest:addindextest_test; 11s remote-cache, linux-sandbox [1,187 / 1,188] Testing //tests/realtikvtest/txntest:txntest_test; 11s remote-cache, linux-sandbox [1,187 / 1,188] Testing //tests/realtikvtest/sessiontest:sessiontest_test; 11s remote-cache, linux-sandbox [1,187 / 1,188] Testing //tests/realtikvtest/statisticstest:statisticstest_test; 11s remote-cache, linux-sandbox Target //tests/realtikvtest/statisticstest:statisticstest_test up-to-date: bazel-bin/tests/realtikvtest/statisticstest/statisticstest_test_/statisticstest_test INFO: Elapsed time: 44.865s, Critical Path: 29.34s INFO: 1185 processes: 1172 remote cache hit, 11 internal, 2 linux-sandbox. INFO: Build completed successfully, 1185 total actions Test cases: finished with 1 passing and 0 failing out of 1 test cases Executed 1 out of 1 test: 1 test passes.  [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } start tidb-server, log file: ./explain-test.out tidb-server(PID: 20022) started run all explain test cases (disabled new collation) [2024/05/06 16:33:52.016 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_agg_func] [time=91.584543ms] [2024/05/06 16:33:52.315 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_check_use_collation] [time=298.201139ms] [2024/05/06 16:33:52.541 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_misc] [time=226.37957ms] [2024/05/06 16:33:52.806 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_pointget] [time=265.051003ms] explaintest passed! ~/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/scripts/pingcap/tidb/integrationtest.sh: line 43: 120 Killed bin/tikv-server --pd=${pd_addr1} -s tikv1 --addr=0.0.0.0:20160 --advertise-addr=127.0.0.1:20160 --advertise-status-addr=127.0.0.1:20165 -C tikv.toml -f tikv1.log [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [1,178 / 1,179] Testing //tests/realtikvtest/pessimistictest:pessimistictest_test; 41s remote-cache, linux-sandbox [1,179 / 1,180] Testing //tests/realtikvtest/addindextest:addindextest_test; 41s remote-cache, linux-sandbox [1,187 / 1,188] Testing //tests/realtikvtest/txntest:txntest_test; 41s remote-cache, linux-sandbox [1,187 / 1,188] Testing //tests/realtikvtest/sessiontest:sessiontest_test; 41s remote-cache, linux-sandbox start tidb-server, log file: ./explain-test.out tidb-server(PID: 22824) started run all explain test cases (enabled new collation) [2024/05/06 16:34:14.634 +08:00] [ERROR] [main.go:769] ["run test "] [name=access_path_selection] [time=13.615821ms] [2024/05/06 16:34:14.656 +08:00] [ERROR] [main.go:769] ["run test "] [name=agg_predicate_pushdown] [time=21.903732ms] [2024/05/06 16:34:14.690 +08:00] [ERROR] [main.go:769] ["run test "] [name=black_list] [time=33.998206ms] [2024/05/06 16:34:16.504 +08:00] [ERROR] [main.go:769] ["run test "] [name=clustered_index] [time=1.813811754s] [2024/05/06 16:34:16.602 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_agg_func] [time=97.842667ms] [2024/05/06 16:34:16.890 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_check_use_collation] [time=288.203926ms] [2024/05/06 16:34:17.107 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_misc] [time=216.898098ms] [2024/05/06 16:34:17.372 +08:00] [ERROR] [main.go:769] ["run test "] [name=collation_pointget] [time=264.804294ms] [2024/05/06 16:34:17.443 +08:00] [ERROR] [main.go:769] ["run test "] [name=common_collation] [time=70.652373ms] [2024/05/06 16:34:18.241 +08:00] [ERROR] [main.go:769] ["run test "] [name=cte] [time=798.010504ms] [2024/05/06 16:34:18.265 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain-non-select-stmt] [time=24.054908ms] [2024/05/06 16:34:18.335 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain] [time=70.40316ms] [2024/05/06 16:34:18.540 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_complex] [time=204.969849ms] [2024/05/06 16:34:20.946 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_complex_stats] [time=2.405314429s] [2024/05/06 16:34:21.166 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_cte] [time=220.5121ms] [2024/05/06 16:34:22.054 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_easy] [time=887.396669ms] [2024/05/06 16:34:22.538 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_easy_stats] [time=484.223419ms] [2024/05/06 16:34:22.808 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_foreign_key] [time=269.701042ms] [2024/05/06 16:34:24.428 +08:00] [ERROR] [main.go:121] ["transaction is not committed correctly, rollback"] [2024/05/06 16:34:24.428 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_generate_column_substitute] [time=1.619616606s] [2024/05/06 16:34:24.998 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_indexmerge] [time=570.284375ms] [2024/05/06 16:34:25.131 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_join_stats] [time=132.528579ms] [2024/05/06 16:34:25.185 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_shard_index] [time=54.435149ms] [2024/05/06 16:34:25.255 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_stats] [time=69.647499ms] [2024/05/06 16:34:25.357 +08:00] [ERROR] [main.go:769] ["run test "] [name=explain_union_scan] [time=101.439147ms] [2024/05/06 16:34:25.697 +08:00] [ERROR] [main.go:769] ["run test "] [name=generated_columns] [time=340.861483ms] [2024/05/06 16:34:30.622 +08:00] [ERROR] [main.go:769] ["run test "] [name=imdbload] [time=4.923988837s] [2024/05/06 16:34:30.797 +08:00] [ERROR] [main.go:769] ["run test "] [name=index_join] [time=175.708171ms] [2024/05/06 16:34:31.289 +08:00] [ERROR] [main.go:769] ["run test "] [name=index_merge] [time=491.970665ms] [2024/05/06 16:34:31.459 +08:00] [ERROR] [main.go:769] ["run test "] [name=naaj] [time=169.065959ms] [2024/05/06 16:34:31.623 +08:00] [ERROR] [main.go:769] ["run test "] [name=new_character_set] [time=164.294532ms] [2024/05/06 16:34:32.135 +08:00] [ERROR] [main.go:769] ["run test "] [name=new_character_set_builtin] [time=512.30923ms] [2024/05/06 16:34:32.257 +08:00] [ERROR] [main.go:769] ["run test "] [name=new_character_set_invalid] [time=121.112433ms] [2024/05/06 16:34:32.301 +08:00] [ERROR] [main.go:769] ["run test "] [name=planner_issue] [time=44.364542ms] [2024/05/06 16:34:32.901 +08:00] [ERROR] [main.go:769] ["run test "] [name=select] [time=600.292637ms] [2024/05/06 16:34:32.902 +08:00] [ERROR] [main.go:769] ["run test "] [name=show] [time=886.727Β΅s] [2024/05/06 16:34:33.090 +08:00] [ERROR] [main.go:769] ["run test "] [name=subquery] [time=187.406816ms] [2024/05/06 16:34:33.217 +08:00] [ERROR] [main.go:769] ["run test "] [name=topn_push_down] [time=126.947268ms] [2024/05/06 16:34:33.218 +08:00] [ERROR] [main.go:769] ["run test "] [name=topn_pushdown] [time=810.203Β΅s] [2024/05/06 16:34:34.372 +08:00] [ERROR] [main.go:769] ["run test "] [name=tpch] [time=1.15390332s] [2024/05/06 16:34:34.445 +08:00] [ERROR] [main.go:769] ["run test "] [name=vitess_hash] [time=73.58776ms] [2024/05/06 16:34:34.543 +08:00] [ERROR] [main.go:769] ["run test "] [name=window_function] [time=97.831362ms] explaintest passed! ~/agent/workspace/pingcap/tidb/release-6.5/ghpr_check2/tidb [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [1,187 / 1,188] Testing //tests/realtikvtest/sessiontest:sessiontest_test; 92s remote-cache, linux-sandbox Target //tests/realtikvtest/sessiontest:sessiontest_test up-to-date: bazel-bin/tests/realtikvtest/sessiontest/sessiontest_test_/sessiontest_test INFO: Elapsed time: 124.391s, Critical Path: 107.97s INFO: 1185 processes: 1172 remote cache hit, 11 internal, 2 linux-sandbox. INFO: Build completed successfully, 1185 total actions Test cases: finished with 18 passing and 0 failing out of 18 test cases Executed 1 out of 1 test: 1 test passes.  [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [1,178 / 1,179] Testing //tests/realtikvtest/pessimistictest:pessimistictest_test; 101s remote-cache, linux-sandbox [1,179 / 1,180] Testing //tests/realtikvtest/addindextest:addindextest_test; 101s remote-cache, linux-sandbox [1,187 / 1,188] Testing //tests/realtikvtest/txntest:txntest_test; 101s remote-cache, linux-sandbox [1,187 / 1,188] Testing //tests/realtikvtest/txntest:txntest_test; 124s remote-cache, linux-sandbox Target //tests/realtikvtest/txntest:txntest_test up-to-date: bazel-bin/tests/realtikvtest/txntest/txntest_test_/txntest_test INFO: Elapsed time: 157.424s, Critical Path: 140.50s INFO: 1185 processes: 1172 remote cache hit, 11 internal, 2 linux-sandbox. INFO: Build completed successfully, 1185 total actions Test cases: finished with 29 passing and 0 failing out of 29 test cases Executed 1 out of 1 test: 1 test passes.  [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [1,178 / 1,179] Testing //tests/realtikvtest/pessimistictest:pessimistictest_test; 161s remote-cache, linux-sandbox [1,179 / 1,180] Testing //tests/realtikvtest/addindextest:addindextest_test; 161s remote-cache, linux-sandbox [1,178 / 1,179] Testing //tests/realtikvtest/pessimistictest:pessimistictest_test; 221s remote-cache, linux-sandbox [1,179 / 1,180] Testing //tests/realtikvtest/addindextest:addindextest_test; 221s remote-cache, linux-sandbox [1,178 / 1,179] Testing //tests/realtikvtest/pessimistictest:pessimistictest_test; 281s remote-cache, linux-sandbox [1,179 / 1,180] Testing //tests/realtikvtest/addindextest:addindextest_test; 281s remote-cache, linux-sandbox [1,178 / 1,179] Testing //tests/realtikvtest/pessimistictest:pessimistictest_test; 326s remote-cache, linux-sandbox [1,178 / 1,179] Testing //tests/realtikvtest/pessimistictest:pessimistictest_test; 327s remote-cache, linux-sandbox Target //tests/realtikvtest/pessimistictest:pessimistictest_test up-to-date: bazel-bin/tests/realtikvtest/pessimistictest/pessimistictest_test_/pessimistictest_test INFO: Elapsed time: 356.529s, Critical Path: 341.27s INFO: 945 processes: 938 remote cache hit, 3 internal, 4 linux-sandbox. INFO: Build completed successfully, 945 total actions Test cases: finished with 78 passing and 0 failing out of 78 test cases Executed 1 out of 1 test: 1 test passes.  [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [1,179 / 1,180] Testing //tests/realtikvtest/addindextest:addindextest_test; 341s remote-cache, linux-sandbox [1,179 / 1,180] Testing //tests/realtikvtest/addindextest:addindextest_test; 401s remote-cache, linux-sandbox [1,179 / 1,180] 1 / 1 tests; Testing //tests/realtikvtest/addindextest:addindextest_test; 446s remote-cache, linux-sandbox INFO: Elapsed time: 473.896s, Critical Path: 459.39s INFO: 946 processes: 941 remote cache hit, 3 internal, 2 linux-sandbox. INFO: Build completed successfully, 946 total actions Test cases: finished with 37 passing and 0 failing out of 37 test cases Executed 1 out of 1 test: 1 test passes.  [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [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:40:57-- 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% 607M=0s 2024-05-06 08:40:57 (607 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] sh + echo done + curl -F ci_check/pingcap/tidb/release-6.5/ghpr_check2/329197d82e8a57bac0a7b1cfa3380e61c8379590=@done http://fileserver.pingcap.net/upload % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 434 100 151 100 283 3708 6950 --:--:-- --:--:-- --:--:-- 7075 {"msg":"success","url":"http://fileserver.pingcap.net/download/ci_check/pingcap/tidb/release-6.5/ghpr_check2/329197d82e8a57bac0a7b1cfa3380e61c8379590"} [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 Finished: SUCCESS