Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/ghpr_check.groovy from git https://github.com/PingCAP-QE/ci.git Loading library tipipeline@main:libraries/tipipeline/ Library tipipeline@main:libraries/tipipeline/ is cached. Copying from cache. [Pipeline] Start of Pipeline [Pipeline] readJSON [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/latest/pod-ghpr_check.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check-51305-pcgvg-469dw-j3g23 [PodInfo] jenkins-tidb/pingcap-tidb-ghpr-check-51305-pcgvg-469dw-j3g23 Container [golang] waiting [ContainerCreating] No message Container [jnlp] waiting [ContainerCreating] No message Pod [Pending][ContainersNotReady] containers with unready status: [golang jnlp] Agent pingcap-tidb-ghpr-check-51305-pcgvg-469dw-j3g23 is provisioned from template pingcap_tidb_ghpr_check_51305-pcgvg-469dw --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1774006576408" buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check/51305/" runUrl: "job/pingcap/job/tidb/job/ghpr_check/51305/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "1b16529dd1e0007e4b2bec77096f9c86cb972a3e" jenkins/label: "pingcap_tidb_ghpr_check_51305-pcgvg" kubernetes.jenkins.io/controller: "http___jenkins_apps_svc_cluster_local_8080_jenkinsx" name: "pingcap-tidb-ghpr-check-51305-pcgvg-469dw-j3g23" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241009" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "32Gi" cpu: "8" requests: memory: "8Gi" cpu: "8" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-ghpr-check-51305-pcgvg-469dw-j3g23" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check-51305-pcgvg-469dw-j3g23" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3345.v03dee9b_f88fc-1" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" Running on pingcap-tidb-ghpr-check-51305-pcgvg-469dw-j3g23 in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.47.3' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision 2572069dad9bd4b7be11fdf88c0451387fc982d4 (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 2572069dad9bd4b7be11fdf88c0451387fc982d4 # timeout=10 Commit message: "feat: update go1.25.8 toolchain pin for tiflow/ticdc unit jobs (#4376)" > git rev-list --no-walk 2572069dad9bd4b7be11fdf88c0451387fc982d4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-e34d41c) 792842240 bytes in 20.43 secs (38810954 bytes/sec) [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SSH_KEY [Pipeline] { [Pipeline] sh + '[' -d /home/jenkins/.ssh ']' + mkdir /home/jenkins/.ssh + chmod 0700 /home/jenkins/.ssh + cp **** /home/jenkins/.ssh/id_rsa + chmod 400 /home/jenkins/.ssh/id_rsa + ssh-keyscan -t rsa,ecdsa,ed25519 github.com # github.com:22 SSH-2.0-2b2e4ed # github.com:22 SSH-2.0-2b2e4ed # github.com:22 SSH-2.0-2b2e4ed [Pipeline] } [Pipeline] // withCredentials [Pipeline] retry [Pipeline] { Did you forget the `def` keyword? WorkflowScript seems to be setting a field named credentialsId (to a value of type String) which could lead to memory leaks or other issues. Did you forget the `def` keyword? WorkflowScript seems to be setting a field named timeout (to a value of type Integer) which could lead to memory leaks or other issues. Did you forget the `def` keyword? WorkflowScript seems to be setting a field named withSubmodule (to a value of type Boolean) which could lead to memory leaks or other issues. Did you forget the `def` keyword? WorkflowScript seems to be setting a field named gitBaseUrl (to a value of type String) which could lead to memory leaks or other issues. [Pipeline] sshagent [ssh-agent] Using credentials sre-bot Executing sh script inside container golang of pod pingcap-tidb-ghpr-check-51305-pcgvg-469dw-j3g23 Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-9QNRDctjjaJl/agent.60; export SSH_AUTH_SOCK; SSH_AGENT_PID=61; export SSH_AGENT_PID; echo Agent pid 61; SSH_AUTH_SOCK=/tmp/ssh-9QNRDctjjaJl/agent.60 SSH_AGENT_PID=61 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb@tmp/private_key_7142234962668835636.key (/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb@tmp/private_key_7142234962668835636.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + '[' -d /home/jenkins/.ssh ']' + chmod 0700 /home/jenkins/.ssh + ssh-keyscan -t rsa,ecdsa,ed25519 github.com # github.com:22 SSH-2.0-2b2e4ed # github.com:22 SSH-2.0-2b2e4ed # github.com:22 SSH-2.0-2b2e4ed [Pipeline] sh git version 2.43.5 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.git/ .git HEAD is now at e34d41c694 br/backup: reject future timestamps in --backupts (#67180) Warning: Permanently added the ECDSA host key for IP address '20.27.177.113' to the list of known hosts. From github.com:pingcap/tidb = [up to date] master -> origin/master * [new ref] refs/pull/67030/head -> origin/pr/67030/head HEAD is now at e34d41c694 br/backup: reject future timestamps in --backupts (#67180) ๐ง Checkouting to base SHA:e34d41c694c6fc8888879bea09f35fc718e6f1f6... HEAD is now at e34d41c694 br/backup: reject future timestamps in --backupts (#67180) โ Checked. ๐ ๐งพ HEAD info: e34d41c694c6fc8888879bea09f35fc718e6f1f6 e34d41c694 br/backup: reject future timestamps in --backupts (#67180) 0a7bdc90f3 *: expand DXF notes and add IMPORT INTO troubleshooting note (#67155) e156a79cb0 dumpling: support keyspace-level GC for keyspace clusters (#66883) ๐ง Pre-merge heads of pull requests to base SHA: e34d41c694c6fc8888879bea09f35fc718e6f1f6 ... Merge made by the 'ort' strategy. DEPS.bzl | 36 +- go.mod | 6 +- go.sum | 12 +- pkg/config/BUILD.bazel | 2 +- pkg/config/config.go | 53 ++ pkg/config/config.toml.example | 45 ++ pkg/config/config_test.go | 19 + pkg/distsql/context/BUILD.bazel | 2 + pkg/distsql/context/context.go | 3 + pkg/distsql/context/context_test.go | 10 +- pkg/distsql/distsql.go | 11 + pkg/executor/BUILD.bazel | 2 + pkg/executor/adapter.go | 56 ++ pkg/executor/adapter_slow_log.go | 6 + pkg/executor/adapter_test.go | 90 ++++ pkg/executor/explain.go | 17 +- pkg/executor/explain_unit_test.go | 59 ++ pkg/executor/explainfor_test.go | 4 +- pkg/executor/internal/exec/BUILD.bazel | 11 +- pkg/executor/internal/exec/executor.go | 160 +++++- pkg/executor/internal/exec/executor_test.go | 71 +++ pkg/executor/slow_query.go | 2 +- pkg/executor/slow_query_test.go | 4 +- pkg/infoschema/tables.go | 1 + .../test/clustertablestest/tables_test.go | 2 + pkg/metrics/BUILD.bazel | 1 + pkg/metrics/metrics.go | 19 + pkg/metrics/ru_v2.go | 208 +++++++ pkg/planner/core/casetest/indexmerge/BUILD.bazel | 1 + .../core/casetest/indexmerge/indexmerge_test.go | 5 + pkg/planner/core/planbuilder.go | 12 + pkg/planner/core/stats.go | 6 +- pkg/resourcegroup/checker.go | 4 + pkg/server/BUILD.bazel | 6 + pkg/server/conn.go | 21 + pkg/server/conn_stmt.go | 21 + pkg/server/conn_stmt_test.go | 99 ++++ pkg/server/driver_tidb.go | 2 + pkg/server/internal/resultset/BUILD.bazel | 3 + pkg/server/internal/resultset/cursor.go | 24 + pkg/server/internal/resultset/resultset.go | 115 +++- pkg/session/BUILD.bazel | 3 +- pkg/session/session.go | 32 ++ pkg/session/tidb.go | 5 + pkg/session/tidb_test.go | 27 + pkg/sessionctx/stmtctx/stmtctx.go | 5 + pkg/sessionctx/variable/session.go | 32 ++ pkg/sessionctx/variable/slow_log.go | 11 + pkg/sessionctx/variable/tests/BUILD.bazel | 3 +- pkg/sessionctx/variable/tests/session_test.go | 54 +- pkg/sessiontxn/isolation/BUILD.bazel | 9 +- pkg/sessiontxn/isolation/base.go | 34 +- pkg/sessiontxn/isolation/base_test.go | 69 +++ pkg/sessiontxn/staleread/BUILD.bazel | 1 + pkg/sessiontxn/staleread/provider.go | 8 + pkg/store/copr/BUILD.bazel | 1 + pkg/store/copr/coprocessor.go | 3 + pkg/store/copr/ruv2_metrics.go | 102 ++++ pkg/store/driver/txn/BUILD.bazel | 8 +- pkg/store/driver/txn/ruv2_metrics.go | 87 +++ pkg/store/driver/txn/ruv2_metrics_test.go | 108 ++++ pkg/util/execdetails/BUILD.bazel | 3 + pkg/util/execdetails/execdetails_test.go | 111 ++++ pkg/util/execdetails/runtime_stats.go | 56 +- pkg/util/execdetails/ruv2_metrics.go | 596 +++++++++++++++++++++ pkg/util/execdetails/tiflash_stats.go | 2 +- pkg/util/execdetails/util.go | 1 + pkg/util/mock/context.go | 1 + 68 files changed, 2539 insertions(+), 64 deletions(-) create mode 100644 pkg/executor/internal/exec/executor_test.go create mode 100644 pkg/metrics/ru_v2.go create mode 100644 pkg/sessiontxn/isolation/base_test.go create mode 100644 pkg/store/copr/ruv2_metrics.go create mode 100644 pkg/store/driver/txn/ruv2_metrics.go create mode 100644 pkg/store/driver/txn/ruv2_metrics_test.go create mode 100644 pkg/util/execdetails/ruv2_metrics.go ๐งพ Pre-merged result: 6bb6e572df85904e329fb03187a9a603e52c91e0 6bb6e572df Merge commit '44b2ea29a58f580b54b5c340aab1bd233dd0798a' into HEAD 44b2ea29a5 util, executor: merge RU runtime stats 890a400443 util, executor, server: remove RUV2MetricsSnapshot โ Pre merged ๐ ๐ update submodules ... โ update submodules done โ ~~~~~All done.~~~~~~ [Pipeline] } Executing sh script inside container golang of pod pingcap-tidb-ghpr-check-51305-pcgvg-469dw-j3g23 Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 61 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-e34d41c-44b2ea2) 791900160 bytes in 30.46 secs (25996882 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checks) [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb [Pipeline] { [Pipeline] sh + make gogenerate check integrationtest go: downloading go1.25.8 (linux/amd64) go generate ./... ./tools/check/check-gogenerate.sh go: downloading github.com/Masterminds/semver v1.5.0 go: downloading github.com/pingcap/errors v0.11.5-0.20260310054046-9c8b3586e4b2 go: downloading github.com/tikv/pd/client v0.0.0-20260313105007-7e346d14aded go: downloading github.com/pingcap/kvproto v0.0.0-20260318064156-1ec7a9ff0fef go: downloading github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.45.3 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading go.uber.org/mock v0.5.2 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.18.6 go: downloading github.com/pingcap/log v1.1.1-0.20250917021125-19901e015dc9 go: downloading github.com/docker/go-units v0.5.0 go: downloading cloud.google.com/go/kms v1.15.8 go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/google/uuid v1.6.1-0.20241114170450-2d3c2a9cc518 go: downloading google.golang.org/grpc v1.75.1 go: downloading github.com/cheynewallace/tabby v1.1.1 go: downloading github.com/aws/aws-sdk-go-v2 v1.38.1 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/spf13/pflag v1.0.7 go: downloading github.com/google/btree v1.1.2 go: downloading go.uber.org/zap v1.27.1 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/prometheus/client_golang v1.23.0 go: downloading github.com/aws/aws-sdk-go-v2/config v1.31.2 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading github.com/klauspost/compress v1.18.0 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading k8s.io/api v0.29.11 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20260319090224-0569333efa49 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.41.2 go: downloading github.com/pingcap/tipb v0.0.0-20260210113932-1447c9d7e9fe go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading golang.org/x/sync v0.19.0 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading github.com/BurntSushi/toml v1.6.0 go: downloading go.etcd.io/etcd/client/v3 v3.5.15 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/aws/smithy-go v1.22.5 go: downloading github.com/aws/aws-sdk-go-v2/service/ec2 v1.232.0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading golang.org/x/term v0.40.0 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/stretchr/testify v1.11.1 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/pingcap/metering_sdk v0.0.0-20251110022152-dac449ac5389 go: downloading go.etcd.io/etcd/api/v3 v3.5.15 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 go: downloading google.golang.org/protobuf v1.36.10 go: downloading github.com/spf13/cobra v1.9.1 go: downloading github.com/prometheus/client_model v0.6.2 go: downloading golang.org/x/time v0.14.0 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.15 go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading cloud.google.com/go v0.112.2 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading go.opencensus.io v0.24.0 go: downloading golang.org/x/sys v0.41.0 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/cockroachdb/pebble v1.1.4-0.20250120151818-5dd133a1e6fb go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/json-iterator/go v1.1.12 go: downloading golang.org/x/net v0.50.0 go: downloading golang.org/x/oauth2 v0.33.0 go: downloading github.com/opentracing/basictracer-go v1.0.0 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading github.com/blacktear23/go-proxyprotocol v1.0.6 go: downloading github.com/joechenrh/arrow-go/v18 v18.0.0-20250911101656-62c34c9a3b82 go: downloading github.com/pingcap/fn v1.0.0 go: downloading github.com/spkg/bom v1.0.0 go: downloading golang.org/x/text v0.34.0 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/common v0.65.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/mattn/go-colorable v0.1.14 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading golang.org/x/tools v0.42.0 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading github.com/apache/skywalking-eyes v0.4.0 go: downloading github.com/hashicorp/go-version v1.8.0 go: downloading github.com/mgechev/revive v1.15.0 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/YangKeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 go: downloading github.com/fatih/structtag v1.2.0 go: downloading github.com/karamaru-alpha/copyloopvar v1.2.1 go: downloading github.com/alibabacloud-go/tea v1.3.11 go: downloading github.com/aliyun/alibabacloud-oss-go-sdk-v2 v1.2.3 go: downloading github.com/aliyun/credentials-go v1.4.7 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/charithe/durationcheck v0.0.10 go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.19.0 go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.87.1 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.38.0 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading github.com/kisielk/errcheck v1.9.0 go: downloading github.com/ldez/exptostd v0.4.5 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 go: downloading golang.org/x/crypto v0.48.0 go: downloading github.com/ashanbrown/forbidigo/v2 v2.1.0 go: downloading github.com/golangci/golangci-lint/v2 v2.4.0 go: downloading github.com/gostaticanalysis/forcetypeassert v0.2.0 go: downloading github.com/daixiang0/gci v0.13.7 go: downloading github.com/spf13/afero v1.15.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/golangci/gosec v0.0.0-20180901114220-8afd9cbb6cfb go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/gordonklaus/ineffassign v0.1.0 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading github.com/ckaznocha/intrange v0.3.1 go: downloading github.com/ashanbrown/makezero v1.2.0 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/butuzov/mirror v1.3.0 go: downloading github.com/golangci/misspell v0.7.0 go: downloading modernc.org/mathutil v1.7.1 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 go: downloading github.com/nishanths/predeclared v0.2.2 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 go: downloading honnef.co/go/tools v0.6.1 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.19.2 go: downloading github.com/bazelbuild/rules_go v0.42.1-0.20231101215950-df20c987afcb go: downloading github.com/google/skylark v0.0.0-20181101142754-a5f7082aabed go: downloading github.com/grafana/pyroscope-go v1.2.7 go: downloading go.uber.org/automaxprocs v1.6.0 go: downloading github.com/google/pprof v0.0.0-20250903194437-c28834ac2320 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.4 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.4 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.28.2 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.33.2 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/shurcooL/httpgzip v0.0.0-20190720172056-320755c1c1b0 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading cloud.google.com/go/iam v1.1.7 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading cloud.google.com/go/compute/metadata v0.7.0 go: downloading github.com/cockroachdb/errors v1.11.3 go: downloading github.com/sasha-s/go-deadlock v0.3.6 go: downloading github.com/zyedidia/generic v1.2.1 go: downloading github.com/YangKeao/go-mysql-driver v0.0.0-20240627104025-dd5589458cfa go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading go.uber.org/goleak v1.3.0 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/gobwas/glob v0.2.3 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/openai/openai-go v0.1.0-alpha.59 go: downloading github.com/fsouza/fake-gcs-server v1.44.0 go: downloading github.com/bazelbuild/buildtools v0.0.0-20230926111657-7d855c59baeb go: downloading github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd go: downloading github.com/rivo/uniseg v0.4.7 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 github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 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/alibabacloud-go/debug v1.0.1 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.0 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.4 go: downloading gopkg.in/ini.v1 v1.67.0 go: downloading github.com/google/go-cmp v0.7.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/aws/aws-sdk-go v1.55.7 go: downloading github.com/hexops/gotextdiff v1.0.3 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/rogpeppe/go-internal v1.14.1 go: downloading github.com/tklauser/go-sysconf v0.3.15 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.5 go: downloading golang.org/x/mod v0.33.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.4 go: downloading github.com/grafana/pyroscope-go/godeltaprof v0.1.9 go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.0 go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.4 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.8.4 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.4 go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading go.opentelemetry.io/otel v1.37.0 go: downloading go.opentelemetry.io/otel/trace v1.37.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 go: downloading github.com/petermattis/goid v0.0.0-20250813065127-a731cc31b4fe go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.11 go: downloading github.com/alibabacloud-go/tea-utils/v2 v2.0.7 go: downloading github.com/alibabacloud-go/sts-20150401/v2 v2.0.4 go: downloading github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c go: downloading filippo.io/edwards25519 v1.1.0 go: downloading github.com/gorilla/handlers v1.5.1 go: downloading github.com/gostaticanalysis/comment v1.5.0 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/tidwall/sjson v1.2.5 go: downloading github.com/tidwall/gjson v1.14.4 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/golang-jwt/jwt/v5 v5.2.2 go: downloading codeberg.org/chavacava/garif v0.2.0 go: downloading github.com/tklauser/numcpus v0.10.0 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/Masterminds/sprig/v3 v3.2.2 go: downloading github.com/bmatcuk/doublestar/v2 v2.0.4 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/segmentio/fasthash v1.0.3 go: downloading github.com/google/renameio/v2 v2.0.0 go: downloading github.com/pkg/xattr v0.4.9 go: downloading cloud.google.com/go/pubsub v1.37.0 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/coocood/rtutil v0.0.0-20190304133409-c84515f646f2 go: downloading github.com/ncw/directio v1.0.5 go: downloading github.com/coocood/bbloom v0.0.0-20190830030839-58deb6228d64 go: downloading github.com/alibabacloud-go/endpoint-util v1.1.0 go: downloading github.com/alibabacloud-go/openapi-util v0.1.1 go: downloading github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5 go: downloading github.com/alibabacloud-go/tea-xml v1.1.3 go: downloading github.com/google/licensecheck v0.3.1 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/tidwall/match v1.1.1 go: downloading github.com/tidwall/pretty v1.2.1 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce go: downloading github.com/clbanning/mxj/v2 v2.7.0 go: downloading github.com/DataDog/zstd v1.5.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/tjfoc/gmsm v1.4.1 go: downloading github.com/spf13/cast v1.5.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/mitchellh/copystructure v1.0.0 go: downloading github.com/shopspring/decimal v1.2.0 go: downloading github.com/Masterminds/semver/v3 v3.3.1 go: downloading github.com/Masterminds/goutils v1.1.1 go: downloading github.com/huandu/xstrings v1.3.1 go: downloading github.com/mitchellh/reflectwalk v1.0.1 go: downloading golang.org/x/exp/typeparams v0.0.0-20250620022241-b7579e27df2b go: downloading github.com/ldez/grignotin v0.10.0 go: downloading github.com/stretchr/objx v0.5.2 go: downloading k8s.io/apimachinery v0.29.11 go: downloading github.com/apache/thrift v0.21.0 go: downloading golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da go: downloading github.com/pierrec/lz4/v4 v4.1.21 go: downloading github.com/google/flatbuffers v24.3.25+incompatible go: downloading github.com/goccy/go-json v0.10.4 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.1.1 go: downloading github.com/klauspost/cpuid/v2 v2.2.9 go: downloading go.opentelemetry.io/otel/metric v1.37.0 go: downloading github.com/go-logr/logr v1.4.3 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading go.opentelemetry.io/auto/sdk v1.1.0 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/klog/v2 v2.120.1 go: downloading github.com/google/gofuzz v1.2.0 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.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.49.0 go: downloading github.com/jmespath/go-jmespath v0.4.0 ~/agent/workspace/pingcap/tidb/ghpr_check/tidb/pkg/parser ~/agent/workspace/pingcap/tidb/ghpr_check/tidb make[1]: Entering directory '/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/pkg/parser' go build -C generate_keyword -o ../genkeyword go: downloading go1.25.0 (linux/amd64) go generate go: downloading github.com/pingcap/errors v0.11.5-0.20250523034308-74f78ae071ee go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/pingcap/log v1.1.0 go: downloading golang.org/x/text v0.19.0 make[1]: Leaving directory '/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/pkg/parser' ~/agent/workspace/pingcap/tidb/ghpr_check/tidb make bazel_prepare ./tools/check/check-bazel-prepare.sh make[1]: Entering directory '/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb' bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/home/jenkins/.tidb/tmp //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... [32mINFO: [0mInvocation ID: 03b986c0-2238-42ad-aa03-8a85acb2c368 [32mINFO: [0mReading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps [32mINFO: [0mOptions provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 [32mINFO: [0mReading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution --remote_retries=6 --remote_retry_max_delay=8s [32mINFO: [0mReading rc options for 'run' from /data/..2026_03_20_11_36_16.1743900258/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s [32mINFO: [0mReading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 [32mINFO: [0mFound applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression [32mINFO: [0mFound applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes [32mLoading:[0m [32mLoading:[0m [32mLoading:[0m [32mLoading:[0m [32mLoading:[0m [32mLoading:[0m [32mLoading:[0m [32mLoading:[0m 0 packages loaded [32mLoading:[0m 0 packages loaded currently loading: [32mLoading:[0m 0 packages loaded currently loading: [32mLoading:[0m 0 packages loaded currently loading: [32mLoading:[0m 0 packages loaded currently loading: [32mLoading:[0m 0 packages loaded currently loading: [32mLoading:[0m 0 packages loaded currently loading: [32mAnalyzing:[0m target //:gazelle (1 packages loaded, 0 targets configured) [32mAnalyzing:[0m target //:gazelle (36 packages loaded, 17 targets configured) [32mAnalyzing:[0m target //:gazelle (50 packages loaded, 494 targets configured) [32mAnalyzing:[0m target //:gazelle (81 packages loaded, 4160 targets configured) [32mAnalyzing:[0m target //:gazelle (118 packages loaded, 8001 targets configured) [32mAnalyzing:[0m target //:gazelle (184 packages loaded, 8839 targets configured) [32mAnalyzing:[0m target //:gazelle (229 packages loaded, 9131 targets configured) [32mAnalyzing:[0m target //:gazelle (427 packages loaded, 9316 targets configured) [32mAnalyzing:[0m target //:gazelle (458 packages loaded, 10174 targets configured) [32mINFO: [0mAnalyzed target //:gazelle (462 packages loaded, 10287 targets configured). [32mINFO: [0mFound 1 target... [32m[0 / 84][0m [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) [32m[28 / 563][0m GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/expvar.a, 174.6 KiB / 1.0 MiB; 0s remote-cache ... (4 actions, 0 running) [32m[28 / 563][0m GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/internal/testenv.a, 864.0 KiB / 1.0 MiB; 1s remote-cache ... (4 actions, 0 running) [32m[28 / 563][0m GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 12.0 MiB / 20.6 MiB; 2s remote-cache ... (4 actions, 0 running) [32m[31 / 563][0m GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 5.6 MiB / 20.6 MiB; 3s remote-cache ... (8 actions, 0 running) [32m[191 / 563][0m GoCompilePkg external/org_golang_x_sys/execabs/execabs.a; 0s remote-cache ... (8 actions, 0 running) [32m[514 / 563][0m [Prepa] GoLink build/tidb_nogo_actual_/tidb_nogo_actual [for tool] Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle [32mINFO: [0mElapsed time: 46.180s, Critical Path: 4.99s [32mINFO: [0m563 processes: 539 remote cache hit, 24 internal. [32mINFO:[0m Build completed successfully, 563 total actions [32mINFO: [0mRunning command line: bazel-bin/gazelle [0mbazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/home/jenkins/.tidb/tmp //:gazelle -- update-repos -from_file=go.mod -to_macro DEPS.bzl%go_deps -build_file_proto_mode=disable -prune [32mINFO: [0mInvocation ID: a3661821-97d5-48c8-8d5c-c592f3a4c783 [32mINFO: [0mReading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps [32mINFO: [0mOptions provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 [32mINFO: [0mReading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution --remote_retries=6 --remote_retry_max_delay=8s [32mINFO: [0mReading rc options for 'run' from /data/..2026_03_20_11_36_16.1743900258/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s [32mINFO: [0mReading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 [32mINFO: [0mFound applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression [32mINFO: [0mFound applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes [32mLoading:[0m [32mLoading:[0m [32mLoading:[0m 0 packages loaded [32mAnalyzing:[0m target //:gazelle (0 packages loaded, 0 targets configured) [32mINFO: [0mAnalyzed target //:gazelle (0 packages loaded, 0 targets configured). [32mINFO: [0mFound 1 target... [32m[0 / 1][0m [Prepa] BazelWorkspaceStatusAction stable-status.txt Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle [32mINFO: [0mElapsed time: 0.285s, Critical Path: 0.00s [32mINFO: [0m1 process: 1 internal. [32mINFO:[0m Build completed successfully, 1 total action [32mINFO: [0mRunning command line: bazel-bin/gazelle update-repos '-from_file=go.mod' -to_macro DEPS.bzl%go_deps '-build_file_proto_mode=disable' -prune [0mgazelle: go_repository does not support file path replacements for github.com/pingcap/tidb/pkg/parser -> ./pkg/parser bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/home/jenkins/.tidb/tmp //cmd/mirror:mirror -- --mirror> tmp.txt [32mINFO: [0mInvocation ID: aaf01a78-59ce-4184-9bf6-6cf69617597d [32mINFO: [0mReading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps [32mINFO: [0mOptions provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 [32mINFO: [0mReading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution --remote_retries=6 --remote_retry_max_delay=8s [32mINFO: [0mReading rc options for 'run' from /data/..2026_03_20_11_36_16.1743900258/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s [32mINFO: [0mReading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 [32mINFO: [0mFound applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression [32mINFO: [0mFound applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes [32mLoading:[0m [32mLoading:[0m [32mLoading:[0m 0 packages loaded [32mAnalyzing:[0m target //cmd/mirror:mirror (1 packages loaded, 0 targets configured) [32mAnalyzing:[0m target //cmd/mirror:mirror (9 packages loaded, 5564 targets configured) [32mAnalyzing:[0m target //cmd/mirror:mirror (100 packages loaded, 5890 targets configured) [32mAnalyzing:[0m target //cmd/mirror:mirror (326 packages loaded, 6563 targets configured) [32mAnalyzing:[0m target //cmd/mirror:mirror (354 packages loaded, 7062 targets configured) [32mAnalyzing:[0m target //cmd/mirror:mirror (354 packages loaded, 7062 targets configured) [32mAnalyzing:[0m target //cmd/mirror:mirror (377 packages loaded, 7081 targets configured) [32mAnalyzing:[0m target //cmd/mirror:mirror (479 packages loaded, 7428 targets configured) [32mAnalyzing:[0m target //cmd/mirror:mirror (604 packages loaded, 8177 targets configured) [32mINFO: [0mAnalyzed target //cmd/mirror:mirror (608 packages loaded, 8261 targets configured). [32mINFO: [0mFound 1 target... [32m[0 / 1][0m [Prepa] BazelWorkspaceStatusAction stable-status.txt [32m[836 / 1,245][0m GoCompilePkg external/org_golang_google_protobuf/reflect/protodesc/protodesc.a; 0s remote-cache ... (8 actions, 0 running) Target //cmd/mirror:mirror up-to-date: bazel-bin/cmd/mirror/mirror_/mirror [32mINFO: [0mElapsed time: 13.062s, Critical Path: 0.91s [32mINFO: [0m786 processes: 783 remote cache hit, 3 internal. [32mINFO:[0m Build completed successfully, 786 total actions [32mINFO: [0mRunning command line: bazel-bin/cmd/mirror/mirror_/mirror --mirror [0mmv tmp.txt DEPS.bzl bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/home/jenkins/.tidb/tmp \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb && " \ //tools/tazel:tazel [32mINFO: [0mInvocation ID: 10c009e3-c3dc-4371-9520-fda1d2fe60e4 [32mINFO: [0mReading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps [32mINFO: [0mOptions provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 [32mINFO: [0mReading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution --remote_retries=6 --remote_retry_max_delay=8s [32mINFO: [0mReading rc options for 'run' from /data/..2026_03_20_11_36_16.1743900258/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s [32mINFO: [0mReading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 [32mINFO: [0mFound applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression [32mINFO: [0mFound applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes [32mLoading:[0m [32mLoading:[0m [32mLoading:[0m 0 packages loaded [32mINFO: [0mBuild option --run_under has changed, discarding analysis cache. [32mAnalyzing:[0m target //tools/tazel:tazel (1 packages loaded, 0 targets configured) [32mAnalyzing:[0m target //tools/tazel:tazel (59 packages loaded, 7076 targets configured) [32mAnalyzing:[0m target //tools/tazel:tazel (209 packages loaded, 7889 targets configured) [32mAnalyzing:[0m target //tools/tazel:tazel (307 packages loaded, 9757 targets configured) [32mAnalyzing:[0m target //tools/tazel:tazel (708 packages loaded, 10973 targets configured) [32mAnalyzing:[0m target //tools/tazel:tazel (753 packages loaded, 11995 targets configured) [32mINFO: [0mAnalyzed target //tools/tazel:tazel (753 packages loaded, 11995 targets configured). [32mINFO: [0mFound 1 target... [32m[0 / 1][0m [Prepa] BazelWorkspaceStatusAction stable-status.txt [32m[1,133 / 1,476][0m Running nogo on //pkg/lightning/metric:metric; Downloading pkg/lightning/metric/metric.facts; 0s remote-cache ... (8 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel [32mINFO: [0mElapsed time: 8.475s, Critical Path: 1.57s [32mINFO: [0m657 processes: 654 remote cache hit, 3 internal. [32mINFO:[0m Build completed successfully, 657 total actions [32mINFO: [0mRunning command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb && bazel-bin/tools/tazel/tazel_/tazel ' [0mmake[1]: Leaving directory '/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb' make[1]: Entering directory '/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/pkg/parser' GO111MODULE=on go build -o bin/goyacc goyacc/main.go goyacc/format_yacc.go go: downloading modernc.org/mathutil v1.6.0 bin/goyacc -o parser.go -p yy -t Parser parser.y Parse table entries: 3709907 of 8767577, x 16 bits == 7419814 bytes bin/goyacc -o hintparser.go -p yyhint -t hintParser hintparser.y Parse table entries: 28880 of 46900, x 16 bits == 57760 bytes make[1]: Leaving directory '/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/pkg/parser' GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/tools/bin GO111MODULE=on go install github.com/mgechev/revive@v1.2.1 go: downloading github.com/mgechev/revive v1.2.1 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/BurntSushi/toml v1.1.0 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4 go: downloading github.com/mattn/go-isatty v0.0.14 go: downloading github.com/mattn/go-colorable v0.1.9 go: downloading github.com/mattn/go-runewidth v0.0.9 go: downloading golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 linting go run tools/dashboard-linter/main.go pkg/metrics/grafana/overview.json go run tools/dashboard-linter/main.go pkg/metrics/grafana/performance_overview.json go run tools/dashboard-linter/main.go pkg/metrics/grafana/tidb.json go run tools/dashboard-linter/main.go pkg/metrics/grafana/tidb_resource_control.json go run tools/dashboard-linter/main.go pkg/metrics/grafana/tidb_runtime.json go run tools/dashboard-linter/main.go pkg/metrics/grafana/tidb_summary.json go run tools/dashboard-linter/main.go pkg/metrics/grafana/tidb_summary.json go run tools/dashboard-linter/main.go pkg/metrics/nextgengrafana/overview.json go run tools/dashboard-linter/main.go pkg/metrics/nextgengrafana/overview_with_keyspace_name.json go run tools/dashboard-linter/main.go pkg/metrics/nextgengrafana/performance_overview.json go run tools/dashboard-linter/main.go pkg/metrics/nextgengrafana/performance_overview_with_keyspace_name.json go run tools/dashboard-linter/main.go pkg/metrics/nextgengrafana/tidb_resource_control_with_keyspace_name.json go run tools/dashboard-linter/main.go pkg/metrics/nextgengrafana/tidb_runtime_with_keyspace_name.json go run tools/dashboard-linter/main.go pkg/metrics/nextgengrafana/tidb_summary_with_keyspace_name.json go run tools/dashboard-linter/main.go pkg/metrics/nextgengrafana/tidb_with_keyspace_name.json go run tools/dashboard-linter/main.go pkg/metrics/nextgengrafana/tidb_worker.json go mod tidy ./tools/check/check-tidy.sh testSuite ./tools/check/check_testSuite.sh GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/errors/errdoc-gen@518f63d go: downloading github.com/pingcap/errors v0.11.5-0.20220729040631-518f63d66278 generator errors.toml ./tools/check/check-errdoc.sh Generate successfully, output: Non-normalized error: scan break error Non-normalized error: retryable: lock not found Non-normalized error: retryable: already rollback Non-normalized error: retryable: replaced by another transaction Non-normalized error: other table can be accessed after locked table dropped Non-normalized error: not found Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:8200 Duplicated error code: ddl:1681 Duplicated error code: ddl:8200 Duplicated error code: ddl:8266 Non-normalized error: topru config is empty Non-normalized error: attributes should be in format 'key=value' Non-normalized error: unstable subtasks Non-normalized error: task not found Non-normalized error: task already exists Non-normalized error: task state not allow to do the operation Non-normalized error: task changed by other operation Non-normalized error: subtask not found Duplicated error code: schema:1049 Duplicated error code: ddl:1273 Non-normalized error: found backoff error Non-normalized error: found backoff error but don't count Non-normalized error: cancel subtasks Non-normalized error: subtask in running state and is not idempotent Non-normalized error: insert statement not found Non-normalized error: not ready, retry later Non-normalized error: proto: negative length found during unmarshaling Non-normalized error: proto: integer overflow Non-normalized error: proto: unexpected end of group Duplicated error code: expression:1235 Duplicated error code: variable:1298 Duplicated error code: variable:1235 Duplicated error code: variable:1681 Non-normalized error: tidb_mem_arbitrator_soft_limit: 0 (default); (0, 1.0] float-rate * server-limit; (1, server-limit] integer bytes; auto; Non-normalized error: tidb_mem_arbitrator_wait_averse: 0 (disable); 1 (enable); nolimit; Non-normalized error: tidb_mem_arbitrator_query_reserved: 0 (default); (1, server-limit] integer bytes; Non-normalized error: no databases found in the source path Non-normalized error: schema not found Non-normalized error: table not found Non-normalized error: no data files for table Non-normalized error: cannot generate a unique wildcard pattern for the table's data files Non-normalized error: job not found Non-normalized error: no job id returned Non-normalized error: invalid options Non-normalized error: IMPORT INTO only supports one FIELDS_DEFINED_NULL_BY value Non-normalized error: failed to parse storage backend URL Non-normalized error: failed to create external storage Non-normalized error: failed to create MyDump loader Non-normalized error: failed to create schemas and tables Non-normalized error: lightning: failover cancel Non-normalized error: Pattern not match Non-normalized error: invalid syntax Non-normalized error: Param index exceed param counts Non-normalized error: heap is empty Duplicated error code: planner:3126 Non-normalized error: SAVEPOINT is not supported when binlog is enabled Non-normalized error: write too slow, maybe gRPC is blocked forever Non-normalized error: no such bucket Non-normalized error: timer not exist Non-normalized error: timer already exists Non-normalized error: timer version not match Non-normalized error: timer event id not match Non-normalized error: invalid top ru item interval Non-normalized error: label constraint should be in format '{+|-}key=value' Non-normalized error: unsupported label constraint Non-normalized error: conflicting label constraints Non-normalized error: label constraints in map syntax have invalid replicas Non-normalized error: invalid label constraints format Non-normalized error: survival preference format should be in format [xxx=yyy, ...] Non-normalized error: label constraints with invalid REPLICAS Non-normalized error: invalid bundle ID Non-normalized error: invalid bundle ID format Non-normalized error: REPLICAS must be 1 if ROLE=leader Non-normalized error: the ROLE field is not specified Non-normalized error: no rule of such role to drop Non-normalized error: invalid placement option Non-normalized error: mappings use a colon and space (โ: โ) to mark each key/value pair Non-normalized error: no colon found Non-normalized error: this pool has been closed Non-normalized error: the number of concurrency has reached the upper limit and Block is set Non-normalized error: the pool params are invalid Duplicated error code: ddl:8242 Duplicated error code: executor:8115 Duplicated error code: executor:8116 Duplicated error code: executor:1295 Duplicated error code: executor:1390 Duplicated error code: executor:1317 Duplicated error code: ddl:1470 Duplicated error code: ddl:8200 Non-normalized error: can't get the database's version Non-normalized error: no data found in table Non-normalized error: watcher already started Non-normalized error: watcher already closed Duplicated error code: BR:PD:ErrPDUknownScatterResult Duplicated error code: types:1292 Non-normalized error: can not add because sorted Non-normalized error: invalid group settings Non-normalized error: resource group name too long Non-normalized error: group settings with invalid format Non-normalized error: cannot set RU mode and Raw mode options at the same time Non-normalized error: unknown resource group mode Non-normalized error: can't drop reserved resource group Non-normalized error: please set at least one field(exec_elapsed_time_ms, processed_keys, ru) Non-normalized error: unknown resource group runaway action Non-normalized error: unknown resource group runaway switch group name bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/home/jenkins/.tidb/tmp \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb && " \ @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb && " -- -c ./.github/licenserc.yml header check [32mINFO: [0mInvocation ID: 856f7b9f-2b07-46cc-b3bf-e62097ba1620 [32mINFO: [0mReading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps [32mINFO: [0mOptions provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 [32mINFO: [0mReading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution --remote_retries=6 --remote_retry_max_delay=8s [32mINFO: [0mReading rc options for 'run' from /data/..2026_03_20_11_36_16.1743900258/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s [32mINFO: [0mReading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 [32mINFO: [0mFound applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression [32mINFO: [0mFound applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes [32mLoading:[0m [32mLoading:[0m [32mLoading:[0m 0 packages loaded [32mAnalyzing:[0m target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye (1 packages loaded, 0 targets configured) [32mAnalyzing:[0m target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye (40 packages loaded, 1087 targets configured) [32mAnalyzing:[0m target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye (81 packages loaded, 1480 targets configured) [32mINFO: [0mAnalyzed target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye (84 packages loaded, 1508 targets configured). [32mINFO: [0mFound 1 target... [32m[0 / 4][0m [Prepa] BazelWorkspaceStatusAction stable-status.txt Target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye up-to-date: bazel-bin/external/com_github_apache_skywalking_eyes/cmd/license-eye/license-eye_/license-eye [32mINFO: [0mElapsed time: 4.269s, Critical Path: 0.51s [32mINFO: [0m237 processes: 234 remote cache hit, 3 internal. [32mINFO:[0m Build completed successfully, 237 total actions [32mINFO: [0mRunning command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb && bazel-bin/external/com_github_apache_skywalking_eyes/cmd/license-eye/license-eye_/license-eye -c ./.github/licenserc.yml header check' [0m[36mINFO[0m Loading configuration from file: ./.github/licenserc.yml [36mINFO[0m Totally checked 134985 files, valid: 3789, invalid: 0, ignored: 131196, fixed: 0 check ABI compatibility ./tools/check/bazel-check-abi.sh Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: f745e708-4fc3-444a-a24f-bb7552ef6e07 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/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_check/tidb/.bazelrc: Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution --remote_retries=6 --remote_retry_max_delay=8s INFO: Reading rc options for 'run' from /data/..2026_03_20_11_36_16.1743900258/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: 0 packages loaded Analyzing: target @io_bazel_rules_go//go:go (1 packages loaded, 0 targets configured) Analyzing: target @io_bazel_rules_go//go:go (35 packages loaded, 7 targets configured) Analyzing: target @io_bazel_rules_go//go:go (45 packages loaded, 233 targets configured) Analyzing: target @io_bazel_rules_go//go:go (46 packages loaded, 233 targets configured) Analyzing: target @io_bazel_rules_go//go:go (46 packages loaded, 233 targets configured) Analyzing: target @io_bazel_rules_go//go:go (46 packages loaded, 233 targets configured) Analyzing: target @io_bazel_rules_go//go:go (46 packages loaded, 233 targets configured) Analyzing: target @io_bazel_rules_go//go:go (47 packages loaded, 233 targets configured) Analyzing: target @io_bazel_rules_go//go:go (85 packages loaded, 2287 targets configured) Analyzing: target @io_bazel_rules_go//go:go (85 packages loaded, 6453 targets configured) Analyzing: target @io_bazel_rules_go//go:go (85 packages loaded, 7132 targets configured) Analyzing: target @io_bazel_rules_go//go:go (123 packages loaded, 7132 targets configured) Analyzing: target @io_bazel_rules_go//go:go (156 packages loaded, 8064 targets configured) Analyzing: target @io_bazel_rules_go//go:go (394 packages loaded, 8481 targets configured) INFO: Analyzed target @io_bazel_rules_go//go:go (433 packages loaded, 9325 targets configured). checking cached actions INFO: Found 1 target... [0 / 21] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (3 actions, 0 running) [19 / 468] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 2.2 MiB / 3.9 MiB; 0s remote-cache ... (2 actions, 0 running) [19 / 468] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 8.4 MiB / 11.4 MiB; 1s remote-cache ... (2 actions, 0 running) [187 / 468] GoCompilePkg external/co_honnef_go_tools/analysis/facts/purity/purity.a [for tool]; 0s remote-cache ... (6 actions, 0 running) Target @io_bazel_rules_go//go/tools/go_bin_runner:go_bin_runner up-to-date: bazel-bin/external/io_bazel_rules_go/go/tools/go_bin_runner/bin/go INFO: Elapsed time: 43.861s, Critical Path: 2.74s INFO: 468 processes: 453 remote cache hit, 15 internal. INFO: Build completed successfully, 468 total actions INFO: Running command line: bazel-bin/external/io_bazel_rules_go/go/tools/go_bin_runner/bin/go env GOROOT INFO: Invocation ID: 0cba0560-780a-4a6e-bdf3-128fed86360a INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/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_check/tidb/.bazelrc: Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution --remote_retries=6 --remote_retry_max_delay=8s INFO: Reading rc options for 'run' from /data/..2026_03_20_11_36_16.1743900258/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 Loading: Loading: Loading: 0 packages loaded Analyzing: target @io_bazel_rules_go//go:go (0 packages loaded, 0 targets configured) INFO: Analyzed target @io_bazel_rules_go//go:go (0 packages loaded, 0 targets configured). INFO: Found 1 target... [0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt Target @io_bazel_rules_go//go/tools/go_bin_runner:go_bin_runner up-to-date: bazel-bin/external/io_bazel_rules_go/go/tools/go_bin_runner/bin/go INFO: Elapsed time: 0.238s, Critical Path: 0.00s INFO: 1 process: 1 internal. INFO: Build completed successfully, 1 total action INFO: Running command line: bazel-bin/external/io_bazel_rules_go/go/tools/go_bin_runner/bin/go env GOVERSION Checking src/internal/runtime/maps/map.go Checking src/internal/runtime/maps/table.go Checking src/internal/abi/map_swiss.go Checking src/internal/abi/type.go GO111MODULE=on go build -cover -ldflags '-X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.2.pre-1472-g6bb6e572df" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2026-03-20 11:48:21" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=6bb6e572df85904e329fb03187a9a603e52c91e0" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBEdition=Community" -X "github.com/pingcap/tidb/pkg/config.checkBeforeDropLDFlag=1"' --tags=deadlock,enableassert -o bin/tidb-server ./cmd/tidb-server extracting statistics: s skip building tidb-server, using existing binary: ../../bin/tidb-server building mysql-tester binary: ./mysql_tester go: downloading github.com/pingcap/mysql-tester v0.0.0-20260121034350-f2d90ea9522d go: github.com/pingcap/mysql-tester@v0.0.0-20260121034350-f2d90ea9522d requires go >= 1.25; switching to go1.25.8 go: downloading github.com/sergi/go-diff v1.4.0 go: downloading github.com/defined2014/mysql v0.0.0-20231121061906-fcfacaa39f49 go: downloading github.com/sirupsen/logrus v1.8.1 go: downloading github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32 go: downloading golang.org/x/sys v0.38.0 start tidb-server, log file: ./integration-test.out Release Version: v9.0.0-beta.2.pre-1472-g6bb6e572df Edition: Community Git Commit Hash: 6bb6e572df85904e329fb03187a9a603e52c91e0 Git Branch: HEAD UTC Build Time: 2026-03-20 11:48:21 GoVersion: go1.25.8 Race Enabled: false Check Table Before Drop: true Store: unistore Kernel Type: Classic tidb-server(PID: 80915) started run all integration test cases (disabled new collation) ./t/collation_agg_func.test: ok! 73 test cases passed, take time 0.082942727 s ./t/collation_check_use_collation.test: ok! 92 test cases passed, take time 0.377930288 s ./t/collation_misc.test: ok! 75 test cases passed, take time 0.391623129 s ./t/collation_pointget.test: ok! 105 test cases passed, take time 0.397544604 s Great, All tests passed start tidb-server, log file: ./integration-test.out Release Version: v9.0.0-beta.2.pre-1472-g6bb6e572df Edition: Community Git Commit Hash: 6bb6e572df85904e329fb03187a9a603e52c91e0 Git Branch: HEAD UTC Build Time: 2026-03-20 11:48:21 GoVersion: go1.25.8 Race Enabled: false Check Table Before Drop: true Store: unistore Kernel Type: Classic tidb-server(PID: 80975) started run all integration test cases (enabled new collation) ./t/show.test: ok! 5 test cases passed, take time 0.012563836 s ./t/access_path_selection.test: ok! 8 test cases passed, take time 0.015306823 s ./t/agg_predicate_pushdown.test: ok! 17 test cases passed, take time 0.066462447 s ./t/bindinfo/bind.test: ok! 221 test cases passed, take time 1.103252741 s ./t/bindinfo/session_handle.test: ok! 21 test cases passed, take time 0.043415123 s ./t/bindinfo/temptable.test: ok! 38 test cases passed, take time 0.096848209 s ./t/black_list.test: ok! 54 test cases passed, take time 0.079475189 s ./t/clustered_index.test: ok! 34 test cases passed, take time 1.194764176 s ./t/collation_agg_func.test: ok! 73 test cases passed, take time 0.077696983 s ./t/collation_check_use_collation.test: ok! 92 test cases passed, take time 0.377037395 s ./t/collation_misc.test: ok! 75 test cases passed, take time 0.352794294 s ./t/collation_pointget.test: ok! 105 test cases passed, take time 0.371764399 s ./t/common_collation.test: ok! 25 test cases passed, take time 0.096203252 s ./t/cte.test: ok! 236 test cases passed, take time 1.318048525 s ./t/db_integration.test: ok! 11 test cases passed, take time 0.02619595 s ./t/ddl/affinity.test: ok! 122 test cases passed, take time 0.891206586 s ./t/ddl/attributes_sql.test: ok! 30 test cases passed, take time 0.223454299 s ./t/ddl/bdr_mode.test: ok! 371 test cases passed, take time 3.278670259 s ./t/ddl/column.test: ok! 48 test cases passed, take time 0.407152663 s ./t/ddl/column_change.test: ok! 9 test cases passed, take time 0.033508081 s ./t/ddl/column_modify.test: ok! 164 test cases passed, take time 1.053930514 s ./t/ddl/column_type_change.test: ok! 1285 test cases passed, take time 28.910625066 s ./t/ddl/constraint.test: ok! 459 test cases passed, take time 2.796152544 s ./t/ddl/db.test: ok! 288 test cases passed, take time 3.723099917 s ./t/ddl/db_cache.test: ok! 50 test cases passed, take time 0.360176994 s ./t/ddl/db_change.test: ok! 33 test cases passed, take time 0.455613456 s ./t/ddl/db_foreign_key.test: ok! 20 test cases passed, take time 0.175558735 s ./t/ddl/db_integration.test: ok! 720 test cases passed, take time 6.450849421 s ./t/ddl/db_partition.test: ok! 1110 test cases passed, take time 11.900963982 s ./t/ddl/db_rename.test: ok! 21 test cases passed, take time 0.268071133 s ./t/ddl/db_table.test: ok! 58 test cases passed, take time 0.459180293 s ./t/ddl/ddl_error.test: ok! 14 test cases passed, take time 0.046341378 s ./t/ddl/ddl_tiflash.test: ok! 14 test cases passed, take time 0.050796404 s ./t/ddl/default_as_expression.test: ok! 411 test cases passed, take time 3.015896608 s ./t/ddl/exchange_partition_global_index.test: ok! 16 test cases passed, take time 0.151522671 s ./t/ddl/fail_db.test: ok! 12 test cases passed, take time 0.131449496 s ./t/ddl/foreign_key.test: ok! 182 test cases passed, take time 5.179662946 s ./t/ddl/index_modify.test: ok! 39 test cases passed, take time 0.363571269 s ./t/ddl/integration.test: ok! 116 test cases passed, take time 1.191915369 s ./t/ddl/modify_column.test: ok! 672 test cases passed, take time 9.690833096 s ./t/ddl/multi_schema_change.test: ok! 305 test cases passed, take time 4.878139142 s ./t/ddl/partition.test: ok! 148 test cases passed, take time 2.508674768 s ./t/ddl/primary_key_handle.test: ok! 191 test cases passed, take time 1.29818793 s ./t/ddl/reorg_partition.test: ok! 212 test cases passed, take time 2.927814517 s ./t/ddl/resource_group.test: ok! 16 test cases passed, take time 0.054350349 s ./t/ddl/sequence.test: ok! 268 test cases passed, take time 2.78959331 s ./t/ddl/serial.test: ok! 77 test cases passed, take time 0.500273002 s ./t/ddl/table_create_compat.test: ok! 33 test cases passed, take time 4.782105071 s ./t/ddl/table_modify.test: ok! 47 test cases passed, take time 0.255302827 s ./t/executor/adapter.test: ok! 6 test cases passed, take time 0.013176726 s ./t/executor/admin.test: ok! 199 test cases passed, take time 20.310031804 s ./t/executor/aggregate.test: ok! 891 test cases passed, take time 8.45513093 s ./t/executor/analyze.test: ok! 185 test cases passed, take time 4.362208897 s ./t/executor/autoid.test: ok! 458 test cases passed, take time 1.8857167289999999 s ./t/executor/batch_point_get.test: ok! 85 test cases passed, take time 0.310895107 s ./t/executor/charset.test: ok! 214 test cases passed, take time 0.654541448 s ./t/executor/chunk_reuse.test: ok! 98 test cases passed, take time 0.132297323 s ./t/executor/cluster_table.test: ok! 36 test cases passed, take time 0.137826191 s ./t/executor/compact_table.test: ok! 19 test cases passed, take time 0.086212959 s ./t/executor/cte.test: ok! 133 test cases passed, take time 0.598659181 s ./t/executor/ddl.test: ok! 368 test cases passed, take time 4.201846168 s ./t/executor/delete.test: ok! 91 test cases passed, take time 0.429866786 s ./t/executor/distsql.test: ok! 61 test cases passed, take time 0.630454307 s ./t/executor/executor.test: ok! 1950 test cases passed, take time 9.594378236 s ./t/executor/executor_txn.test: ok! 121 test cases passed, take time 0.160564978 s ./t/executor/expand.test: ok! 71 test cases passed, take time 0.346208786 s ./t/executor/explain.test: ok! 120 test cases passed, take time 0.559934216 s ./t/executor/explainfor.test: ok! 376 test cases passed, take time 0.903568056 s ./t/executor/foreign_key.test: ok! 318 test cases passed, take time 14.68299465 s ./t/executor/grant.test: ok! 209 test cases passed, take time 1.29662487 s ./t/executor/import_into.test: ok! 106 test cases passed, take time 0.124293066 s ./t/executor/index_lookup_join.test: ok! 188 test cases passed, take time 1.461497927 s ./t/executor/index_lookup_merge_join.test: ok! 83 test cases passed, take time 0.7728078 s ./t/executor/index_lookup_pushdown.test: ok! 125 test cases passed, take time 0.329842707 s ./t/executor/index_lookup_pushdown_partition.test: ok! 44 test cases passed, take time 0.101157352 s ./t/executor/index_merge_reader.test: ok! 244 test cases passed, take time 1.267848893 s ./t/executor/infoschema_reader.test: ok! 282 test cases passed, take time 4.940968786 s ./t/executor/insert.test: ok! 1367 test cases passed, take time 8.332458786 s ./t/executor/inspection_common.test: ok! 4 test cases passed, take time 0.002700085 s ./t/executor/issues.test: ok! 474 test cases passed, take time 3.609853572 s ./t/executor/jointest/hash_join.test: ok! 146 test cases passed, take time 0.922661558 s ./t/executor/jointest/join.test: ok! 863 test cases passed, take time 7.156181816 s ./t/executor/kv.test: ok! 16 test cases passed, take time 0.068679503 s ./t/executor/merge_join.test: ok! 259 test cases passed, take time 1.998821209 s ./t/executor/parallel_apply.test: ok! 97 test cases passed, take time 0.622008585 s ./t/executor/partition/issues.test: ok! 159 test cases passed, take time 2.4737763729999998 s ./t/executor/partition/partition_boundaries.test: ok! 1035 test cases passed, take time 1.6555742599999999 s ./t/executor/partition/partition_with_expression.test: ok! 298 test cases passed, take time 1.5547784629999999 s ./t/executor/partition/table.test: ok! 224 test cases passed, take time 2.752024036 s ./t/executor/partition/write.test: ok! 349 test cases passed, take time 1.302610321 s ./t/executor/password_management.test: ok! 381 test cases passed, take time 2.553983626 s ./t/executor/perfschema.test: ok! 5 test cases passed, take time 0.010144973 s ./t/executor/point_get.test: ok! 271 test cases passed, take time 0.960690842 s ./t/executor/prepared.test: ok! 220 test cases passed, take time 0.68694552 s ./t/executor/revoke.test: ok! 65 test cases passed, take time 0.476280391 s ./t/executor/rowid.test: ok! 63 test cases passed, take time 0.188088294 s ./t/executor/sample.test: ok! 109 test cases passed, take time 1.169470063 s ./t/executor/set.test: ok! 228 test cases passed, take time 0.336730213 s ./t/executor/show.test: ok! 309 test cases passed, take time 2.2859223269999998 s ./t/executor/simple.test: ok! 357 test cases passed, take time 2.412419931 s ./t/executor/split_table.test: ok! 124 test cases passed, take time 0.991052179 s ./t/executor/stale_txn.test: ok! 28 test cases passed, take time 1.086713513 s ./t/executor/statement_context.test: ok! 63 test cases passed, take time 0.103787949 s ./t/executor/union_scan.test: ok! 231 test cases passed, take time 1.060244746 s ./t/executor/update.test: ok! 535 test cases passed, take time 2.217934205 s ./t/executor/window.test: ok! 93 test cases passed, take time 0.264326905 s ./t/executor/write.test: ok! 1061 test cases passed, take time 7.200299617 s ./t/explain-non-select-stmt.test: ok! 7 test cases passed, take time 0.013468009 s ./t/explain.test: ok! 25 test cases passed, take time 0.086056925 s ./t/explain_complex.test: ok! 45 test cases passed, take time 0.897574462 s ./t/explain_complex_stats.test: ok! 65 test cases passed, take time 3.6823233010000003 s ./t/explain_cte.test: ok! 52 test cases passed, take time 0.272757614 s ./t/explain_easy.test: ok! 190 test cases passed, take time 1.08787021 s ./t/explain_easy_stats.test: ok! 49 test cases passed, take time 0.756801337 s ./t/explain_foreign_key.test: ok! 41 test cases passed, take time 0.386347067 s ./t/explain_generate_column_substitute.test: ok! 232 test cases passed, take time 2.141339193 s ./t/explain_indexmerge_stats.test: ok! 35 test cases passed, take time 1.172053457 s ./t/explain_join_stats.test: ok! 7 test cases passed, take time 0.235368335 s ./t/explain_shard_index.test: ok! 21 test cases passed, take time 0.087582144 s ./t/explain_stats.test: ok! 9 test cases passed, take time 0.093157686 s ./t/explain_union_scan.test: ok! 8 test cases passed, take time 0.150885414 s ./t/expression/builtin.test: ok! 1389 test cases passed, take time 5.492031835 s ./t/expression/cast.test: ok! 85 test cases passed, take time 0.263237236 s ./t/expression/charset_and_collation.test: ok! 733 test cases passed, take time 3.532422435 s ./t/expression/constant_fold.test: ok! 16 test cases passed, take time 0.065428785 s ./t/expression/enum_set.test: ok! 13 test cases passed, take time 0.048546427 s ./t/expression/explain.test: ok! 76 test cases passed, take time 0.141018879 s ./t/expression/format.test: ok! 9 test cases passed, take time 0.00351124 s ./t/expression/issues.test: ok! 1562 test cases passed, take time 8.642508108 s ./t/expression/json.test: ok! 344 test cases passed, take time 0.625872879 s ./t/expression/misc.test: ok! 416 test cases passed, take time 1.762569695 s ./t/expression/multi_valued_index.test: ok! 314 test cases passed, take time 1.320297466 s ./t/expression/noop_functions.test: ok! 61 test cases passed, take time 0.030434593 s ./t/expression/plan_cache.test: ok! 184 test cases passed, take time 0.31482663 s ./t/expression/time.test: ok! 353 test cases passed, take time 0.560798879 s ./t/expression/uuid.test: ok! 41 test cases passed, take time 0.173986308 s ./t/expression/vitess_hash.test: ok! 16 test cases passed, take time 0.140198076 s ./t/generated_columns.test: ok! 69 test cases passed, take time 0.498249906 s ./t/globalindex/aggregate.test: ok! 16 test cases passed, take time 0.083438861 s ./t/globalindex/analyze.test: ok! 37 test cases passed, take time 0.815500374 s ./t/globalindex/ddl.test: ok! 55 test cases passed, take time 0.925593445 s ./t/globalindex/expression_index.test: ok! 14 test cases passed, take time 0.062183531 s ./t/globalindex/index_join.test: ok! 31 test cases passed, take time 0.495678141 s ./t/globalindex/information_schema.test: ok! 7 test cases passed, take time 0.234345676 s ./t/globalindex/insert.test: ok! 14 test cases passed, take time 0.166966993 s ./t/globalindex/mem_index_lookup.test: ok! 40 test cases passed, take time 0.089153596 s ./t/globalindex/mem_index_merge.test: ok! 53 test cases passed, take time 0.182112153 s ./t/globalindex/mem_index_merge_non_unique.test: ok! 53 test cases passed, take time 0.17173762 s ./t/globalindex/mem_index_non_unique.test: ok! 36 test cases passed, take time 0.084223528 s ./t/globalindex/mem_index_reader.test: ok! 36 test cases passed, take time 0.078410706 s ./t/globalindex/misc.test: ok! 91 test cases passed, take time 1.020978814 s ./t/globalindex/multi_valued_index.test: ok! 13 test cases passed, take time 0.029171184 s ./t/globalindex/point_get.test: ok! 38 test cases passed, take time 0.682994318 s ./t/globalindex/update.test: ok! 31 test cases passed, take time 0.157141651 s ./t/imdbload.test: ok! 54 test cases passed, take time 7.930040488 s ./t/index_join.test: ok! 21 test cases passed, take time 0.204955114 s ./t/index_merge.test: ok! 145 test cases passed, take time 0.598814506 s ./t/infoschema/cluster_tables.test: ok! 17 test cases passed, take time 0.04026205 s ./t/infoschema/infoschema.test: ok! 200 test cases passed, take time 2.245405179 s ./t/infoschema/tables.test: ok! 120 test cases passed, take time 0.72085187 s ./t/infoschema/v2.test: ok! 34 test cases passed, take time 0.251851975 s ./t/naaj.test: ok! 141 test cases passed, take time 0.252238105 s ./t/new_character_set.test: ok! 108 test cases passed, take time 0.31425862 s ./t/new_character_set_builtin.test: ok! 221 test cases passed, take time 0.682031156 s ./t/new_character_set_invalid.test: ok! 27 test cases passed, take time 0.146593209 s ./t/null_rejected.test: ok! 5 test cases passed, take time 0.023734249 s ./t/parser/integration.test: ok! 8 test cases passed, take time 0.044951604 s ./t/partition.test: ok! 3 test cases passed, take time 0.064226093 s ./t/planner/cardinality/selectivity.test: ok! 685 test cases passed, take time 1.179089655 s ./t/planner/cardinality/trace.test: ok! 4 test cases passed, take time 0.095353958 s ./t/planner/core/binary_plan.test: ok! 6 test cases passed, take time 0.001296177 s ./t/planner/core/casetest/expression_rewriter.test: ok! 21 test cases passed, take time 0.105451224 s ./t/planner/core/casetest/hint/hint.test: ok! 182 test cases passed, take time 1.3161611610000001 s ./t/planner/core/casetest/index/index.test: ok! 214 test cases passed, take time 1.417947208 s ./t/planner/core/casetest/index/partialindex.test: ok! 19 test cases passed, take time 0.087977753 s ./t/planner/core/casetest/integration.test: ok! 464 test cases passed, take time 1.952490961 s ./t/planner/core/casetest/partition/integration_partition.test: ok! 132 test cases passed, take time 0.68358772 s ./t/planner/core/casetest/partition/partition_pruner.test: ok! 293 test cases passed, take time 1.016567438 s ./t/planner/core/casetest/physicalplantest/physical_plan.test: ok! 882 test cases passed, take time 2.224728158 s ./t/planner/core/casetest/point_get_plan.test: ok! 52 test cases passed, take time 0.097367074 s ./t/planner/core/casetest/predicate_simplification.test: ok! 144 test cases passed, take time 0.465508734 s ./t/planner/core/casetest/pushdown/push_down.test: ok! 59 test cases passed, take time 0.210704712 s ./t/planner/core/casetest/rule/rule_derive_topn_from_window.test: ok! 73 test cases passed, take time 0.307335893 s ./t/planner/core/casetest/rule/rule_join_reorder.test: ok! 504 test cases passed, take time 3.377573024 s ./t/planner/core/casetest/rule/rule_result_reorder.test: ok! 83 test cases passed, take time 0.635335271 s ./t/planner/core/cbo.test: ok! 31 test cases passed, take time 0.257909775 s ./t/planner/core/enforce_mpp.test: ok! 7 test cases passed, take time 0.001604666 s ./t/planner/core/expression_rewriter.test: ok! 218 test cases passed, take time 1.1825752170000001 s ./t/planner/core/grouped_ranges_order_by.test: ok! 92 test cases passed, take time 0.257927489 s ./t/planner/core/indexjoin.test: ok! 113 test cases passed, take time 0.491990652 s ./t/planner/core/indexmerge_intersection.test: ok! 7 test cases passed, take time 0.025434081 s ./t/planner/core/indexmerge_path.test: ok! 273 test cases passed, take time 1.5205614330000001 s ./t/planner/core/integration.test: ok! 1598 test cases passed, take time 9.079972381 s ./t/planner/core/integration_partition.test: ok! 493 test cases passed, take time 4.025910764 s ./t/planner/core/issuetest/planner_issue.test: ok! 295 test cases passed, take time 2.678280401 s ./t/planner/core/join_reorder2.test: ok! 32 test cases passed, take time 0.082528195 s ./t/planner/core/memtable_predicate_extractor.test: ok! 45 test cases passed, take time 0.058461842 s ./t/planner/core/partial_order_topn.test: ok! 126 test cases passed, take time 0.453152418 s ./t/planner/core/partition_pruner.test: ok! 641 test cases passed, take time 2.007499137 s ./t/planner/core/physical_plan.test: ok! 42 test cases passed, take time 0.231531225 s ./t/planner/core/plan.test: ok! 138 test cases passed, take time 0.553769932 s ./t/planner/core/plan_cache.test: ok! 1245 test cases passed, take time 3.735320036 s ./t/planner/core/plan_cost_ver2.test: ok! 65 test cases passed, take time 0.229870478 s ./t/planner/core/point_get_plan.test: ok! 263 test cases passed, take time 0.94396117 s ./t/planner/core/preprocess.test: ok! 6 test cases passed, take time 0.020723616 s ./t/planner/core/range_scan_for_like.test: ok! 226 test cases passed, take time 0.399310116 s ./t/planner/core/rule_constant_propagation.test: ok! 57 test cases passed, take time 0.479297341 s ./t/planner/core/rule_join_reorder.test: ok! 52 test cases passed, take time 0.396658765 s ./t/planner/core/rule_outer2inner.test: ok! 29 test cases passed, take time 0.232000582 s ./t/planner/core/rule_result_reorder.test: ok! 29 test cases passed, take time 0.108502679 s ./t/planner/core/tests/prepare/issue.test: ok! 321 test cases passed, take time 0.878725823 s ./t/planner/core/tests/prepare/prepare.test: ok! 460 test cases passed, take time 1.298850818 s ./t/planner/funcdep/only_full_group_by.test: ok! 148 test cases passed, take time 1.335889417 s ./t/privilege/privileges.test: ok! 526 test cases passed, take time 4.222895897 s ./t/select.test: ok! 214 test cases passed, take time 0.948031919 s ./t/session/bootstrap_upgrade.test: ok! 29 test cases passed, take time 0.072063343 s ./t/session/clustered_index.test: ok! 383 test cases passed, take time 3.394394331 s ./t/session/common.test: ok! 212 test cases passed, take time 1.942660573 s ./t/session/nontransactional.test: ok! 1532 test cases passed, take time 3.603023846 s ./t/session/privileges.test: ok! 66 test cases passed, take time 0.570966012 s ./t/session/session.test: ok! 110 test cases passed, take time 0.438330721 s ./t/session/temporary_table.test: ok! 277 test cases passed, take time 0.196157737 s ./t/session/txn.test: ok! 14 test cases passed, take time 0.021264508 s ./t/session/user_variables.test: ok! 16 test cases passed, take time 0.014051832 s ./t/session/variable.test: ok! 103 test cases passed, take time 0.16604292 s ./t/session/vars.test: ok! 127 test cases passed, take time 0.087335609 s ./t/sessionctx/setvar.test: ok! 685 test cases passed, take time 0.19673156 s ./t/sessiontxn/externals.test: ok! 56 test cases passed, take time 0.118507546 s ./t/statistics/handle.test: ok! 41 test cases passed, take time 0.818983844 s ./t/statistics/integration.test: ok! 27 test cases passed, take time 0.235244723 s ./t/statistics/lock_table_stats.test: ok! 47 test cases passed, take time 0.41965042 s ./t/statistics/overflow_calc.test: ok! 5 test cases passed, take time 0.06648089 s ./t/subquery.test: ok! 31 test cases passed, take time 0.209869337 s ./t/table/cache.test: ok! 108 test cases passed, take time 8.378947362 s ./t/table/index.test: ok! 44 test cases passed, take time 0.332309866 s ./t/table/partition.test: ok! 240 test cases passed, take time 1.6485808450000001 s ./t/table/tables.test: ok! 32 test cases passed, take time 0.093328776 s ./t/table/temptable.test: ok! 11 test cases passed, take time 0.029771974 s ./t/topn_push_down.test: ok! 19 test cases passed, take time 0.111987789 s ./t/topn_pushdown.test: ok! 1 test cases passed, take time 0.000592361 s ./t/tpch.test: ok! 40 test cases passed, take time 1.607001965 s ./t/types/const.test: ok! 143 test cases passed, take time 0.615235785 s ./t/types/json_binary_functions.test: ok! 6 test cases passed, take time 0.015302651 s ./t/types/time.test: ok! 119 test cases passed, take time 0.194830346 s ./t/util/admin.test: ok! 143 test cases passed, take time 1.052758313 s ./t/util/ranger.test: ok! 184 test cases passed, take time 0.719471848 s ./t/window_function.test: ok! 27 test cases passed, take time 0.080614331 s Great, All tests passed integrationtest passed! [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh WARN: Could not download codecov from GCS mirror; fallback to legacy fileserver. [2026-03-20T11:57:32.430Z] ['info'] _____ _ / ____| | | | | ___ __| | ___ ___ _____ __ | | / _ \ / _` |/ _ \/ __/ _ \ \ / / | |___| (_) | (_| | __/ (_| (_) \ V / \_____\___/ \__,_|\___|\___\___/ \_/ Codecov report uploader 0.5.0 [2026-03-20T11:57:32.432Z] ['info'] => Project root located at: . [2026-03-20T11:57:32.435Z] ['info'] -> Token found by environment variables [2026-03-20T11:57:32.448Z] ['info'] Searching for coverage files... [2026-03-20T11:57:32.971Z] ['info'] => Found 1 possible coverage files: ./coverage.dat [2026-03-20T11:57:32.972Z] ['info'] Processing ./coverage.dat... [2026-03-20T11:57:33.285Z] ['info'] Using manual override from args. [2026-03-20T11:57:33.285Z] ['info'] Detected Jenkins CI as the CI provider. [2026-03-20T11:57:33.295Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F67030&build=51305&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Fghpr_check%2F51305%2F&commit=44b2ea29a58f580b54b5c340aab1bd233dd0798a&job=&pr=67030&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=integration&parent= [2026-03-20T11:57:34.022Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/44b2ea29a58f580b54b5c340aab1bd233dd0798a https://storage.googleapis.com/codecov-production/shelter/v4/github/pingcap/tidb/44b2ea29a58f580b54b5c340aab1bd233dd0798a/09314735-ea87-412e-98c4-7a1e321e7277.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20260320%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20260320T115733Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=84126b3f10c8dd3f4e303183fe3d2e4e74b0371c9f5dcca32ec69ba4d5f9eeac [2026-03-20T11:57:34.022Z] ['info'] Uploading... [2026-03-20T11:57:37.131Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/44b2ea29a58f580b54b5c340aab1bd233dd0798a"} [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS
