Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/ghpr_build.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_build.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-build-28593-n09wl-mvc8b-j53k5 Agent pingcap-tidb-ghpr-build-28593-n09wl-mvc8b-j53k5 is provisioned from template pingcap_tidb_ghpr_build_28593-n09wl-mvc8b --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_build/28593/" runUrl: "job/pingcap/job/tidb/job/ghpr_build/28593/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "ceac5f5081d128eda51669f0ed76ace6a3b18f8f" jenkins/label: "pingcap_tidb_ghpr_build_28593-n09wl" name: "pingcap-tidb-ghpr-build-28593-n09wl-mvc8b-j53k5" 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: "64Gi" cpu: "16" 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-build-28593-n09wl-mvc8b-j53k5" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-build-28593-n09wl-mvc8b-j53k5" - 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-build-28593-n09wl-mvc8b-j53k5 in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build [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_build # 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] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 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_build/28593/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_build","buildid":"1908150236971274243","prowjobid":"fced9be4-3695-4401-a925-be1be3f4211b","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=1908150236971274243 POD_LABEL=pingcap_tidb_ghpr_build_28593-n09wl HOSTNAME=pingcap-tidb-ghpr-build-28593-n09wl-mvc8b-j53k5 OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/28593/display/redirect?page=changes JENKINS_NODE_COOKIE=92e952e1-a256-41c5-8547-78af915e13e8 GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JAVA_HOME=/usr/lib/jvm/jre-openjdk JOB_BASE_NAME=ghpr_build WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build@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 FILE_SERVER_URL=http://fileserver.pingcap.net POD_CONTAINER=golang GOPATH=/go BUILD_NUMBER=28593 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/home/jenkins GOROOT=/usr/local/go NODE_NAME=pingcap-tidb-ghpr-build-28593-n09wl-mvc8b-j53k5 HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tidb/ghpr_build RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/28593/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_build/display/redirect PROW_JOB_ID=fced9be4-3695-4401-a925-be1be3f4211b 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_build/28593/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/28593/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/ BUILD_DISPLAY_NAME=#28593 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tidb-ghpr_build-28593 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap_tidb_ghpr_build_28593-n09wl pingcap-tidb-ghpr-build-28593-n09wl-mvc8b-j53k5 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-5ed2184ac1dada1b446f151cad51335854fa74627c8b9c06037d3871b9040057 + 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-build2651027001=/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-build-28593-n09wl-mvc8b-j53k5 bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-28593-n09wl-mvc8b-j53k5 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: 4409 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 7d6314e09251e6e6 (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:17 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_build/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-d9fb3a5) 1213224960 bytes in 5.19 secs (233709528 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_build/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: 5ff0d2c3a1d94feb802ff769cb901cf276f9fe6b 5ff0d2c3a1 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 19.66 secs (61703270 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build tidb-server community edition) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb [Pipeline] { [Pipeline] sh + make bazel_build go: downloading go1.23.8 (linux/amd64) mkdir -p bin bazel --output_user_root=/home/jenkins/.tidb/tmp build --config=ci --repository_cache=/home/jenkins/.tidb/tmp \ //... --//build:with_nogo_flag=true Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: eef5d20e-d4c9-48dc-b202-0988d1be5069 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/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 'build' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/.bazelrc: '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 'build' from /data/..2025_04_04_13_31_06.2884595582/bazel: 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'build' from /home/jenkins/.bazelrc: 'build' options: --local_ram_resources=58982 --local_cpu_resources=16 --jobs=16 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression 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: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: 1 packages loaded Loading: 716 packages loaded currently loading: Loading: 717 packages loaded Analyzing: 1265 targets (717 packages loaded, 0 targets configured) Analyzing: 1265 targets (719 packages loaded, 4 targets configured) Analyzing: 1265 targets (748 packages loaded, 24 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (764 packages loaded, 549 targets configured) Analyzing: 1265 targets (786 packages loaded, 12046 targets configured) Analyzing: 1265 targets (786 packages loaded, 12046 targets configured) Analyzing: 1265 targets (790 packages loaded, 12138 targets configured) Analyzing: 1265 targets (790 packages loaded, 12138 targets configured) Analyzing: 1265 targets (790 packages loaded, 12138 targets configured) Analyzing: 1265 targets (790 packages loaded, 12138 targets configured) Analyzing: 1265 targets (790 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (796 packages loaded, 12290 targets configured) Analyzing: 1265 targets (935 packages loaded, 13973 targets configured) Analyzing: 1265 targets (1024 packages loaded, 15671 targets configured) Analyzing: 1265 targets (1056 packages loaded, 15682 targets configured) Analyzing: 1265 targets (1095 packages loaded, 16015 targets configured) Analyzing: 1265 targets (1134 packages loaded, 16149 targets configured) Analyzing: 1265 targets (1151 packages loaded, 16271 targets configured) Analyzing: 1265 targets (1519 packages loaded, 18460 targets configured) Analyzing: 1265 targets (1762 packages loaded, 22078 targets configured) Analyzing: 1265 targets (1929 packages loaded, 24300 targets configured) Analyzing: 1265 targets (2102 packages loaded, 26551 targets configured) Analyzing: 1265 targets (2186 packages loaded, 29605 targets configured) Analyzing: 1265 targets (2206 packages loaded, 30058 targets configured) Analyzing: 1265 targets (2316 packages loaded, 30763 targets configured) Analyzing: 1265 targets (2357 packages loaded, 31713 targets configured) INFO: Analyzed 1265 targets (2357 packages loaded, 31765 targets configured).  checking cached actions INFO: Found 1265 targets... [0 / 1,037] [Prepa] BazelWorkspaceStatusAction stable-status.txt [760 / 23,400] GoToolchainBinaryBuild external/go_sdk/builder [for tool]; 0s remote-cache ... (9 actions, 2 running) [943 / 24,845] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 10.2 MiB / 12.2 MiB; 0s remote-cache ... (16 actions, 0 running) [943 / 24,845] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/addr2line, 1023.8 KiB / 2.7 MiB; 1s remote-cache ... (16 actions, 0 running) [982 / 24,966] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 14.4 MiB / 18.9 MiB; 2s remote-cache ... (16 actions, 0 running) [988 / 24,973] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 3.0 MiB / 8.3 MiB; 3s remote-cache ... (14 actions, 0 running) [1,040 / 25,213] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 16.2 MiB / 18.9 MiB; 4s remote-cache ... (15 actions, 0 running) [1,201 / 25,717] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 8.0 MiB / 12.2 MiB; 0s remote-cache ... (15 actions, 0 running) [1,411 / 25,732] GoCompilePkg tests/llmtest/generator/generator.a; 0s remote-cache ... (16 actions, 0 running) [1,871 / 25,732] GoTestGenTest pkg/executor/internal/calibrateresource/calibrateresource_test_/testmain.go; 0s remote-cache ... (16 actions, 0 running) [2,399 / 25,732] GoTestGenTest pkg/planner/core/casetest/instanceplancache/instanceplancache_test_/testmain.go; Downloading pkg/planner/core/casetest/instanceplancache/instanceplancache_test_/testmain.go; 0s remote-cache ... (15 actions, 0 running) [2,852 / 25,732] GoCompilePkg external/io_etcd_go_bbolt/bbolt.a; Downloading external/io_etcd_go_bbolt/bbolt.a, 591.8 KiB / 1.5 MiB; 0s remote-cache ... (16 actions, 0 running) [3,354 / 25,732] GoCompilePkg pkg/parser/ast/ast.a; 0s remote-cache ... (15 actions, 0 running) [3,701 / 25,732] GoCompilePkg build/linter/staticcheck/SA5007.a [for tool]; Downloading build/linter/staticcheck/SA5007.x; 0s remote-cache ... (15 actions, 0 running) [4,105 / 25,732] GoLink pkg/lightning/worker/worker_test_/worker_test; Downloading pkg/lightning/worker/worker_test_/worker_test, 4.0 MiB / 6.3 MiB; 0s remote-cache ... (15 actions, 0 running) [4,401 / 25,732] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 38.5 MiB / 77.2 MiB; 0s remote-cache ... (15 actions, 0 running) [4,700 / 25,732] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2iface/ec2iface.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2iface/ec2iface.a, 5.0 MiB / 7.5 MiB; 0s remote-cache ... (16 actions, 0 running) [4,965 / 25,732] GoCompilePkg external/com_github_aws_aws_sdk_go/service/s3/s3.a; 0s remote-cache ... (16 actions, 0 running) [5,429 / 25,732] GoLink pkg/util/bitmap/bitmap_test_/bitmap_test; 0s remote-cache ... (15 actions, 0 running) [6,220 / 25,732] GoLink br/pkg/trace/trace_test_/trace_test; 0s remote-cache ... (16 actions, 0 running) [7,097 / 25,732] GoLink external/bazel_gazelle/cmd/gazelle/gazelle_/gazelle; Downloading external/bazel_gazelle/cmd/gazelle/gazelle_/gazelle, 1.5 MiB / 7.4 MiB; 0s remote-cache ... (16 actions, 0 running) [7,425 / 25,732] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 70.0 MiB / 71.4 MiB; 0s remote-cache ... (16 actions, 0 running) [8,149 / 25,732] GoLink tools/gen-parquet/gen-parquet_/gen-parquet; 0s remote-cache ... (16 actions, 0 running) [8,661 / 25,732] GoCompilePkg external/com_github_tiancaiamao_appdash/traceapp/tmpl/tmpl.a; Downloading external/com_github_tiancaiamao_appdash/traceapp/tmpl/tmpl.a; 0s remote-cache ... (16 actions, 0 running) [9,338 / 25,732] Running nogo on @com_github_dolthub_swiss//simd:simd; 0s remote-cache ... (16 actions, 0 running) [9,954 / 25,732] GoLink pkg/util/cdcutil/cdcutil_test_/cdcutil_test; 0s remote-cache ... (14 actions, 0 running) [10,331 / 25,732] GoLink pkg/parser/types/types_test_/types_test; 0s remote-cache ... (16 actions, 0 running) [10,932 / 25,732] GoLink pkg/parser/parser_test_/parser_test; 0s remote-cache ... (16 actions, 0 running) [11,793 / 25,732] Running nogo on @io_etcd_go_etcd_tests_v3//integration:integration; 0s remote-cache ... (16 actions, 0 running) [12,657 / 25,732] GoLink pkg/util/systimemon/systimemon_test_/systimemon_test; Downloading pkg/util/systimemon/systimemon_test_/systimemon_test, 5.9 MiB / 21.1 MiB; 0s remote-cache ... (15 actions, 0 running) [12,962 / 25,732] GoLink pkg/util/collate/collate_test_/collate_test; 0s remote-cache ... (16 actions, 0 running) [13,166 / 25,732] GoLink pkg/util/set/set_test_/set_test; Downloading pkg/util/set/set_test_/set_test, 20.9 MiB / 22.2 MiB; 0s remote-cache ... (16 actions, 0 running) [13,250 / 25,732] GoLink pkg/util/kvcache/kvcache_test_/kvcache_test; 0s remote-cache ... (16 actions, 0 running) [13,356 / 25,732] GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 27.0 MiB / 44.3 MiB; 0s remote-cache ... (15 actions, 0 running) [13,432 / 25,732] Running nogo on //pkg/meta/model:model_test; 0s remote-cache, linux-sandbox ... (18 actions, 6 running) [13,469 / 25,732] GoLink pkg/server/internal/dump/dump_test_/dump_test; 1s remote-cache ... (17 actions, 3 running) [13,519 / 25,732] GoLink pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test; Downloading pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test, 24.0 MiB / 32.5 MiB; 0s remote-cache ... (17 actions, 2 running) [13,607 / 25,732] GoLink pkg/util/plancodec/plancodec_test_/plancodec_test; Downloading pkg/util/plancodec/plancodec_test_/plancodec_test, 21.0 MiB / 31.9 MiB; 0s remote-cache ... (17 actions, 2 running) [13,667 / 25,732] GoLink pkg/store/driver/error/error_test_/error_test; Downloading pkg/store/driver/error/error_test_/error_test, 24.3 MiB / 31.8 MiB; 0s remote-cache ... (18 actions, 4 running) [13,727 / 25,732] GoLink pkg/tablecodec/tablecodec_test_/tablecodec_test; 1s remote-cache ... (19 actions, 6 running) [13,859 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 1s remote-cache, linux-sandbox ... (21 actions, 10 running) [13,946 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 2s remote-cache, linux-sandbox ... (24 actions, 16 running) [14,017 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 3s remote-cache, linux-sandbox ... (28 actions, 24 running) [14,042 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 4s remote-cache, linux-sandbox ... (30 actions, 28 running) [14,050 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 5s remote-cache, linux-sandbox ... (31 actions, 30 running) [14,057 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 6s remote-cache, linux-sandbox ... (28 actions, 24 running) [14,074 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 7s remote-cache, linux-sandbox ... (30 actions, 28 running) [14,085 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 8s remote-cache, linux-sandbox ... (29 actions, 26 running) [14,107 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 9s remote-cache, linux-sandbox ... (30 actions, 28 running) [14,147 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 10s remote-cache, linux-sandbox ... (28 actions, 26 running) [14,156 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 11s remote-cache, linux-sandbox ... (30 actions, 28 running) [14,165 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 12s remote-cache, linux-sandbox ... (29 actions, 27 running) ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/pkg/bindinfo/BUILD.bazel:3:11: GoCompilePkg pkg/bindinfo/bindinfo.a failed: (Exit 1): builder failed: error executing command (from target //pkg/bindinfo:bindinfo) bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -goroot ... (remaining 91 arguments skipped) Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging pkg/bindinfo/binding_auto.go:137:21: undefined: generateBindingPlans pkg/bindinfo/binding_auto.go:211:4: undefined: FillRecommendationViaLLM pkg/bindinfo/binding_auto.go:259:2: undefined: FillRecommendationViaLLM compilepkg: error running subcommand external/go_sdk/pkg/tool/linux_amd64/compile: exit status 2 INFO: Elapsed time: 151.233s, Critical Path: 24.27s INFO: 14186 processes: 12988 remote cache hit, 1070 internal, 128 linux-sandbox. FAILED: Build did NOT complete successfully make: *** [Makefile:653: bazel_build] Error 1 [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb [Pipeline] { [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build tidb-server enterprise edition) Stage "Build tidb-server enterprise edition" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test plugin) Stage "Test plugin" skipped due to earlier failure(s) [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:34:32-- 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% 541M=0s 2025-04-04 13:34:32 (541 MB/s) - โ€˜agent_upload_verifyci_metadata.pyโ€™ saved [4181/4181] No junit report file parse result file result.json success upload data succesfully. [Pipeline] } [Pipeline] // container [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 2 Finished: FAILURE