Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/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/latest/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-ghpr-check2-8821-ct1pk-r1bng-5jh46 Agent pingcap-tidb-ghpr-check2-8821-ct1pk-r1bng-5jh46 is provisioned from template pingcap_tidb_ghpr_check2_8821-ct1pk-r1bng --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "fe5cd96903cbb9c058901b2c7b34a34e3b334e90" jenkins/label: "pingcap_tidb_ghpr_check2_8821-ct1pk" name: "pingcap-tidb-ghpr-check2-8821-ct1pk-r1bng-5jh46" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-ct1pk-r1bng-5jh46" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-ct1pk-r1bng-5jh46" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-check2-8821-ct1pk-r1bng-5jh46 in /home/jenkins/agent/workspace/pingcap/tidb/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/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 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 5 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv PROW_JOB_ID=67680e46-1ffb-498d-9fb6-499b5ec5321b JENKINS_NODE_COOKIE=bc4ab833-6646-45c1-b63c-e3ca97e257fe BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-ghpr-check2-8821-ct1pk-r1bng-5jh46 HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT=tcp://10.233.0.1:443 KUBERNETES_PORT_443_TCP_PORT=443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-ghpr_check2-8821 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_check2","buildid":"1787321864310231042","prowjobid":"67680e46-1ffb-498d-9fb6-499b5ec5321b","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"600b2ed4bf0aa38224a1c4c4c68831820735515c","base_link":"https://github.com/pingcap/tidb/commit/600b2ed4bf0aa38224a1c4c4c68831820735515c","pulls":[{"number":52907,"author":"qw4990","sha":"2ac315ab5c91d9d3227da618067729da984b2ec6","title":"Unity","link":"https://github.com/pingcap/tidb/pull/52907","commit_link":"https://github.com/pingcap/tidb/pull/52907/commits/2ac315ab5c91d9d3227da618067729da984b2ec6","author_link":"https://github.com/qw4990"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check2/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/display/redirect?page=artifacts FILE_SERVER_URL=http://fileserver.pingcap.net JENKINS_HOME=/var/jenkins_home GIT_COMMIT=03312178c534dce949face80c69812d989e55009 PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/display/redirect GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct _=/usr/bin/printenv POD_CONTAINER=golang PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/ghpr_check2 TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#8821 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787321864310231042 GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742 JOB_BASE_NAME=ghpr_check2 GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009 RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_ghpr_check2_8821-ct1pk GOROOT=/usr/local/go GIT_BRANCH=origin/main KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true KUBERNETES_SERVICE_PORT_HTTPS=443 WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-da268d9e668a40ac9bdc52566cc558810a4c43d7bbe3d53ea4e01dfdf6821af4 NODE_LABELS=pingcap_tidb_ghpr_check2_8821-ct1pk pingcap-tidb-ghpr-check2-8821-ct1pk-r1bng-5jh46 GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-ghpr-check2-8821-ct1pk-r1bng-5jh46 GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check2/display/redirect BUILD_NUMBER=8821 KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 GOLANG_DOWNLOAD_URL=https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz + echo ------------------------- ------------------------- + go env GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/jenkins/.cache/go-build' GOENV='/home/jenkins/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='linux' GOPATH='/go' GOPRIVATE='' GOPROXY='http://goproxy.apps.svc,https://proxy.golang.org,direct' GOROOT='/usr/local/go' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64' GOVCS='' GOVERSION='go1.21.0' GCCGO='gccgo' GOAMD64='v1' AR='ar' CC='gcc' CXX='g++' CGO_ENABLED='1' GOMOD='/dev/null' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build2832570471=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-check2-8821-ct1pk-r1bng-5jh46 bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-check2-8821-ct1pk-r1bng-5jh46 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: 12429 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 9d0371e10148058f (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 26 IN A 20.205.243.166 ;; Query time: 1 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Mon May 06 03:22:42 UTC 2024 ;; MSG SIZE rcvd: 77 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-600b2ed-990d73b) 459934720 bytes in 2.57 secs (179236919 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/ghpr_check2/tidb/.git/ .git HEAD is now at ec6e48cbab Merge commit '990d73b056ac906dbe456b9c15b268353ab15c53' into HEAD POST git-upload-pack (656 bytes) POST git-upload-pack (973 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master 0f5507f4e2..2ac315ab5c refs/pull/52907/head -> origin/pr/52907/head Warning: you are leaving 1 commit behind, not connected to any of your branches: ec6e48cbab Merge commit '990d73b056ac906dbe456b9c15b268353ab15c53' 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 ec6e48cbab HEAD is now at 600b2ed4bf *: bump client-go to fix #53011 (#53012) 🚧 Checkouting to base SHA:600b2ed4bf0aa38224a1c4c4c68831820735515c... HEAD is now at 600b2ed4bf *: bump client-go to fix #53011 (#53012) βœ… Checked. πŸŽ‰ 🧾 HEAD info: 600b2ed4bf0aa38224a1c4c4c68831820735515c 600b2ed4bf *: bump client-go to fix #53011 (#53012) c24dca58f5 infoschema: load auto id related changes for multi-schema-change diff (#52967) 7481aa6d0b br: adjust file directory `br/pkg/restore` (#52944) 🚧 Pre-merge heads of pull requests to base SHA: 600b2ed4bf0aa38224a1c4c4c68831820735515c ... Updating 600b2ed4bf..2ac315ab5c Fast-forward pkg/planner/core/common_plans.go | 8 +- pkg/planner/core/common_unity.go | 332 ++++++++++++++++++++++++++++++++++ pkg/planner/core/common_unity_test.go | 43 +++++ pkg/planner/core/optimizer.go | 4 + pkg/planner/core/planbuilder.go | 6 + pkg/sessionctx/stmtctx/stmtctx.go | 1 + pkg/types/explain_format.go | 3 + 7 files changed, 396 insertions(+), 1 deletion(-) create mode 100644 pkg/planner/core/common_unity.go create mode 100644 pkg/planner/core/common_unity_test.go 🧾 Pre-merged result: 2ac315ab5c91d9d3227da618067729da984b2ec6 2ac315ab5c fixup 0f5507f4e2 Merge remote-tracking branch 'upstream/master' into unity 600b2ed4bf *: bump client-go to fix #53011 (#53012) βœ… Pre merged πŸŽ‰ βœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // retry [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-600b2ed-2ac315a) 459944448 bytes in 9.69 secs (47455928 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/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 + make server CGO_ENABLED=1 GO111MODULE=on go build -tags codes -ldflags '-X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v8.2.0-alpha-125-g2ac315ab5c" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2024-05-06 03:23:02" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=2ac315ab5c91d9d3227da618067729da984b2ec6" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBEdition=Community" ' -o bin/tidb-server ./cmd/tidb-server go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c go: downloading github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/prometheus/client_golang v1.19.0 go: downloading github.com/pingcap/kvproto v0.0.0-20240227073058-929ab83f9754 go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20240430145241-6cb0704fce51 go: downloading github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3 go: downloading go.uber.org/automaxprocs v1.5.3 go: downloading github.com/BurntSushi/toml v1.3.2 go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/shirou/gopsutil/v3 v3.24.2 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading google.golang.org/grpc v1.63.2 go: downloading github.com/pingcap/tipb v0.0.0-20240318032315-55a7867ddd50 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 go: downloading golang.org/x/sync v0.7.0 go: downloading github.com/google/pprof v0.0.0-20240117000934-35fc243c5815 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/spf13/pflag v1.0.5 go: downloading golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 go: downloading golang.org/x/sys v0.19.0 go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading golang.org/x/net v0.24.0 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/stretchr/testify v1.9.0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/YangKeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/blacktear23/go-proxyprotocol v1.0.6 go: downloading github.com/pingcap/fn v1.0.0 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/klauspost/compress v1.17.7 go: downloading github.com/soheilhy/cmux v0.1.5 go: downloading github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2 go: downloading github.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/opentracing/basictracer-go v1.0.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading github.com/tidwall/btree v1.7.0 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading github.com/prometheus/common v0.53.0 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/google/btree v1.1.2 go: downloading go.uber.org/multierr v1.11.0 go: downloading golang.org/x/time v0.5.0 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading golang.org/x/tools v0.20.0 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading google.golang.org/protobuf v1.33.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.13.0 go: downloading github.com/pingcap/badger v1.5.1-0.20230103063557-828f39b09b6d go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading cloud.google.com/go/storage v1.36.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/aws/aws-sdk-go v1.50.0 go: downloading cloud.google.com/go v0.112.0 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading golang.org/x/oauth2 v0.18.0 go: downloading google.golang.org/api v0.162.0 go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/fatih/color v1.16.0 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading golang.org/x/term v0.19.0 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading github.com/coreos/go-semver v0.3.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/json-iterator/go v1.1.12 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 go: downloading github.com/go-asn1-ber/asn1-ber v1.5.4 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.0 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading golang.org/x/crypto v0.22.0 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 go: downloading google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de go: downloading cloud.google.com/go/compute/metadata v0.2.3 go: downloading cloud.google.com/go/iam v1.1.6 go: downloading github.com/googleapis/gax-go/v2 v2.12.0 go: downloading cloud.google.com/go/compute v1.24.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda go: downloading github.com/Masterminds/semver v1.5.0 go: downloading k8s.io/api v0.28.6 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading github.com/apache/thrift v0.16.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 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.24.0 go: downloading go.opentelemetry.io/otel v1.22.0 go: downloading go.opentelemetry.io/otel/trace v1.22.0 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.12.0 go: downloading github.com/rivo/uniseg v0.4.6 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.22.0 go: downloading github.com/golang-jwt/jwt/v5 v5.2.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/DataDog/zstd v1.5.5 go: downloading k8s.io/apimachinery v0.28.6 go: downloading k8s.io/klog/v2 v2.120.1 go: downloading github.com/google/gofuzz v1.2.0 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 [Pipeline] } Cache saved successfully (binary/pingcap/tidb/tidb-server/rev-600b2ed4bf0aa38224a1c4c4c68831820735515c-2ac315ab5c91d9d3227da618067729da984b2ec6) 216958464 bytes in 14.68 secs (14777667 bytes/sec) [Pipeline] // cache [Pipeline] script [Pipeline] { [Pipeline] sh + sha1= + [[ commit_master =~ ^commit_[0-9a-f]{40}$ ]] + refUrl=http://fileserver.pingcap.net/download/refs/pingcap/tikv/master/sha1 + [[ true = \t\r\u\e ]] + refUrl=http://fileserver.pingcap.net/download/refs/pingcap/tikv/master/sha1.verify + echo 'πŸ” ref url: http://fileserver.pingcap.net/download/refs/pingcap/tikv/master/sha1.verify' πŸ” ref url: http://fileserver.pingcap.net/download/refs/pingcap/tikv/master/sha1.verify ++ curl --fail http://fileserver.pingcap.net/download/refs/pingcap/tikv/master/sha1.verify ++ 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 959 0 --:--:-- --:--:-- --:--:-- 976 + sha1=72a0fd5b00235a7c56014b77ddd933e2a0d33c88 + artifactUrl=http://fileserver.pingcap.net/download/builds/pingcap/tikv/72a0fd5b00235a7c56014b77ddd933e2a0d33c88/centos7/tikv-server.tar.gz + echo 'β¬‡οΈπŸ“¦ artifact url: http://fileserver.pingcap.net/download/builds/pingcap/tikv/72a0fd5b00235a7c56014b77ddd933e2a0d33c88/centos7/tikv-server.tar.gz' β¬‡οΈπŸ“¦ artifact url: http://fileserver.pingcap.net/download/builds/pingcap/tikv/72a0fd5b00235a7c56014b77ddd933e2a0d33c88/centos7/tikv-server.tar.gz ++ basename http://fileserver.pingcap.net/download/builds/pingcap/tikv/72a0fd5b00235a7c56014b77ddd933e2a0d33c88/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/72a0fd5b00235a7c56014b77ddd933e2a0d33c88/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_master =~ ^commit_[0-9a-f]{40}$ ]] + refUrl=http://fileserver.pingcap.net/download/refs/pingcap/pd/master/sha1 + [[ true = \t\r\u\e ]] + refUrl=http://fileserver.pingcap.net/download/refs/pingcap/pd/master/sha1.verify + echo 'πŸ” ref url: http://fileserver.pingcap.net/download/refs/pingcap/pd/master/sha1.verify' πŸ” ref url: http://fileserver.pingcap.net/download/refs/pingcap/pd/master/sha1.verify ++ curl --fail http://fileserver.pingcap.net/download/refs/pingcap/pd/master/sha1.verify ++ 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 108 0 --:--:-- --:--:-- --:--:-- 108 100 41 100 41 0 0 108 0 --:--:-- --:--:-- --:--:-- 108 + sha1=1679dbca25b3483d1375c7e747da27e99ad77360 + artifactUrl=http://fileserver.pingcap.net/download/builds/pingcap/pd/1679dbca25b3483d1375c7e747da27e99ad77360/centos7/pd-server.tar.gz + echo 'β¬‡οΈπŸ“¦ artifact url: http://fileserver.pingcap.net/download/builds/pingcap/pd/1679dbca25b3483d1375c7e747da27e99ad77360/centos7/pd-server.tar.gz' β¬‡οΈπŸ“¦ artifact url: http://fileserver.pingcap.net/download/builds/pingcap/pd/1679dbca25b3483d1375c7e747da27e99ad77360/centos7/pd-server.tar.gz ++ basename http://fileserver.pingcap.net/download/builds/pingcap/pd/1679dbca25b3483d1375c7e747da27e99ad77360/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/1679dbca25b3483d1375c7e747da27e99ad77360/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/integration_test_tidb-server + touch rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] } Cache saved successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 65.32 secs (32781444 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checks) [Pipeline] parallel [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh y') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.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] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest1') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest2') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest3') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest4') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest2') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest3') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest4') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pipelineddmltest') [Pipeline] { (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_flashbacktest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh y') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.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] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest1') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest2') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest3') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest4') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest2') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest3') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest4') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pipelineddmltest') [Pipeline] stage [Pipeline] { (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_flashbacktest') [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] withEnv [Pipeline] { [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] withEnv [Pipeline] { [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/latest/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Obtained pipelines/pingcap/tidb/latest/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check2-8821-msmg9-sr1g8-vc94m [Pipeline] node Obtained pipelines/pingcap/tidb/latest/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-ghpr-check2-8821-skx3d-q0p1k-njf1n Obtained pipelines/pingcap/tidb/latest/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-ghpr-check2-8821-w92gw-qxjmv-bp9fb Obtained pipelines/pingcap/tidb/latest/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-ghpr-check2-8821-8wfwg-mrg4b-k8mzf Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check2-8821-h7wc8-fvb36-3jj39 Obtained pipelines/pingcap/tidb/latest/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Obtained pipelines/pingcap/tidb/latest/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-ghpr-check2-8821-fplr8-tcm8m-j57jz Obtained pipelines/pingcap/tidb/latest/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-ghpr-check2-8821-mmrgz-w7mr2-rwnqd Agent pingcap-tidb-ghpr-check2-8821-skx3d-q0p1k-njf1n is provisioned from template pingcap_tidb_ghpr_check2_8821-skx3d-q0p1k --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "dd79f3153ab1c4d3b9f52d3e9964fad022eba9de" jenkins/label: "pingcap_tidb_ghpr_check2_8821-skx3d" name: "pingcap-tidb-ghpr-check2-8821-skx3d-q0p1k-njf1n" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-skx3d-q0p1k-njf1n" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-skx3d-q0p1k-njf1n" - 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" Obtained pipelines/pingcap/tidb/latest/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate Running on pingcap-tidb-ghpr-check2-8821-skx3d-q0p1k-njf1n in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 [Pipeline] { [Pipeline] { [Pipeline] node [Pipeline] checkout Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check2-8821-330tt-mt6vw-91rlg The recommended git tool is: git Agent pingcap-tidb-ghpr-check2-8821-msmg9-sr1g8-vc94m is provisioned from template pingcap_tidb_ghpr_check2_8821-msmg9-sr1g8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "decb6d86e5795a2d6e9af117f2cbab2bbdc0e772" jenkins/label: "pingcap_tidb_ghpr_check2_8821-msmg9" name: "pingcap-tidb-ghpr-check2-8821-msmg9-sr1g8-vc94m" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-msmg9-sr1g8-vc94m" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-msmg9-sr1g8-vc94m" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-check2-8821-msmg9-sr1g8-vc94m in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 [Pipeline] { [Pipeline] checkout Obtained pipelines/pingcap/tidb/latest/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git The recommended git tool is: git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check2-8821-jwxgb-wrptc-zlc7c Agent pingcap-tidb-ghpr-check2-8821-h7wc8-fvb36-3jj39 is provisioned from template pingcap_tidb_ghpr_check2_8821-h7wc8-fvb36 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "832f178b54407a717927cfbc70861f2556cfa791" jenkins/label: "pingcap_tidb_ghpr_check2_8821-h7wc8" name: "pingcap-tidb-ghpr-check2-8821-h7wc8-fvb36-3jj39" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-h7wc8-fvb36-3jj39" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-h7wc8-fvb36-3jj39" - 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" No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@cdbdb38; decorates RemoteLauncher[hudson.remoting.Channel@25e90758:JNLP4-connect connection from 10.233.66.132/10.233.66.132:44266] 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 Running on pingcap-tidb-ghpr-check2-8821-h7wc8-fvb36-3jj39 in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 [Pipeline] { [Pipeline] checkout The recommended git tool is: git Agent pingcap-tidb-ghpr-check2-8821-8wfwg-mrg4b-k8mzf is provisioned from template pingcap_tidb_ghpr_check2_8821-8wfwg-mrg4b --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "3ba7e9eb558fd6ad75f7f3301f6c78e1658909fe" jenkins/label: "pingcap_tidb_ghpr_check2_8821-8wfwg" name: "pingcap-tidb-ghpr-check2-8821-8wfwg-mrg4b-k8mzf" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-8wfwg-mrg4b-k8mzf" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-8wfwg-mrg4b-k8mzf" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-check2-8821-8wfwg-mrg4b-k8mzf in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 Obtained pipelines/pingcap/tidb/latest/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] { No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@5708069; decorates RemoteLauncher[hudson.remoting.Channel@258498ea:JNLP4-connect connection from 10.233.84.43/10.233.84.43:53236] 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 [Pipeline] podTemplate Agent pingcap-tidb-ghpr-check2-8821-w92gw-qxjmv-bp9fb is provisioned from template pingcap_tidb_ghpr_check2_8821-w92gw-qxjmv --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "e598ed097bf79e385e95c0ace215827fcb06f861" jenkins/label: "pingcap_tidb_ghpr_check2_8821-w92gw" name: "pingcap-tidb-ghpr-check2-8821-w92gw-qxjmv-bp9fb" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-w92gw-qxjmv-bp9fb" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-w92gw-qxjmv-bp9fb" - 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" [Pipeline] { Running on pingcap-tidb-ghpr-check2-8821-w92gw-qxjmv-bp9fb in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 [Pipeline] node [Pipeline] { Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check2-8821-f4xth-dsq6g-gjdng [Pipeline] checkout Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/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 [Pipeline] checkout The recommended git tool is: git Agent pingcap-tidb-ghpr-check2-8821-fplr8-tcm8m-j57jz is provisioned from template pingcap_tidb_ghpr_check2_8821-fplr8-tcm8m --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "76b9f66cbe3dfa5c59c9e908d6f36d863633f802" jenkins/label: "pingcap_tidb_ghpr_check2_8821-fplr8" name: "pingcap-tidb-ghpr-check2-8821-fplr8-tcm8m-j57jz" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-fplr8-tcm8m-j57jz" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-fplr8-tcm8m-j57jz" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-check2-8821-fplr8-tcm8m-j57jz in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 [Pipeline] { The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/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@7c9550f5; decorates RemoteLauncher[hudson.remoting.Channel@716d899d:JNLP4-connect connection from 10.233.93.81/10.233.93.81:33838] 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/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 Obtained pipelines/pingcap/tidb/latest/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-ghpr-check2-8821-3z1kq-svjd0-qxnb2 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@17c40dd6; decorates RemoteLauncher[hudson.remoting.Channel@5e9c5b1c:JNLP4-connect connection from 10.233.70.3/10.233.70.3:45138] 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@67decb68; decorates RemoteLauncher[hudson.remoting.Channel@70bac0:JNLP4-connect connection from 10.233.71.30/10.233.71.30:57628] 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-ghpr-check2-8821-mmrgz-w7mr2-rwnqd is provisioned from template pingcap_tidb_ghpr_check2_8821-mmrgz-w7mr2 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/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 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "222494e158e1cd2bed47600a38bf56a8d9f75525" jenkins/label: "pingcap_tidb_ghpr_check2_8821-mmrgz" name: "pingcap-tidb-ghpr-check2-8821-mmrgz-w7mr2-rwnqd" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-mmrgz-w7mr2-rwnqd" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-mmrgz-w7mr2-rwnqd" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-check2-8821-mmrgz-w7mr2-rwnqd in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 [Pipeline] { Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 [Pipeline] checkout The recommended git tool is: git Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Obtained pipelines/pingcap/tidb/latest/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check2-8821-49p8t-dckr2-rpdpf [Pipeline] node 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 50 min [Pipeline] { No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@409d3755; decorates RemoteLauncher[hudson.remoting.Channel@35ab7b65:JNLP4-connect connection from 10.233.105.64/10.233.105.64:48840] 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 [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] cache > 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 rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@3ab41aa5; decorates RemoteLauncher[hudson.remoting.Channel@d6e1759:JNLP4-connect connection from 10.233.86.157/10.233.86.157:57036] 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/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 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/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 Obtained pipelines/pingcap/tidb/latest/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Obtained pipelines/pingcap/tidb/latest/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git 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) > 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 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)" Obtained pipelines/pingcap/tidb/latest/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check2-8821-vgmlj-r7tc9-mcjb4 Agent pingcap-tidb-ghpr-check2-8821-jwxgb-wrptc-zlc7c is provisioned from template pingcap_tidb_ghpr_check2_8821-jwxgb-wrptc --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "82a88db16ff72efc1e33606bb5e8289de3a0d907" jenkins/label: "pingcap_tidb_ghpr_check2_8821-jwxgb" name: "pingcap-tidb-ghpr-check2-8821-jwxgb-wrptc-zlc7c" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-jwxgb-wrptc-zlc7c" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-jwxgb-wrptc-zlc7c" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-check2-8821-jwxgb-wrptc-zlc7c in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 Agent pingcap-tidb-ghpr-check2-8821-330tt-mt6vw-91rlg is provisioned from template pingcap_tidb_ghpr_check2_8821-330tt-mt6vw --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "d773b0c3e90045fb513805a2cc32cacae1a628a2" jenkins/label: "pingcap_tidb_ghpr_check2_8821-330tt" name: "pingcap-tidb-ghpr-check2-8821-330tt-mt6vw-91rlg" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-330tt-mt6vw-91rlg" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-330tt-mt6vw-91rlg" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-check2-8821-330tt-mt6vw-91rlg in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 > 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 Agent pingcap-tidb-ghpr-check2-8821-f4xth-dsq6g-gjdng is provisioned from template pingcap_tidb_ghpr_check2_8821-f4xth-dsq6g --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "82fc67627bae78fc51dce607a89dae86d22ee653" jenkins/label: "pingcap_tidb_ghpr_check2_8821-f4xth" name: "pingcap-tidb-ghpr-check2-8821-f4xth-dsq6g-gjdng" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-f4xth-dsq6g-gjdng" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-f4xth-dsq6g-gjdng" - 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" > 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 Running on pingcap-tidb-ghpr-check2-8821-f4xth-dsq6g-gjdng in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Obtained pipelines/pingcap/tidb/latest/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Agent pingcap-tidb-ghpr-check2-8821-49p8t-dckr2-rpdpf is provisioned from template pingcap_tidb_ghpr_check2_8821-49p8t-dckr2 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "25a0680b842fc428d56acec66b833fb81a96c24b" jenkins/label: "pingcap_tidb_ghpr_check2_8821-49p8t" name: "pingcap-tidb-ghpr-check2-8821-49p8t-dckr2-rpdpf" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-49p8t-dckr2-rpdpf" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-49p8t-dckr2-rpdpf" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-check2-8821-49p8t-dckr2-rpdpf in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Obtained pipelines/pingcap/tidb/latest/pod-ghpr_check2.yaml from git https://github.com/PingCAP-QE/ci.git > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # 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 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Agent pingcap-tidb-ghpr-check2-8821-3z1kq-svjd0-qxnb2 is provisioned from template pingcap_tidb_ghpr_check2_8821-3z1kq-svjd0 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "cfc12ee6b583926c75bd2aee2e4001f6da04c7a7" jenkins/label: "pingcap_tidb_ghpr_check2_8821-3z1kq" name: "pingcap-tidb-ghpr-check2-8821-3z1kq-svjd0-qxnb2" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-3z1kq-svjd0-qxnb2" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-3z1kq-svjd0-qxnb2" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-check2-8821-3z1kq-svjd0-qxnb2 in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 Agent pingcap-tidb-ghpr-check2-8821-vgmlj-r7tc9-mcjb4 is provisioned from template pingcap_tidb_ghpr_check2_8821-vgmlj-r7tc9 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "9907dc0b1b4bdd2c6bac48435f534cfaaf69544e" jenkins/label: "pingcap_tidb_ghpr_check2_8821-vgmlj" name: "pingcap-tidb-ghpr-check2-8821-vgmlj-r7tc9-mcjb4" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-vgmlj-r7tc9-mcjb4" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-vgmlj-r7tc9-mcjb4" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-check2-8821-vgmlj-r7tc9-mcjb4 in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 11.54 secs (185488683 bytes/sec) [Pipeline] { [Pipeline] podTemplate [Pipeline] { [Pipeline] podTemplate [Pipeline] { [Pipeline] podTemplate [Pipeline] { [Pipeline] podTemplate [Pipeline] { [Pipeline] podTemplate [Pipeline] { [Pipeline] sh [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] { + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r--. 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] { [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git The recommended git tool is: git [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check2-8821-wsdl7-k5f90-zlpbl Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check2-8821-wgv8g-d0026-fx9s3 Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check2-8821-4p3hh-99bk1-5nt1w [Pipeline] } Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check2-8821-kkx3l-ldfzr-50fl8 Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check2-8821-1clmv-qcl2t-c8q6h [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] // cache [Pipeline] sh No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@2d34930c; decorates RemoteLauncher[hudson.remoting.Channel@523373ef:JNLP4-connect connection from 10.233.106.196/10.233.106.196:41464] 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@67482aa3; decorates RemoteLauncher[hudson.remoting.Channel@10c9eda5:JNLP4-connect connection from 10.233.84.55/10.233.84.55:39682] 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@7ac06c6; decorates RemoteLauncher[hudson.remoting.Channel@6b8e96de:JNLP4-connect connection from 10.233.86.99/10.233.86.99:56158] 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@2fe49b5; decorates RemoteLauncher[hudson.remoting.Channel@643fb7f2:JNLP4-connect connection from 10.233.127.50/10.233.127.50:36702] 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 [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/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 [Pipeline] { Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/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 [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/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 [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@14f01af5; decorates RemoteLauncher[hudson.remoting.Channel@c9ba106:JNLP4-connect connection from 10.233.68.117/10.233.68.117:53842] 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 [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 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 # timeout=10 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/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@5f886c44; decorates RemoteLauncher[hudson.remoting.Channel@61d6dfe6:JNLP4-connect connection from 10.233.97.126/10.233.97.126:51826] 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 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/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 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) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Agent pingcap-tidb-ghpr-check2-8821-1clmv-qcl2t-c8q6h is provisioned from template pingcap_tidb_ghpr_check2_8821-1clmv-qcl2t --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "a17a48e59e25ed40feb60bd3996cd225e216f4ec" jenkins/label: "pingcap_tidb_ghpr_check2_8821-1clmv" name: "pingcap-tidb-ghpr-check2-8821-1clmv-qcl2t-c8q6h" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-1clmv-qcl2t-c8q6h" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-1clmv-qcl2t-c8q6h" - 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" > 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 Running on pingcap-tidb-ghpr-check2-8821-1clmv-qcl2t-c8q6h in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Agent pingcap-tidb-ghpr-check2-8821-4p3hh-99bk1-5nt1w is provisioned from template pingcap_tidb_ghpr_check2_8821-4p3hh-99bk1 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "f8e636570ec39c2794b8c85bd2eac1c33a2d632a" jenkins/label: "pingcap_tidb_ghpr_check2_8821-4p3hh" name: "pingcap-tidb-ghpr-check2-8821-4p3hh-99bk1-5nt1w" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-4p3hh-99bk1-5nt1w" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-4p3hh-99bk1-5nt1w" - 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" > 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 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Running on pingcap-tidb-ghpr-check2-8821-4p3hh-99bk1-5nt1w in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Agent pingcap-tidb-ghpr-check2-8821-wsdl7-k5f90-zlpbl is provisioned from template pingcap_tidb_ghpr_check2_8821-wsdl7-k5f90 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "7556e1d0f19ab9f000209df5ae58312c67ce10ee" jenkins/label: "pingcap_tidb_ghpr_check2_8821-wsdl7" name: "pingcap-tidb-ghpr-check2-8821-wsdl7-k5f90-zlpbl" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-wsdl7-k5f90-zlpbl" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-wsdl7-k5f90-zlpbl" - 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" > 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 Running on pingcap-tidb-ghpr-check2-8821-wsdl7-k5f90-zlpbl in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 Agent pingcap-tidb-ghpr-check2-8821-kkx3l-ldfzr-50fl8 is provisioned from template pingcap_tidb_ghpr_check2_8821-kkx3l-ldfzr --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "7c68735e3b4fe004d6c8736bdbb8d463bf81218d" jenkins/label: "pingcap_tidb_ghpr_check2_8821-kkx3l" name: "pingcap-tidb-ghpr-check2-8821-kkx3l-ldfzr-50fl8" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-kkx3l-ldfzr-50fl8" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-kkx3l-ldfzr-50fl8" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-check2-8821-kkx3l-ldfzr-50fl8 in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Agent pingcap-tidb-ghpr-check2-8821-wgv8g-d0026-fx9s3 is provisioned from template pingcap_tidb_ghpr_check2_8821-wgv8g-d0026 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check2/8821/" runUrl: "job/pingcap/job/tidb/job/ghpr_check2/8821/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "114f48b3c2b70d3cafb4eb14d3dd324466ebe032" jenkins/label: "pingcap_tidb_ghpr_check2_8821-wgv8g" name: "pingcap-tidb-ghpr-check2-8821-wgv8g-d0026-fx9s3" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: 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-ghpr-check2-8821-wgv8g-d0026-fx9s3" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check2-8821-wgv8g-d0026-fx9s3" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-check2-8821-wgv8g-d0026-fx9s3 in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2 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 Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 4.15 secs (515937728 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 6.34 secs (337958401 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 5.02 secs (426690560 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 5.16 secs (415084912 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 3.49 secs (614065452 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 13.32 secs (160732134 bytes/sec) [Pipeline] { [Pipeline] sh [Pipeline] sh [Pipeline] sh + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r-- 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r-- 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] sh [Pipeline] sh + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r--. 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] sh + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r--. 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r-- 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] sh + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r-- 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) [Pipeline] checkout [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git The recommended git tool is: git [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... [Pipeline] // cache [Pipeline] // cache [Pipeline] // cache [Pipeline] // cache [Pipeline] // cache [Pipeline] sh No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@4db745d4; decorates RemoteLauncher[hudson.remoting.Channel@bdb89a1:JNLP4-connect connection from 10.233.100.223/10.233.100.223:53258] 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 [Pipeline] sh Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/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 + 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@668ba4b0; decorates RemoteLauncher[hudson.remoting.Channel@15684ccf:JNLP4-connect connection from 10.233.66.104/10.233.66.104:44538] 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 [Pipeline] sh Cloning repository https://github.com/PingCAP-QE/ci.git No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@681c5115; decorates RemoteLauncher[hudson.remoting.Channel@7e18f341:JNLP4-connect connection from 10.233.70.138/10.233.70.138:35026] 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@1a016f1e; decorates RemoteLauncher[hudson.remoting.Channel@17c8e2a6:JNLP4-connect connection from 10.233.69.121/10.233.69.121:51552] 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@1c7c8439; decorates RemoteLauncher[hudson.remoting.Channel@5fef3e12:JNLP4-connect connection from 10.233.67.26/10.233.67.26:36872] 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 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/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 + 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 + 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 + 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 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] // cache [Pipeline] sh > git init /home/jenkins/agent/workspace/pingcap/tidb/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 status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") + 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 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/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 init /home/jenkins/agent/workspace/pingcap/tidb/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 [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] sh [Pipeline] sh > 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) + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . Commit message: "fix(br): use failpoint tidb-server instead (#2951)" [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 . Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) [Pipeline] sh Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + 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 Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] sh > 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 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 > 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 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 diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/integrationtest_with_tikv.sh n ~/agent/workspace/pingcap/tidb/ghpr_check2/tidb/tests/integrationtest ~/agent/workspace/pingcap/tidb/ghpr_check2/tidb extracting statistics: s skip building tidb-server, using existing binary: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/bin/integration_test_tidb-server building portgenerator binary: ./portgenerator go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 go: downloading github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading go.uber.org/multierr v1.11.0 [Pipeline] { Avoid second fetch [Pipeline] { [Pipeline] { Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) [Pipeline] { [Pipeline] { [Pipeline] { diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . Commit message: "fix(br): use failpoint tidb-server instead (#2951)" [Pipeline] sh diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { + 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/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] cache > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... building mysql-tester binary: ./mysql_tester go: downloading github.com/pingcap/mysql-tester v0.0.0-20231124064544-17b728effac3 go: downloading github.com/sirupsen/logrus v1.8.1 go: downloading github.com/defined2014/mysql v0.0.0-20231121061906-fcfacaa39f49 go: downloading github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32 + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") go: downloading go.uber.org/atomic v1.11.0 go: downloading golang.org/x/sys v0.5.0 + git status + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") start tidb-server, log file: ./integration-test.out tidb-server(PID: 1630) started run all integration test cases (disabled new collation) + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 4.08 secs (524251716 bytes/sec) [Pipeline] { [Pipeline] cache ./t/collation_agg_func.test: ok! 74 test cases passed, take time 0.72641083 s ./t/collation_check_use_collation.test: ok! 93 test cases passed, take time 0.793247113 s ./t/collation_misc.test: ok! 66 test cases passed, take time 0.694460011 s ./t/collation_pointget.test: ok! 106 test cases passed, take time 0.764080656 s Great, All tests passed integrationtest passed! ./run-tests.sh: line 1: kill: (1630) - No such process ~/agent/workspace/pingcap/tidb/ghpr_check2/tidb Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 5.91 secs (362134905 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 10.55 secs (202959182 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 4.21 secs (508817167 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 15.46 secs (138469999 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 3.51 secs (609741280 bytes/sec) [Pipeline] { [Pipeline] sh + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r-- 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] sh [Pipeline] sh + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r-- 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] sh [Pipeline] sh + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r--. 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] sh + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r-- 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r-- 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] sh [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/integrationtest_with_tikv.sh y ~/agent/workspace/pingcap/tidb/ghpr_check2/tidb/tests/integrationtest ~/agent/workspace/pingcap/tidb/ghpr_check2/tidb extracting statistics: s skip building tidb-server, using existing binary: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/bin/integration_test_tidb-server building portgenerator binary: ./portgenerator go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 go: downloading github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading go.uber.org/multierr v1.11.0 [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_sessiontest [Pipeline] sh + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r-- 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_pessimistictest [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_brietest + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_statisticstest [Pipeline] sh building mysql-tester binary: ./mysql_tester go: downloading github.com/pingcap/mysql-tester v0.0.0-20231124064544-17b728effac3 go: downloading github.com/sirupsen/logrus v1.8.1 go: downloading github.com/defined2014/mysql v0.0.0-20231121061906-fcfacaa39f49 go: downloading github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32 go: downloading go.uber.org/atomic v1.11.0 go: downloading golang.org/x/sys v0.5.0 [Pipeline] } + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_txntest [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) start tidb-server, log file: ./integration-test.out tidb-server(PID: 1605) started run all integration test cases (enabled new collation) [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] junit Recording test results [Pipeline] // cache [Pipeline] // cache [Pipeline] // cache [Pipeline] // cache [Pipeline] sh None of the test reports contained any result [Checks API] No suitable checks publisher found. [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 [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 No test report files were found. Configuration error? [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 [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [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 [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/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 ./t/show.test: ok! 3 test cases passed, take time 0.000496507 s ./t/access_path_selection.test: ok! 9 test cases passed, take time 0.02615888 s ./t/agg_predicate_pushdown.test: ok! 7 test cases passed, take time 0.026813085 s GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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 ./t/bindinfo/bind.test: ok! 223 test cases passed, take time 2.835736019 s ./t/bindinfo/session_handle.test: ok! 21 test cases passed, take time 0.073637506 s ./t/bindinfo/temptable.test: ok! 38 test cases passed, take time 0.160057957 s GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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 ./t/black_list.test: ok! 55 test cases passed, take time 0.118382532 s GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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/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/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 go: downloading github.com/sergi/go-diff v1.1.0 ./t/clustered_index.test: ok! 47 test cases passed, take time 3.402526621 s ./t/collation_agg_func.test: ok! 74 test cases passed, take time 0.714275908 s ./t/collation_check_use_collation.test: ok! 93 test cases passed, take time 0.728579802 s ./t/collation_misc.test: ok! 66 test cases passed, take time 0.599471738 s ./t/collation_pointget.test: ok! 106 test cases passed, take time 0.669743716 s ./t/common_collation.test: ok! 26 test cases passed, take time 0.174856511 s bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... Starting local Bazel server and connecting to it... bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 11.45 secs (186992869 bytes/sec) [Pipeline] { [Pipeline] cache Starting local Bazel server and connecting to it... ./t/cte.test: ok! 189 test cases passed, take time 1.898448704 s ./t/db_integration.test: ok! 11 test cases passed, take time 0.053633516 s ./t/ddl/attributes_sql.test: ok! 30 test cases passed, take time 0.483356644 s bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: 6d69b0a9-10b1-49c7-b36e-650671b8d67d INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_41.2198695778/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/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/ghpr_check2/tidb/.bazelrc: --color=yes Loading: INFO: Invocation ID: 83f45ad1-b1d1-4211-b894-6d63cec9e4b8 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_43.2401814085/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/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/ghpr_check2/tidb/.bazelrc: --color=yes Loading: bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: bbb9aeea-f549-4e5b-8f4b-3169ec7cc5fd INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_41.1812909727/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/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/ghpr_check2/tidb/.bazelrc: --color=yes Loading: INFO: Invocation ID: c7147309-4527-4ba2-a878-348a96781de9 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_40.2023390894/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/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/ghpr_check2/tidb/.bazelrc: --color=yes Loading: Loading: Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Loading: Loading: Loading: Loading: 0 packages loaded Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) INFO: Invocation ID: e94952dc-0ad2-46bd-872d-550312a101b1 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_44.4019764824/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/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/ghpr_check2/tidb/.bazelrc: --color=yes Loading: Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) 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 (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 (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 (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (75 packages loaded, 955 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (75 packages loaded, 1182 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (74 packages loaded, 841 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10446 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (75 packages loaded, 1181 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10453 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (98 packages loaded, 1195 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 10.56 secs (202730557 bytes/sec) [Pipeline] { [Pipeline] cache Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (175 packages loaded, 11260 targets configured) Aborted by Jenkins Admin INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).  checking cached actions INFO: Found 1 target... Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (182 packages loaded, 11279 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 5.78 secs (370230500 bytes/sec) [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] { [Pipeline] sh Analyzing: target //:gazelle (172 packages loaded, 11256 targets configured) [Pipeline] sh ./t/ddl/bdr_mode.test: ok! 371 test cases passed, take time 19.477283301 s ./t/ddl/column.test: ok! 27 test cases passed, take time 0.296398613 s ./t/ddl/column_change.test: ok! 9 test cases passed, take time 0.072410004 s + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r-- 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] sh INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).  checking cached actions INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r--. 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] // cache [Pipeline] sh + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r--. 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [Pipeline] cache [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/flag.a; 0s remote-cache ... (3 actions, 0 running) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (185 packages loaded, 11267 targets configured) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).  checking cached actions INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) + 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 ./t/ddl/column_modify.test: ok! 164 test cases passed, take time 3.230473277 s Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (175 packages loaded, 11258 targets configured) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 5.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).  checking cached actions INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 6.8 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).  checking cached actions INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) [24 / 316] [Prepa] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool] ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 12.0 MiB / 17.2 MiB; 2s remote-cache ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 10.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 3.1 MiB / 3.6 MiB; 0s remote-cache ... (3 actions, 0 running) [25 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 4.0 MiB / 10.7 MiB; 2s remote-cache ... (2 actions, 0 running) [126 / 316] GoCompilePkg external/com_github_golangci_misspell/misspell.a [for tool]; Downloading external/com_github_golangci_misspell/misspell.a, 2.2 MiB / 5.5 MiB; 0s remote-cache ... (8 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/bufio.a; 0s remote-cache ... (3 actions, 0 running) [25 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 6.2 MiB / 7.3 MiB; 1s remote-cache ... (8 actions, 0 running) [208 / 316] GoCompilePkg external/co_honnef_go_tools/stylecheck/stylecheck.a [for tool]; Downloading external/co_honnef_go_tools/stylecheck/stylecheck.a; 0s remote-cache ... (3 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 28.238s, Critical Path: 4.10s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 10.7 MiB / 10.7 MiB; 1s remote-cache ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 3.0 MiB / 7.3 MiB; 1s remote-cache ... (3 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 27.887s, Critical Path: 3.69s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: bbc1dc29-e7e5-4493-982e-91dbe87f2d4d INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_43.2401814085/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/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/ghpr_check2/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. [152 / 316] GoCompilePkg external/co_honnef_go_tools/go/ir/ir.a [for tool]; Downloading external/co_honnef_go_tools/go/ir/ir.a, 2.9 MiB / 5.7 MiB; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 76cfda5e-7ed3-4f30-a66d-1a0542e9ee86 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_41.1812909727/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/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/ghpr_check2/tidb/.bazelrc: --color=yes [27 / 316] [Prepa] GoCompilePkg external/org_golang_x_tools/internal/aliases/aliases.a [for tool] ... (5 actions, 0 running) Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) [62 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (8 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 29.170s, Critical Path: 3.78s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle Analyzing: target //tools/tazel:tazel (7 packages loaded, 11302 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: ac51aa5a-983b-4f1c-8195-c8cae77a69dd INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_40.2023390894/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/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/ghpr_check2/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. [312 / 316] [Prepa] GoCompilePkg external/bazel_gazelle/language/proto/proto.a [for tool] Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 28.651s, Critical Path: 3.47s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 30.803s, Critical Path: 3.76s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle Analyzing: target //tools/tazel:tazel (9 packages loaded, 11933 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: b7c8e84b-4f67-42b4-9210-70995572492e INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_44.4019764824/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/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/ghpr_check2/tidb/.bazelrc: --color=yes bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 700e75ca-caa6-47bd-a1ff-e3ec40493e4f INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_41.2198695778/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/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/ghpr_check2/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (67 packages loaded, 12772 targets configured) Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //tools/tazel:tazel (137 packages loaded, 12965 targets configured) Analyzing: target //tools/tazel:tazel (9 packages loaded, 11928 targets configured) Analyzing: target //tools/tazel:tazel (284 packages loaded, 13902 targets configured) Analyzing: target //tools/tazel:tazel (7 packages loaded, 11910 targets configured) Analyzing: target //tools/tazel:tazel (7 packages loaded, 11856 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).  checking cached actions INFO: Found 1 target... [0 / 24] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 24] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) Analyzing: target //tools/tazel:tazel (128 packages loaded, 13009 targets configured) Analyzing: target //tools/tazel:tazel (121 packages loaded, 12892 targets configured) Analyzing: target //tools/tazel:tazel (298 packages loaded, 14064 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... Analyzing: target //tools/tazel:tazel (90 packages loaded, 12838 targets configured) [271 / 607] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache ... (2 actions, 0 running) [273 / 607] [Prepa] GoCompilePkg external/org_uber_go_zap/internal/ztest/ztest.a ... (8 actions, 0 running) [0 / 26] [Prepa] BazelWorkspaceStatusAction stable-status.txt Analyzing: target //tools/tazel:tazel (291 packages loaded, 14004 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... Analyzing: target //tools/tazel:tazel (284 packages loaded, 13902 targets configured) [575 / 607] [Prepa] GoCompilePkg external/com_github_tikv_pd_client/tsoutil/tsoutil.a ... (3 actions, 0 running) [0 / 28] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [273 / 607] [Prepa] GoCompilePkg external/org_uber_go_multierr/multierr.a INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 21] [Prepa] Creating source manifest for //tools/tazel:tazel [273 / 607] [Prepa] GoCompilePkg external/in_gopkg_natefinch_lumberjack_v2/lumberjack_v2.a ... (8 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 6.802s, Critical Path: 2.40s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb && bazel-bin/tools/tazel/tazel_/tazel ' [564 / 607] GoCompilePkg external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a; Downloading external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a, 791.8 KiB / 9.9 MiB; 0s remote-cache ... (2 actions, 0 running) [273 / 607] [Prepa] GoCompilePkg external/com_github_twmb_murmur3/murmur3.a ... (8 actions, 0 running) [570 / 607] GoCompilePkg external/com_github_pingcap_kvproto/pkg/mpp/mpp.a; 0s remote-cache ... (4 actions, 0 running) [272 / 607] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/statisticstest/... INFO: Invocation ID: b5fb94d6-abf5-456d-baa9-932f26a68553 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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 'coverage' from /data/..2024_05_06_03_27_43.2401814085/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' 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 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 6.786s, Critical Path: 2.53s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb && bazel-bin/tools/tazel/tazel_/tazel ' Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 7.936s, Critical Path: 4.05s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb && bazel-bin/tools/tazel/tazel_/tazel ' [569 / 607] GoCompilePkg external/com_github_pingcap_kvproto/pkg/raft_serverpb/raft_serverpb.a; 0s remote-cache ... (3 actions, 0 running) Click here to forcibly terminate running steps Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1 packages loaded, 0 targets configured) [519 / 607] GoCompilePkg external/com_github_prometheus_client_golang/prometheus/prometheus.a; Downloading external/com_github_prometheus_client_golang/prometheus/prometheus.a, 2.0 MiB / 2.6 MiB; 0s remote-cache ... (7 actions, 0 running) bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/pessimistictest/... Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 6.922s, Critical Path: 2.76s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb && bazel-bin/tools/tazel/tazel_/tazel ' Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (183 packages loaded, 8942 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/brietest/... INFO: Invocation ID: d27033df-2564-4b78-9222-b85c42b751ac INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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 'coverage' from /data/..2024_05_06_03_27_40.2023390894/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' 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 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Loading: Loading: 0 packages loaded INFO: Invocation ID: 0275bce8-cfdc-4d6a-84cd-a6f810a1e05e INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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 'coverage' from /data/..2024_05_06_03_27_41.1812909727/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' 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 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. [600 / 607] [Prepa] GoCompilePkg pkg/util/logutil/logutil.a Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 7.588s, Critical Path: 3.08s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb && bazel-bin/tools/tazel/tazel_/tazel ' Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. Analyzing: target //tests/realtikvtest/brietest:brietest_test (1 packages loaded, 0 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/sessiontest/... INFO: Invocation ID: 756964cb-f688-4f33-8104-3f1f420fb207 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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 'coverage' from /data/..2024_05_06_03_27_41.2198695778/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' 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 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1 packages loaded, 0 targets configured) Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (609 packages loaded, 12323 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (1 packages loaded, 0 targets configured) bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \ --@io_bazel_rules_go//go/config:cover_format=go_cover \ -- //tests/realtikvtest/txntest/... INFO: Invocation ID: abf8aae7-c94f-47e3-bc60-d83b1858c6cd INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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 'coverage' from /data/..2024_05_06_03_27_44.4019764824/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' 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 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Analyzing: target //tests/realtikvtest/brietest:brietest_test (454 packages loaded, 1290 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (445 packages loaded, 6561 targets configured) Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (818 packages loaded, 14548 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1 packages loaded, 0 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (584 packages loaded, 11645 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (460 packages loaded, 2068 targets configured) Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 14.28 secs (149938466 bytes/sec) [Pipeline] { [Pipeline] sh Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (826 packages loaded, 15185 targets configured) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (719 packages loaded, 12731 targets configured) [Pipeline] sh Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (646 packages loaded, 7869 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (376 packages loaded, 1691 targets configured) + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r--. 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 Analyzing: target //tests/realtikvtest/brietest:brietest_test (798 packages loaded, 14003 targets configured) [Pipeline] sh Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (940 packages loaded, 14501 targets configured) + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] sh Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (948 packages loaded, 15605 targets configured) + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] } [Pipeline] cache Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (922 packages loaded, 14632 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (643 packages loaded, 4403 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 b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1115 packages loaded, 16925 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (991 packages loaded, 16115 targets configured) diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1037 packages loaded, 15835 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (914 packages loaded, 13798 targets configured) diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... Analyzing: target //tests/realtikvtest/brietest:brietest_test (1038 packages loaded, 16364 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1100 packages loaded, 16433 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (927 packages loaded, 15597 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1192 packages loaded, 17903 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (960 packages loaded, 15792 targets configured) + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (962 packages loaded, 15878 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (1113 packages loaded, 16623 targets configured) + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1237 packages loaded, 18232 targets configured) + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1169 packages loaded, 17085 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (999 packages loaded, 16059 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (1218 packages loaded, 17718 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (1046 packages loaded, 16367 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1177 packages loaded, 17085 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1346 packages loaded, 18856 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1081 packages loaded, 16643 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (1161 packages loaded, 17633 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (1238 packages loaded, 18238 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1257 packages loaded, 17909 targets configured) Analyzing: target //tests/realtikvtest/statisticstest:statisticstest_test (1402 packages loaded, 19398 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1169 packages loaded, 17540 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (1199 packages loaded, 18002 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (1347 packages loaded, 18862 targets configured) INFO: Analyzed target //tests/realtikvtest/statisticstest:statisticstest_test (1496 packages loaded, 20036 targets configured).  checking cached actions INFO: Found 1 test target... [0 / 11] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1224 packages loaded, 18081 targets configured) Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (1277 packages loaded, 18514 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1489 packages loaded, 19259 targets configured) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1277 packages loaded, 18515 targets configured) Analyzing: target //tests/realtikvtest/brietest:brietest_test (1403 packages loaded, 19404 targets configured) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1492 packages loaded, 19398 targets configured) [25 / 1,546] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/go/types.a, 3.9 MiB / 5.9 MiB; 1s remote-cache ... (3 actions, 0 running) INFO: Analyzed target //tests/realtikvtest/brietest:brietest_test (1497 packages loaded, 20043 targets configured). INFO: Found 1 test target... [0 / 11] [Prepa] Writing file tests/realtikvtest/brietest/brietest_test/baseline_coverage.dat Analyzing: target //tests/realtikvtest/sessiontest:sessiontest_test (1402 packages loaded, 19399 targets configured) [27 / 1,546] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (2 actions, 0 running) Analyzing: target //tests/realtikvtest/pessimistictest:pessimistictest_test (1497 packages loaded, 19654 targets configured) INFO: Analyzed target //tests/realtikvtest/pessimistictest:pessimistictest_test (1497 packages loaded, 19674 targets configured). INFO: Found 1 test target... [0 / 7] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (3 actions, 0 running) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1351 packages loaded, 19125 targets configured) INFO: Analyzed target //tests/realtikvtest/sessiontest:sessiontest_test (1496 packages loaded, 20037 targets configured). INFO: Found 1 test target... [0 / 9] [Prepa] Writing file tests/realtikvtest/sessiontest/sessiontest_test/baseline_coverage.dat ... (3 actions, 0 running) [24 / 1,547] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 14.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [311 / 1,546] GoCompilePkg external/org_golang_x_text/runes/runes.a; Downloading external/org_golang_x_text/runes/runes.a; 0s remote-cache ... (8 actions, 0 running) Analyzing: target //tests/realtikvtest/txntest:txntest_test (1402 packages loaded, 19400 targets configured) [26 / 1,547] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 3.4 MiB / 17.2 MiB; 2s remote-cache ... (8 actions, 0 running) [24 / 1,546] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 8.0 MiB / 10.7 MiB; 0s remote-cache ... (3 actions, 0 running) [19 / 1,542] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache ... (3 actions, 0 running) INFO: Analyzed target //tests/realtikvtest/txntest:txntest_test (1496 packages loaded, 20038 targets configured). INFO: Found 1 test target... [0 / 11] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (3 actions, 0 running) [659 / 1,546] GoCompilePkg external/com_github_azuread_microsoft_authentication_library_for_go/apps/internal/oauth/ops/wstrust/wstrust.a; Downloading external/com_github_azuread_microsoft_authentication_library_for_go/apps/internal/oauth/ops/wstrust/wstrust.a; 0s remote-cache ... (8 actions, 0 running) [308 / 1,547] GoCompilePkg external/org_golang_x_sys/unix/unix.a; 0s remote-cache ... (8 actions, 0 running) [32 / 1,546] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 8.0 MiB / 10.7 MiB; 1s remote-cache ... (8 actions, 0 running) [64 / 1,542] GoCompilePkg external/co_honnef_go_tools/knowledge/knowledge.a [for tool]; 0s remote-cache ... (7 actions, 0 running) [903 / 1,546] GoCompilePkg external/com_github_aws_aws_sdk_go/internal/sdkmath/sdkmath.a; Downloading external/com_github_aws_aws_sdk_go/internal/sdkmath/sdkmath.a; 0s remote-cache ... (8 actions, 0 running) [23 / 1,546] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 12.0 MiB / 17.2 MiB; 0s remote-cache ... (4 actions, 0 running) [374 / 1,546] GoCompilePkg external/com_github_danjacques_gofslock/fslock/fslock.a; Downloading external/com_github_danjacques_gofslock/fslock/fslock.a, 124.7 KiB / 124.7 KiB; 0s remote-cache ... (6 actions, 0 running) [659 / 1,547] GoCompilePkg external/com_github_gogo_protobuf/types/types.a; 0s remote-cache ... (8 actions, 0 running) [401 / 1,542] GoCompilePkg external/org_golang_google_grpc/internal/credentials/credentials.a; 0s remote-cache ... (8 actions, 0 running) [1,134 / 1,546] GoCompilePkg external/com_github_aws_aws_sdk_go/service/s3/s3.a; Downloading external/com_github_aws_aws_sdk_go/service/s3/s3.a, 13.0 MiB / 15.4 MiB; 0s remote-cache ... (8 actions, 0 running) [785 / 1,546] GoCompilePkg external/com_github_dgraph_io_ristretto/z/z.a; 0s remote-cache ... (8 actions, 0 running) [1,006 / 1,547] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 5.2 MiB / 75.3 MiB; 0s remote-cache ... (8 actions, 0 running) [786 / 1,542] GoCompilePkg external/com_github_asaskevich_govalidator/govalidator.a; 0s remote-cache ... (8 actions, 0 running) [28 / 1,546] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (2 actions, 0 running) [1,200 / 1,546] 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 / 75.3 MiB; 1s remote-cache ... (8 actions, 0 running) [1,107 / 1,546] GoCompilePkg external/com_github_ks3sdklib_aws_sdk_go/service/s3/s3.a; 0s remote-cache ... (8 actions, 0 running) [1,167 / 1,547] GoCompilePkg external/com_github_cockroachdb_pebble/sstable/sstable.a; Downloading external/com_github_cockroachdb_pebble/sstable/sstable.a, 3.0 MiB / 4.2 MiB; 0s remote-cache ... (8 actions, 0 running) [316 / 1,546] GoCompilePkg external/org_uber_go_zap/zapcore/zapcore.a; 0s remote-cache ... (8 actions, 0 running) [1,298 / 1,546] GoCompilePkg pkg/domain/resourcegroup/resourcegroup.a; 0s remote-cache ... (8 actions, 0 running) Cache restored successfully (ws/jenkins-pingcap-tidb-ghpr_check2-8821) 2141276672 bytes in 12.05 secs (177712839 bytes/sec) [Pipeline] { [1,079 / 1,542] GoCompilePkg external/com_github_emirpasic_gods/trees/redblacktree/redblacktree.a; 0s remote-cache ... (8 actions, 0 running) [Pipeline] sh [1,269 / 1,547] [Prepa] GoCompilePkg pkg/util/logutil/logutil.a [Pipeline] sh [730 / 1,546] GoCompilePkg external/com_github_gogo_protobuf/types/types.a; Downloading external/com_github_gogo_protobuf/types/types.a, 3.5 MiB / 4.0 MiB; 0s remote-cache ... (8 actions, 0 running) [1,190 / 1,546] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 1s remote-cache ... (8 actions, 0 running) + ls -l rev-2ac315ab5c91d9d3227da618067729da984b2ec6 -rw-r--r--. 1 jenkins jenkins 0 May 6 11:26 rev-2ac315ab5c91d9d3227da618067729da984b2ec6 [1,142 / 1,542] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 49.3 MiB / 69.8 MiB; 0s remote-cache ... (8 actions, 0 running) + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/pkg/sessionctx/stmtctx/BUILD.bazel:3:11: GoCompilePkg pkg/sessionctx/stmtctx/stmtctx.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx) (cd /home/jenkins/.tidb/tmp/903aa8c667333396b92cebbde26882dc/sandbox/linux-sandbox/1948/execroot/__main__ && \ exec env - \ CGO_ENABLED=1 \ GOARCH=amd64 \ GOEXPERIMENT=nocoverageredesign \ GOOS=linux \ GOPATH='' \ GOROOT=bazel-out/k8-fastbuild-ST-5aa7482de5cd/bin/external/io_bazel_rules_go/stdlib_ \ GOROOT_FINAL=GOROOT \ GOTOOLCHAIN=local \ PATH=/usr/bin:/bin \ bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64_race -tags deadlock,intest,deadlock,intest,race -src pkg/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild-ST-00bca8d33aad/bin -embedlookupdir pkg/sessionctx/stmtctx -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-91cec3df5c04/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode atomic -cover_format go_cover -cover pkg/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.a -o bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-58cfadf0953f/bin/build/tidb_nogo_actual_/tidb_nogo_actual -gcflags -race -asmflags '') # Configuration: 6fa52d479dcc8b8eb0036768c4930cf3f43fa280e14987fb5cf6e580911e1c50 # Execution platform: @local_config_platform//:host Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging compilepkg: nogo: errors found by nogo during build-time code analysis: pkg/sessionctx/stmtctx/stmtctx.go:1:1: diff pkg/sessionctx/stmtctx/stmtctx.go.orig pkg/sessionctx/stmtctx/stmtctx.go --- pkg/sessionctx/stmtctx/stmtctx.go.orig +++ pkg/sessionctx/stmtctx/stmtctx.go @@ -157,7 +157,7 @@ InSelectStmt bool InLoadDataStmt bool InExplainStmt bool - LogicalPlan interface{} + LogicalPlan any InExplainAnalyzeStmt bool ExplainFormat string InCreateOrAlterStmt bool (gofmt) [1,335 / 1,546] 1 / 1 tests, 1 failed; checking cached actions Target //tests/realtikvtest/statisticstest:statisticstest_test failed to build ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/tests/realtikvtest/statisticstest/BUILD.bazel:3:8 GoCompilePkg tests/realtikvtest/statisticstest/statisticstest_test~testmain.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx) (cd /home/jenkins/.tidb/tmp/903aa8c667333396b92cebbde26882dc/sandbox/linux-sandbox/1948/execroot/__main__ && \ exec env - \ CGO_ENABLED=1 \ GOARCH=amd64 \ GOEXPERIMENT=nocoverageredesign \ GOOS=linux \ GOPATH='' \ GOROOT=bazel-out/k8-fastbuild-ST-5aa7482de5cd/bin/external/io_bazel_rules_go/stdlib_ \ GOROOT_FINAL=GOROOT \ GOTOOLCHAIN=local \ PATH=/usr/bin:/bin \ bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64_race -tags deadlock,intest,deadlock,intest,race -src pkg/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild-ST-00bca8d33aad/bin -embedlookupdir pkg/sessionctx/stmtctx -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-91cec3df5c04/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode atomic -cover_format go_cover -cover pkg/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.a -o bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-58cfadf0953f/bin/build/tidb_nogo_actual_/tidb_nogo_actual -gcflags -race -asmflags '') # Configuration: 6fa52d479dcc8b8eb0036768c4930cf3f43fa280e14987fb5cf6e580911e1c50 # Execution platform: @local_config_platform//:host Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging INFO: Elapsed time: 22.671s, Critical Path: 6.69s INFO: 1332 processes: 1308 remote cache hit, 24 internal. FAILED: Build did NOT complete successfully //tests/realtikvtest/statisticstest:statisticstest_test FAILED TO BUILD Test cases: finished with 0 passing and 0 failing out of 0 test cases Executed 0 out of 1 test: 1 fails to build. make: *** [bazel_statisticstest] Error 1 [1,076 / 1,546] GoCompilePkg external/com_github_json_iterator_go/go.a; 0s remote-cache ... (8 actions, 0 running) [1,312 / 1,546] [Prepa] GoCompilePkg pkg/session/txninfo/txninfo.a ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/pkg/sessionctx/stmtctx/BUILD.bazel:3:11: GoCompilePkg pkg/sessionctx/stmtctx/stmtctx.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx) (cd /home/jenkins/.tidb/tmp/903aa8c667333396b92cebbde26882dc/sandbox/linux-sandbox/1948/execroot/__main__ && \ exec env - \ CGO_ENABLED=1 \ GOARCH=amd64 \ GOEXPERIMENT=nocoverageredesign \ GOOS=linux \ GOPATH='' \ GOROOT=bazel-out/k8-fastbuild-ST-5aa7482de5cd/bin/external/io_bazel_rules_go/stdlib_ \ GOROOT_FINAL=GOROOT \ GOTOOLCHAIN=local \ PATH=/usr/bin:/bin \ bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64_race -tags deadlock,intest,deadlock,intest,race -src pkg/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild-ST-00bca8d33aad/bin -embedlookupdir pkg/sessionctx/stmtctx -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-91cec3df5c04/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode atomic -cover_format go_cover -cover pkg/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.a -o bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-58cfadf0953f/bin/build/tidb_nogo_actual_/tidb_nogo_actual -gcflags -race -asmflags '') # Configuration: 6fa52d479dcc8b8eb0036768c4930cf3f43fa280e14987fb5cf6e580911e1c50 # Execution platform: @local_config_platform//:host Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging compilepkg: nogo: errors found by nogo during build-time code analysis: pkg/sessionctx/stmtctx/stmtctx.go:1:1: diff pkg/sessionctx/stmtctx/stmtctx.go.orig pkg/sessionctx/stmtctx/stmtctx.go --- pkg/sessionctx/stmtctx/stmtctx.go.orig +++ pkg/sessionctx/stmtctx/stmtctx.go @@ -157,7 +157,7 @@ InSelectStmt bool InLoadDataStmt bool InExplainStmt bool - LogicalPlan interface{} + LogicalPlan any InExplainAnalyzeStmt bool ExplainFormat string InCreateOrAlterStmt bool (gofmt) [1,335 / 1,547] 1 / 1 tests, 1 failed; checking cached actions Target //tests/realtikvtest/brietest:brietest_test failed to build ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/tests/realtikvtest/brietest/BUILD.bazel:3:8 GoCompilePkg tests/realtikvtest/brietest/brietest_test~testmain.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx) (cd /home/jenkins/.tidb/tmp/903aa8c667333396b92cebbde26882dc/sandbox/linux-sandbox/1948/execroot/__main__ && \ exec env - \ CGO_ENABLED=1 \ GOARCH=amd64 \ GOEXPERIMENT=nocoverageredesign \ GOOS=linux \ GOPATH='' \ GOROOT=bazel-out/k8-fastbuild-ST-5aa7482de5cd/bin/external/io_bazel_rules_go/stdlib_ \ GOROOT_FINAL=GOROOT \ GOTOOLCHAIN=local \ PATH=/usr/bin:/bin \ bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64_race -tags deadlock,intest,deadlock,intest,race -src pkg/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild-ST-00bca8d33aad/bin -embedlookupdir pkg/sessionctx/stmtctx -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-91cec3df5c04/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode atomic -cover_format go_cover -cover pkg/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.a -o bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-58cfadf0953f/bin/build/tidb_nogo_actual_/tidb_nogo_actual -gcflags -race -asmflags '') # Configuration: 6fa52d479dcc8b8eb0036768c4930cf3f43fa280e14987fb5cf6e580911e1c50 # Execution platform: @local_config_platform//:host Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging INFO: Elapsed time: 21.664s, Critical Path: 5.78s INFO: 1332 processes: 1308 remote cache hit, 24 internal. FAILED: Build did NOT complete successfully //tests/realtikvtest/brietest:brietest_test FAILED TO BUILD Test cases: finished with 0 passing and 0 failing out of 0 test cases Executed 0 out of 1 test: 1 fails to build. make: *** [bazel_brietest] Error 1 [1,245 / 1,542] GoCompilePkg external/com_github_tikv_client_go_v2/internal/unionstore/unionstore.a; Downloading external/com_github_tikv_client_go_v2/internal/unionstore/unionstore.a, 839.8 KiB / 1.5 MiB; 0s remote-cache ... (3 actions, 0 running) diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... [1,180 / 1,546] GoCompilePkg external/com_github_cockroachdb_pebble/pebble.a; 0s remote-cache ... (8 actions, 0 running) [1,334 / 1,546] GoCompilePkg pkg/sessionctx/stmtctx/stmtctx.a; 0s remote-cache, linux-sandbox ... (7 actions, 6 running) ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/pkg/sessionctx/stmtctx/BUILD.bazel:3:11: GoCompilePkg pkg/sessionctx/stmtctx/stmtctx.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx) (cd /home/jenkins/.tidb/tmp/903aa8c667333396b92cebbde26882dc/sandbox/linux-sandbox/1948/execroot/__main__ && \ exec env - \ CGO_ENABLED=1 \ GOARCH=amd64 \ GOEXPERIMENT=nocoverageredesign \ GOOS=linux \ GOPATH='' \ GOROOT=bazel-out/k8-fastbuild-ST-5aa7482de5cd/bin/external/io_bazel_rules_go/stdlib_ \ GOROOT_FINAL=GOROOT \ GOTOOLCHAIN=local \ PATH=/usr/bin:/bin \ bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64_race -tags deadlock,intest,deadlock,intest,race -src pkg/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild-ST-00bca8d33aad/bin -embedlookupdir pkg/sessionctx/stmtctx -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-91cec3df5c04/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode atomic -cover_format go_cover -cover pkg/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.a -o bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-58cfadf0953f/bin/build/tidb_nogo_actual_/tidb_nogo_actual -gcflags -race -asmflags '') # Configuration: 6fa52d479dcc8b8eb0036768c4930cf3f43fa280e14987fb5cf6e580911e1c50 # Execution platform: @local_config_platform//:host Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging compilepkg: nogo: errors found by nogo during build-time code analysis: pkg/sessionctx/stmtctx/stmtctx.go:1:1: diff pkg/sessionctx/stmtctx/stmtctx.go.orig pkg/sessionctx/stmtctx/stmtctx.go --- pkg/sessionctx/stmtctx/stmtctx.go.orig +++ pkg/sessionctx/stmtctx/stmtctx.go @@ -157,7 +157,7 @@ InSelectStmt bool InLoadDataStmt bool InExplainStmt bool - LogicalPlan interface{} + LogicalPlan any InExplainAnalyzeStmt bool ExplainFormat string InCreateOrAlterStmt bool (gofmt) Target //tests/realtikvtest/sessiontest:sessiontest_test failed to build ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/pkg/util/topsql/reporter/BUILD.bazel:3:11 GoCompilePkg pkg/util/topsql/reporter/reporter.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx) (cd /home/jenkins/.tidb/tmp/903aa8c667333396b92cebbde26882dc/sandbox/linux-sandbox/1948/execroot/__main__ && \ exec env - \ CGO_ENABLED=1 \ GOARCH=amd64 \ GOEXPERIMENT=nocoverageredesign \ GOOS=linux \ GOPATH='' \ GOROOT=bazel-out/k8-fastbuild-ST-5aa7482de5cd/bin/external/io_bazel_rules_go/stdlib_ \ GOROOT_FINAL=GOROOT \ GOTOOLCHAIN=local \ PATH=/usr/bin:/bin \ bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64_race -tags deadlock,intest,deadlock,intest,race -src pkg/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild-ST-00bca8d33aad/bin -embedlookupdir pkg/sessionctx/stmtctx -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-91cec3df5c04/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode atomic -cover_format go_cover -cover pkg/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.a -o bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-58cfadf0953f/bin/build/tidb_nogo_actual_/tidb_nogo_actual -gcflags -race -asmflags '') # Configuration: 6fa52d479dcc8b8eb0036768c4930cf3f43fa280e14987fb5cf6e580911e1c50 # Execution platform: @local_config_platform//:host Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging INFO: Elapsed time: 21.549s, Critical Path: 5.66s INFO: 1335 processes: 1308 remote cache hit, 20 internal, 7 linux-sandbox. FAILED: Build did NOT complete successfully //tests/realtikvtest/sessiontest:sessiontest_test FAILED TO BUILD Test cases: finished with 0 passing and 0 failing out of 0 test cases Executed 0 out of 1 test: 1 fails to build. make: *** [bazel_sessiontest] Error 1 [Pipeline] sh [1,334 / 1,546] GoCompilePkg pkg/store/driver/backoff/backoff.a; 0s remote-cache, linux-sandbox ... (7 actions, 6 running) [1,331 / 1,542] GoCompilePkg pkg/sessionctx/stmtctx/stmtctx.a; 1s remote-cache, linux-sandbox ... (6 actions running) + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [1,334 / 1,546] GoCompilePkg pkg/store/driver/backoff/backoff.a; 1s remote-cache, linux-sandbox ... (8 actions running) ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/pkg/sessionctx/stmtctx/BUILD.bazel:3:11: GoCompilePkg pkg/sessionctx/stmtctx/stmtctx.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx) (cd /home/jenkins/.tidb/tmp/903aa8c667333396b92cebbde26882dc/sandbox/linux-sandbox/1945/execroot/__main__ && \ exec env - \ CGO_ENABLED=1 \ GOARCH=amd64 \ GOEXPERIMENT=nocoverageredesign \ GOOS=linux \ GOPATH='' \ GOROOT=bazel-out/k8-fastbuild-ST-b33d65c724e6/bin/external/io_bazel_rules_go/stdlib_ \ GOROOT_FINAL=GOROOT \ GOTOOLCHAIN=local \ PATH=/usr/bin:/bin \ bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64 -tags deadlock,intest,deadlock,intest -src pkg/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild/bin -embedlookupdir pkg/sessionctx/stmtctx -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-8f6eb6207b9d/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode set -cover_format go_cover -cover pkg/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild/bin/pkg/distsql/context/context.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild/bin/pkg/parser/parser.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild/bin/pkg/statistics/handle/usage/indexusage/indexusage.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/stmtctx.a -o bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/stmtctx.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild/bin/pkg/distsql/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild/bin/pkg/parser/parser.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild/bin/pkg/statistics/handle/usage/indexusage/indexusage.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/stmtctx.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-b62283a3abad/bin/build/tidb_nogo_actual_/tidb_nogo_actual -gcflags '' -asmflags '') # Configuration: 77cb712ac7afe0fb4c18da2b76de6b70e3c35df74801090bda601641228f8162 # Execution platform: @local_config_platform//:host Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging compilepkg: nogo: errors found by nogo during build-time code analysis: pkg/sessionctx/stmtctx/stmtctx.go:1:1: diff pkg/sessionctx/stmtctx/stmtctx.go.orig pkg/sessionctx/stmtctx/stmtctx.go --- pkg/sessionctx/stmtctx/stmtctx.go.orig +++ pkg/sessionctx/stmtctx/stmtctx.go @@ -157,7 +157,7 @@ InSelectStmt bool InLoadDataStmt bool InExplainStmt bool - LogicalPlan interface{} + LogicalPlan any InExplainAnalyzeStmt bool ExplainFormat string InCreateOrAlterStmt bool (gofmt) [1,334 / 1,542] 1 / 1 tests, 1 failed; checking cached actions Target //tests/realtikvtest/pessimistictest:pessimistictest_test failed to build ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/tests/realtikvtest/pessimistictest/BUILD.bazel:3:8 GoCompilePkg tests/realtikvtest/pessimistictest/pessimistictest_test~testmain.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx) (cd /home/jenkins/.tidb/tmp/903aa8c667333396b92cebbde26882dc/sandbox/linux-sandbox/1945/execroot/__main__ && \ exec env - \ CGO_ENABLED=1 \ GOARCH=amd64 \ GOEXPERIMENT=nocoverageredesign \ GOOS=linux \ GOPATH='' \ GOROOT=bazel-out/k8-fastbuild-ST-b33d65c724e6/bin/external/io_bazel_rules_go/stdlib_ \ GOROOT_FINAL=GOROOT \ GOTOOLCHAIN=local \ PATH=/usr/bin:/bin \ bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64 -tags deadlock,intest,deadlock,intest -src pkg/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild/bin -embedlookupdir pkg/sessionctx/stmtctx -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-8f6eb6207b9d/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode set -cover_format go_cover -cover pkg/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild/bin/pkg/distsql/context/context.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild/bin/pkg/parser/parser.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild/bin/pkg/statistics/handle/usage/indexusage/indexusage.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/stmtctx.a -o bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/stmtctx.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild/bin/pkg/distsql/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild/bin/pkg/parser/parser.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild/bin/pkg/statistics/handle/usage/indexusage/indexusage.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild/bin/pkg/sessionctx/stmtctx/stmtctx.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-b62283a3abad/bin/build/tidb_nogo_actual_/tidb_nogo_actual -gcflags '' -asmflags '') # Configuration: 77cb712ac7afe0fb4c18da2b76de6b70e3c35df74801090bda601641228f8162 # Execution platform: @local_config_platform//:host Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging INFO: Elapsed time: 24.933s, Critical Path: 7.96s INFO: 1322 processes: 1313 remote cache hit, 9 internal. FAILED: Build did NOT complete successfully //tests/realtikvtest/pessimistictest:pessimistictest_test FAILED TO BUILD Test cases: finished with 0 passing and 0 failing out of 0 test cases Executed 0 out of 1 test: 1 fails to build. make: *** [bazel_pessimistictest] Error 1 diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/pkg/sessionctx/stmtctx/BUILD.bazel:3:11: GoCompilePkg pkg/sessionctx/stmtctx/stmtctx.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx) (cd /home/jenkins/.tidb/tmp/903aa8c667333396b92cebbde26882dc/sandbox/linux-sandbox/1951/execroot/__main__ && \ exec env - \ CGO_ENABLED=1 \ GOARCH=amd64 \ GOEXPERIMENT=nocoverageredesign \ GOOS=linux \ GOPATH='' \ GOROOT=bazel-out/k8-fastbuild-ST-5aa7482de5cd/bin/external/io_bazel_rules_go/stdlib_ \ GOROOT_FINAL=GOROOT \ GOTOOLCHAIN=local \ PATH=/usr/bin:/bin \ bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64_race -tags deadlock,intest,deadlock,intest,race -src pkg/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild-ST-00bca8d33aad/bin -embedlookupdir pkg/sessionctx/stmtctx -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-91cec3df5c04/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode atomic -cover_format go_cover -cover pkg/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.a -o bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-58cfadf0953f/bin/build/tidb_nogo_actual_/tidb_nogo_actual -gcflags -race -asmflags '') # Configuration: 6fa52d479dcc8b8eb0036768c4930cf3f43fa280e14987fb5cf6e580911e1c50 # Execution platform: @local_config_platform//:host Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging compilepkg: nogo: errors found by nogo during build-time code analysis: pkg/sessionctx/stmtctx/stmtctx.go:1:1: diff pkg/sessionctx/stmtctx/stmtctx.go.orig pkg/sessionctx/stmtctx/stmtctx.go --- pkg/sessionctx/stmtctx/stmtctx.go.orig +++ pkg/sessionctx/stmtctx/stmtctx.go @@ -157,7 +157,7 @@ InSelectStmt bool InLoadDataStmt bool InExplainStmt bool - LogicalPlan interface{} + LogicalPlan any InExplainAnalyzeStmt bool ExplainFormat string InCreateOrAlterStmt bool (gofmt) Target //tests/realtikvtest/txntest:txntest_test failed to build ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/tests/realtikvtest/txntest/BUILD.bazel:3:8 GoCompilePkg tests/realtikvtest/txntest/txntest_test~testmain.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx) (cd /home/jenkins/.tidb/tmp/903aa8c667333396b92cebbde26882dc/sandbox/linux-sandbox/1951/execroot/__main__ && \ exec env - \ CGO_ENABLED=1 \ GOARCH=amd64 \ GOEXPERIMENT=nocoverageredesign \ GOOS=linux \ GOPATH='' \ GOROOT=bazel-out/k8-fastbuild-ST-5aa7482de5cd/bin/external/io_bazel_rules_go/stdlib_ \ GOROOT_FINAL=GOROOT \ GOTOOLCHAIN=local \ PATH=/usr/bin:/bin \ bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64_race -tags deadlock,intest,deadlock,intest,race -src pkg/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild-ST-00bca8d33aad/bin -embedlookupdir pkg/sessionctx/stmtctx -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-91cec3df5c04/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode atomic -cover_format go_cover -cover pkg/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.a -o bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-58cfadf0953f/bin/build/tidb_nogo_actual_/tidb_nogo_actual -gcflags -race -asmflags '') # Configuration: 6fa52d479dcc8b8eb0036768c4930cf3f43fa280e14987fb5cf6e580911e1c50 # Execution platform: @local_config_platform//:host Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging INFO: Elapsed time: 23.834s, Critical Path: 6.86s INFO: 1335 processes: 1315 remote cache hit, 20 internal. FAILED: Build did NOT complete successfully //tests/realtikvtest/txntest:txntest_test FAILED TO BUILD Test cases: finished with 0 passing and 0 failing out of 0 test cases Executed 0 out of 1 test: 1 fails to build. make: *** [bazel_txntest] Error 1 Killing processes + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") kill finished with exit code 1 Killing processes kill finished with exit code 1 Killing processes kill finished with exit code 1 Killing processes kill finished with exit code 1 Killing processes kill finished with exit code 1 Killing processes kill finished with exit code 1 Killing processes kill finished with exit code 1 Killing processes kill finished with exit code 1 Killing processes kill finished with exit code 1 Killing processes kill finished with exit code 1 Killing processes kill finished with exit code 1 Killing processes kill finished with exit code 0 Killing processes kill finished with exit code 0 Killing processes kill finished with exit code 0 Killing processes kill finished with exit code 0 Killing processes kill finished with exit code 0 Sending interrupt signal to process Killing processes kill finished with exit code 0 [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) script returned exit code 143 [Pipeline] sh [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] // dir [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest1 [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8821 already exists) + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest4 [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] sh [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest3 [Pipeline] // cache [Pipeline] // cache [Pipeline] } [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest [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 [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 [Pipeline] // cache [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [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 [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 [Pipeline] sh + str='integrationtest_with_tikv.sh n' + logs_dir=logs_integrationtest_with_tikv.sh_n + mkdir -p logs_integrationtest_with_tikv.sh_n + mv pd1.log pd2.log pd3.log logs_integrationtest_with_tikv.sh_n + mv tikv1.log tikv2.log tikv3.log logs_integrationtest_with_tikv.sh_n + mv tests/integrationtest/integration-test.out logs_integrationtest_with_tikv.sh_n + tar -czvf logs_integrationtest_with_tikv.sh_n.tar.gz logs_integrationtest_with_tikv.sh_n logs_integrationtest_with_tikv.sh_n/ logs_integrationtest_with_tikv.sh_n/pd3.log logs_integrationtest_with_tikv.sh_n/integration-test.out logs_integrationtest_with_tikv.sh_n/tikv1.log logs_integrationtest_with_tikv.sh_n/pd1.log logs_integrationtest_with_tikv.sh_n/tikv3.log logs_integrationtest_with_tikv.sh_n/tikv2.log logs_integrationtest_with_tikv.sh_n/pd2.log [Pipeline] // cache [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest2 [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir + 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] // dir [Pipeline] // dir Post stage Post stage Post stage Post stage Post stage [Pipeline] // dir Post stage [Pipeline] sh [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] sh [Pipeline] junit Recording test results [Pipeline] junit Recording test results [Pipeline] junit Recording test results [Pipeline] junit Recording test results [Pipeline] junit Recording test results [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . None of the test reports contained any result [Checks API] No suitable checks publisher found. None of the test reports contained any result [Checks API] No suitable checks publisher found. None of the test reports contained any result [Checks API] No suitable checks publisher found. None of the test reports contained any result [Checks API] No suitable checks publisher found. None of the test reports contained any result [Checks API] No suitable checks publisher found. [Pipeline] sh No test report files were found. Configuration error? + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . None of the test reports contained any result [Checks API] No suitable checks publisher found. No test report files were found. Configuration error? No test report files were found. Configuration error? No test report files were found. Configuration error? No test report files were found. Configuration error? [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] } diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir No test report files were found. Configuration error? [Pipeline] // dir [Pipeline] // dir diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . [Pipeline] // dir [Pipeline] } [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] sh diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + str='run_real_tikv_tests.sh bazel_sessiontest' + logs_dir=logs_run_real_tikv_tests.sh_bazel_sessiontest + mkdir -p logs_run_real_tikv_tests.sh_bazel_sessiontest + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_sessiontest + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_sessiontest + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_sessiontest mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_sessiontest.tar.gz logs_run_real_tikv_tests.sh_bazel_sessiontest logs_run_real_tikv_tests.sh_bazel_sessiontest/ logs_run_real_tikv_tests.sh_bazel_sessiontest/tikv2.log logs_run_real_tikv_tests.sh_bazel_sessiontest/pd2.log logs_run_real_tikv_tests.sh_bazel_sessiontest/pd1.log logs_run_real_tikv_tests.sh_bazel_sessiontest/tikv3.log logs_run_real_tikv_tests.sh_bazel_sessiontest/pd3.log logs_run_real_tikv_tests.sh_bazel_sessiontest/tikv1.log [Pipeline] sh + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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 + str='run_real_tikv_tests.sh bazel_brietest' + logs_dir=logs_run_real_tikv_tests.sh_bazel_brietest + mkdir -p logs_run_real_tikv_tests.sh_bazel_brietest + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_brietest + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_brietest + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_brietest mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_brietest.tar.gz logs_run_real_tikv_tests.sh_bazel_brietest logs_run_real_tikv_tests.sh_bazel_brietest/ logs_run_real_tikv_tests.sh_bazel_brietest/tikv1.log logs_run_real_tikv_tests.sh_bazel_brietest/tikv3.log logs_run_real_tikv_tests.sh_bazel_brietest/pd3.log logs_run_real_tikv_tests.sh_bazel_brietest/tikv2.log logs_run_real_tikv_tests.sh_bazel_brietest/pd1.log logs_run_real_tikv_tests.sh_bazel_brietest/pd2.log [Pipeline] sh GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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 + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") + str='run_real_tikv_tests.sh bazel_statisticstest' + logs_dir=logs_run_real_tikv_tests.sh_bazel_statisticstest + mkdir -p logs_run_real_tikv_tests.sh_bazel_statisticstest + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_statisticstest + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_statisticstest + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_statisticstest mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_statisticstest.tar.gz logs_run_real_tikv_tests.sh_bazel_statisticstest logs_run_real_tikv_tests.sh_bazel_statisticstest/ logs_run_real_tikv_tests.sh_bazel_statisticstest/tikv1.log logs_run_real_tikv_tests.sh_bazel_statisticstest/pd1.log logs_run_real_tikv_tests.sh_bazel_statisticstest/pd2.log logs_run_real_tikv_tests.sh_bazel_statisticstest/tikv3.log logs_run_real_tikv_tests.sh_bazel_statisticstest/pd3.log logs_run_real_tikv_tests.sh_bazel_statisticstest/tikv2.log [Pipeline] // withCredentials [Pipeline] } [Pipeline] sh GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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 + str='run_real_tikv_tests.sh bazel_txntest' + logs_dir=logs_run_real_tikv_tests.sh_bazel_txntest + mkdir -p logs_run_real_tikv_tests.sh_bazel_txntest + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_txntest + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_txntest + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_txntest mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_txntest.tar.gz logs_run_real_tikv_tests.sh_bazel_txntest logs_run_real_tikv_tests.sh_bazel_txntest/ logs_run_real_tikv_tests.sh_bazel_txntest/pd1.log logs_run_real_tikv_tests.sh_bazel_txntest/pd3.log logs_run_real_tikv_tests.sh_bazel_txntest/pd2.log logs_run_real_tikv_tests.sh_bazel_txntest/tikv3.log logs_run_real_tikv_tests.sh_bazel_txntest/tikv2.log logs_run_real_tikv_tests.sh_bazel_txntest/tikv1.log + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." 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-2ac315ab5c91d9d3227da618067729da984b2ec6 no changes added to commit (use "git add" and/or "git commit -a") go: downloading github.com/sergi/go-diff v1.1.0 + str='integrationtest_with_tikv.sh y' + logs_dir=logs_integrationtest_with_tikv.sh_y + mkdir -p logs_integrationtest_with_tikv.sh_y + mv pd1.log pd2.log pd3.log logs_integrationtest_with_tikv.sh_y + mv tikv1.log tikv2.log tikv3.log logs_integrationtest_with_tikv.sh_y + mv tests/integrationtest/integration-test.out logs_integrationtest_with_tikv.sh_y + tar -czvf logs_integrationtest_with_tikv.sh_y.tar.gz logs_integrationtest_with_tikv.sh_y logs_integrationtest_with_tikv.sh_y/ logs_integrationtest_with_tikv.sh_y/tikv3.log logs_integrationtest_with_tikv.sh_y/pd1.log logs_integrationtest_with_tikv.sh_y/integration-test.out logs_integrationtest_with_tikv.sh_y/pd2.log logs_integrationtest_with_tikv.sh_y/tikv1.log logs_integrationtest_with_tikv.sh_y/tikv2.log logs_integrationtest_with_tikv.sh_y/pd3.log [Pipeline] sh go: downloading github.com/sergi/go-diff v1.1.0 + str='run_real_tikv_tests.sh bazel_pessimistictest' + logs_dir=logs_run_real_tikv_tests.sh_bazel_pessimistictest + mkdir -p logs_run_real_tikv_tests.sh_bazel_pessimistictest + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_pessimistictest + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_pessimistictest + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_pessimistictest mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_pessimistictest.tar.gz logs_run_real_tikv_tests.sh_bazel_pessimistictest logs_run_real_tikv_tests.sh_bazel_pessimistictest/ logs_run_real_tikv_tests.sh_bazel_pessimistictest/tikv2.log logs_run_real_tikv_tests.sh_bazel_pessimistictest/tikv1.log logs_run_real_tikv_tests.sh_bazel_pessimistictest/pd2.log logs_run_real_tikv_tests.sh_bazel_pessimistictest/tikv3.log logs_run_real_tikv_tests.sh_bazel_pessimistictest/pd3.log logs_run_real_tikv_tests.sh_bazel_pessimistictest/pd1.log [Pipeline] sh go: downloading github.com/sergi/go-diff v1.1.0 + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest4 [Pipeline] sh + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_pipelineddmltest [Pipeline] sh GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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 + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest3 [Pipeline] archiveArtifacts GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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 Archiving artifacts [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] // timeout [Pipeline] } + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest2 [Pipeline] sh [Pipeline] archiveArtifacts Archiving artifacts go: downloading github.com/sergi/go-diff v1.1.0 [Pipeline] archiveArtifacts Archiving artifacts + /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_flashbacktest go: downloading github.com/sergi/go-diff v1.1.0 [Pipeline] } [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // dir [Pipeline] // dir [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // withCredentials [Pipeline] // withCredentials [Pipeline] // withCredentials [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // withCredentials GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // timeout [Pipeline] // timeout [Pipeline] // timeout [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] // stage go: downloading github.com/sergi/go-diff v1.1.0 [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] // container [Pipeline] // container [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... [Pipeline] // node [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // node Starting local Bazel server and connecting to it... [Pipeline] } bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... [Pipeline] // node [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] // podTemplate bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... [Pipeline] // podTemplate [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] } [Pipeline] } Starting local Bazel server and connecting to it... [Pipeline] } [Pipeline] // withEnv [Pipeline] } INFO: Invocation ID: 1bca8349-d07d-4795-9cda-fc5564d403cf INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_46.3766998494/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/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/ghpr_check2/tidb/.bazelrc: --color=yes Loading: INFO: Invocation ID: 6e3c4c2f-316b-447a-ad2c-d8494df6c817 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_45.3520921785/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/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/ghpr_check2/tidb/.bazelrc: --color=yes Loading: bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... [Pipeline] // withEnv [Pipeline] } INFO: Invocation ID: 00fc10db-a925-4155-affe-8bb5d694375e INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_49.2230474211/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/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/ghpr_check2/tidb/.bazelrc: --color=yes Loading: Loading: Loading: [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_brietest' [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_sessiontest' [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_statisticstest' [Pipeline] // stage Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_txntest' [Pipeline] // stage [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh y' INFO: Invocation ID: 8989613b-ae58-421a-aaf2-79bc27e9255c INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_48.2709466131/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/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/ghpr_check2/tidb/.bazelrc: --color=yes Loading: [Pipeline] // stage [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pessimistictest' Sending interrupt signal to process Killing processes INFO: Invocation ID: 007dbb05-9a69-4c5d-a9c5-803c6448b25c INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_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_03_27_52.1894999466/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/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/ghpr_check2/tidb/.bazelrc: --color=yes Loading: kill finished with exit code 0 Sending interrupt signal to process Killing processes Loading: Bazel caught terminate signal; shutting down. Bazel caught terminate signal; shutting down. script returned exit code 143 kill finished with exit code 0 Sending interrupt signal to process Killing processes Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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 Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Bazel caught terminate signal; shutting down. Bazel caught terminate signal; shutting down. script returned exit code 143 GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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 bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Loading: Loading: GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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 Loading: Loading: 0 packages loaded Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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 Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) go: downloading github.com/sergi/go-diff v1.1.0 kill finished with exit code 0 Sending interrupt signal to process Killing processes Starting local Bazel server and connecting to it... make: *** [bazel_ci_simple_prepare] Terminated script returned exit code 143 Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/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 Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) go: downloading github.com/sergi/go-diff v1.1.0 Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) go: downloading github.com/sergi/go-diff v1.1.0 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 (44 packages loaded, 413 targets configured) kill finished with exit code 0 Sending interrupt signal to process Killing processes Bazel caught terminate signal; shutting down. Bazel caught terminate signal; shutting down. script returned exit code 143 Analyzing: target //:gazelle (75 packages loaded, 1142 targets configured) Bazel caught terminate signal; shutting down. kill finished with exit code 0 Sending interrupt signal to process Killing processes Bazel caught terminate signal; shutting down. script returned exit code 143 kill finished with exit code 0 Sending interrupt signal to process Killing processes Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Bazel caught terminate signal; shutting down. Bazel caught terminate signal; shutting down. script returned exit code 143 kill finished with exit code 0 Sending interrupt signal to process Killing processes kill finished with exit code 0 Sending interrupt signal to process Killing processes kill finished with exit code 0 Sending interrupt signal to process Killing processes make: *** [failpoint-enable] Terminated script returned exit code 143 kill finished with exit code 0 Sending interrupt signal to process Killing processes make: *** [failpoint-enable] Terminated script returned exit code 143 make: *** [failpoint-enable] Terminated script returned exit code 143 kill finished with exit code 0 make: *** [failpoint-enable] Terminated script returned exit code 143 make: *** [failpoint-enable] Terminated script returned exit code 143 [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir Post stage Post stage Post stage Post stage Post stage Post stage Post stage Post stage Post stage [Pipeline] // dir Post stage [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] junit Recording test results [Pipeline] junit [Pipeline] junit Recording test results Recording test results [Pipeline] junit Recording test results [Pipeline] junit Recording test results [Pipeline] junit Recording test results [Pipeline] junit Recording test results [Pipeline] junit Recording test results [Pipeline] junit Recording test results [Pipeline] junit Recording test results [Pipeline] junit Recording test results None of the test reports contained any result [Checks API] No suitable checks publisher found. [Pipeline] } None of the test reports contained any result [Checks API] No suitable checks publisher found. None of the test reports contained any result [Checks API] No suitable checks publisher found. None of the test reports contained any result [Checks API] No suitable checks publisher found. [Pipeline] // dir None of the test reports contained any result [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] } [Pipeline] } None of the test reports contained any result [Pipeline] // dir [Checks API] No suitable checks publisher found. None of the test reports contained any result [Checks API] No suitable checks publisher found. None of the test reports contained any result [Checks API] No suitable checks publisher found. [Pipeline] // dir None of the test reports contained any result [Checks API] No suitable checks publisher found. None of the test reports contained any result [Checks API] No suitable checks publisher found. None of the test reports contained any result [Checks API] No suitable checks publisher found. [Pipeline] // dir [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // dir [Pipeline] sh [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { No test report files were found. Configuration error? [Pipeline] sh No test report files were found. Configuration error? No test report files were found. Configuration error? No test report files were found. Configuration error? No test report files were found. Configuration error? No test report files were found. Configuration error? No test report files were found. Configuration error? No test report files were found. Configuration error? No test report files were found. Configuration error? + str='run_real_tikv_tests.sh bazel_addindextest1' + logs_dir=logs_run_real_tikv_tests.sh_bazel_addindextest1 + mkdir -p logs_run_real_tikv_tests.sh_bazel_addindextest1 + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_addindextest1 + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_addindextest1 + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_addindextest1 mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_addindextest1.tar.gz logs_run_real_tikv_tests.sh_bazel_addindextest1 logs_run_real_tikv_tests.sh_bazel_addindextest1/ logs_run_real_tikv_tests.sh_bazel_addindextest1/tikv2.log logs_run_real_tikv_tests.sh_bazel_addindextest1/tikv3.log logs_run_real_tikv_tests.sh_bazel_addindextest1/pd3.log logs_run_real_tikv_tests.sh_bazel_addindextest1/pd2.log logs_run_real_tikv_tests.sh_bazel_addindextest1/tikv1.log logs_run_real_tikv_tests.sh_bazel_addindextest1/pd1.log No test report files were found. Configuration error? No test report files were found. Configuration error? [Pipeline] sh + str='run_real_tikv_tests.sh bazel_addindextest' + logs_dir=logs_run_real_tikv_tests.sh_bazel_addindextest + mkdir -p logs_run_real_tikv_tests.sh_bazel_addindextest + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_addindextest + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_addindextest + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_addindextest mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_addindextest.tar.gz logs_run_real_tikv_tests.sh_bazel_addindextest logs_run_real_tikv_tests.sh_bazel_addindextest/ logs_run_real_tikv_tests.sh_bazel_addindextest/tikv3.log logs_run_real_tikv_tests.sh_bazel_addindextest/pd1.log logs_run_real_tikv_tests.sh_bazel_addindextest/pd2.log logs_run_real_tikv_tests.sh_bazel_addindextest/tikv1.log logs_run_real_tikv_tests.sh_bazel_addindextest/tikv2.log logs_run_real_tikv_tests.sh_bazel_addindextest/pd3.log [Pipeline] sh + str='run_real_tikv_tests.sh bazel_addindextest2' + logs_dir=logs_run_real_tikv_tests.sh_bazel_addindextest2 + mkdir -p logs_run_real_tikv_tests.sh_bazel_addindextest2 + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_addindextest2 + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_addindextest2 + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_addindextest2 mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_addindextest2.tar.gz logs_run_real_tikv_tests.sh_bazel_addindextest2 logs_run_real_tikv_tests.sh_bazel_addindextest2/ logs_run_real_tikv_tests.sh_bazel_addindextest2/pd2.log logs_run_real_tikv_tests.sh_bazel_addindextest2/pd3.log logs_run_real_tikv_tests.sh_bazel_addindextest2/tikv1.log logs_run_real_tikv_tests.sh_bazel_addindextest2/pd1.log logs_run_real_tikv_tests.sh_bazel_addindextest2/tikv2.log logs_run_real_tikv_tests.sh_bazel_addindextest2/tikv3.log [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] sh + str='run_real_tikv_tests.sh bazel_addindextest3' + logs_dir=logs_run_real_tikv_tests.sh_bazel_addindextest3 + mkdir -p logs_run_real_tikv_tests.sh_bazel_addindextest3 + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_addindextest3 + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_addindextest3 + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_addindextest3 mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_addindextest3.tar.gz logs_run_real_tikv_tests.sh_bazel_addindextest3 logs_run_real_tikv_tests.sh_bazel_addindextest3/ logs_run_real_tikv_tests.sh_bazel_addindextest3/tikv2.log logs_run_real_tikv_tests.sh_bazel_addindextest3/tikv1.log logs_run_real_tikv_tests.sh_bazel_addindextest3/pd2.log logs_run_real_tikv_tests.sh_bazel_addindextest3/tikv3.log logs_run_real_tikv_tests.sh_bazel_addindextest3/pd3.log logs_run_real_tikv_tests.sh_bazel_addindextest3/pd1.log [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] sh + str='run_real_tikv_tests.sh bazel_importintotest' + logs_dir=logs_run_real_tikv_tests.sh_bazel_importintotest + mkdir -p logs_run_real_tikv_tests.sh_bazel_importintotest + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_importintotest + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_importintotest + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_importintotest mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_importintotest.tar.gz logs_run_real_tikv_tests.sh_bazel_importintotest logs_run_real_tikv_tests.sh_bazel_importintotest/ logs_run_real_tikv_tests.sh_bazel_importintotest/pd1.log logs_run_real_tikv_tests.sh_bazel_importintotest/pd2.log logs_run_real_tikv_tests.sh_bazel_importintotest/tikv2.log logs_run_real_tikv_tests.sh_bazel_importintotest/tikv3.log logs_run_real_tikv_tests.sh_bazel_importintotest/tikv1.log logs_run_real_tikv_tests.sh_bazel_importintotest/pd3.log [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] sh + str='run_real_tikv_tests.sh bazel_pipelineddmltest' + logs_dir=logs_run_real_tikv_tests.sh_bazel_pipelineddmltest + mkdir -p logs_run_real_tikv_tests.sh_bazel_pipelineddmltest + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_pipelineddmltest + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_pipelineddmltest + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_pipelineddmltest mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_pipelineddmltest.tar.gz logs_run_real_tikv_tests.sh_bazel_pipelineddmltest logs_run_real_tikv_tests.sh_bazel_pipelineddmltest/ logs_run_real_tikv_tests.sh_bazel_pipelineddmltest/tikv1.log logs_run_real_tikv_tests.sh_bazel_pipelineddmltest/tikv3.log logs_run_real_tikv_tests.sh_bazel_pipelineddmltest/pd3.log logs_run_real_tikv_tests.sh_bazel_pipelineddmltest/tikv2.log logs_run_real_tikv_tests.sh_bazel_pipelineddmltest/pd1.log logs_run_real_tikv_tests.sh_bazel_pipelineddmltest/pd2.log [Pipeline] sh + str='run_real_tikv_tests.sh bazel_addindextest4' + logs_dir=logs_run_real_tikv_tests.sh_bazel_addindextest4 + mkdir -p logs_run_real_tikv_tests.sh_bazel_addindextest4 + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_addindextest4 + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_addindextest4 + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_addindextest4 mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_addindextest4.tar.gz logs_run_real_tikv_tests.sh_bazel_addindextest4 logs_run_real_tikv_tests.sh_bazel_addindextest4/ logs_run_real_tikv_tests.sh_bazel_addindextest4/tikv2.log logs_run_real_tikv_tests.sh_bazel_addindextest4/pd3.log logs_run_real_tikv_tests.sh_bazel_addindextest4/tikv3.log logs_run_real_tikv_tests.sh_bazel_addindextest4/pd2.log logs_run_real_tikv_tests.sh_bazel_addindextest4/tikv1.log logs_run_real_tikv_tests.sh_bazel_addindextest4/pd1.log [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb [Pipeline] { [Pipeline] sh + str='run_real_tikv_tests.sh bazel_importintotest3' + logs_dir=logs_run_real_tikv_tests.sh_bazel_importintotest3 + mkdir -p logs_run_real_tikv_tests.sh_bazel_importintotest3 + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_importintotest3 + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_importintotest3 + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_importintotest3 mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_importintotest3.tar.gz logs_run_real_tikv_tests.sh_bazel_importintotest3 logs_run_real_tikv_tests.sh_bazel_importintotest3/ logs_run_real_tikv_tests.sh_bazel_importintotest3/tikv2.log logs_run_real_tikv_tests.sh_bazel_importintotest3/tikv1.log logs_run_real_tikv_tests.sh_bazel_importintotest3/tikv3.log logs_run_real_tikv_tests.sh_bazel_importintotest3/pd3.log logs_run_real_tikv_tests.sh_bazel_importintotest3/pd1.log logs_run_real_tikv_tests.sh_bazel_importintotest3/pd2.log [Pipeline] sh [Pipeline] sh + str='run_real_tikv_tests.sh bazel_importintotest4' + logs_dir=logs_run_real_tikv_tests.sh_bazel_importintotest4 + mkdir -p logs_run_real_tikv_tests.sh_bazel_importintotest4 + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_importintotest4 + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_importintotest4 + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_importintotest4 mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_importintotest4.tar.gz logs_run_real_tikv_tests.sh_bazel_importintotest4 logs_run_real_tikv_tests.sh_bazel_importintotest4/ logs_run_real_tikv_tests.sh_bazel_importintotest4/pd3.log logs_run_real_tikv_tests.sh_bazel_importintotest4/tikv1.log logs_run_real_tikv_tests.sh_bazel_importintotest4/pd1.log logs_run_real_tikv_tests.sh_bazel_importintotest4/tikv3.log logs_run_real_tikv_tests.sh_bazel_importintotest4/tikv2.log logs_run_real_tikv_tests.sh_bazel_importintotest4/pd2.log [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] archiveArtifacts Archiving artifacts + str='run_real_tikv_tests.sh bazel_importintotest2' + logs_dir=logs_run_real_tikv_tests.sh_bazel_importintotest2 + mkdir -p logs_run_real_tikv_tests.sh_bazel_importintotest2 + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_importintotest2 + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_importintotest2 + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_importintotest2 mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_importintotest2.tar.gz logs_run_real_tikv_tests.sh_bazel_importintotest2 logs_run_real_tikv_tests.sh_bazel_importintotest2/ logs_run_real_tikv_tests.sh_bazel_importintotest2/pd2.log logs_run_real_tikv_tests.sh_bazel_importintotest2/tikv1.log logs_run_real_tikv_tests.sh_bazel_importintotest2/pd1.log logs_run_real_tikv_tests.sh_bazel_importintotest2/pd3.log logs_run_real_tikv_tests.sh_bazel_importintotest2/tikv2.log logs_run_real_tikv_tests.sh_bazel_importintotest2/tikv3.log [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] } [Pipeline] // dir [Pipeline] // dir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] } [Pipeline] // dir [Pipeline] // dir [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // dir [Pipeline] // dir [Pipeline] // withCredentials [Pipeline] // withCredentials [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // dir [Pipeline] // withCredentials [Pipeline] } [Pipeline] } + str='run_real_tikv_tests.sh bazel_flashbacktest' + logs_dir=logs_run_real_tikv_tests.sh_bazel_flashbacktest + mkdir -p logs_run_real_tikv_tests.sh_bazel_flashbacktest + mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_flashbacktest + mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_flashbacktest + mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_flashbacktest mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf logs_run_real_tikv_tests.sh_bazel_flashbacktest.tar.gz logs_run_real_tikv_tests.sh_bazel_flashbacktest logs_run_real_tikv_tests.sh_bazel_flashbacktest/ logs_run_real_tikv_tests.sh_bazel_flashbacktest/tikv3.log logs_run_real_tikv_tests.sh_bazel_flashbacktest/pd1.log logs_run_real_tikv_tests.sh_bazel_flashbacktest/tikv2.log logs_run_real_tikv_tests.sh_bazel_flashbacktest/pd3.log logs_run_real_tikv_tests.sh_bazel_flashbacktest/pd2.log logs_run_real_tikv_tests.sh_bazel_flashbacktest/tikv1.log [Pipeline] // withCredentials [Pipeline] } [Pipeline] // withCredentials [Pipeline] // withCredentials [Pipeline] } [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timeout [Pipeline] // timeout [Pipeline] } [Pipeline] } [Pipeline] // withCredentials [Pipeline] // withCredentials [Pipeline] } [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] // timeout [Pipeline] } [Pipeline] // timeout [Pipeline] // timeout [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // timeout [Pipeline] // timeout [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // container [Pipeline] // container [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] // container [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // container [Pipeline] // container [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // node [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // node [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // podTemplate [Pipeline] // podTemplate [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // podTemplate [Pipeline] // podTemplate [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // podTemplate [Pipeline] // podTemplate [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest1' [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest' [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest2' [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest3' [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest' [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest4' [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pipelineddmltest' [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest3' [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest4' [Pipeline] // stage [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest2' [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_flashbacktest' [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] container [Pipeline] { [Pipeline] sh + bash scripts/plugins/report_job_result.sh ABORTED result.json http://fileserver.pingcap.net --2024-05-06 03:32:37-- 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% 589M=0s 2024-05-06 03:32:37 (589 MB/s) - β€˜agent_upload_verifyci_metadata.py’ saved [4181/4181] No junit report file parse result file result.json success upload data succesfully. [Pipeline] } [Pipeline] // container [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 2 Finished: ABORTED