Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/ghpr_unit_test.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_unit_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-unit-test-30226-rn57b-xj4g4-54rrw Agent pingcap-tidb-ghpr-unit-test-30226-rn57b-xj4g4-54rrw is provisioned from template pingcap_tidb_ghpr_unit_test_30226-rn57b-xj4g4 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30226/" runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/30226/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "afae6069d3f0c38687eb140f27a75ed0ee2f5cc6" jenkins/label: "pingcap_tidb_ghpr_unit_test_30226-rn57b" name: "pingcap-tidb-ghpr-unit-test-30226-rn57b-xj4g4-54rrw" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241009" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: requests: memory: "32Gi" 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: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-ghpr-unit-test-30226-rn57b-xj4g4-54rrw" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-unit-test-30226-rn57b-xj4g4-54rrw" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-unit-test-30226-rn57b-xj4g4-54rrw in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test [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_unit_test # 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] 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_unit_test/30226/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1908103533673058310","prowjobid":"4a2b963d-177b-4308-8f13-01a8bd5d62aa","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":60399,"author":"mjonss","sha":"6364d88cfeba8c2f9361c050a5bed4435d35aa86","title":"planner: Fixed point get not giving error on non-existing explict partition","head_ref":"pointget-unknown-partition-59003","link":"https://github.com/pingcap/tidb/pull/60399","commit_link":"https://github.com/pingcap/tidb/pull/60399/commits/6364d88cfeba8c2f9361c050a5bed4435d35aa86","author_link":"https://github.com/mjonss"}]}} _=/usr/bin/printenv BUILD_ID=1908103533673058310 POD_LABEL=pingcap_tidb_ghpr_unit_test_30226-rn57b HOSTNAME=pingcap-tidb-ghpr-unit-test-30226-rn57b-xj4g4-54rrw OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30226/display/redirect?page=changes JENKINS_NODE_COOKIE=8a889c61-e5b8-48d6-9e4f-8355468f5ef7 GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JAVA_HOME=/usr/lib/jvm/jre-openjdk JOB_BASE_NAME=ghpr_unit_test WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test@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=30226 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/home/jenkins GOROOT=/usr/local/go NODE_NAME=pingcap-tidb-ghpr-unit-test-30226-rn57b-xj4g4-54rrw HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tidb/ghpr_unit_test RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30226/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_unit_test/display/redirect PROW_JOB_ID=4a2b963d-177b-4308-8f13-01a8bd5d62aa 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_unit_test/30226/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30226/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/ BUILD_DISPLAY_NAME=#30226 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tidb-ghpr_unit_test-30226 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap_tidb_ghpr_unit_test_30226-rn57b pingcap-tidb-ghpr-unit-test-30226-rn57b-xj4g4-54rrw 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-3e6615fe387e271fb81c7aa6ce66020ac56f1fb2ffea951b4ecc03fd51f30988 + 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-build4145665099=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw- 1 jenkins root 1, 3 Apr 4 10:25 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-30226-rn57b-xj4g4-54rrw bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-30226-rn57b-xj4g4-54rrw 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: 22581 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: a5879e88caea0c27 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 24 IN A 20.205.243.166 github.com. 24 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:25:40 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_unit_test/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-d9fb3a5) 1213224960 bytes in 4.86 secs (249627133 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_unit_test/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) POST git-upload-pack (gzip 2073 to 1095 bytes) POST git-upload-pack (gzip 4123 to 2123 bytes) POST git-upload-pack (gzip 8073 to 4095 bytes) POST git-upload-pack (gzip 15932 to 8067 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master * [new ref] refs/pull/60399/head -> origin/pr/60399/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 ... Merge made by the 'ort' strategy. Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. pkg/ddl/tests/partition/db_partition_test.go | 17 +++++++++++++++++ pkg/planner/core/point_get_plan.go | 5 +++++ 2 files changed, 22 insertions(+) ๐Ÿงพ Pre-merged result: 25aba90a1987738c834323cda2cc35e5774f982f 25aba90a19 Merge commit '6364d88cfeba8c2f9361c050a5bed4435d35aa86' into HEAD 6364d88cfe Fixed point get not giving error on non-existing explict partition 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-6364d88) 1213317120 bytes in 17.41 secs (69682755 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . diff --git a/Makefile.common b/Makefile.common index 6a645e49ae..fa7cd245d8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -128,8 +128,8 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh go: downloading go1.23.8 (linux/amd64) GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@9b3b6e3 go: downloading github.com/pingcap/failpoint v0.0.0-20240527053858-9b3b6e34194a go: downloading github.com/sergi/go-diff v1.1.0 bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: 7a746785-5dac-45fe-acff-03f237441fe0 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/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_unit_test/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_25_32.2441147861/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=315121 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 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 (100 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (100 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (207 packages loaded, 6197 targets configured) INFO: Analyzed target //:gazelle (430 packages loaded, 6967 targets configured). INFO: Found 1 target... [0 / 344] [Prepa] Writing file external/go_sdk/packages.txt [for tool] ... (6 actions, 4 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, 12.2 MiB / 12.2 MiB; 1s remote-cache ... (4 actions, 0 running) [24 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (4 actions, 0 running) [67 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 8.0 MiB / 8.3 MiB; 3s remote-cache ... (24 actions, 0 running) [442 / 530] GoCompilePkg external/com_github_pmezard_go_difflib/difflib/difflib.a; Downloading external/com_github_pmezard_go_difflib/difflib/difflib.a, 91.3 KiB / 194.1 KiB; 0s remote-cache ... (14 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 26.557s, Critical Path: 4.93s 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=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: db2e89d8-9def-46e4-8ee9-4169d27d5974 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/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_unit_test/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_25_32.2441147861/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=315121 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/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 (83 packages loaded, 7327 targets configured) INFO: Analyzed target //tools/tazel:tazel (277 packages loaded, 8593 targets configured). INFO: Found 1 target... [0 / 4] [Prepa] BazelWorkspaceStatusAction stable-status.txt [1,169 / 1,307] [Prepa] GoCompilePkg external/com_github_pingcap_kvproto/pkg/coprocessor/coprocessor.a Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 3.851s, Critical Path: 1.84s INFO: 867 processes: 864 remote cache hit, 3 internal. INFO: Build completed successfully, 867 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --jobs=35 --build_tests_only --test_keep_going=false \ --@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest \ -- //... -//cmd/... -//tests/graceshutdown/... \ -//tests/globalkilltest/... -//tests/readonlytest/... -//tests/realtikvtest/... INFO: Invocation ID: 6b6941c6-4efd-4032-a9ba-1a3dd0df7683 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/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 'coverage' from /data/..2025_04_04_10_25_32.2441147861/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 --flaky_test_attempts=5 Loading: Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. Analyzing: 457 targets (716 packages loaded, 0 targets configured) Analyzing: 457 targets (1418 packages loaded, 11962 targets configured) Analyzing: 457 targets (1662 packages loaded, 15447 targets configured) Analyzing: 457 targets (1915 packages loaded, 18435 targets configured) Analyzing: 457 targets (2022 packages loaded, 19304 targets configured) Analyzing: 457 targets (2216 packages loaded, 21787 targets configured) Analyzing: 457 targets (2221 packages loaded, 21847 targets configured) Analyzing: 457 targets (2277 packages loaded, 22613 targets configured) INFO: Analyzed 457 targets (2282 packages loaded, 23139 targets configured).  checking cached actions INFO: Found 457 test targets... [0 / 219] [Prepa] Writing file br/cmd/br/br_test/baseline_coverage.dat ... (7 actions, 0 running) [1,119 / 19,163] GoTestGenTest pkg/planner/core/core_test_/testmain.go; 0s remote-cache, linux-sandbox ... (36 actions, 2 running) [1,433 / 22,937] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 7.2 MiB / 8.3 MiB; 1s remote-cache ... (32 actions, 1 running) [1,790 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 11.0 MiB / 18.9 MiB; 0s remote-cache ... (36 actions, 2 running) [1,803 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 6.8 MiB / 18.9 MiB; 1s remote-cache ... (36 actions, 2 running) [1,831 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (35 actions, 0 running) [2,159 / 24,050] GoCompilePkg external/com_github_shirou_gopsutil_v3/net/net.a; Downloading external/com_github_shirou_gopsutil_v3/net/net.a; 0s remote-cache ... (34 actions, 0 running) [2,633 / 24,050] GoLink pkg/util/intest/intest_test_/intest_test; 0s remote-cache ... (35 actions, 0 running) [3,015 / 24,050] GoLink pkg/util/partialjson/partialjson_test_/partialjson_test; Downloading pkg/util/partialjson/partialjson_test_/partialjson_test, 3.8 MiB / 4.3 MiB; 0s remote-cache ... (35 actions, 0 running) [3,423 / 24,050] GoCompilePkg external/com_github_stretchr_objx/objx.a; Downloading external/com_github_stretchr_objx/objx.a, 991.8 KiB / 1.5 MiB; 0s remote-cache ... (34 actions, 0 running) [3,778 / 24,050] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 5.0 MiB / 77.2 MiB; 0s remote-cache ... (35 actions, 0 running) [4,086 / 24,050] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 54.0 MiB / 77.2 MiB; 1s remote-cache ... (35 actions, 0 running) [4,464 / 24,050] GoCompilePkg external/com_github_apache_arrow_go_v12/arrow/array/array.a; Downloading external/com_github_apache_arrow_go_v12/arrow/array/array.a, 11.0 MiB / 11.6 MiB; 0s remote-cache ... (35 actions, 0 running) [4,636 / 24,050] GoCompilePkg external/io_k8s_api/core/v1/core.a; 0s remote-cache ... (35 actions, 0 running) [4,802 / 24,050] GoLink pkg/parser/types/types_test_/types_test; Downloading pkg/parser/types/types_test_/types_test, 13.0 MiB / 17.4 MiB; 0s remote-cache ... (35 actions, 0 running) [5,026 / 24,050] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 24.0 MiB / 71.4 MiB; 0s remote-cache ... (35 actions, 0 running) [5,204 / 24,050] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 49.0 MiB / 71.4 MiB; 1s remote-cache ... (35 actions, 0 running) [5,446 / 24,050] GoCompilePkg external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a; Downloading external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a, 9.0 MiB / 11.4 MiB; 0s remote-cache ... (34 actions, 0 running) [6,149 / 24,055] GoLink pkg/util/redact/redact_test_/redact_test; Downloading pkg/util/redact/redact_test_/redact_test, 8.9 MiB / 17.3 MiB; 0s remote-cache ... (33 actions, 0 running) [6,934 / 24,176] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 39.9 MiB / 134.7 MiB; 0s remote-cache ... (31 actions, 0 running) [7,674 / 24,221] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 110.9 MiB / 134.7 MiB; 1s remote-cache ... (33 actions, 0 running) [7,956 / 24,221] Running nogo on @org_uber_go_zap//zapcore:zapcore; Downloading external/org_uber_go_zap/zapcore/zapcore.facts; 1s remote-cache ... (35 actions, 0 running) [7,961 / 24,221] Running nogo on @org_uber_go_zap//zapcore:zapcore; Downloading external/org_uber_go_zap/zapcore/zapcore.facts; 3s remote-cache ... (33 actions, 0 running) [9,592 / 24,385] 39 / 457 tests; GoLink pkg/util/systimemon/systimemon_test_/systimemon_test; Downloading pkg/util/systimemon/systimemon_test_/systimemon_test, 11.0 MiB / 23.1 MiB; 0s remote-cache ... (35 actions, 0 running) [9,921 / 24,389] 46 / 457 tests; GoLink pkg/util/logutil/logutil_test_/logutil_test; 1s remote-cache ... (35 actions, 0 running) [10,378 / 24,395] 54 / 457 tests; GoLink pkg/privilege/privileges/ldap/ldap_test_/ldap_test; 0s remote-cache ... (35 actions, 0 running) [10,707 / 24,407] 57 / 457 tests; GoLink pkg/util/kvcache/kvcache_test_/kvcache_test; Downloading pkg/util/kvcache/kvcache_test_/kvcache_test, 14.0 MiB / 24.4 MiB; 0s remote-cache ... (34 actions, 0 running) [11,047 / 24,407] 57 / 457 tests; GoLink pkg/server/internal/dump/dump_test_/dump_test; Downloading pkg/server/internal/dump/dump_test_/dump_test, 15.9 MiB / 33.0 MiB; 0s remote-cache ... (35 actions, 0 running) [11,271 / 24,407] 59 / 457 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 42.0 MiB / 49.2 MiB; 1s remote-cache ... (34 actions, 0 running) [11,561 / 24,407] 67 / 457 tests; GoLink pkg/meta/model/model_test_/model_test; Downloading pkg/meta/model/model_test_/model_test, 26.0 MiB / 27.2 MiB; 0s remote-cache ... (35 actions, 0 running) [11,808 / 24,407] 83 / 457 tests; GoLink pkg/util/cteutil/cteutil_test_/cteutil_test; Downloading pkg/util/cteutil/cteutil_test_/cteutil_test, 20.0 MiB / 34.1 MiB; 0s remote-cache ... (32 actions, 0 running) [11,927 / 24,407] 84 / 457 tests; GoLink pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test; Downloading pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test, 33.9 MiB / 35.1 MiB; 1s remote-cache ... (35 actions, 0 running) [12,051 / 24,415] 84 / 457 tests; GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; 2s remote-cache ... (33 actions, 0 running) [12,145 / 24,419] 86 / 457 tests; GoLink pkg/lightning/duplicate/duplicate_test_/duplicate_test; Downloading pkg/lightning/duplicate/duplicate_test_/duplicate_test, 26.0 MiB / 39.2 MiB; 2s remote-cache ... (35 actions, 0 running) [12,220 / 24,455] 88 / 457 tests; GoLink pkg/lightning/duplicate/duplicate_test_/duplicate_test; 3s remote-cache ... (34 actions, 0 running) [12,282 / 24,464] 91 / 457 tests; GoLink pkg/resourcemanager/pool/workerpool/workerpool_test_/workerpool_test; 3s remote-cache ... (35 actions, 0 running) [12,390 / 24,472] 97 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 55.0 MiB / 99.9 MiB; 4s remote-cache ... (32 actions, 0 running) [12,500 / 24,540] 98 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 71.0 MiB / 99.9 MiB; 5s remote-cache ... (30 actions, 0 running) [12,578 / 24,555] 103 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 85.0 MiB / 99.9 MiB; 6s remote-cache ... (35 actions, 0 running) [12,666 / 24,617] 107 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 99.0 MiB / 99.9 MiB; 7s remote-cache ... (35 actions, 0 running) [12,718 / 24,617] 109 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 85.0 MiB / 99.9 MiB; 6s remote-cache ... (35 actions, 0 running) [12,772 / 24,617] 111 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 97.7 MiB / 99.9 MiB; 7s remote-cache ... (35 actions, 0 running) [12,831 / 24,619] 111 / 457 tests; GoLink pkg/tablecodec/tablecodec_test_/tablecodec_test; Downloading pkg/tablecodec/tablecodec_test_/tablecodec_test, 29.0 MiB / 36.4 MiB; 2s remote-cache ... (35 actions, 0 running) [12,907 / 24,621] 113 / 457 tests; GoLink pkg/util/stmtsummary/v2/stmtsummary_test_/stmtsummary_test; Downloading pkg/util/stmtsummary/v2/stmtsummary_test_/stmtsummary_test, 22.2 MiB / 36.5 MiB; 1s remote-cache ... (35 actions, 0 running) [12,980 / 24,621] 114 / 457 tests; GoLink pkg/util/stmtsummary/v2/stmtsummary_test_/stmtsummary_test; 2s remote-cache ... (35 actions, 0 running) [13,046 / 24,633] 114 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 40.0 MiB / 146.9 MiB; 2s remote-cache ... (35 actions, 0 running) [13,108 / 24,633] 114 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 54.0 MiB / 146.9 MiB; 3s remote-cache ... (35 actions, 0 running) [13,167 / 24,633] 114 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 67.0 MiB / 146.9 MiB; 5s remote-cache ... (35 actions, 0 running) [13,217 / 24,633] 114 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 80.0 MiB / 146.9 MiB; 6s remote-cache ... (35 actions, 0 running) [13,278 / 24,636] 115 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 94.0 MiB / 146.9 MiB; 7s remote-cache ... (35 actions, 0 running) [13,332 / 24,636] 116 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 107.0 MiB / 146.9 MiB; 8s remote-cache ... (35 actions, 0 running) [13,392 / 24,636] 116 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 119.0 MiB / 146.9 MiB; 9s remote-cache ... (33 actions, 0 running) [13,438 / 24,687] 116 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 129.0 MiB / 146.9 MiB; 10s remote-cache ... (35 actions, 0 running) [13,481 / 24,689] 116 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 139.0 MiB / 146.9 MiB; 11s remote-cache ... (35 actions, 0 running) [13,523 / 24,689] 117 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 12s remote-cache ... (35 actions, 0 running) [13,586 / 24,689] 117 / 457 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 66.0 MiB / 89.9 MiB; 6s remote-cache ... (35 actions, 0 running) [13,658 / 24,693] 119 / 457 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 79.0 MiB / 89.9 MiB; 7s remote-cache ... (35 actions, 0 running) [13,719 / 24,693] 120 / 457 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; 8s remote-cache ... (35 actions, 0 running) [13,800 / 24,695] 120 / 457 tests; GoCompilePkg pkg/structure/expression.recompile1184.a; Downloading pkg/structure/expression.recompile1184.a, 81.0 MiB / 96.8 MiB; 7s remote-cache ... (35 actions, 0 running) [13,857 / 24,719] 121 / 457 tests; GoCompilePkg pkg/structure/expression.recompile1184.a; Downloading pkg/structure/expression.recompile1184.a, 94.0 MiB / 96.8 MiB; 8s remote-cache ... (35 actions, 0 running) [13,933 / 24,726] 121 / 457 tests; GoLink pkg/store/copr/copr_test_/copr_test; Downloading pkg/store/copr/copr_test_/copr_test, 63.0 MiB / 81.4 MiB; 5s remote-cache ... (35 actions, 0 running) [14,000 / 24,726] 121 / 457 tests; GoLink pkg/store/copr/copr_test_/copr_test; Downloading pkg/store/copr/copr_test_/copr_test, 76.0 MiB / 81.4 MiB; 6s remote-cache ... (35 actions, 0 running) [14,045 / 24,726] 121 / 457 tests; GoCompilePkg pkg/extension/expression.recompile1239.a; Downloading pkg/extension/expression.recompile1239.a, 51.5 MiB / 96.8 MiB; 4s remote-cache ... (35 actions, 0 running) [14,103 / 24,726] 122 / 457 tests; GoCompilePkg pkg/extension/expression.recompile1239.a; Downloading pkg/extension/expression.recompile1239.a, 62.0 MiB / 96.8 MiB; 5s remote-cache ... (35 actions, 0 running) [14,154 / 24,726] 122 / 457 tests; GoCompilePkg pkg/extension/expression.recompile1239.a; Downloading pkg/extension/expression.recompile1239.a, 74.0 MiB / 96.8 MiB; 6s remote-cache ... (35 actions, 0 running) [14,213 / 24,726] 122 / 457 tests; GoCompilePkg pkg/extension/expression.recompile1239.a; Downloading pkg/extension/expression.recompile1239.a, 86.0 MiB / 96.8 MiB; 7s remote-cache ... (35 actions, 0 running) [14,312 / 24,769] 126 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 62.0 MiB / 96.8 MiB; 5s remote-cache ... (35 actions, 0 running) [14,409 / 24,778] 126 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 81.0 MiB / 96.8 MiB; 6s remote-cache ... (33 actions, 0 running) [14,495 / 24,780] 126 / 457 tests; GoCompilePkg pkg/expression/expression.a; 7s remote-cache ... (35 actions, 0 running) [14,597 / 24,786] 128 / 457 tests; GoLink pkg/expression/sessionexpr/sessionexpr_test_/sessionexpr_test; Downloading pkg/expression/sessionexpr/sessionexpr_test_/sessionexpr_test, 18.0 MiB / 50.3 MiB; 1s remote-cache ... (34 actions, 0 running) [14,682 / 24,800] 129 / 457 tests; GoLink pkg/expression/sessionexpr/sessionexpr_test_/sessionexpr_test; Downloading pkg/expression/sessionexpr/sessionexpr_test_/sessionexpr_test, 34.2 MiB / 50.3 MiB; 2s remote-cache ... (34 actions, 0 running) [14,751 / 24,800] 129 / 457 tests; GoLink pkg/expression/sessionexpr/sessionexpr_test_/sessionexpr_test; Downloading pkg/expression/sessionexpr/sessionexpr_test_/sessionexpr_test, 48.0 MiB / 50.3 MiB; 3s remote-cache ... (35 actions, 0 running) [14,827 / 24,800] 131 / 457 tests; GoLink br/pkg/streamhelper/spans/spans_test_/spans_test; Downloading br/pkg/streamhelper/spans/spans_test_/spans_test, 42.0 MiB / 50.9 MiB; 3s remote-cache ... (36 actions, 2 running) [14,901 / 24,846] 132 / 457 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 53.0 MiB / 79.5 MiB; 4s remote-cache ... (36 actions, 2 running) [14,969 / 24,856] 133 / 457 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 63.0 MiB / 79.5 MiB; 5s remote-cache ... (36 actions, 2 running) [15,021 / 24,858] 135 / 457 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 75.0 MiB / 79.5 MiB; 6s remote-cache ... (36 actions, 2 running) [15,078 / 24,888] 137 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 86.0 MiB / 116.9 MiB; 7s remote-cache ... (37 actions, 4 running) [15,144 / 24,888] 139 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 97.0 MiB / 116.9 MiB; 8s remote-cache ... (36 actions, 2 running) [15,203 / 24,888] 141 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 109.0 MiB / 116.9 MiB; 9s remote-cache ... (38 actions, 6 running) [15,289 / 24,901] 141 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/domain.recompile1203.a; 1s remote-cache, linux-sandbox ... (38 actions, 6 running) [15,372 / 24,915] 142 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/domain.recompile1203.a; 2s remote-cache, linux-sandbox ... (39 actions, 8 running) [15,463 / 24,940] 143 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/domain.recompile1203.a; 3s remote-cache, linux-sandbox ... (40 actions, 10 running) [15,555 / 24,940] 143 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 40.0 MiB / 123.6 MiB; 3s remote-cache ... (37 actions, 8 running) [15,635 / 24,983] 144 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 52.1 MiB / 123.6 MiB; 4s remote-cache ... (39 actions, 10 running) [15,704 / 24,992] 144 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 65.0 MiB / 123.6 MiB; 5s remote-cache ... (39 actions, 8 running) [15,784 / 24,992] 146 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 78.0 MiB / 123.6 MiB; 6s remote-cache ... (39 actions, 8 running) [15,851 / 25,029] 146 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 91.0 MiB / 123.6 MiB; 7s remote-cache ... (41 actions, 12 running) [15,922 / 25,029] 147 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 105.0 MiB / 123.6 MiB; 8s remote-cache ... (44 actions, 20 running) [15,972 / 25,029] 147 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 116.0 MiB / 123.6 MiB; 9s remote-cache ... (44 actions, 20 running) [16,034 / 25,029] 147 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; 10s remote-cache ... (43 actions, 16 running) [16,082 / 25,029] 147 / 457 tests; GoLink pkg/planner/property/property_test_/property_test; Downloading pkg/planner/property/property_test_/property_test, 54.0 MiB / 61.6 MiB; 4s remote-cache ... (45 actions, 20 running) [16,140 / 25,029] 147 / 457 tests; GoLink pkg/expression/aggregation/aggregation_test_/aggregation_test; Downloading pkg/expression/aggregation/aggregation_test_/aggregation_test, 49.0 MiB / 62.5 MiB; 4s remote-cache ... (45 actions, 20 running) [16,216 / 25,029] 149 / 457 tests; GoLink pkg/expression/aggregation/aggregation_test_/aggregation_test; 5s remote-cache ... (44 actions, 18 running) [16,300 / 25,031] 149 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/domain.recompile1324.a; 4s remote-cache, linux-sandbox ... (44 actions, 20 running) [16,392 / 25,041] 151 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/checkpoint.recompile1328.a; 3s remote-cache, linux-sandbox ... (45 actions, 22 running) [16,462 / 25,074] 152 / 457 tests; GoLink pkg/store/driver/txn/txn_test_/txn_test; Downloading pkg/store/driver/txn/txn_test_/txn_test, 42.9 MiB / 62.9 MiB; 3s remote-cache ... (45 actions, 20 running) [16,526 / 25,090] 153 / 457 tests; GoLink pkg/store/driver/txn/txn_test_/txn_test; Downloading pkg/store/driver/txn/txn_test_/txn_test, 58.8 MiB / 62.9 MiB; 4s remote-cache ... (46 actions, 22 running) [16,575 / 25,090] 154 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/glue.recompile1325.a; 3s remote-cache, linux-sandbox ... (45 actions, 20 running) [16,643 / 25,092] 155 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 2s remote-cache, linux-sandbox ... (44 actions, 18 running) [16,705 / 25,092] 157 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 3s remote-cache, linux-sandbox ... (44 actions, 20 running) [16,795 / 25,092] 158 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 4s remote-cache, linux-sandbox ... (47 actions, 24 running) [16,883 / 25,092] 158 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 5s remote-cache, linux-sandbox ... (47 actions, 25 running) [16,979 / 25,094] 159 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 6s remote-cache, linux-sandbox ... (48 actions, 27 running) [17,084 / 25,133] 160 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 7s remote-cache, linux-sandbox ... (54 actions, 40 running) [17,144 / 25,133] 160 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 8s remote-cache, linux-sandbox ... (51 actions, 32 running) [17,220 / 25,135] 160 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 9s remote-cache, linux-sandbox ... (55 actions, 40 running) [17,288 / 25,135] 161 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 10s remote-cache, linux-sandbox ... (52 actions, 35 running) [17,365 / 25,140] 161 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 11s remote-cache, linux-sandbox ... (53 actions, 36 running) [17,418 / 25,140] 161 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 12s remote-cache, linux-sandbox ... (49 actions, 33 running) [17,507 / 25,154] 163 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 13s remote-cache, linux-sandbox ... (52 actions, 34 running) [17,575 / 25,184] 165 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 14s remote-cache, linux-sandbox ... (57 actions, 46 running) [17,638 / 25,189] 165 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 15s remote-cache, linux-sandbox ... (56 actions, 42 running) [17,701 / 25,196] 165 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 16s remote-cache, linux-sandbox ... (54 actions, 39 running) [17,771 / 25,210] 168 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 17s remote-cache, linux-sandbox ... (59 actions, 48 running) [17,813 / 25,210] 168 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 18s remote-cache, linux-sandbox ... (57 actions, 45 running) [17,877 / 25,210] 170 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 19s remote-cache, linux-sandbox ... (58 actions, 48 running) [17,919 / 25,210] 170 / 457 tests; GoCompilePkg pkg/structure/core.recompile1357.a; 5s remote-cache, linux-sandbox ... (59 actions, 48 running) [17,959 / 25,210] 170 / 457 tests; GoCompilePkg pkg/structure/core.recompile1357.a; 6s remote-cache, linux-sandbox ... (54 actions, 39 running) [17,996 / 25,212] 171 / 457 tests; GoCompilePkg pkg/structure/core.recompile1357.a; 7s remote-cache, linux-sandbox ... (61 actions, 53 running) [18,054 / 25,212] 173 / 457 tests; GoCompilePkg pkg/meta/executor.recompile1360.a; 6s remote-cache, linux-sandbox ... (63 actions, 56 running) [18,091 / 25,238] 173 / 457 tests; GoCompilePkg pkg/meta/executor.recompile1360.a; 7s remote-cache, linux-sandbox ... (62 actions, 55 running) [18,158 / 25,238] 173 / 457 tests; GoCompilePkg pkg/meta/executor.recompile1360.a; 8s remote-cache, linux-sandbox ... (60 actions, 56 running) [18,195 / 25,238] 173 / 457 tests; GoCompilePkg pkg/meta/executor.recompile1360.a; 9s remote-cache, linux-sandbox ... (61 actions, 52 running) [18,244 / 25,238] 173 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 6s remote-cache, linux-sandbox ... (64 actions, 58 running) [18,278 / 25,238] 173 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 7s remote-cache, linux-sandbox ... (64 actions, 58 running) [18,321 / 25,238] 173 / 457 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 8s remote-cache, linux-sandbox ... (63 actions, 56 running) [18,365 / 25,240] 174 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 5s remote-cache, linux-sandbox ... (64 actions, 58 running) [18,402 / 25,269] 175 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 6s remote-cache, linux-sandbox ... (61 actions, 54 running) [18,439 / 25,275] 175 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 7s remote-cache, linux-sandbox ... (65 actions, 60 running) [18,474 / 25,275] 175 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 8s remote-cache, linux-sandbox ... (62 actions, 55 running) [18,492 / 25,275] 176 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 9s remote-cache, linux-sandbox ... (65 actions, 61 running) [18,510 / 25,286] 176 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 10s remote-cache, linux-sandbox ... (63 actions, 56 running) [18,538 / 25,291] 176 / 457 tests; Running nogo on //pkg/structure:structure_test; 4s remote-cache, linux-sandbox ... (60 actions, 51 running) [18,564 / 25,299] 176 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 5s remote-cache, linux-sandbox ... (60 actions, 50 running) [18,594 / 25,299] 179 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 6s remote-cache, linux-sandbox ... (61 actions, 52 running) [18,619 / 25,310] 181 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 7s remote-cache, linux-sandbox ... (63 actions, 57 running) [18,636 / 25,310] 181 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 8s remote-cache, linux-sandbox ... (64 actions, 59 running) [18,674 / 25,314] 183 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 9s remote-cache, linux-sandbox ... (63 actions, 56 running) [18,711 / 25,319] 185 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 10s remote-cache, linux-sandbox ... (63 actions, 57 running) [18,743 / 25,387] 186 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 11s remote-cache, linux-sandbox ... (63 actions, 56 running) [18,781 / 25,393] 187 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 12s remote-cache, linux-sandbox ... (64 actions, 58 running) [18,815 / 25,393] 187 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 13s remote-cache, linux-sandbox ... (62 actions, 54 running) [18,860 / 25,393] 188 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 14s remote-cache, linux-sandbox ... (61 actions, 52 running) [18,917 / 25,393] 189 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 15s remote-cache, linux-sandbox ... (66 actions, 62 running) [18,971 / 25,393] 189 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 17s remote-cache, linux-sandbox ... (67 actions, 65 running) [19,023 / 25,393] 189 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 15s remote-cache, linux-sandbox ... (66 actions, 62 running) [19,071 / 25,393] 189 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 16s remote-cache, linux-sandbox ... (63 actions, 58 running) [19,100 / 25,393] 189 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 18s remote-cache, linux-sandbox ... (66 actions, 62 running) [19,139 / 25,395] 190 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 19s remote-cache, linux-sandbox ... (64 actions, 60 running) [19,185 / 25,395] 190 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 20s remote-cache, linux-sandbox ... (66 actions, 63 running) [19,233 / 25,395] 190 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 21s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,281 / 25,395] 190 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 22s remote-cache, linux-sandbox ... (67 actions, 64 running) [19,321 / 25,446] 190 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 23s remote-cache, linux-sandbox ... (67 actions, 64 running) [19,358 / 25,446] 190 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 23s remote-cache, linux-sandbox ... (61 actions, 52 running) [19,389 / 25,446] 190 / 457 tests; GoCompilePkg pkg/sessionctx/sessionstates/executor.recompile1392.a; 6s remote-cache, linux-sandbox ... (64 actions, 58 running) Aborted by Jenkins Admin Sending interrupt signal to process Killing processes kill finished with exit code 0 [19,425 / 25,446] 190 / 457 tests; GoCompilePkg pkg/sessionctx/sessionstates/executor.recompile1392.a; 7s remote-cache, linux-sandbox ... (64 actions, 58 running) script returned exit code 143 [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] junit Recording test results None of the test reports contained any result [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] sh + ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log Parse from local file: tidb/bazel-test.log Output files: ls: cannot access 'bazel-target-output-*.log': No such file or directory bazel-flaky-summaries.log bazel-go-test-index.log bazel-go-test-problem-cases.json [Pipeline] sh No test report files were found. Configuration error? ++ uuidgen + timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 68fe946c-1755-4871-be2f-f632cdd53dd7' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: master' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30226/' --header 'ce-specversion: 1.0' --header 'content-type: application/json; charset=UTF-8' --data @bazel-go-test-problem-cases.json Note: Unnecessary use of -X or --request, POST is already inferred. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 10.233.31.173... * TCP_NODELAY set * Connected to cloudevents-server.apps.svc (10.233.31.173) port 80 (#0) > POST /events HTTP/1.1 > Host: cloudevents-server.apps.svc > User-Agent: curl/7.61.1 > Accept: */* > ce-id: 68fe946c-1755-4871-be2f-f632cdd53dd7 > ce-source: https://do.pingcap.net/jenkins/ > ce-type: test-case-run-report > ce-repo: pingcap/tidb > ce-branch: master > ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30226/ > ce-specversion: 1.0 > content-type: application/json; charset=UTF-8 > Content-Length: 2 > } [2 bytes data] * upload completely sent off: 2 out of 2 bytes 100 2 0 0 100 2 0 1 0:00:02 0:00:01 0:00:01 1 100 2 0 0 0 2 0 0 --:--:-- 0:00:02 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:03 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:04 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:05 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:06 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:07 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:08 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:09 --:--:-- 0+ true [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test Enterprise Extensions) Stage "Test Enterprise Extensions" skipped due to earlier failure(s) [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 org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: ce1e1673-64ae-4e39-9e60-70124527490a Finished: ABORTED