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 Library tipipeline@main is cached. Copying from home. [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-28897-x454w-bkwg5-fx0h4 Agent pingcap-tidb-ghpr-check-28897-x454w-bkwg5-fx0h4 is provisioned from template pingcap_tidb_ghpr_check_28897-x454w-bkwg5 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check/28897/" runUrl: "job/pingcap/job/tidb/job/ghpr_check/28897/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "933416b9f34b03862eaed5bb24c3d3729eb0c4ef" jenkins/label: "pingcap_tidb_ghpr_check_28897-x454w" name: "pingcap-tidb-ghpr-check-28897-x454w-bkwg5-fx0h4" 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 - 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-check-28897-x454w-bkwg5-fx0h4" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check-28897-x454w-bkwg5-fx0h4" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" Running on pingcap-tidb-ghpr-check-28897-x454w-bkwg5-fx0h4 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.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (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 b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" > git rev-list --no-walk b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv GIT_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check/28897/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_check","buildid":"1908106937644355584","prowjobid":"2cd4e0f8-46c4-4f13-a663-01ffb034a1b9","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"d9fb3a53376157be49b5a7941e6e689a33c81eb0","base_link":"https://github.com/pingcap/tidb/commit/d9fb3a53376157be49b5a7941e6e689a33c81eb0","pulls":[{"number":60382,"author":"mjonss","sha":"a99475fc33674dc9218acc399094b47beacbcaf1","title":"ddl: Non clustered reorg part optimistic backfill","head_ref":"non-clustered-reorg-part-optimistic-backfill","link":"https://github.com/pingcap/tidb/pull/60382","commit_link":"https://github.com/pingcap/tidb/pull/60382/commits/a99475fc33674dc9218acc399094b47beacbcaf1","author_link":"https://github.com/mjonss"}]}} _=/usr/bin/printenv BUILD_ID=1908106937644355584 POD_LABEL=pingcap_tidb_ghpr_check_28897-x454w HOSTNAME=pingcap-tidb-ghpr-check-28897-x454w-bkwg5-fx0h4 OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check/28897/display/redirect?page=changes JENKINS_NODE_COOKIE=0144bb4f-feb5-4590-ba3c-d24fd04900b7 GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JAVA_HOME=/usr/lib/jvm/jre-openjdk JOB_BASE_NAME=ghpr_check WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check@tmp KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true GIT_URL=https://github.com/PingCAP-QE/ci.git CLASSPATH= KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 POD_CONTAINER=golang GOPATH=/go BUILD_NUMBER=28897 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/home/jenkins GOROOT=/usr/local/go NODE_NAME=pingcap-tidb-ghpr-check-28897-x454w-bkwg5-fx0h4 HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tidb/ghpr_check RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check/28897/display/redirect?page=tests KUBERNETES_SERVICE_PORT_HTTPS=443 KUBERNETES_PORT_443_TCP_PORT=443 GIT_PREVIOUS_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 HUDSON_HOME=/var/jenkins_home JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check/display/redirect PROW_JOB_ID=2cd4e0f8-46c4-4f13-a663-01ffb034a1b9 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check/28897/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check/28897/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check/ BUILD_DISPLAY_NAME=#28897 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tidb-ghpr_check-28897 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap-tidb-ghpr-check-28897-x454w-bkwg5-fx0h4 pingcap_tidb_ghpr_check_28897-x454w PATH=/go/bin:/usr/local/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin GIT_PREVIOUS_SUCCESSFUL_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 KUBERNETES_SERVICE_HOST=10.233.0.1 JENKINS_SERVER_COOKIE=durable-0f026237f94058661f1361e079a52466d5f86c0bc907e3dd7130bafbe31113f4 + 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.23.2' GODEBUG='' GOTELEMETRY='local' GOTELEMETRYDIR='/home/jenkins/.config/go/telemetry' 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 -ffile-prefix-map=/tmp/go-build2626899566=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 1001 root 1, 3 Apr 4 10:39 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-check-28897-x454w-bkwg5-fx0h4 bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-check-28897-x454w-bkwg5-fx0h4 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: 23333 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: a58434f8bc497733 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 27 IN A 20.205.243.166 github.com. 27 IN A 20.27.177.113 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Fri Apr 04 10:39:14 UTC 2025 ;; MSG SIZE rcvd: 103 [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_check/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-d9fb3a5) 1213224960 bytes in 5.29 secs (229384467 bytes/sec) [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SSH_KEY [Pipeline] { [Pipeline] sh + '[' -d /home/jenkins/.ssh ']' + mkdir /home/jenkins/.ssh + chmod 0700 /home/jenkins/.ssh + cp **** /home/jenkins/.ssh/id_rsa + chmod 400 /home/jenkins/.ssh/id_rsa + ssh-keyscan -t rsa,dsa github.com # github.com:22 SSH-2.0-133e47a51 # github.com:22 SSH-2.0-133e47a51 [Pipeline] } [Pipeline] // withCredentials [Pipeline] retry [Pipeline] { [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 d9fb3a5337 ddl: Implement TableMode feature (#59009) POST git-upload-pack (656 bytes) POST git-upload-pack (973 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master * [new ref] refs/pull/60382/head -> origin/pr/60382/head Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) 🚧 Checkouting to base SHA:d9fb3a53376157be49b5a7941e6e689a33c81eb0... HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) βœ… Checked. πŸŽ‰ 🧾 HEAD info: d9fb3a53376157be49b5a7941e6e689a33c81eb0 d9fb3a5337 ddl: Implement TableMode feature (#59009) 195c367f3a parser: support to check any column flag (#60287) f4b85e3540 statistics: remove invalid histogram items in loadNeededColumnHistograms and loadNeededIndexHistograms (#60318) 🚧 Pre-merge heads of pull requests to base SHA: d9fb3a53376157be49b5a7941e6e689a33c81eb0 ... Updating d9fb3a5337..a99475fc33 Fast-forward Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. pkg/ddl/partition.go | 159 +- pkg/ddl/tests/partition/db_partition_test.go | 54 +- pkg/ddl/tests/partition/multi_domain_test.go | 1751 ++++++++++++++++++++--- pkg/ddl/tests/partition/reorg_partition_test.go | 382 ++++- pkg/disttask/framework/taskexecutor/manager.go | 2 +- pkg/executor/insert_test.go | 17 + pkg/table/table.go | 13 + pkg/table/table_test.go | 7 +- pkg/table/tables/partition.go | 255 +++- pkg/table/tables/tables.go | 8 +- tests/integrationtest/r/ddl/db_partition.result | 8 +- tests/realtikvtest/txntest/BUILD.bazel | 1 + tests/realtikvtest/txntest/txn_test.go | 305 ++++ 13 files changed, 2650 insertions(+), 312 deletions(-) 🧾 Pre-merged result: a99475fc33674dc9218acc399094b47beacbcaf1 a99475fc33 Merge branch 'non-clustered-reorg-duplicate-_tidb_rowid-fix' into non-clustered-reorg-part-optimistic-backfill d992efb82f Merge remote-tracking branch 'pingcap/master' into non-clustered-reorg-duplicate-_tidb_rowid-fix d9fb3a5337 ddl: Implement TableMode feature (#59009) βœ… Pre merged πŸŽ‰ πŸ“ update submodules ... βœ… update submodules done βœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-d9fb3a5-a99475f) 1214177280 bytes in 18.59 secs (65328739 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.23.8 (linux/amd64) go generate ./... ./tools/check/check-gogenerate.sh go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/pingcap/kvproto v0.0.0-20250224053625-b6a98c6bf02d go: downloading github.com/spf13/pflag v1.0.6 go: downloading cloud.google.com/go/kms v1.15.7 go: downloading github.com/pingcap/tipb v0.0.0-20250331100511-d2c561dad347 go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20250327030528-1906b778d741 go: downloading google.golang.org/grpc v1.63.2 go: downloading go.uber.org/multierr v1.11.0 go: downloading google.golang.org/api v0.169.0 go: downloading google.golang.org/protobuf v1.36.5 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/prometheus/client_golang v1.21.1 go: downloading github.com/tikv/pd/client v0.0.0-20250318085533-e8050f72d00d go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading golang.org/x/term v0.30.0 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/google/btree v1.1.2 go: downloading golang.org/x/sync v0.12.0 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/BurntSushi/toml v1.5.0 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/Masterminds/semver v1.5.0 go: downloading k8s.io/api v0.29.11 go: downloading github.com/spf13/cobra v1.9.1 go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading cloud.google.com/go v0.112.1 go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible go: downloading github.com/klauspost/compress v1.18.0 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading cloud.google.com/go/storage v1.38.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 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 github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/stretchr/testify v1.10.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/net v0.38.0 go: downloading golang.org/x/oauth2 v0.28.0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading go.opencensus.io v0.24.0 go: downloading github.com/opentracing/basictracer-go v1.0.0 go: downloading github.com/cheynewallace/tabby v1.1.1 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading github.com/prometheus/common v0.63.0 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/mattn/go-colorable v0.1.14 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading golang.org/x/sys v0.31.0 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/cockroachdb/pebble v1.1.4-0.20250120151818-5dd133a1e6fb go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading github.com/json-iterator/go v1.1.12 go: downloading golang.org/x/text v0.23.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading gopkg.in/yaml.v2 v2.4.0 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.36.0 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading golang.org/x/time v0.11.0 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/procfs v0.16.0 go: downloading cloud.google.com/go/iam v1.1.6 go: downloading github.com/googleapis/gax-go/v2 v2.12.2 go: downloading google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/blacktear23/go-proxyprotocol v1.0.6 go: downloading github.com/pingcap/fn v1.0.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/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 go: downloading github.com/otiai10/copy v1.14.0 go: downloading github.com/apache/skywalking-eyes v0.4.0 go: downloading github.com/mgechev/revive v1.8.0 go: downloading github.com/hashicorp/go-version v1.7.0 go: downloading golang.org/x/tools v0.31.0 go: downloading github.com/tdakkota/asciicheck v0.4.1 go: downloading github.com/timakin/bodyclose v0.0.0-20241017074812-ed6a65f985e3 go: downloading github.com/fatih/structtag v1.2.0 go: downloading github.com/karamaru-alpha/copyloopvar v1.2.1 go: downloading github.com/charithe/durationcheck v0.0.10 go: downloading github.com/kisielk/errcheck v1.9.0 go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/gostaticanalysis/forcetypeassert v0.2.0 go: downloading github.com/daixiang0/gci v0.13.5 go: downloading github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d go: downloading github.com/golangci/golangci-lint v1.64.8 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/golangci/gosec v0.0.0-20180901114220-8afd9cbb6cfb go: downloading github.com/gordonklaus/ineffassign v0.1.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/ckaznocha/intrange v0.3.0 go: downloading github.com/ashanbrown/makezero v1.2.0 go: downloading github.com/butuzov/mirror v1.3.0 go: downloading github.com/golangci/misspell v0.6.0 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 go: downloading github.com/nishanths/predeclared v0.2.2 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 go: downloading honnef.co/go/tools v0.6.1 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 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.1 go: downloading go.uber.org/automaxprocs v1.6.0 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/shurcooL/httpgzip v0.0.0-20190720172056-320755c1c1b0 go: downloading github.com/zyedidia/generic v1.2.1 go: downloading github.com/YangKeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/sasha-s/go-deadlock v0.3.5 go: downloading github.com/YangKeao/go-mysql-driver v0.0.0-20240627104025-dd5589458cfa go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading go.uber.org/goleak v1.3.0 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/gobwas/glob v0.2.3 go: downloading github.com/openai/openai-go v0.1.0-alpha.59 go: downloading github.com/xitongsys/parquet-go-source v0.0.0-20200817004010-026bad9b25d0 go: downloading github.com/bazelbuild/buildtools v0.0.0-20230926111657-7d855c59baeb go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/rivo/uniseg v0.4.7 go: downloading github.com/coreos/go-systemd/v22 v22.5.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/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/dolthub/maphash v0.1.0 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/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 google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 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/gostaticanalysis/analysisutil v0.7.1 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd go: downloading github.com/jfcg/sixb v1.3.8 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hexops/gotextdiff v1.0.3 go: downloading github.com/rogpeppe/go-internal v1.14.1 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/grafana/pyroscope-go/godeltaprof v0.1.8 go: downloading golang.org/x/mod v0.24.0 go: downloading github.com/apache/thrift v0.16.0 go: downloading github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 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/tklauser/go-sysconf v0.3.12 go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading filippo.io/edwards25519 v1.1.0 go: downloading github.com/cockroachdb/errors v1.11.3 go: downloading github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/DataDog/zstd v1.5.5 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading k8s.io/apimachinery v0.29.11 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.4 go: downloading github.com/golang-jwt/jwt/v5 v5.2.2 go: downloading github.com/tidwall/sjson v1.2.5 go: downloading github.com/tidwall/gjson v1.14.4 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/gostaticanalysis/comment v1.5.0 go: downloading github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c go: downloading github.com/chavacava/garif v0.1.0 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/segmentio/fasthash v1.0.3 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 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 github.com/tklauser/numcpus v0.6.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/Masterminds/sprig/v3 v3.2.2 go: downloading github.com/bmatcuk/doublestar/v2 v2.0.4 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/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/tidwall/match v1.1.1 go: downloading github.com/tidwall/pretty v1.2.1 go: downloading github.com/pierrec/lz4/v4 v4.1.15 go: downloading golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/google/licensecheck v0.3.1 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/Masterminds/goutils v1.1.1 go: downloading github.com/Masterminds/semver/v3 v3.3.0 go: downloading github.com/huandu/xstrings v1.3.1 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/spf13/cast v1.5.0 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/mitchellh/reflectwalk v1.0.1 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading github.com/google/gofuzz v1.2.0 go: downloading k8s.io/klog/v2 v2.120.1 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 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.0.9 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 go: downloading github.com/felixge/httpsnoop v1.0.4 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 generate go: downloading github.com/pingcap/errors v0.11.5-0.20240311024730-e056997136bb 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 pkg/util/collate/unicode_0400_ci_generated.go pkg/util/collate/unicode_0900_ai_ci_generated.go 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... INFO: Invocation ID: 1689c4cd-2dd5-490b-8a2b-866d5e0fd272 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 INFO: Reading rc options for 'run' from /data/..2025_04_04_10_39_05.3912728675/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 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (35 packages loaded, 17 targets configured) Analyzing: target //:gazelle (41 packages loaded, 437 targets configured) Analyzing: target //:gazelle (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (66 packages loaded, 1476 targets configured) Analyzing: target //:gazelle (99 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (99 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (100 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (100 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (100 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (106 packages loaded, 5096 targets configured) Analyzing: target //:gazelle (168 packages loaded, 5948 targets configured) Analyzing: target //:gazelle (204 packages loaded, 6173 targets configured) Analyzing: target //:gazelle (407 packages loaded, 6469 targets configured) Analyzing: target //:gazelle (421 packages loaded, 6861 targets configured) INFO: Analyzed target //:gazelle (430 packages loaded, 6967 targets configured). INFO: Found 1 target... [0 / 88] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [24 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 8.9 MiB / 12.2 MiB; 1s remote-cache ... (4 actions, 0 running) [24 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 16.0 MiB / 18.9 MiB; 2s remote-cache ... (4 actions, 0 running) [29 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 4.0 MiB / 18.9 MiB; 3s remote-cache ... (8 actions, 0 running) [284 / 530] GoCompilePkg build/linter/predeclared/predeclared.a [for tool]; 0s remote-cache ... (7 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 48.124s, Critical Path: 4.38s INFO: 530 processes: 510 remote cache hit, 20 internal. INFO: Build completed successfully, 530 total actions INFO: Running command line: bazel-bin/gazelle bazel --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 INFO: Invocation ID: 6e73d31f-61ac-4cfb-8d6d-073b6e1e18ec 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 INFO: Reading rc options for 'run' from /data/..2025_04_04_10_39_05.3912728675/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 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (0 packages loaded, 0 targets configured) INFO: Analyzed target //:gazelle (0 packages loaded, 0 targets configured). INFO: Found 1 target... [0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 0.203s, Critical Path: 0.01s INFO: 1 process: 1 internal. INFO: Build completed successfully, 1 total action INFO: Running command line: bazel-bin/gazelle update-repos '-from_file=go.mod' -to_macro DEPS.bzl%go_deps '-build_file_proto_mode=disable' -prune gazelle: 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 INFO: Invocation ID: 6644b970-0182-4dea-b857-8571a366fb53 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 INFO: Reading rc options for 'run' from /data/..2025_04_04_10_39_05.3912728675/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 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded Analyzing: target //cmd/mirror:mirror (1 packages loaded, 0 targets configured) Analyzing: target //cmd/mirror:mirror (8 packages loaded, 6650 targets configured) Analyzing: target //cmd/mirror:mirror (102 packages loaded, 7025 targets configured) Analyzing: target //cmd/mirror:mirror (329 packages loaded, 7759 targets configured) Analyzing: target //cmd/mirror:mirror (329 packages loaded, 7759 targets configured) Analyzing: target //cmd/mirror:mirror (352 packages loaded, 7778 targets configured) Analyzing: target //cmd/mirror:mirror (462 packages loaded, 8134 targets configured) Analyzing: target //cmd/mirror:mirror (565 packages loaded, 9039 targets configured) INFO: Analyzed target //cmd/mirror:mirror (569 packages loaded, 9132 targets configured). INFO: Found 1 target... [0 / 89] [Prepa] BazelWorkspaceStatusAction stable-status.txt [955 / 1,172] 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 INFO: Elapsed time: 11.885s, Critical Path: 0.89s INFO: 741 processes: 738 remote cache hit, 3 internal. INFO: Build completed successfully, 741 total actions INFO: Running command line: bazel-bin/cmd/mirror/mirror_/mirror --mirror mv 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 INFO: Invocation ID: e6e6b549-216a-49c6-9e26-0d1542fcc3d4 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 INFO: Reading rc options for 'run' from /data/..2025_04_04_10_39_05.3912728675/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 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //tools/tazel:tazel (81 packages loaded, 4275 targets configured) Analyzing: target //tools/tazel:tazel (186 packages loaded, 5982 targets configured) Analyzing: target //tools/tazel:tazel (409 packages loaded, 6698 targets configured) Analyzing: target //tools/tazel:tazel (419 packages loaded, 6817 targets configured) Analyzing: target //tools/tazel:tazel (436 packages loaded, 6878 targets configured) Analyzing: target //tools/tazel:tazel (444 packages loaded, 7199 targets configured) Analyzing: target //tools/tazel:tazel (449 packages loaded, 7300 targets configured) Analyzing: target //tools/tazel:tazel (611 packages loaded, 7648 targets configured) Analyzing: target //tools/tazel:tazel (633 packages loaded, 7987 targets configured) INFO: Analyzed target //tools/tazel:tazel (680 packages loaded, 8590 targets configured). INFO: Found 1 target... [0 / 4] [Prepa] BazelWorkspaceStatusAction stable-status.txt [1,201 / 1,307] GoCompilePkg external/com_github_pingcap_kvproto/pkg/keyspacepb/keyspacepb.a; Downloading external/com_github_pingcap_kvproto/pkg/keyspacepb/keyspacepb.a, 911.8 KiB / 1011.5 KiB; 0s remote-cache ... (3 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 12.100s, Critical Path: 1.25s INFO: 549 processes: 546 remote cache hit, 3 internal. INFO: Build completed successfully, 549 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb && bazel-bin/tools/tazel/tazel_/tazel ' make[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 bin/goyacc -o parser.go -p yy -t Parser parser.y Parse table entries: 3482625 of 8232896, x 16 bits == 6965250 bytes bin/goyacc -o hintparser.go -p yyhint -t hintParser hintparser.y Parse table entries: 26445 of 42930, x 16 bits == 52890 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/BurntSushi/toml v1.1.0 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4 go: downloading github.com/mattn/go-runewidth v0.0.9 go: downloading github.com/mattn/go-colorable v0.1.9 go: downloading github.com/mattn/go-isatty v0.0.14 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 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: other table can be accessed after locked table dropped Non-normalized error: Pattern not match 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:1273 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: expression:1235 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 Non-normalized error: cancel subtasks Non-normalized error: subtask in running state and is not idempotent 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 Non-normalized error: insert statement not found Non-normalized error: retryable: lock not found Non-normalized error: retryable: already rollback Non-normalized error: retryable: replaced by another transaction Duplicated error code: ddl:8242 Non-normalized error: watcher already started Non-normalized error: watcher already closed Non-normalized error: heap is empty Non-normalized error: invalid syntax Duplicated error code: executor:1317 Duplicated error code: ddl:1470 Duplicated error code: ddl:8200 Non-normalized error: found backoff error Non-normalized error: found backoff error but don't count 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 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: executor:8115 Duplicated error code: executor:1295 Duplicated error code: executor:1390 Duplicated error code: executor:8116 Non-normalized error: can't get the database's version Non-normalized error: no data found in table Duplicated error code: types:1292 Duplicated error code: BR:PD:ErrPDUknownScatterResult Non-normalized error: write too slow, maybe gRPC is blocked forever Non-normalized error: can not add because sorted Non-normalized error: not found Duplicated error code: planner:3126 Non-normalized error: not ready, retry later Non-normalized error: scan break error 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: SAVEPOINT is not supported when binlog is enabled Non-normalized error: Param index exceed param counts Duplicated error code: schema:1049 Non-normalized error: label constraint should be in format '{+|-}key=value' Non-normalized error: unsupported label constraint Non-normalized error: conflicting label constraints Non-normalized error: label constraints in map syntax have invalid replicas Non-normalized error: invalid label constraints format Non-normalized error: survival preference format should be in format [xxx=yyy, ...] Non-normalized error: label constraints with invalid REPLICAS Non-normalized error: invalid bundle ID Non-normalized error: invalid bundle ID format Non-normalized error: REPLICAS must be 1 if ROLE=leader Non-normalized error: the ROLE field is not specified Non-normalized error: no rule of such role to drop Non-normalized error: invalid placement option Non-normalized error: mappings use a colon and space (β€œ: ”) to mark each key/value pair Non-normalized error: no colon found Duplicated error code: variable:1298 Duplicated error code: variable:1681 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 INFO: Invocation ID: d8dd7c9b-abac-46e2-9286-581a4a4bd2fd 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 INFO: Reading rc options for 'run' from /data/..2025_04_04_10_39_05.3912728675/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 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded Loading: 0 packages loaded Loading: 0 packages loaded Analyzing: target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye (1 packages loaded, 0 targets configured) Analyzing: target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye (34 packages loaded, 149 targets configured) Analyzing: target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye (41 packages loaded, 735 targets configured) Analyzing: target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye (64 packages loaded, 848 targets configured) Analyzing: target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye (73 packages loaded, 874 targets configured) INFO: Analyzed target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye (85 packages loaded, 1087 targets configured). INFO: Found 1 target... [0 / 9] [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 INFO: Elapsed time: 7.914s, Critical Path: 0.48s INFO: 231 processes: 228 remote cache hit, 3 internal. INFO: Build completed successfully, 231 total actions INFO: Running 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' INFO Loading configuration from file: ./.github/licenserc.yml INFO Totally checked 180114 files, valid: 3323, invalid: 0, ignored: 176791, fixed: 0 GO111MODULE=on go build -tags codes -cover -ldflags '-X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-alpha-598-ga99475fc33-dirty" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2025-04-04 10:47:45" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=a99475fc33674dc9218acc399094b47beacbcaf1" -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-20241224064458-0d83955ea569 go: downloading github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32 go: downloading github.com/sirupsen/logrus v1.8.1 go: downloading github.com/defined2014/mysql v0.0.0-20231121061906-fcfacaa39f49 go: downloading golang.org/x/sys v0.5.0 start tidb-server, log file: ./integration-test.out tidb-server(PID: 61673) started run all integration test cases (disabled new collation) ./t/collation_agg_func.test: ok! 74 test cases passed, take time 0.087240745 s ./t/collation_check_use_collation.test: ok! 93 test cases passed, take time 0.425034043 s ./t/collation_misc.test: ok! 66 test cases passed, take time 0.321226253 s ./t/collation_pointget.test: ok! 106 test cases passed, take time 0.348416603 s Great, All tests passed start tidb-server, log file: ./integration-test.out tidb-server(PID: 61710) started run all integration test cases (enabled new collation) ./t/show.test: ok! 3 test cases passed, take time 0.000503355 s ./t/access_path_selection.test: ok! 9 test cases passed, take time 0.01313132 s ./t/agg_predicate_pushdown.test: ok! 7 test cases passed, take time 0.013836872 s ./t/bindinfo/bind.test: ok! 223 test cases passed, take time 0.947830953 s ./t/bindinfo/session_handle.test: ok! 21 test cases passed, take time 0.041842645 s ./t/bindinfo/temptable.test: ok! 38 test cases passed, take time 0.089828439 s ./t/black_list.test: ok! 55 test cases passed, take time 0.069625574 s ./t/clustered_index.test: ok! 34 test cases passed, take time 1.030228224 s ./t/collation_agg_func.test: ok! 74 test cases passed, take time 0.079837911 s ./t/collation_check_use_collation.test: ok! 93 test cases passed, take time 0.350520426 s ./t/collation_misc.test: ok! 66 test cases passed, take time 0.264535634 s ./t/collation_pointget.test: ok! 106 test cases passed, take time 0.328184919 s ./t/common_collation.test: ok! 26 test cases passed, take time 0.092224288 s ./t/cte.test: ok! 237 test cases passed, take time 1.173666575 s ./t/db_integration.test: ok! 11 test cases passed, take time 0.026012934 s ./t/ddl/attributes_sql.test: ok! 30 test cases passed, take time 0.224426214 s ./t/ddl/bdr_mode.test: ok! 371 test cases passed, take time 3.529935248 s ./t/ddl/column.test: ok! 42 test cases passed, take time 0.365578337 s ./t/ddl/column_change.test: ok! 9 test cases passed, take time 0.040680184 s ./t/ddl/column_modify.test: ok! 164 test cases passed, take time 1.041503018 s ./t/ddl/column_type_change.test: ok! 1285 test cases passed, take time 21.208487608 s ./t/ddl/constraint.test: ok! 440 test cases passed, take time 2.403551208 s ./t/ddl/db.test: ok! 288 test cases passed, take time 3.331035564 s ./t/ddl/db_cache.test: ok! 50 test cases passed, take time 0.315542988 s ./t/ddl/db_change.test: ok! 33 test cases passed, take time 0.271844439 s ./t/ddl/db_foreign_key.test: ok! 20 test cases passed, take time 0.146972595 s ./t/ddl/db_integration.test: ok! 726 test cases passed, take time 5.61162127 s ./t/ddl/db_partition.test: ok! 1110 test cases passed, take time 10.394430974 s ./t/ddl/db_rename.test: ok! 21 test cases passed, take time 0.224930391 s ./t/ddl/db_table.test: ok! 58 test cases passed, take time 0.453167847 s ./t/ddl/ddl_error.test: ok! 14 test cases passed, take time 0.040180505 s ./t/ddl/ddl_tiflash.test: ok! 14 test cases passed, take time 0.046522198 s ./t/ddl/default_as_expression.test: ok! 411 test cases passed, take time 2.607558115 s ./t/ddl/fail_db.test: ok! 12 test cases passed, take time 0.1028535 s ./t/ddl/foreign_key.test: ok! 181 test cases passed, take time 4.967336136 s ./t/ddl/index_modify.test: ok! 39 test cases passed, take time 0.301933245 s ./t/ddl/integration.test: ok! 91 test cases passed, take time 0.84412775 s ./t/ddl/modify_column.test: ok! 672 test cases passed, take time 7.470310304 s ./t/ddl/multi_schema_change.test: ok! 305 test cases passed, take time 4.218445086 s ./t/ddl/partition.test: ok! 138 test cases passed, take time 2.397515092 s ./t/ddl/primary_key_handle.test: ok! 191 test cases passed, take time 1.100559109 s ./t/ddl/reorg_partition.test: ok! 212 test cases passed, take time 2.545287994 s ./t/ddl/resource_group.test: ok! 16 test cases passed, take time 0.047307238 s ./t/ddl/sequence.test: ok! 268 test cases passed, take time 2.559871467 s ./t/ddl/serial.test: ok! 77 test cases passed, take time 0.422233469 s ./t/ddl/table_modify.test: ok! 47 test cases passed, take time 3.173666285 s ./t/executor/adapter.test: ok! 6 test cases passed, take time 0.012280853 s ./t/executor/admin.test: ok! 171 test cases passed, take time 16.824308871 s ./t/executor/aggregate.test: ok! 885 test cases passed, take time 7.494850245 s ./t/executor/analyze.test: ok! 180 test cases passed, take time 2.80662144 s ./t/executor/autoid.test: ok! 458 test cases passed, take time 1.766860713 s ./t/executor/batch_point_get.test: ok! 85 test cases passed, take time 0.290224746 s ./t/executor/charset.test: ok! 214 test cases passed, take time 0.632865499 s ./t/executor/chunk_reuse.test: ok! 93 test cases passed, take time 0.12069772 s time="2025-04-04T18:51:43+08:00" level=error msg="run test [executor/cluster_table] err: sql:select tidb_decode_sql_digests('[\"e6f07d43b5c21db0fbb9a31feac2dc599787763393dd5acbfad80e247eb02ad5\",1,null,\"58f3717da2d79c14773a1e3094aaddeff2b11747d3aef95741151af9acba9d44\",{\"a\":1},[2],\"7e9f826ed22a09940940a42d1aca47a75b3adc3c3fde252f4b912ac886194eb9\",\"\",\"abcde\"]');: failed to run query \n\"select tidb_decode_sql_digests('[\"e6f07d43b5c21db0fbb9a31feac2dc599787763393dd5acbfad80e247eb02ad5\",1,null,\"58f3717da2d79c14773a1e3094aaddeff2b11747d3aef95741151af9acba9d44\",{\"a\":1},[2],\"7e9f826ed22a09940940a42d1aca47a75b3adc3c3fde252f4b912ac886194eb9\",\"\",\"abcde\"]');\" \n around line 46, \nwe need(597):\nselect tidb_decode_sql_digests('[\"e6f07d43b5c21db0fbb9a31feac2dc599787763393dd5acbfad80e247eb02ad5\",1,null,\"58f3717da2d79c14773a1e3094aaddeff2b11747d3aef95741151af9acba9d44\",{\"a\":1},[2],\"7e9f826ed22a09940940a42d1aca47a75b3adc3c3fde252f4b912ac886194eb9\",\"\",\"abcde\"]');\ntidb_decode_sql_digests('[\"e6f07d43b5c21db0fbb9a31feac2dc599787763393dd5acbfad80e247eb02ad5\",1,null,\"58f3717da2d79c14773a1e3094aaddeff2b11747d3aef95741151af9acba9d44\",{\"a\":1},[2],\"7e9f826ed22a09940940a42d1aca47a75b3adc3c3fde252f4b912ac886194eb9\",\"\",\"abcde\"\n[\"begin\",null,null,\"select @@tidb_current_ts\",null,null,\"select `id` , `\nbut got(597):\nselect tidb_decode_sql_digests('[\"e6f07d43b5c21db0fbb9a31feac2dc599787763393dd5acbfad80e247eb02ad5\",1,null,\"58f3717da2d79c14773a1e3094aaddeff2b11747d3aef95741151af9acba9d44\",{\"a\":1},[2],\"7e9f826ed22a09940940a42d1aca47a75b3adc3c3fde252f4b912ac886194eb9\",\"\",\"abcde\"]');\ntidb_decode_sql_digests('[\"e6f07d43b5c21db0fbb9a31feac2dc599787763393dd5acbfad80e247eb02ad5\",1,null,\"58f3717da2d79c14773a1e3094aaddeff2b11747d3aef95741151af9acba9d44\",{\"a\":1},[2],\"7e9f826ed22a09940940a42d1aca47a75b3adc3c3fde252f4b912ac886194eb9\",\"\",\"abcde\"\n[\"begin\",null,null,\"select @@tidb_current_ts\",null,null,null,null,null]\n\n" ./t/executor/compact_table.test: ok! 19 test cases passed, take time 0.077077054 s ./t/executor/cte.test: ok! 133 test cases passed, take time 0.567311768 s ./t/executor/ddl.test: ok! 359 test cases passed, take time 3.869975748 s ./t/executor/delete.test: ok! 91 test cases passed, take time 0.312910685 s ./t/executor/distsql.test: ok! 61 test cases passed, take time 0.506346918 s ./t/executor/executor.test: ok! 1951 test cases passed, take time 9.088807604 s ./t/executor/executor_txn.test: ok! 121 test cases passed, take time 0.135821199 s ./t/executor/expand.test: ok! 71 test cases passed, take time 0.276467678 s ./t/executor/explain.test: ok! 120 test cases passed, take time 0.469485427 s ./t/executor/explainfor.test: ok! 376 test cases passed, take time 0.790569494 s ./t/executor/foreign_key.test: ok! 318 test cases passed, take time 14.75630831 s ./t/executor/grant.test: ok! 209 test cases passed, take time 1.236350102 s ./t/executor/import_into.test: ok! 99 test cases passed, take time 0.117351792 s ./t/executor/index_lookup_join.test: ok! 190 test cases passed, take time 1.170469227 s ./t/executor/index_lookup_merge_join.test: ok! 83 test cases passed, take time 0.621457773 s ./t/executor/index_merge_reader.test: ok! 244 test cases passed, take time 1.125639364 s ./t/executor/infoschema_reader.test: ok! 220 test cases passed, take time 3.523883292 s ./t/executor/insert.test: ok! 1281 test cases passed, take time 6.886920085 s ./t/executor/inspection_common.test: ok! 4 test cases passed, take time 0.002353122 s ./t/executor/issues.test: ok! 463 test cases passed, take time 2.806788162 s ./t/executor/jointest/hash_join.test: ok! 148 test cases passed, take time 0.668901885 s ./t/executor/jointest/join.test: ok! 858 test cases passed, take time 5.802003259 s ./t/executor/kv.test: ok! 16 test cases passed, take time 0.057517616 s ./t/executor/merge_join.test: ok! 259 test cases passed, take time 1.799521546 s ./t/executor/parallel_apply.test: ok! 96 test cases passed, take time 0.589602604 s ./t/executor/partition/issues.test: ok! 159 test cases passed, take time 1.8461408700000002 s ./t/executor/partition/partition_boundaries.test: ok! 1035 test cases passed, take time 1.473246815 s ./t/executor/partition/partition_with_expression.test: ok! 298 test cases passed, take time 1.34568044 s ./t/executor/partition/table.test: ok! 224 test cases passed, take time 2.329625028 s ./t/executor/partition/write.test: ok! 349 test cases passed, take time 1.130445387 s ./t/executor/password_management.test: ok! 381 test cases passed, take time 2.42409139 s ./t/executor/perfschema.test: ok! 5 test cases passed, take time 0.009509925 s ./t/executor/point_get.test: ok! 271 test cases passed, take time 0.936324647 s ./t/executor/prepared.test: ok! 214 test cases passed, take time 0.829534494 s ./t/executor/revoke.test: ok! 65 test cases passed, take time 0.455712356 s ./t/executor/rowid.test: ok! 63 test cases passed, take time 0.180061744 s ./t/executor/sample.test: ok! 109 test cases passed, take time 1.096351913 s ./t/executor/set.test: ok! 228 test cases passed, take time 0.276884833 s ./t/executor/show.test: ok! 300 test cases passed, take time 1.986969617 s ./t/executor/simple.test: ok! 357 test cases passed, take time 2.027637264 s ./t/executor/split_table.test: ok! 60 test cases passed, take time 0.263913603 s ./t/executor/stale_txn.test: ok! 28 test cases passed, take time 0.99184521 s ./t/executor/statement_context.test: ok! 63 test cases passed, take time 0.07353433 s ./t/executor/union_scan.test: ok! 231 test cases passed, take time 0.874119834 s ./t/executor/update.test: ok! 521 test cases passed, take time 1.851264705 s ./t/executor/window.test: ok! 93 test cases passed, take time 0.240396514 s ./t/executor/write.test: ok! 1061 test cases passed, take time 6.645932916 s ./t/explain-non-select-stmt.test: ok! 8 test cases passed, take time 0.011897433 s ./t/explain.test: ok! 26 test cases passed, take time 0.072851401 s ./t/explain_complex.test: ok! 41 test cases passed, take time 0.236865628 s ./t/explain_complex_stats.test: ok! 61 test cases passed, take time 2.6234917639999997 s ./t/explain_cte.test: ok! 53 test cases passed, take time 0.226491006 s ./t/explain_easy.test: ok! 190 test cases passed, take time 0.859730866 s ./t/explain_easy_stats.test: ok! 50 test cases passed, take time 0.602560638 s ./t/explain_foreign_key.test: ok! 41 test cases passed, take time 0.334286379 s ./t/explain_generate_column_substitute.test: ok! 233 test cases passed, take time 1.69523202 s ./t/explain_indexmerge_stats.test: ok! 30 test cases passed, take time 0.660931327 s ./t/explain_join_stats.test: ok! 8 test cases passed, take time 0.172494612 s ./t/explain_shard_index.test: ok! 19 test cases passed, take time 0.072252886 s ./t/explain_stats.test: ok! 10 test cases passed, take time 0.073960577 s ./t/explain_union_scan.test: ok! 9 test cases passed, take time 0.125519716 s ./t/expression/builtin.test: ok! 1365 test cases passed, take time 4.632597322 s ./t/expression/cast.test: ok! 85 test cases passed, take time 0.222989142 s ./t/expression/charset_and_collation.test: ok! 733 test cases passed, take time 2.715837097 s ./t/expression/constant_fold.test: ok! 16 test cases passed, take time 0.054601807 s ./t/expression/enum_set.test: ok! 13 test cases passed, take time 0.056326141 s ./t/expression/explain.test: ok! 77 test cases passed, take time 0.11463801 s ./t/expression/format.test: ok! 9 test cases passed, take time 0.002666271 s ./t/expression/issues.test: ok! 1525 test cases passed, take time 6.919410194 s ./t/expression/json.test: ok! 321 test cases passed, take time 0.53732242 s ./t/expression/misc.test: ok! 416 test cases passed, take time 1.536347353 s ./t/expression/multi_valued_index.test: ok! 314 test cases passed, take time 1.049219764 s ./t/expression/noop_functions.test: ok! 61 test cases passed, take time 0.023915414 s ./t/expression/plan_cache.test: ok! 184 test cases passed, take time 0.271266413 s ./t/expression/time.test: ok! 353 test cases passed, take time 0.485145767 s ./t/expression/vitess_hash.test: ok! 17 test cases passed, take time 0.090719776 s ./t/generated_columns.test: ok! 70 test cases passed, take time 0.437204942 s ./t/globalindex/aggregate.test: ok! 16 test cases passed, take time 0.075802491 s ./t/globalindex/analyze.test: ok! 37 test cases passed, take time 0.515929134 s ./t/globalindex/ddl.test: ok! 55 test cases passed, take time 0.853223254 s ./t/globalindex/expression_index.test: ok! 14 test cases passed, take time 0.055687033 s ./t/globalindex/index_join.test: ok! 31 test cases passed, take time 0.386418486 s ./t/globalindex/information_schema.test: ok! 7 test cases passed, take time 0.17470455 s ./t/globalindex/insert.test: ok! 14 test cases passed, take time 0.13965769 s ./t/globalindex/mem_index_lookup.test: ok! 40 test cases passed, take time 0.082395154 s ./t/globalindex/mem_index_merge.test: ok! 53 test cases passed, take time 0.184995212 s ./t/globalindex/mem_index_reader.test: ok! 36 test cases passed, take time 0.073640367 s ./t/globalindex/misc.test: ok! 91 test cases passed, take time 0.777239959 s ./t/globalindex/multi_valued_index.test: ok! 13 test cases passed, take time 0.032099128 s ./t/globalindex/point_get.test: ok! 38 test cases passed, take time 0.518825892 s ./t/globalindex/update.test: ok! 31 test cases passed, take time 0.125962322 s ./t/imdbload.test: ok! 62 test cases passed, take time 6.6930888280000005 s ./t/index_join.test: ok! 22 test cases passed, take time 0.173776042 s ./t/index_merge.test: ok! 145 test cases passed, take time 0.52572277 s ./t/infoschema/cluster_tables.test: ok! 17 test cases passed, take time 0.035544097 s ./t/infoschema/infoschema.test: ok! 192 test cases passed, take time 1.733066557 s ./t/infoschema/tables.test: ok! 120 test cases passed, take time 0.660149094 s ./t/infoschema/v2.test: ok! 34 test cases passed, take time 0.207433087 s ./t/naaj.test: ok! 135 test cases passed, take time 0.189198916 s ./t/new_character_set.test: ok! 73 test cases passed, take time 0.181570242 s ./t/new_character_set_builtin.test: ok! 222 test cases passed, take time 0.582049635 s ./t/new_character_set_invalid.test: ok! 28 test cases passed, take time 0.124442205 s ./t/parser/integration.test: ok! 8 test cases passed, take time 0.041528371 s ./t/partition.test: ok! 3 test cases passed, take time 0.058749809 s ./t/planner/cardinality/selectivity.test: ok! 686 test cases passed, take time 0.933374518 s ./t/planner/cardinality/trace.test: ok! 5 test cases passed, take time 0.064420784 s ./t/planner/cascades/integration.test: ok! 247 test cases passed, take time 0.452527371 s ./t/planner/core/binary_plan.test: ok! 6 test cases passed, take time 0.001263023 s ./t/planner/core/casetest/expression_rewriter.test: ok! 23 test cases passed, take time 0.086998566 s ./t/planner/core/casetest/hint/hint.test: ok! 182 test cases passed, take time 1.037094371 s ./t/planner/core/casetest/index/index.test: ok! 225 test cases passed, take time 1.192761346 s ./t/planner/core/casetest/integration.test: ok! 462 test cases passed, take time 1.651458983 s ./t/planner/core/casetest/partition/integration_partition.test: ok! 134 test cases passed, take time 0.538249194 s ./t/planner/core/casetest/partition/partition_pruner.test: ok! 284 test cases passed, take time 0.683715316 s ./t/planner/core/casetest/physicalplantest/physical_plan.test: ok! 913 test cases passed, take time 1.919895119 s ./t/planner/core/casetest/point_get_plan.test: ok! 52 test cases passed, take time 0.081594907 s ./t/planner/core/casetest/predicate_simplification.test: ok! 133 test cases passed, take time 0.340392199 s ./t/planner/core/casetest/pushdown/push_down.test: ok! 54 test cases passed, take time 0.13038838 s ./t/planner/core/casetest/rule/rule_derive_topn_from_window.test: ok! 73 test cases passed, take time 0.229102138 s ./t/planner/core/casetest/rule/rule_join_reorder.test: ok! 481 test cases passed, take time 2.560224664 s ./t/planner/core/casetest/rule/rule_result_reorder.test: ok! 87 test cases passed, take time 0.364406627 s ./t/planner/core/cbo.test: ok! 34 test cases passed, take time 0.228507082 s ./t/planner/core/enforce_mpp.test: ok! 8 test cases passed, take time 0.001591968 s ./t/planner/core/expression_rewriter.test: ok! 206 test cases passed, take time 1.022680279 s ./t/planner/core/indexjoin.test: ok! 41 test cases passed, take time 0.080373715 s ./t/planner/core/indexmerge_intersection.test: ok! 6 test cases passed, take time 0.018441284 s ./t/planner/core/indexmerge_path.test: ok! 273 test cases passed, take time 1.225447344 s ./t/planner/core/integration.test: ok! 1621 test cases passed, take time 7.823152256 s ./t/planner/core/integration_partition.test: ok! 493 test cases passed, take time 2.81629218 s ./t/planner/core/issuetest/planner_issue.test: ok! 178 test cases passed, take time 1.374721586 s ./t/planner/core/memtable_predicate_extractor.test: ok! 45 test cases passed, take time 0.04752767 s ./t/planner/core/partition_pruner.test: ok! 642 test cases passed, take time 1.584023895 s ./t/planner/core/physical_plan.test: ok! 44 test cases passed, take time 0.191642824 s ./t/planner/core/plan.test: ok! 157 test cases passed, take time 0.526209605 s ./t/planner/core/plan_cache.test: ok! 1243 test cases passed, take time 2.966832765 s ./t/planner/core/plan_cost_ver2.test: ok! 70 test cases passed, take time 0.180890317 s ./t/planner/core/point_get_plan.test: ok! 265 test cases passed, take time 0.773179694 s ./t/planner/core/preprocess.test: ok! 6 test cases passed, take time 0.041080005 s ./t/planner/core/range_scan_for_like.test: ok! 226 test cases passed, take time 0.309373849 s ./t/planner/core/rule_constant_propagation.test: ok! 31 test cases passed, take time 0.247711894 s ./t/planner/core/rule_join_reorder.test: ok! 52 test cases passed, take time 0.326333345 s ./t/planner/core/rule_result_reorder.test: ok! 29 test cases passed, take time 0.083099103 s ./t/planner/core/tests/prepare/issue.test: ok! 321 test cases passed, take time 0.722419801 s ./t/planner/core/tests/prepare/prepare.test: ok! 458 test cases passed, take time 1.016738189 s ./t/planner/funcdep/only_full_group_by.test: ok! 148 test cases passed, take time 0.985436755 s ./t/privilege/privileges.test: ok! 483 test cases passed, take time 3.193979091 s ./t/select.test: ok! 206 test cases passed, take time 0.768372779 s ./t/session/bootstrap_upgrade.test: ok! 29 test cases passed, take time 0.058347555 s ./t/session/clustered_index.test: ok! 385 test cases passed, take time 2.981704836 s ./t/session/common.test: ok! 212 test cases passed, take time 1.702298885 s ./t/session/nontransactional.test: ok! 1532 test cases passed, take time 3.094154898 s ./t/session/privileges.test: ok! 66 test cases passed, take time 0.500595389 s ./t/session/session.test: ok! 104 test cases passed, take time 0.366358204 s ./t/session/temporary_table.test: ok! 277 test cases passed, take time 0.176563561 s ./t/session/txn.test: ok! 14 test cases passed, take time 0.018150226 s ./t/session/user_variables.test: ok! 16 test cases passed, take time 0.013307697 s ./t/session/variable.test: ok! 103 test cases passed, take time 0.147872348 s ./t/session/vars.test: ok! 127 test cases passed, take time 0.082875855 s ./t/sessionctx/setvar.test: ok! 685 test cases passed, take time 0.178686596 s ./t/sessiontxn/externals.test: ok! 56 test cases passed, take time 0.099195696 s ./t/statistics/handle.test: ok! 60 test cases passed, take time 0.734580942 s ./t/statistics/integration.test: ok! 19 test cases passed, take time 0.075402962 s ./t/statistics/lock_table_stats.test: ok! 47 test cases passed, take time 0.349953162 s ./t/statistics/overflow_calc.test: ok! 5 test cases passed, take time 0.042772631 s ./t/subquery.test: ok! 32 test cases passed, take time 0.189804879 s ./t/table/cache.test: ok! 108 test cases passed, take time 8.280288679 s ./t/table/index.test: ok! 38 test cases passed, take time 0.252548924 s ./t/table/partition.test: ok! 240 test cases passed, take time 1.266653236 s ./t/table/tables.test: ok! 24 test cases passed, take time 0.048839254 s ./t/table/temptable.test: ok! 11 test cases passed, take time 0.023862417 s ./t/topn_push_down.test: ok! 20 test cases passed, take time 0.093225519 s ./t/topn_pushdown.test: ok! 2 test cases passed, take time 0.000671211 s ./t/tpch.test: ok! 40 test cases passed, take time 1.306679449 s ./t/types/const.test: ok! 143 test cases passed, take time 0.508331997 s ./t/util/admin.test: ok! 143 test cases passed, take time 0.837730543 s ./t/util/ranger.test: ok! 188 test cases passed, take time 0.605438973 s ./t/window_function.test: ok! 28 test cases passed, take time 0.063831857 s time="2025-04-04T18:55:04+08:00" level=error msg="1 tests failed\n" time="2025-04-04T18:55:04+08:00" level=error msg="run test [executor/cluster_table] err: sql:select tidb_decode_sql_digests('[\"e6f07d43b5c21db0fbb9a31feac2dc599787763393dd5acbfad80e247eb02ad5\",1,null,\"58f3717da2d79c14773a1e3094aaddeff2b11747d3aef95741151af9acba9d44\",{\"a\":1},[2],\"7e9f826ed22a09940940a42d1aca47a75b3adc3c3fde252f4b912ac886194eb9\",\"\",\"abcde\"]');: failed to run query \n\"select tidb_decode_sql_digests('[\"e6f07d43b5c21db0fbb9a31feac2dc599787763393dd5acbfad80e247eb02ad5\",1,null,\"58f3717da2d79c14773a1e3094aaddeff2b11747d3aef95741151af9acba9d44\",{\"a\":1},[2],\"7e9f826ed22a09940940a42d1aca47a75b3adc3c3fde252f4b912ac886194eb9\",\"\",\"abcde\"]');\" \n around line 46, \nwe need(597):\nselect tidb_decode_sql_digests('[\"e6f07d43b5c21db0fbb9a31feac2dc599787763393dd5acbfad80e247eb02ad5\",1,null,\"58f3717da2d79c14773a1e3094aaddeff2b11747d3aef95741151af9acba9d44\",{\"a\":1},[2],\"7e9f826ed22a09940940a42d1aca47a75b3adc3c3fde252f4b912ac886194eb9\",\"\",\"abcde\"]');\ntidb_decode_sql_digests('[\"e6f07d43b5c21db0fbb9a31feac2dc599787763393dd5acbfad80e247eb02ad5\",1,null,\"58f3717da2d79c14773a1e3094aaddeff2b11747d3aef95741151af9acba9d44\",{\"a\":1},[2],\"7e9f826ed22a09940940a42d1aca47a75b3adc3c3fde252f4b912ac886194eb9\",\"\",\"abcde\"\n[\"begin\",null,null,\"select @@tidb_current_ts\",null,null,\"select `id` , `\nbut got(597):\nselect tidb_decode_sql_digests('[\"e6f07d43b5c21db0fbb9a31feac2dc599787763393dd5acbfad80e247eb02ad5\",1,null,\"58f3717da2d79c14773a1e3094aaddeff2b11747d3aef95741151af9acba9d44\",{\"a\":1},[2],\"7e9f826ed22a09940940a42d1aca47a75b3adc3c3fde252f4b912ac886194eb9\",\"\",\"abcde\"]');\ntidb_decode_sql_digests('[\"e6f07d43b5c21db0fbb9a31feac2dc599787763393dd5acbfad80e247eb02ad5\",1,null,\"58f3717da2d79c14773a1e3094aaddeff2b11747d3aef95741151af9acba9d44\",{\"a\":1},[2],\"7e9f826ed22a09940940a42d1aca47a75b3adc3c3fde252f4b912ac886194eb9\",\"\",\"abcde\"\n[\"begin\",null,null,\"select @@tidb_current_ts\",null,null,null,null,null]\n\n" make: *** [Makefile:162: integrationtest] Error 1 [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check/tidb [Pipeline] { [Pipeline] sh + logs_dir=test_logs + mkdir -p test_logs + mv tests/integrationtest/integration-test.out test_logs + tar -czvf test_logs.tar.gz test_logs test_logs/ test_logs/integration-test.out [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] container [Pipeline] { [Pipeline] sh + bash scripts/plugins/report_job_result.sh FAILURE result.json http://fileserver.pingcap.net --2025-04-04 10:55:07-- 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% 397M=0s 2025-04-04 10:55:07 (397 MB/s) - β€˜agent_upload_verifyci_metadata.py’ saved [4181/4181] No junit report file parse result file result.json success upload data succesfully. [Pipeline] } [Pipeline] // container [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 2 Finished: FAILURE