Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/pull_unit_test_ddlv1.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-pull-unit-test-ddlv1-2098-djq38-rmns2-zc7h0 Agent pingcap-tidb-pull-unit-test-ddlv1-2098-djq38-rmns2-zc7h0 is provisioned from template pingcap_tidb_pull_unit_test_ddlv1_2098-djq38-rmns2 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2098/" runUrl: "job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2098/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "5a510e4005715ffaa9e83f44b2ad5c0668f6764a" jenkins/label: "pingcap_tidb_pull_unit_test_ddlv1_2098-djq38" name: "pingcap-tidb-pull-unit-test-ddlv1-2098-djq38-rmns2-zc7h0" 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-pull-unit-test-ddlv1-2098-djq38-rmns2-zc7h0" - name: "JENKINS_NAME" value: "pingcap-tidb-pull-unit-test-ddlv1-2098-djq38-rmns2-zc7h0" - 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-pull-unit-test-ddlv1-2098-djq38-rmns2-zc7h0 in /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1 [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/pull_unit_test_ddlv1 # 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/pull_unit_test_ddlv1/2098/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/pull_unit_test_ddlv1","buildid":"1908103533677252608","prowjobid":"96576196-96b1-4699-bbce-ad0b065e91d0","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=1908103533677252608 POD_LABEL=pingcap_tidb_pull_unit_test_ddlv1_2098-djq38 HOSTNAME=pingcap-tidb-pull-unit-test-ddlv1-2098-djq38-rmns2-zc7h0 OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2098/display/redirect?page=changes JENKINS_NODE_COOKIE=f4b7afc5-adc1-4f38-ad57-17d9e3a019ce GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JAVA_HOME=/usr/lib/jvm/jre-openjdk JOB_BASE_NAME=pull_unit_test_ddlv1 WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1@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=2098 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1 PWD=/home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1 HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/home/jenkins GOROOT=/usr/local/go NODE_NAME=pingcap-tidb-pull-unit-test-ddlv1-2098-djq38-rmns2-zc7h0 HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tidb/pull_unit_test_ddlv1 RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2098/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/pull_unit_test_ddlv1/display/redirect PROW_JOB_ID=96576196-96b1-4699-bbce-ad0b065e91d0 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2098/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2098/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/ BUILD_DISPLAY_NAME=#2098 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tidb-pull_unit_test_ddlv1-2098 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap_tidb_pull_unit_test_ddlv1_2098-djq38 pingcap-tidb-pull-unit-test-ddlv1-2098-djq38-rmns2-zc7h0 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-65e72821ba8d5bf9c72b4a4cc2ac02627537dbbdfc43a704a0209c6d4c42f670 + 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-build654752049=/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-pull-unit-test-ddlv1-2098-djq38-rmns2-zc7h0 bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-pull-unit-test-ddlv1-2098-djq38-rmns2-zc7h0 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: 53720 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 9ae0b05fd8add1cd (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 25 IN A 20.27.177.113 github.com. 25 IN A 20.205.243.166 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Fri Apr 04 10:25:41 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/pull_unit_test_ddlv1/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-d9fb3a5) 1213224960 bytes in 4.63 secs (261836201 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/pull_unit_test_ddlv1/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: e32e20f630b6e4da1211559de1f15f8274743c8f e32e20f630 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 16.86 secs (71973707 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/pull_unit_test_ddlv1/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/pull_unit_test_ddlv1/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: dd415ea0-1b43-4268-aad9-c875e5c146b5 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/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/pull_unit_test_ddlv1/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_33.145407186/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=315122 --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/pull_unit_test_ddlv1/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/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 (205 packages loaded, 6184 targets configured) INFO: Analyzed target //:gazelle (430 packages loaded, 6967 targets configured). INFO: Found 1 target... [0 / 0] checking cached actions [24 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 3.2 MiB / 4.1 MiB; 0s 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/linux_amd64/net/http.a, 6.0 MiB / 8.3 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/pprof, 11.0 MiB / 11.8 MiB; 2s remote-cache ... (4 actions, 0 running) [68 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 3s remote-cache ... (2 actions, 0 running) [486 / 530] [Prepa] Running nogo on @org_golang_x_mod//semver:semver ... (9 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 26.337s, Critical Path: 4.91s 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/pull_unit_test_ddlv1/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 23112c93-c428-4084-9f89-771969e81cb1 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/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/pull_unit_test_ddlv1/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_33.145407186/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=315122 --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/pull_unit_test_ddlv1/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/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, 7379 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,193 / 1,307] [Prepa] GoCompilePkg external/com_github_tikv_pd_client/pkg/utils/tsoutil/tsoutil.a ... (6 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 3.533s, Critical Path: 1.66s 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/pull_unit_test_ddlv1/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,ddlargsv1 \ -- //... -//cmd/... -//tests/graceshutdown/... \ -//tests/globalkilltest/... -//tests/readonlytest/... -//tests/realtikvtest/... INFO: Invocation ID: 821bb68e-d097-4ad7-9b38-455016548a31 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/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/pull_unit_test_ddlv1/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_33.145407186/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/pull_unit_test_ddlv1/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/pull_unit_test_ddlv1/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/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 (1447 packages loaded, 13110 targets configured) Analyzing: 457 targets (1667 packages loaded, 16232 targets configured) Analyzing: 457 targets (1734 packages loaded, 16912 targets configured) Analyzing: 457 targets (1932 packages loaded, 19093 targets configured) Analyzing: 457 targets (2221 packages loaded, 21847 targets configured) Analyzing: 457 targets (2277 packages loaded, 22613 targets configured) Analyzing: 457 targets (2282 packages loaded, 23139 targets configured) INFO: Analyzed 457 targets (2282 packages loaded, 23139 targets configured). INFO: Found 457 test targets... [0 / 17] [Prepa] Writing file br/pkg/backup/backup_test/baseline_coverage.dat ... (15 actions, 0 running) [1,410 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 2.2 MiB / 4.1 MiB; 0s remote-cache ... (35 actions, 0 running) [1,441 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 6.2 MiB / 8.3 MiB; 1s remote-cache ... (35 actions, 0 running) [1,468 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 14.0 MiB / 18.9 MiB; 2s remote-cache ... (36 actions, 2 running) [1,471 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/net/http.a, 5.0 MiB / 9.3 MiB; 4s remote-cache ... (36 actions, 2 running) [1,930 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 5s remote-cache ... (37 actions, 4 running) [2,543 / 24,050] GoLink pkg/parser/opcode/opcode_test_/opcode_test; 0s remote-cache ... (35 actions, 0 running) [3,200 / 24,050] GoCompilePkg external/com_github_goccy_go_json/internal/errors/errors.a; Downloading external/com_github_goccy_go_json/internal/errors/errors.a; 0s remote-cache ... (35 actions, 0 running) [3,715 / 24,050] GoCompilePkg external/co_honnef_go_tools/staticcheck/sa9009/sa9009.a [for tool]; Downloading external/co_honnef_go_tools/staticcheck/sa9009/sa9009.a; 0s remote-cache ... (35 actions, 0 running) [4,065 / 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, 61.0 MiB / 77.2 MiB; 1s remote-cache ... (34 actions, 0 running) [4,364 / 24,050] GoLink pkg/lightning/worker/worker_test_/worker_test; Downloading pkg/lightning/worker/worker_test_/worker_test, 6.0 MiB / 6.3 MiB; 0s remote-cache ... (35 actions, 0 running) [4,841 / 24,050] GoCompilePkg pkg/parser/mysql/mysql_test.internal.a; Downloading pkg/parser/mysql/mysql_test.internal.a; 0s remote-cache ... (35 actions, 0 running) [5,147 / 24,050] GoCompilePkg external/io_etcd_go_etcd_server_v3/etcdserver/api/v3election/v3electionpb/v3electionpb.a; 0s remote-cache ... (35 actions, 0 running) [5,376 / 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, 12.0 MiB / 71.4 MiB; 0s remote-cache ... (35 actions, 0 running) [5,577 / 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, 45.8 MiB / 71.4 MiB; 1s remote-cache ... (35 actions, 0 running) [5,998 / 24,055] GoCompilePkg external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a; Downloading external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a, 11.9 MiB / 12.9 MiB; 0s remote-cache ... (32 actions, 0 running) [7,212 / 24,128] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 36.0 MiB / 134.7 MiB; 0s remote-cache ... (34 actions, 0 running) [8,241 / 24,146] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; 1s remote-cache ... (35 actions, 0 running) [8,964 / 24,173] 14 / 457 tests; GoLink pkg/util/memory/memory_test_/memory_test; 0s remote-cache ... (34 actions, 0 running) [9,443 / 24,181] 47 / 457 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 30.4 MiB / 35.0 MiB; 0s remote-cache ... (35 actions, 0 running) [10,075 / 24,222] 62 / 457 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; 0s remote-cache ... (35 actions, 0 running) [10,394 / 24,255] 68 / 457 tests; GoLink br/pkg/logutil/logutil_test_/logutil_test; Downloading br/pkg/logutil/logutil_test_/logutil_test, 31.9 MiB / 36.1 MiB; 0s remote-cache ... (35 actions, 0 running) [10,404 / 24,255] 69 / 457 tests; GoLink pkg/kv/kv_test_/kv_test; Downloading pkg/kv/kv_test_/kv_test, 26.0 MiB / 36.4 MiB; 2s remote-cache ... (35 actions, 0 running) [10,406 / 24,255] 69 / 457 tests; GoLink pkg/kv/kv_test_/kv_test; Downloading pkg/kv/kv_test_/kv_test, 26.0 MiB / 36.4 MiB; 4s remote-cache ... (34 actions, 0 running) [10,899 / 24,338] 75 / 457 tests; GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; 4s remote-cache ... (38 actions, 6 running) [11,364 / 24,391] 79 / 457 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; 0s remote-cache ... (36 actions, 2 running) [11,753 / 24,407] 83 / 457 tests; GoCompilePkg pkg/metrics/expression.recompile552.a; Downloading pkg/metrics/expression.recompile552.a, 94.0 MiB / 96.8 MiB; 1s remote-cache ... (35 actions, 0 running) [11,925 / 24,407] 83 / 457 tests; GoCompilePkg pkg/structure/expression.recompile1184.a; Downloading pkg/structure/expression.recompile1184.a, 89.3 MiB / 96.8 MiB; 1s remote-cache ... (35 actions, 0 running) [12,046 / 24,407] 84 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 64.0 MiB / 99.9 MiB; 2s remote-cache ... (35 actions, 0 running) [12,149 / 24,407] 84 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 85.0 MiB / 99.9 MiB; 3s remote-cache ... (33 actions, 0 running) [12,271 / 24,407] 84 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 4s remote-cache ... (35 actions, 0 running) [12,409 / 24,407] 84 / 457 tests; GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; Downloading pkg/sessionctx/sessionctx_test_/sessionctx_test, 48.9 MiB / 62.2 MiB; 1s remote-cache ... (35 actions, 0 running) [12,520 / 24,411] 85 / 457 tests; GoCompilePkg pkg/store/helper/expression.recompile549.a; Downloading pkg/store/helper/expression.recompile549.a, 93.0 MiB / 96.8 MiB; 2s remote-cache ... (35 actions, 0 running) [12,651 / 24,423] 87 / 457 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1234.a; 2s remote-cache ... (34 actions, 0 running) [12,775 / 24,427] 90 / 457 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1185.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1185.a, 83.0 MiB / 96.8 MiB; 3s remote-cache ... (35 actions, 0 running) [12,910 / 24,432] 92 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 71.7 MiB / 146.9 MiB; 1s remote-cache ... (35 actions, 0 running) [13,042 / 24,432] 93 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 137.0 MiB / 146.9 MiB; 2s remote-cache ... (35 actions, 0 running) [13,144 / 24,483] 93 / 457 tests; GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 52.1 MiB / 63.0 MiB; 2s remote-cache ... (35 actions, 0 running) [13,238 / 24,495] 95 / 457 tests; GoCompilePkg pkg/extension/expression.recompile1239.a; Downloading pkg/extension/expression.recompile1239.a, 60.0 MiB / 96.8 MiB; 3s remote-cache ... (35 actions, 0 running) [13,324 / 24,504] 99 / 457 tests; GoCompilePkg pkg/extension/expression.recompile1239.a; Downloading pkg/extension/expression.recompile1239.a, 79.0 MiB / 96.8 MiB; 4s remote-cache ... (34 actions, 0 running) [13,397 / 24,519] 101 / 457 tests; GoCompilePkg pkg/extension/expression.recompile1239.a; Downloading pkg/extension/expression.recompile1239.a, 94.0 MiB / 96.8 MiB; 5s remote-cache ... (35 actions, 0 running) [13,495 / 24,604] 105 / 457 tests; GoCompilePkg pkg/expression/expression.a; 5s remote-cache ... (35 actions, 0 running) [13,592 / 24,611] 107 / 457 tests; GoLink pkg/store/helper/helper_test_/helper_test; Downloading pkg/store/helper/helper_test_/helper_test, 62.0 MiB / 70.8 MiB; 3s remote-cache ... (35 actions, 0 running) [13,718 / 24,619] 108 / 457 tests; GoLink pkg/store/copr/copr_test_/copr_test; Downloading pkg/store/copr/copr_test_/copr_test, 9.0 MiB / 81.4 MiB; 0s remote-cache ... (35 actions, 0 running) [13,831 / 24,623] 113 / 457 tests; GoLink pkg/store/copr/copr_test_/copr_test; Downloading pkg/store/copr/copr_test_/copr_test, 34.0 MiB / 81.4 MiB; 1s remote-cache ... (35 actions, 0 running) [13,941 / 24,635] 114 / 457 tests; GoLink pkg/store/copr/copr_test_/copr_test; Downloading pkg/store/copr/copr_test_/copr_test, 57.0 MiB / 81.4 MiB; 2s remote-cache ... (35 actions, 0 running) [14,066 / 24,649] 116 / 457 tests; GoLink pkg/store/copr/copr_test_/copr_test; 3s remote-cache ... (34 actions, 0 running) [14,188 / 24,651] 118 / 457 tests; GoLink pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test; 2s remote-cache ... (35 actions, 0 running) [14,307 / 24,699] 119 / 457 tests; GoLink pkg/ddl/util/util_test_/util_test; 2s remote-cache ... (35 actions, 0 running) [14,389 / 24,699] 119 / 457 tests; GoLink br/pkg/streamhelper/daemon/daemon_test_/daemon_test; 2s remote-cache ... (35 actions, 0 running) [14,471 / 24,750] 120 / 457 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 68.0 MiB / 79.1 MiB; 2s remote-cache ... (35 actions, 0 running) [14,555 / 24,752] 122 / 457 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 46.0 MiB / 70.7 MiB; 2s remote-cache ... (35 actions, 0 running) [14,648 / 24,752] 122 / 457 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 64.0 MiB / 70.7 MiB; 3s remote-cache ... (34 actions, 0 running) [14,745 / 24,778] 124 / 457 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; Downloading pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test, 50.2 MiB / 62.0 MiB; 3s remote-cache ... (35 actions, 0 running) [14,839 / 24,778] 125 / 457 tests; GoLink pkg/expression/aggregation/aggregation_test_/aggregation_test; Downloading pkg/expression/aggregation/aggregation_test_/aggregation_test, 47.0 MiB / 62.5 MiB; 2s remote-cache ... (35 actions, 0 running) [14,943 / 24,780] 125 / 457 tests; GoLink pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test; Downloading pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test, 50.0 MiB / 64.4 MiB; 2s remote-cache ... (35 actions, 0 running) [15,058 / 24,780] 126 / 457 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; Downloading pkg/store/mockstore/unistore/unistore_test_/unistore_test, 44.0 MiB / 66.3 MiB; 1s remote-cache ... (35 actions, 0 running) [15,207 / 24,817] 126 / 457 tests; GoLink pkg/ddl/serverstate/serverstate_test_/serverstate_test; Downloading pkg/ddl/serverstate/serverstate_test_/serverstate_test, 34.0 MiB / 69.1 MiB; 1s remote-cache ... (35 actions, 0 running) [15,302 / 24,825] 127 / 457 tests; GoLink br/pkg/pdutil/pdutil_test_/pdutil_test; Downloading br/pkg/pdutil/pdutil_test_/pdutil_test, 54.0 MiB / 63.3 MiB; 1s remote-cache ... (36 actions, 2 running) [15,394 / 24,832] 127 / 457 tests; GoLink pkg/meta/autoid/autoid_test_/autoid_test; Downloading pkg/meta/autoid/autoid_test_/autoid_test, 35.0 MiB / 70.9 MiB; 1s remote-cache ... (36 actions, 2 running) [15,459 / 24,832] 127 / 457 tests; GoLink pkg/meta/autoid/autoid_test_/autoid_test; Downloading pkg/meta/autoid/autoid_test_/autoid_test, 56.0 MiB / 70.9 MiB; 3s remote-cache ... (36 actions, 2 running) [15,540 / 24,836] 129 / 457 tests; GoCompilePkg pkg/structure/core.recompile1357.a; 3s remote-cache, linux-sandbox ... (34 actions, 2 running) [15,641 / 24,836] 130 / 457 tests; GoCompilePkg pkg/structure/core.recompile1357.a; 4s remote-cache, linux-sandbox ... (37 actions, 4 running) [15,743 / 24,843] 130 / 457 tests; GoCompilePkg pkg/structure/core.recompile1357.a; 5s remote-cache, linux-sandbox ... (37 actions, 4 running) [15,850 / 24,856] 133 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 2s remote-cache, linux-sandbox ... (37 actions, 4 running) [15,951 / 24,856] 134 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 3s remote-cache, linux-sandbox ... (37 actions, 4 running) [16,073 / 24,886] 138 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 4s remote-cache, linux-sandbox ... (37 actions, 4 running) [16,160 / 24,892] 141 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 5s remote-cache, linux-sandbox ... (37 actions, 4 running) [16,270 / 24,898] 143 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 6s remote-cache, linux-sandbox ... (37 actions, 4 running) [16,373 / 24,909] 145 / 457 tests; GoCompilePkg pkg/planner/util/ddl.recompile1197.a; Downloading pkg/planner/util/ddl.recompile1197.a, 16.6 MiB / 20.5 MiB; 0s remote-cache ... (36 actions, 2 running) [16,450 / 24,923] 147 / 457 tests; GoCompilePkg pkg/sessionctx/variable/stream.recompile1331.a; Downloading pkg/sessionctx/variable/stream.recompile1331.a, 10.0 MiB / 12.8 MiB; 0s remote-cache ... (37 actions, 4 running) [16,522 / 24,923] 148 / 457 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 27.3 MiB / 79.5 MiB; 1s remote-cache ... (38 actions, 6 running) [16,610 / 24,937] 150 / 457 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 49.0 MiB / 79.5 MiB; 2s remote-cache ... (36 actions, 3 running) [16,698 / 24,937] 150 / 457 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 73.0 MiB / 79.5 MiB; 3s remote-cache ... (39 actions, 8 running) [16,822 / 24,937] 150 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 3s remote-cache, linux-sandbox ... (40 actions, 12 running) [16,913 / 24,939] 150 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 4s remote-cache, linux-sandbox ... (41 actions, 12 running) [16,986 / 24,939] 152 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 5s remote-cache, linux-sandbox ... (42 actions, 14 running) [17,084 / 24,939] 152 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 6s remote-cache, linux-sandbox ... (42 actions, 16 running) [17,205 / 24,939] 153 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 7s remote-cache, linux-sandbox ... (42 actions, 16 running) [17,292 / 24,941] 153 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 6s remote-cache, linux-sandbox ... (44 actions, 19 running) [17,383 / 24,954] 155 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 7s remote-cache, linux-sandbox ... (44 actions, 18 running) [17,491 / 24,993] 156 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 8s remote-cache, linux-sandbox ... (44 actions, 18 running) [17,604 / 25,018] 156 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 9s remote-cache, linux-sandbox ... (44 actions, 18 running) [17,682 / 25,023] 158 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 10s remote-cache, linux-sandbox ... (44 actions, 18 running) [17,784 / 25,028] 159 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 11s remote-cache, linux-sandbox ... (45 actions, 20 running) [17,878 / 25,028] 160 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 12s remote-cache, linux-sandbox ... (45 actions, 22 running) [17,951 / 25,028] 161 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 13s remote-cache, linux-sandbox ... (49 actions, 28 running) [18,023 / 25,028] 162 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 14s remote-cache, linux-sandbox ... (49 actions, 29 running) [18,121 / 25,030] 163 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 15s remote-cache, linux-sandbox ... (52 actions, 34 running) [18,215 / 25,042] 164 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 16s remote-cache, linux-sandbox ... (52 actions, 34 running) [18,327 / 25,044] 164 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 17s remote-cache, linux-sandbox ... (52 actions, 34 running) [18,392 / 25,044] 165 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 18s remote-cache, linux-sandbox ... (53 actions, 36 running) [18,468 / 25,044] 165 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 14s remote-cache, linux-sandbox ... (51 actions, 33 running) [18,542 / 25,046] 166 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 15s remote-cache, linux-sandbox ... (50 actions, 30 running) [18,642 / 25,075] 167 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 16s remote-cache, linux-sandbox ... (51 actions, 32 running) [18,724 / 25,079] 168 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 17s remote-cache, linux-sandbox ... (50 actions, 30 running) [18,795 / 25,085] 169 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 18s remote-cache, linux-sandbox ... (52 actions, 34 running) [18,834 / 25,085] 169 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 19s remote-cache, linux-sandbox ... (51 actions, 33 running) [18,877 / 25,085] 169 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 10s remote-cache, linux-sandbox ... (52 actions, 34 running) [18,921 / 25,085] 169 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 11s remote-cache, linux-sandbox ... (51 actions, 32 running) [18,993 / 25,085] 170 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 12s remote-cache, linux-sandbox ... (52 actions, 34 running) [19,029 / 25,085] 170 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 13s remote-cache, linux-sandbox ... (51 actions, 32 running) [19,066 / 25,085] 170 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 14s remote-cache, linux-sandbox ... (56 actions, 43 running) [19,102 / 25,085] 170 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 15s remote-cache, linux-sandbox ... (55 actions, 40 running) [19,139 / 25,085] 170 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 14s remote-cache, linux-sandbox ... (54 actions, 39 running) [19,178 / 25,085] 170 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 15s remote-cache, linux-sandbox ... (56 actions, 42 running) [19,208 / 25,085] 170 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 16s remote-cache, linux-sandbox ... (53 actions, 38 running) [19,236 / 25,085] 170 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 11s remote-cache, linux-sandbox ... (58 actions, 46 running) [19,263 / 25,087] 171 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 12s remote-cache, linux-sandbox ... (57 actions, 44 running) [19,294 / 25,092] 171 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 13s remote-cache, linux-sandbox ... (54 actions, 39 running) [19,324 / 25,092] 171 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 15s remote-cache, linux-sandbox ... (54 actions, 38 running) [19,367 / 25,092] 171 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 16s remote-cache, linux-sandbox ... (55 actions, 40 running) [19,400 / 25,092] 171 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 17s remote-cache, linux-sandbox ... (54 actions, 38 running) [19,436 / 25,092] 172 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 18s remote-cache, linux-sandbox ... (52 actions, 34 running) [19,462 / 25,098] 172 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 19s remote-cache, linux-sandbox ... (55 actions, 40 running) [19,490 / 25,098] 172 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 20s remote-cache, linux-sandbox ... (54 actions, 38 running) [19,519 / 25,098] 172 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 21s remote-cache, linux-sandbox ... (54 actions, 38 running) [19,562 / 25,103] 174 / 457 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 14s remote-cache, linux-sandbox ... (56 actions, 42 running) [19,624 / 25,103] 174 / 457 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 15s remote-cache, linux-sandbox ... (57 actions, 44 running) [19,684 / 25,109] 175 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 13s remote-cache, linux-sandbox ... (56 actions, 42 running) [19,789 / 25,160] 175 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 14s remote-cache, linux-sandbox ... (60 actions, 50 running) [19,845 / 25,214] 176 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 15s remote-cache, linux-sandbox ... (60 actions, 50 running) [19,909 / 25,214] 176 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 16s remote-cache, linux-sandbox ... (61 actions, 53 running) [19,977 / 25,239] 176 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 17s remote-cache, linux-sandbox ... (60 actions, 50 running) [20,017 / 25,239] 176 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 18s remote-cache, linux-sandbox ... (60 actions, 50 running) [20,079 / 25,250] 177 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 19s remote-cache, linux-sandbox ... (58 actions, 46 running) [20,137 / 25,252] 178 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 20s remote-cache, linux-sandbox ... (55 actions, 40 running) [20,192 / 25,252] 178 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 13s remote-cache, linux-sandbox ... (55 actions, 40 running) [20,246 / 25,252] 178 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 14s remote-cache, linux-sandbox ... (54 actions, 38 running) [20,280 / 25,284] 178 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 15s remote-cache, linux-sandbox ... (54 actions, 39 running) [20,324 / 25,284] 178 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 16s remote-cache, linux-sandbox ... (57 actions, 44 running) [20,363 / 25,284] 179 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 17s remote-cache, linux-sandbox ... (57 actions, 44 running) [20,421 / 25,289] 180 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 18s remote-cache, linux-sandbox ... (59 actions, 48 running) [20,473 / 25,314] 181 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 19s remote-cache, linux-sandbox ... (57 actions, 46 running) [20,501 / 25,326] 181 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 20s remote-cache, linux-sandbox ... (58 actions, 47 running) [20,541 / 25,341] 182 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 21s remote-cache, linux-sandbox ... (55 actions, 40 running) [20,594 / 25,359] 183 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 19s remote-cache, linux-sandbox ... (52 actions, 34 running) [20,630 / 25,382] 185 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 20s remote-cache, linux-sandbox ... (52 actions, 35 running) [20,667 / 25,386] 185 / 457 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 15s remote-cache, linux-sandbox ... (49 actions, 28 running) [20,691 / 25,392] 187 / 457 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 16s remote-cache, linux-sandbox ... (50 actions, 30 running) [20,738 / 25,572] 193 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 14s remote-cache, linux-sandbox ... (50 actions, 30 running) [20,773 / 25,572] 194 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 15s remote-cache, linux-sandbox ... (48 actions, 27 running) [20,815 / 25,572] 195 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 16s remote-cache, linux-sandbox ... (53 actions, 36 running) [20,857 / 25,590] 195 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 17s remote-cache, linux-sandbox ... (50 actions, 31 running) [20,894 / 25,592] 196 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 14s remote-cache, linux-sandbox ... (48 actions, 26 running) [20,934 / 25,598] 197 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 15s remote-cache, linux-sandbox ... (49 actions, 28 running) [20,967 / 25,613] 200 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 16s remote-cache, linux-sandbox ... (49 actions, 28 running) [20,997 / 25,613] 202 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 17s remote-cache, linux-sandbox ... (48 actions, 26 running) [21,036 / 25,664] 204 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 18s remote-cache, linux-sandbox ... (49 actions, 28 running) [21,067 / 25,666] 204 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 19s remote-cache, linux-sandbox ... (49 actions, 28 running) [21,113 / 25,722] 206 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; 13s remote-cache, linux-sandbox ... (49 actions, 29 running) [21,143 / 25,722] 207 / 457 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 12s remote-cache, linux-sandbox ... (50 actions, 30 running) [21,186 / 25,722] 208 / 457 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 13s remote-cache, linux-sandbox ... (47 actions, 24 running) [21,226 / 25,722] 208 / 457 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 14s remote-cache, linux-sandbox ... (48 actions, 26 running) [21,266 / 25,722] 208 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 9s remote-cache, linux-sandbox ... (46 actions, 22 running) [21,314 / 25,722] 208 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 10s remote-cache, linux-sandbox ... (45 actions, 20 running) [21,356 / 25,722] 209 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 11s remote-cache, linux-sandbox ... (44 actions, 19 running) [21,421 / 25,722] 209 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 12s remote-cache, linux-sandbox ... (47 actions, 24 running) [21,473 / 25,722] 210 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 13s remote-cache, linux-sandbox ... (48 actions, 26 running) [21,523 / 25,722] 210 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 14s remote-cache, linux-sandbox ... (48 actions, 28 running) [21,612 / 25,722] 212 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 15s remote-cache, linux-sandbox ... (49 actions, 29 running) [21,709 / 25,748] 212 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 16s remote-cache, linux-sandbox ... (53 actions, 36 running) Aborted by Jenkins Admin Sending interrupt signal to process Killing processes kill finished with exit code 0 Bazel caught terminate signal; shutting down. Bazel caught terminate signal; shutting down. script returned exit code 143 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [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: d66d76a7-5605-4df2-a1cf-5ba1511a39f2 Finished: ABORTED