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-28901-jt8p3-szxm1-lcd2d Agent pingcap-tidb-ghpr-check-28901-jt8p3-szxm1-lcd2d is provisioned from template pingcap_tidb_ghpr_check_28901-jt8p3-szxm1 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_check/28901/" runUrl: "job/pingcap/job/tidb/job/ghpr_check/28901/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "8348eb837962fbf5008edf1391c047a75b5fd278" jenkins/label: "pingcap_tidb_ghpr_check_28901-jt8p3" name: "pingcap-tidb-ghpr-check-28901-jt8p3-szxm1-lcd2d" 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-28901-jt8p3-szxm1-lcd2d" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-check-28901-jt8p3-szxm1-lcd2d" - 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-28901-jt8p3-szxm1-lcd2d 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 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 > 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/28901/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_check","buildid":"1908150236971274241","prowjobid":"dfeb5238-a94c-4f34-aa84-458de4ae5669","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":60333,"author":"terry1purcell","sha":"81751d3608503abff7f1f5ac9fc9fe542a0c545b","title":"planner: add optimizer cost factors","head_ref":"costfactors","link":"https://github.com/pingcap/tidb/pull/60333","commit_link":"https://github.com/pingcap/tidb/pull/60333/commits/81751d3608503abff7f1f5ac9fc9fe542a0c545b","author_link":"https://github.com/terry1purcell"}]}} _=/usr/bin/printenv BUILD_ID=1908150236971274241 POD_LABEL=pingcap_tidb_ghpr_check_28901-jt8p3 HOSTNAME=pingcap-tidb-ghpr-check-28901-jt8p3-szxm1-lcd2d OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check/28901/display/redirect?page=changes JENKINS_NODE_COOKIE=94b8d18a-cc31-4014-bf0f-ecc9eb874390 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=28901 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-28901-jt8p3-szxm1-lcd2d 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/28901/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=dfeb5238-a94c-4f34-aa84-458de4ae5669 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/28901/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check/28901/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_check/ BUILD_DISPLAY_NAME=#28901 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tidb-ghpr_check-28901 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap_tidb_ghpr_check_28901-jt8p3 pingcap-tidb-ghpr-check-28901-jt8p3-szxm1-lcd2d 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-build4049293931=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 root root 1, 3 Apr 4 13:31 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-check-28901-jt8p3-szxm1-lcd2d bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-check-28901-jt8p3-szxm1-lcd2d 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: 22199 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 213459754be0c643 (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 13:31:09 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.10 secs (238031929 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 366d2f3058..81751d3608 refs/pull/60333/head -> origin/pr/60333/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 ... Auto-merging pkg/planner/core/planbuilder.go Merge made by the 'ort' strategy. Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. pkg/bindinfo/binding_auto.go | 110 +++++++++++++- pkg/bindinfo/binding_auto_hackathon.go | 168 +++++++++++++++++++++ pkg/bindinfo/binding_auto_llm.go | 149 ++++++++++++++++++ pkg/bindinfo/binding_auto_test.go | 11 +- pkg/executor/show.go | 3 +- pkg/planner/core/plan_cost_ver2.go | 54 +++++-- pkg/planner/core/plan_cost_ver2_test.go | 20 +-- pkg/planner/core/planbuilder.go | 4 +- pkg/sessionctx/vardef/tidb_vars.go | 30 ++++ pkg/sessionctx/variable/session.go | 28 ++++ pkg/sessionctx/variable/sysvar.go | 52 +++++++ tests/integrationtest/r/executor/explain.result | 4 +- tests/integrationtest/r/planner/core/cbo.result | 8 +- .../r/planner/core/plan_cache.result | 12 +- .../r/planner/core/plan_cost_ver2.result | 6 +- 15 files changed, 616 insertions(+), 43 deletions(-) create mode 100644 pkg/bindinfo/binding_auto_hackathon.go create mode 100644 pkg/bindinfo/binding_auto_llm.go ๐Ÿงพ Pre-merged result: 99ef38ac1046a599cba51856c862ac4d1ce414ca 99ef38ac10 Merge commit '81751d3608503abff7f1f5ac9fc9fe542a0c545b' into HEAD 81751d3608 merge LLM-based recommendation 277dabd355 merge LLM-based recommendation โœ… Pre merged ๐ŸŽ‰ ๐Ÿ“ update submodules ... โœ… update submodules done โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-d9fb3a5-81751d3) 1213388800 bytes in 17.22 secs (70449427 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/tikv/pd/client v0.0.0-20250318085533-e8050f72d00d go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/pingcap/kvproto v0.0.0-20250224053625-b6a98c6bf02d go: downloading github.com/Masterminds/semver v1.5.0 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/prometheus/client_golang v1.21.1 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading github.com/BurntSushi/toml v1.5.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading golang.org/x/term v0.30.0 go: downloading github.com/pingcap/tipb v0.0.0-20250331100511-d2c561dad347 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20250327030528-1906b778d741 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading go.uber.org/atomic v1.11.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading golang.org/x/sync v0.12.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading google.golang.org/grpc v1.63.2 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading go.uber.org/mock v0.4.0 go: downloading k8s.io/api v0.29.11 go: downloading cloud.google.com/go/kms v1.15.7 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/spf13/cobra v1.9.1 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading google.golang.org/api v0.169.0 go: downloading cloud.google.com/go v0.112.1 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible go: downloading google.golang.org/protobuf v1.36.5 go: downloading github.com/spf13/pflag v1.0.6 go: downloading cloud.google.com/go/storage v1.38.0 go: downloading go.opencensus.io v0.24.0 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading golang.org/x/net v0.38.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.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/klauspost/compress v1.18.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/opentracing/basictracer-go v1.0.0 go: downloading github.com/stretchr/testify v1.10.0 go: downloading golang.org/x/sys v0.31.0 go: downloading golang.org/x/text v0.23.0 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading golang.org/x/time v0.11.0 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading github.com/cheynewallace/tabby v1.1.1 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading golang.org/x/oauth2 v0.28.0 go: downloading github.com/prometheus/common v0.63.0 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/mattn/go-colorable v0.1.14 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/mattn/go-runewidth v0.0.16 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/otiai10/copy v1.14.0 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/apache/skywalking-eyes v0.4.0 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/hashicorp/go-version v1.7.0 go: downloading github.com/mgechev/revive v1.8.0 go: downloading golang.org/x/tools v0.31.0 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/YangKeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/tdakkota/asciicheck v0.4.1 go: downloading github.com/timakin/bodyclose v0.0.0-20241017074812-ed6a65f985e3 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/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.16.0 go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 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/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/fatih/structtag v1.2.0 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/karamaru-alpha/copyloopvar v1.2.1 go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/charithe/durationcheck v0.0.10 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/kisielk/errcheck v1.9.0 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/golang/snappy v0.0.4 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/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/golangci/gosec v0.0.0-20180901114220-8afd9cbb6cfb go: downloading github.com/gordonklaus/ineffassign v0.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/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/shurcooL/httpgzip v0.0.0-20190720172056-320755c1c1b0 go: downloading github.com/zyedidia/generic v1.2.1 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 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/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f 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/rivo/uniseg v0.4.7 go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 go: downloading github.com/go-asn1-ber/asn1-ber v1.5.4 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 go: downloading golang.org/x/mod v0.24.0 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/apache/thrift v0.16.0 go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hexops/gotextdiff v1.0.3 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/rogpeppe/go-internal v1.14.1 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 go: downloading github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 go: downloading github.com/grafana/pyroscope-go/godeltaprof v0.1.8 go: downloading filippo.io/edwards25519 v1.1.0 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/tidwall/sjson v1.2.5 go: downloading github.com/tidwall/gjson v1.14.4 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.4 go: downloading github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/chavacava/garif v0.1.0 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/gostaticanalysis/comment v1.5.0 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/cockroachdb/errors v1.11.3 go: downloading github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce go: downloading github.com/DataDog/zstd v1.5.5 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 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/golang-jwt/jwt/v5 v5.2.2 go: downloading github.com/segmentio/fasthash v1.0.3 go: downloading k8s.io/apimachinery v0.29.11 go: downloading github.com/tidwall/match v1.1.1 go: downloading github.com/tidwall/pretty v1.2.1 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/pierrec/lz4/v4 v4.1.15 go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/google/licensecheck v0.3.1 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/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/kr/pretty v0.3.1 go: downloading golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac go: downloading github.com/mitchellh/reflectwalk v1.0.1 go: downloading github.com/kr/text v0.2.0 go: downloading gopkg.in/inf.v0 v0.9.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 github.com/google/gofuzz v1.2.0 go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b go: downloading k8s.io/klog/v2 v2.120.1 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.0.9 go: downloading github.com/google/s2a-go v0.1.7 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 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: 085f3623-4793-4420-b013-52df8b48d2ff 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_13_31_00.4076568788/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: Loading: Loading: Loading: Loading: 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 (2 packages loaded, 0 targets configured) Analyzing: target //:gazelle (38 packages loaded, 436 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 (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (45 packages loaded, 463 targets configured) Analyzing: target //:gazelle (98 packages loaded, 5029 targets configured) Analyzing: target //:gazelle (99 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (99 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (99 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (99 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (99 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (99 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (99 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (99 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (99 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (99 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (99 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (101 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (108 packages loaded, 5146 targets configured) Analyzing: target //:gazelle (169 packages loaded, 6032 targets configured) Analyzing: target //:gazelle (212 packages loaded, 6212 targets configured) Analyzing: target //:gazelle (405 packages loaded, 6396 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (428 packages loaded, 6944 targets configured) Analyzing: target //:gazelle (429 packages loaded, 6946 targets configured) Analyzing: target //:gazelle (429 packages loaded, 6946 targets configured) INFO: Analyzed target //:gazelle (430 packages loaded, 6967 targets configured). INFO: Found 1 target... [0 / 88] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action 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, 5.0 MiB / 18.9 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, 18.0 MiB / 18.9 MiB; 2s remote-cache ... (4 actions, 0 running) [30 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 3s remote-cache ... (8 actions, 0 running) [324 / 530] GoCompilePkg external/co_honnef_go_tools/staticcheck/sa5009/sa5009.a [for tool]; Downloading external/co_honnef_go_tools/staticcheck/sa5009/sa5009.a, 447.8 KiB / 506.3 KiB; 0s remote-cache ... (8 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 91.554s, Critical Path: 4.14s 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: 2e17bc49-81bf-4523-b112-f814fb0db873 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_13_31_00.4076568788/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.209s, Critical Path: 0.00s INFO: 1 process: 1 internal. INFO: Build completed successfully, 1 total action INFO: Running command line: bazel-bin/gazelle update-repos '-from_file=go.mod' -to_macro DEPS.bzl%go_deps '-build_file_proto_mode=disable' -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: d33811e4-cde1-46f4-b2a8-90e79b2fe53d 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_13_31_00.4076568788/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 (4 packages loaded, 6649 targets configured) Analyzing: target //cmd/mirror:mirror (65 packages loaded, 6899 targets configured) Analyzing: target //cmd/mirror:mirror (317 packages loaded, 7386 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 (357 packages loaded, 7778 targets configured) Analyzing: target //cmd/mirror:mirror (479 packages loaded, 8157 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 / 292] [Prepa] BazelWorkspaceStatusAction stable-status.txt [1,100 / 1,172] GoCompilePkg external/com_google_cloud_go/internal/internal.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.757s, Critical Path: 0.75s 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: d93a8700-9cad-44f9-9692-039fdce6a604 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_13_31_00.4076568788/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 (192 packages loaded, 6086 targets configured) Analyzing: target //tools/tazel:tazel (411 packages loaded, 6807 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 (442 packages loaded, 7199 targets configured) Analyzing: target //tools/tazel:tazel (455 packages loaded, 7308 targets configured) Analyzing: target //tools/tazel:tazel (539 packages loaded, 7821 targets configured) Analyzing: target //tools/tazel:tazel (675 packages loaded, 8507 targets configured) INFO: Analyzed target //tools/tazel:tazel (680 packages loaded, 8590 targets configured). INFO: Found 1 target... [0 / 3] [Prepa] BazelWorkspaceStatusAction stable-status.txt [1,265 / 1,307] [Prepa] GoCompilePkg external/com_github_tikv_client_go_v2/internal/locate/locate.a Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 12.400s, Critical Path: 1.16s 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' Please run `make bazel_prepare` to update `.bazel` files, or just apply the following git diff (run `git apply -` and paste following contents with ctrl-D as ending): diff --git a/pkg/bindinfo/BUILD.bazel b/pkg/bindinfo/BUILD.bazel index 6575277256..c31d64b029 100644 --- a/pkg/bindinfo/BUILD.bazel +++ b/pkg/bindinfo/BUILD.bazel @@ -5,6 +5,8 @@ go_library( srcs = [ "binding.go", "binding_auto.go", + "binding_auto_hackathon.go", + "binding_auto_llm.go", "binding_cache.go", "binding_handle.go", "binding_operator.go", @@ -57,7 +59,7 @@ go_test( embed = [":bindinfo"], flaky = True, race = "on", - shard_count = 33, + shard_count = 34, deps = [ "//pkg/parser", "//pkg/parser/ast", Checksum diff: 127c127 < c8e7f85bbffe046c000c48c778921776 ./pkg/bindinfo/BUILD.bazel --- > a0d8f91d3f0d3e25c48f8bc7fa094c14 ./pkg/bindinfo/BUILD.bazel make: *** [Makefile:627: check-bazel-prepare] 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 mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory + true + tar -czvf test_logs.tar.gz test_logs test_logs/ [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 13:37:06-- 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% 570M=0s 2025-04-04 13:37:06 (570 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