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-8940-g24wk-zp0tp-1bjqd Still waiting to schedule task β€˜pingcap-tidb-ghpr-unit-test-8940-g24wk-zp0tp-1bjqd’ is offline Agent pingcap-tidb-ghpr-unit-test-8940-g24wk-zp0tp-1bjqd is provisioned from template pingcap_tidb_ghpr_unit_test_8940-g24wk-zp0tp --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8940/" runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/8940/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "408fe69c8be92d498960bae0b5f6d53e99272c85" jenkins/label: "pingcap_tidb_ghpr_unit_test_8940-g24wk" name: "pingcap-tidb-ghpr-unit-test-8940-g24wk-zp0tp-1bjqd" 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:go12120230809" 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-8940-g24wk-zp0tp-1bjqd" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-unit-test-8940-g24wk-zp0tp-1bjqd" - 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-8940-g24wk-zp0tp-1bjqd 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 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > 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 03312178c534dce949face80c69812d989e55009 # timeout=10 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # 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 PROW_JOB_ID=b7ab3ac4-9f64-4fd6-987f-a0e953226ca9 JENKINS_NODE_COOKIE=7bef293e-dba2-4823-a2c0-5f362f073ae4 BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8940/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-ghpr-unit-test-8940-g24wk-zp0tp-1bjqd HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT=tcp://10.233.0.1:443 KUBERNETES_PORT_443_TCP_PORT=443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-ghpr_unit_test-8940 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787411721283964936","prowjobid":"b7ab3ac4-9f64-4fd6-987f-a0e953226ca9","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"17d3f7fd4599c86fed367db1051156abc0b3cd5b","base_link":"https://github.com/pingcap/tidb/commit/17d3f7fd4599c86fed367db1051156abc0b3cd5b","pulls":[{"number":53031,"author":"AilinKid","sha":"d8e2c3792eea19c841a5a4f8bf66c5adcffa4a48","title":"planner: move MemtablePredicateExtractor interface to a unified base place.","link":"https://github.com/pingcap/tidb/pull/53031","commit_link":"https://github.com/pingcap/tidb/pull/53031/commits/d8e2c3792eea19c841a5a4f8bf66c5adcffa4a48","author_link":"https://github.com/AilinKid"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8940/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8940/display/redirect?page=artifacts FILE_SERVER_URL=http://fileserver.pingcap.net JENKINS_HOME=/var/jenkins_home GIT_COMMIT=03312178c534dce949face80c69812d989e55009 PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8940/display/redirect GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct _=/usr/bin/printenv POD_CONTAINER=golang PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/ghpr_unit_test TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#8940 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787411721283964936 GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742 JOB_BASE_NAME=ghpr_unit_test GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009 RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8940/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_ghpr_unit_test_8940-g24wk GOROOT=/usr/local/go GIT_BRANCH=origin/main KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true KUBERNETES_SERVICE_PORT_HTTPS=443 WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-3e6615fe387e271fb81c7aa6ce66020ac56f1fb2ffea951b4ecc03fd51f30988 NODE_LABELS=pingcap-tidb-ghpr-unit-test-8940-g24wk-zp0tp-1bjqd pingcap_tidb_ghpr_unit_test_8940-g24wk GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-ghpr-unit-test-8940-g24wk-zp0tp-1bjqd GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect BUILD_NUMBER=8940 KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 GOLANG_DOWNLOAD_URL=https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz + 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.21.0' 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 -fdebug-prefix-map=/tmp/go-build4198966023=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 root root 1, 3 May 6 17:20 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8940-g24wk-zp0tp-1bjqd bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8940-g24wk-zp0tp-1bjqd 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: 18270 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 27a8faebacf0d976 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 19 IN A 20.205.243.166 ;; Query time: 1 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Mon May 06 09:21:05 UTC 2024 ;; MSG SIZE rcvd: 77 [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-17d3f7f-d8e2c37) 460540928 bytes in 2.43 secs (189403120 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-babeld-9713928c # github.com:22 SSH-2.0-babeld-9713928c [Pipeline] } [Pipeline] // withCredentials [Pipeline] retry [Pipeline] { [Pipeline] sh git version 2.37.2 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.git/ .git HEAD is now at b3d76a1aed Merge commit 'd8e2c3792eea19c841a5a4f8bf66c5adcffa4a48' into HEAD POST git-upload-pack (656 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master = [up to date] refs/pull/53031/head -> origin/pr/53031/head Warning: you are leaving 1 commit behind, not connected to any of your branches: b3d76a1aed Merge commit 'd8e2c3792eea19c841a5a4f8bf66c5adcffa4a48' into HEAD If you want to keep it by creating a new branch, this may be a good time to do so with: git branch b3d76a1aed HEAD is now at 17d3f7fd45 planner: small refactor for plan cache (#53028) 🚧 Checkouting to base SHA:17d3f7fd4599c86fed367db1051156abc0b3cd5b... HEAD is now at 17d3f7fd45 planner: small refactor for plan cache (#53028) βœ… Checked. πŸŽ‰ 🧾 HEAD info: 17d3f7fd4599c86fed367db1051156abc0b3cd5b 17d3f7fd45 planner: small refactor for plan cache (#53028) 659f32a813 infoschema: try other PDs if one cannot serve the request (#52843) 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953) 🚧 Pre-merge heads of pull requests to base SHA: 17d3f7fd4599c86fed367db1051156abc0b3cd5b ... Merge made by the 'ort' strategy. pkg/executor/infoschema_reader.go | 2 +- pkg/planner/core/base/misc_base.go | 22 ++++++++ pkg/planner/core/explain.go | 2 +- pkg/planner/core/logical_plans.go | 2 +- pkg/planner/core/memtable_predicate_extractor.go | 72 ++++++++++++------------ pkg/planner/core/physical_plans.go | 2 +- 6 files changed, 63 insertions(+), 39 deletions(-) 🧾 Pre-merged result: 96c091bc68dff35d10a954a746c3053afb2196b8 96c091bc68 Merge commit 'd8e2c3792eea19c841a5a4f8bf66c5adcffa4a48' into HEAD d8e2c3792e . 1ccf484138 . βœ… Pre merged πŸŽ‰ πŸ“ update submodules ... βœ… update submodules done βœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache not saved (git/pingcap/tidb/rev-17d3f7f-d8e2c37 already exists) [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 b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ 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 GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c 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: 187a622e-86dc-4179-ae03-34f442d64b67 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: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_09_20_48.409540828/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=315385 --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, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (216 packages loaded, 11379 targets configured) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured). INFO: Found 1 target... [0 / 276] [Prepa] BazelWorkspaceStatusAction stable-status.txt [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 2.9 MiB / 3.6 MiB; 0s remote-cache ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 8.5 MiB / 10.3 MiB; 1s remote-cache ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 15.2 MiB / 17.2 MiB; 2s remote-cache ... (3 actions, 0 running) [195 / 316] GoCompilePkg external/org_golang_x_tools/go/packages/packages.a [for tool]; Downloading external/org_golang_x_tools/go/packages/packages.a; 0s remote-cache ... (4 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 24.986s, Critical Path: 4.34s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 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: 01f9b8a6-d251-416e-b5e5-114e1724a62c 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: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_09_20_48.409540828/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=315385 --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 (41 packages loaded, 12635 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 11] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [273 / 607] [Prepa] GoCompilePkg external/in_gopkg_natefinch_lumberjack_v2/lumberjack_v2.a ... (20 actions, 0 running) [575 / 607] [Prepa] GoCompilePkg external/com_github_pingcap_kvproto/pkg/keyspacepb/keyspacepb.a ... (3 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 5.367s, Critical Path: 3.02s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 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/... -//br/pkg/task:task_test -//tests/realtikvtest/... INFO: Invocation ID: 66c4e45e-d677-4778-aec1-2d500f302431 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: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_09_20_48.409540828/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 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: 411 targets (641 packages loaded, 0 targets configured) Analyzing: 411 targets (1235 packages loaded, 16078 targets configured) Analyzing: 411 targets (1504 packages loaded, 21547 targets configured) Analyzing: 411 targets (1662 packages loaded, 23550 targets configured) Analyzing: 411 targets (1917 packages loaded, 25541 targets configured) Analyzing: 411 targets (1917 packages loaded, 25541 targets configured) Analyzing: 411 targets (1920 packages loaded, 25680 targets configured) Analyzing: 411 targets (1981 packages loaded, 26938 targets configured) INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured). INFO: Found 411 test targets... [0 / 7] [Prepa] Writing file br/pkg/aws/aws_test/baseline_coverage.dat ... (2 actions, 0 running) [1,418 / 9,763] GoTestGenTest pkg/sessionctx/sessionstates/sessionstates_test_/testmain.go; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/testmain.go; 0s remote-cache ... (35 actions, 0 running) [1,452 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 13.0 MiB / 17.2 MiB; 1s remote-cache ... (35 actions, 0 running) [1,464 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 3.0 MiB / 3.6 MiB; 2s remote-cache ... (34 actions, 0 running) [1,501 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 9.0 MiB / 10.7 MiB; 3s remote-cache ... (35 actions, 0 running) [1,593 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 3s remote-cache ... (35 actions, 0 running) [2,185 / 9,763] GoLink build/tidb_nogo_actual_/tidb_nogo_actual [for tool]; 0s remote-cache ... (2 actions, 0 running) [2,654 / 9,763] GoCompilePkg pkg/store/mockstore/unistore/config/config.a; Downloading pkg/store/mockstore/unistore/config/config.facts; 0s remote-cache ... (35 actions, 0 running) [3,105 / 9,763] GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 20.0 MiB / 24.4 MiB; 0s remote-cache ... (35 actions, 0 running) [3,375 / 9,771] 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.2 MiB / 75.3 MiB; 0s remote-cache ... (35 actions, 0 running) [3,592 / 9,779] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 35.0 MiB / 75.3 MiB; 1s remote-cache ... (35 actions, 0 running) [3,847 / 9,808] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 66.0 MiB / 75.3 MiB; 2s remote-cache ... (34 actions, 0 running) [4,054 / 9,838] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 84.0 MiB / 96.2 MiB; 3s remote-cache ... (35 actions, 0 running) [4,295 / 9,852] GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 5.0 MiB / 20.4 MiB; 0s remote-cache ... (35 actions, 0 running) [4,498 / 9,875] 18 / 411 tests; GoCompilePkg external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a; Downloading external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a, 8.0 MiB / 9.0 MiB; 0s remote-cache ... (34 actions, 0 running) [4,681 / 9,915] 40 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 0s remote-cache ... (35 actions, 0 running) [4,873 / 9,975] 57 / 411 tests; GoLink pkg/util/sys/linux/linux_test_/linux_test; Downloading pkg/util/sys/linux/linux_test_/linux_test, 2.0 MiB / 4.6 MiB; 0s remote-cache ... (35 actions, 0 running) [5,031 / 9,991] 68 / 411 tests; GoLink pkg/parser/types/types_test_/types_test; Downloading pkg/parser/types/types_test_/types_test, 13.0 MiB / 16.2 MiB; 0s remote-cache ... (23 actions, 0 running) [5,132 / 10,005] 72 / 411 tests; GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; Downloading pkg/util/execdetails/execdetails_test_/execdetails_test, 26.3 MiB / 28.0 MiB; 0s remote-cache ... (18 actions, 0 running) [5,197 / 10,111] 74 / 411 tests; GoLink pkg/util/engine/engine_test_/engine_test; Downloading pkg/util/engine/engine_test_/engine_test, 16.0 MiB / 19.0 MiB; 0s remote-cache ... (35 actions, 0 running) [5,345 / 10,121] 80 / 411 tests; GoLink pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test; Downloading pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test, 18.8 MiB / 23.1 MiB; 1s remote-cache ... (12 actions, 0 running) [5,497 / 10,135] 82 / 411 tests; GoLink pkg/util/cpu/cpu_test_/cpu_test; Downloading pkg/util/cpu/cpu_test_/cpu_test, 18.0 MiB / 33.7 MiB; 0s remote-cache ... (29 actions, 0 running) [5,531 / 10,135] 82 / 411 tests; GoLink pkg/util/cpu/cpu_test_/cpu_test; Downloading pkg/util/cpu/cpu_test_/cpu_test, 30.0 MiB / 33.7 MiB; 1s remote-cache ... (35 actions, 0 running) [5,579 / 10,149] 83 / 411 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 25.1 MiB / 40.5 MiB; 2s remote-cache ... (35 actions, 0 running) [5,642 / 10,248] 88 / 411 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 37.0 MiB / 40.5 MiB; 3s remote-cache ... (35 actions, 0 running) [5,682 / 10,307] 93 / 411 tests; GoLink pkg/errctx/errctx_test_/errctx_test; Downloading pkg/errctx/errctx_test_/errctx_test, 13.0 MiB / 27.7 MiB; 1s remote-cache ... (35 actions, 0 running) [5,732 / 10,307] 98 / 411 tests; GoLink pkg/errctx/errctx_test_/errctx_test; Downloading pkg/errctx/errctx_test_/errctx_test, 23.0 MiB / 27.7 MiB; 2s remote-cache ... (35 actions, 0 running) [5,778 / 10,317] 99 / 411 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 32.0 MiB / 43.2 MiB; 3s remote-cache ... (35 actions, 0 running) [5,813 / 10,339] 101 / 411 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 41.0 MiB / 43.2 MiB; 4s remote-cache ... (35 actions, 0 running) [5,844 / 10,353] 104 / 411 tests; GoLink br/pkg/utils/iter/iter_test_/iter_test; Downloading br/pkg/utils/iter/iter_test_/iter_test, 27.0 MiB / 41.6 MiB; 3s remote-cache ... (35 actions, 0 running) [5,870 / 10,359] 108 / 411 tests; GoLink br/pkg/utils/iter/iter_test_/iter_test; Downloading br/pkg/utils/iter/iter_test_/iter_test, 35.0 MiB / 41.6 MiB; 4s remote-cache ... (35 actions, 0 running) [5,911 / 10,375] 110 / 411 tests; GoLink pkg/util/gctuner/gctuner_test_/gctuner_test; Downloading pkg/util/gctuner/gctuner_test_/gctuner_test, 29.0 MiB / 41.5 MiB; 4s remote-cache ... (35 actions, 0 running) [5,948 / 10,377] 112 / 411 tests; GoLink pkg/util/gctuner/gctuner_test_/gctuner_test; Downloading pkg/util/gctuner/gctuner_test_/gctuner_test, 38.0 MiB / 41.5 MiB; 5s remote-cache ... (35 actions, 0 running) [5,997 / 10,424] 114 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 38.0 MiB / 80.2 MiB; 4s remote-cache ... (35 actions, 0 running) [6,045 / 10,424] 116 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 48.0 MiB / 80.2 MiB; 5s remote-cache ... (35 actions, 0 running) [6,071 / 10,424] 118 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 56.0 MiB / 80.2 MiB; 6s remote-cache ... (35 actions, 0 running) [6,101 / 10,428] 118 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 63.0 MiB / 80.2 MiB; 7s remote-cache ... (35 actions, 0 running) [6,138 / 10,428] 121 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 73.0 MiB / 80.2 MiB; 8s remote-cache ... (35 actions, 0 running) [6,180 / 10,437] 122 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 9s remote-cache ... (35 actions, 0 running) [6,236 / 10,465] 123 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 76.0 MiB / 80.2 MiB; 8s remote-cache ... (35 actions, 0 running) [6,305 / 10,465] 126 / 411 tests; GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; 6s remote-cache ... (35 actions, 0 running) [6,333 / 10,467] 127 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 66.0 MiB / 78.6 MiB; 7s remote-cache ... (34 actions, 0 running) [6,359 / 10,467] 127 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 74.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running) [6,391 / 10,478] 128 / 411 tests; GoLink pkg/timer/runtime/runtime_test_/runtime_test; Downloading pkg/timer/runtime/runtime_test_/runtime_test, 31.0 MiB / 56.8 MiB; 3s remote-cache ... (35 actions, 0 running) [6,431 / 10,558] 130 / 411 tests; GoLink pkg/timer/runtime/runtime_test_/runtime_test; Downloading pkg/timer/runtime/runtime_test_/runtime_test, 40.0 MiB / 56.8 MiB; 4s remote-cache ... (35 actions, 0 running) [6,477 / 10,564] 131 / 411 tests; GoLink pkg/timer/runtime/runtime_test_/runtime_test; Downloading pkg/timer/runtime/runtime_test_/runtime_test, 51.0 MiB / 56.8 MiB; 5s remote-cache ... (35 actions, 0 running) [6,523 / 10,594] 132 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 58.0 MiB / 151.3 MiB; 6s remote-cache ... (35 actions, 0 running) [6,566 / 10,594] 136 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 68.0 MiB / 151.3 MiB; 7s remote-cache ... (35 actions, 0 running) [6,615 / 10,594] 138 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 78.0 MiB / 151.3 MiB; 8s remote-cache ... (34 actions, 0 running) [6,649 / 10,594] 138 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 87.0 MiB / 151.3 MiB; 9s remote-cache ... (35 actions, 0 running) [6,680 / 10,606] 138 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 96.0 MiB / 151.3 MiB; 10s remote-cache ... (35 actions, 0 running) [6,704 / 10,661] 138 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 104.0 MiB / 151.3 MiB; 11s remote-cache ... (35 actions, 0 running) [6,722 / 10,661] 139 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 112.0 MiB / 151.3 MiB; 12s remote-cache ... (35 actions, 0 running) [6,745 / 10,661] 139 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 119.4 MiB / 151.3 MiB; 13s remote-cache ... (35 actions, 0 running) [6,768 / 10,661] 140 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 127.0 MiB / 151.3 MiB; 14s remote-cache ... (35 actions, 0 running) [6,794 / 10,693] 140 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 135.0 MiB / 151.3 MiB; 16s remote-cache ... (35 actions, 0 running) [6,830 / 10,730] 142 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 143.0 MiB / 151.3 MiB; 17s remote-cache ... (35 actions, 0 running) [6,856 / 10,730] 143 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 150.0 MiB / 151.3 MiB; 18s remote-cache ... (35 actions, 0 running) [6,884 / 10,732] 143 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 83.0 MiB / 101.9 MiB; 11s remote-cache ... (35 actions, 0 running) [6,915 / 10,732] 144 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 90.0 MiB / 101.9 MiB; 12s remote-cache ... (35 actions, 0 running) [6,952 / 10,760] 145 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 100.0 MiB / 101.9 MiB; 13s remote-cache ... (35 actions, 0 running) [6,989 / 10,790] 146 / 411 tests; GoLink pkg/metrics/metrics_test_/metrics_test; Downloading pkg/metrics/metrics_test_/metrics_test, 49.0 MiB / 54.8 MiB; 6s remote-cache ... (35 actions, 0 running) [7,036 / 10,797] 148 / 411 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 51.0 MiB / 67.9 MiB; 7s remote-cache ... (35 actions, 0 running) [7,069 / 10,797] 150 / 411 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 59.0 MiB / 67.9 MiB; 8s remote-cache ... (35 actions, 0 running) [7,104 / 10,797] 151 / 411 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 67.0 MiB / 67.9 MiB; 9s remote-cache ... (35 actions, 0 running) [7,147 / 10,807] 151 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 26.0 MiB / 78.6 MiB; 3s remote-cache ... (35 actions, 0 running) [7,184 / 10,807] 153 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 34.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running) [7,230 / 10,807] 153 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 44.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running) [7,265 / 10,807] 153 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 52.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running) [7,302 / 10,809] 154 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 62.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [7,348 / 10,833] 155 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 72.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running) [7,392 / 10,833] 156 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 62.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [7,440 / 10,866] 157 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 72.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running) [7,480 / 10,866] 158 / 411 tests; GoLink pkg/meta/meta_test_/meta_test; Downloading pkg/meta/meta_test_/meta_test, 56.0 MiB / 61.2 MiB; 6s remote-cache ... (35 actions, 0 running) [7,531 / 10,883] 158 / 411 tests; GoLink pkg/expression/contextstatic/contextstatic_test_/contextstatic_test; Downloading pkg/expression/contextstatic/contextstatic_test_/contextstatic_test, 35.0 MiB / 43.1 MiB; 4s remote-cache ... (35 actions, 0 running) [7,576 / 10,893] 160 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 39.0 MiB / 70.3 MiB; 4s remote-cache ... (35 actions, 0 running) [7,626 / 10,893] 160 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 51.0 MiB / 70.3 MiB; 5s remote-cache ... (35 actions, 0 running) [7,685 / 10,893] 162 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 63.0 MiB / 70.3 MiB; 6s remote-cache ... (35 actions, 0 running) [7,759 / 10,909] 164 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 39.0 MiB / 105.8 MiB; 3s remote-cache ... (35 actions, 0 running) [7,808 / 10,909] 165 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 51.0 MiB / 105.8 MiB; 4s remote-cache ... (35 actions, 0 running) [7,862 / 10,915] 168 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 64.0 MiB / 105.8 MiB; 5s remote-cache ... (35 actions, 0 running) [7,910 / 10,917] 168 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 76.0 MiB / 105.8 MiB; 6s remote-cache ... (35 actions, 0 running) [7,963 / 10,927] 170 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 89.0 MiB / 105.8 MiB; 7s remote-cache ... (35 actions, 0 running) [8,007 / 10,942] 170 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 101.0 MiB / 105.8 MiB; 8s remote-cache ... (35 actions, 0 running) [8,053 / 10,953] 170 / 411 tests; GoLink pkg/ttl/client/client_test_/client_test; Downloading pkg/ttl/client/client_test_/client_test, 48.0 MiB / 49.7 MiB; 4s remote-cache ... (35 actions, 0 running) [8,086 / 10,955] 173 / 411 tests; GoLink pkg/store/driver/txn/txn_test_/txn_test; Downloading pkg/store/driver/txn/txn_test_/txn_test, 48.0 MiB / 53.9 MiB; 4s remote-cache ... (35 actions, 0 running) [8,119 / 10,961] 175 / 411 tests; GoLink br/pkg/streamhelper/daemon/daemon_test_/daemon_test; Downloading br/pkg/streamhelper/daemon/daemon_test_/daemon_test, 40.0 MiB / 44.6 MiB; 4s remote-cache ... (34 actions, 0 running) [8,153 / 11,014] 175 / 411 tests; GoLink pkg/util/disttask/disttask_test_/disttask_test; Downloading pkg/util/disttask/disttask_test_/disttask_test, 32.0 MiB / 43.0 MiB; 4s remote-cache ... (35 actions, 0 running) [8,179 / 11,014] 176 / 411 tests; GoLink pkg/util/disttask/disttask_test_/disttask_test; Downloading pkg/util/disttask/disttask_test_/disttask_test, 40.0 MiB / 43.0 MiB; 5s remote-cache ... (35 actions, 0 running) [8,208 / 11,016] 178 / 411 tests; GoLink pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test; Downloading pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test, 45.0 MiB / 54.4 MiB; 5s remote-cache ... (35 actions, 0 running) [8,237 / 11,016] 179 / 411 tests; GoLink pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test; Downloading pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test, 53.0 MiB / 54.4 MiB; 6s remote-cache ... (35 actions, 0 running) [8,267 / 11,045] 180 / 411 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; Downloading pkg/store/mockstore/unistore/unistore_test_/unistore_test, 44.0 MiB / 56.1 MiB; 6s remote-cache ... (35 actions, 0 running) [8,303 / 11,045] 180 / 411 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; Downloading pkg/store/mockstore/unistore/unistore_test_/unistore_test, 53.0 MiB / 56.1 MiB; 7s remote-cache ... (35 actions, 0 running) [8,339 / 11,051] 180 / 411 tests; GoLink pkg/store/helper/helper_test_/helper_test; Downloading pkg/store/helper/helper_test_/helper_test, 41.0 MiB / 61.4 MiB; 5s remote-cache ... (35 actions, 0 running) [8,371 / 11,071] 180 / 411 tests; GoLink pkg/store/helper/helper_test_/helper_test; Downloading pkg/store/helper/helper_test_/helper_test, 50.0 MiB / 61.4 MiB; 6s remote-cache ... (35 actions, 0 running) [8,405 / 11,071] 180 / 411 tests; GoLink pkg/store/helper/helper_test_/helper_test; Downloading pkg/store/helper/helper_test_/helper_test, 58.0 MiB / 61.4 MiB; 7s remote-cache ... (36 actions, 2 running) [8,451 / 11,078] 180 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; Downloading pkg/disttask/framework/storage/core.recompile1245.a, 47.0 MiB / 47.0 MiB; 5s remote-cache ... (37 actions, 4 running) [8,484 / 11,078] 181 / 411 tests; GoLink pkg/infoschema/internal/internal_test_/internal_test; Downloading pkg/infoschema/internal/internal_test_/internal_test, 52.0 MiB / 54.1 MiB; 6s remote-cache ... (37 actions, 4 running) [8,538 / 11,080] 181 / 411 tests; GoLink pkg/store/copr/copr_test/copr_test_test_/copr_test_test; Downloading pkg/store/copr/copr_test/copr_test_test_/copr_test_test, 58.0 MiB / 61.0 MiB; 6s remote-cache ... (37 actions, 4 running) [8,578 / 11,082] 182 / 411 tests; GoLink br/pkg/pdutil/pdutil_test_/pdutil_test; Downloading br/pkg/pdutil/pdutil_test_/pdutil_test, 19.0 MiB / 53.0 MiB; 2s remote-cache ... (37 actions, 4 running) [8,611 / 11,082] 182 / 411 tests; GoLink br/pkg/pdutil/pdutil_test_/pdutil_test; Downloading br/pkg/pdutil/pdutil_test_/pdutil_test, 28.0 MiB / 53.0 MiB; 3s remote-cache ... (38 actions, 6 running) [8,641 / 11,082] 183 / 411 tests; GoLink br/pkg/pdutil/pdutil_test_/pdutil_test; Downloading br/pkg/pdutil/pdutil_test_/pdutil_test, 37.0 MiB / 53.0 MiB; 4s remote-cache ... (39 actions, 8 running) [8,687 / 11,082] 184 / 411 tests; GoLink br/pkg/pdutil/pdutil_test_/pdutil_test; Downloading br/pkg/pdutil/pdutil_test_/pdutil_test, 48.0 MiB / 53.0 MiB; 5s remote-cache ... (40 actions, 10 running) [8,733 / 11,087] 184 / 411 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 34.0 MiB / 60.9 MiB; 3s remote-cache ... (39 actions, 8 running) [8,770 / 11,087] 184 / 411 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 45.0 MiB / 60.9 MiB; 4s remote-cache ... (40 actions, 10 running) [8,801 / 11,087] 184 / 411 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 56.0 MiB / 60.9 MiB; 5s remote-cache ... (39 actions, 8 running) [8,833 / 11,089] 185 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 5s remote-cache, linux-sandbox ... (39 actions, 8 running) [8,873 / 11,164] 185 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 6s remote-cache, linux-sandbox ... (37 actions, 4 running) [8,908 / 11,164] 187 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 8s remote-cache, linux-sandbox ... (37 actions, 6 running) [8,939 / 11,164] 187 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 9s remote-cache, linux-sandbox ... (37 actions, 6 running) [8,963 / 11,164] 187 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 10s remote-cache, linux-sandbox ... (38 actions, 6 running) [8,989 / 11,175] 187 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 11s remote-cache, linux-sandbox ... (38 actions, 6 running) [9,005 / 11,175] 187 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 12s remote-cache, linux-sandbox ... (39 actions, 8 running) [9,031 / 11,175] 187 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 13s remote-cache, linux-sandbox ... (40 actions, 10 running) [9,055 / 11,224] 187 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 14s remote-cache, linux-sandbox ... (40 actions, 10 running) [9,076 / 11,224] 188 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 15s remote-cache, linux-sandbox ... (40 actions, 10 running) [9,106 / 11,275] 188 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 16s remote-cache, linux-sandbox ... (40 actions, 10 running) [9,133 / 11,303] 188 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 17s remote-cache, linux-sandbox ... (39 actions, 8 running) [9,154 / 11,303] 189 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 10s remote-cache, linux-sandbox ... (39 actions, 8 running) [9,179 / 11,303] 190 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 11s remote-cache, linux-sandbox ... (40 actions, 10 running) [9,199 / 11,303] 190 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 12s remote-cache, linux-sandbox ... (41 actions, 12 running) [9,216 / 11,303] 190 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 13s remote-cache, linux-sandbox ... (42 actions, 14 running) [9,232 / 11,307] 191 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 14s remote-cache, linux-sandbox ... (42 actions, 14 running) [9,241 / 11,307] 191 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 16s remote-cache, linux-sandbox ... (44 actions, 18 running) [9,252 / 11,307] 191 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 17s remote-cache, linux-sandbox ... (43 actions, 16 running) [9,269 / 11,309] 192 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 127.0 MiB / 271.3 MiB; 18s remote-cache ... (44 actions, 18 running) [9,284 / 11,309] 192 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 135.0 MiB / 271.3 MiB; 19s remote-cache ... (41 actions, 12 running) [9,296 / 11,309] 193 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 141.0 MiB / 271.3 MiB; 20s remote-cache ... (41 actions, 12 running) [9,312 / 11,309] 193 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 147.0 MiB / 271.3 MiB; 21s remote-cache ... (40 actions, 10 running) [9,322 / 11,309] 194 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 153.0 MiB / 271.3 MiB; 22s remote-cache ... (42 actions, 14 running) [9,336 / 11,309] 194 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 159.0 MiB / 271.3 MiB; 23s remote-cache ... (42 actions, 14 running) [9,356 / 11,313] 194 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 165.0 MiB / 271.3 MiB; 24s remote-cache ... (40 actions, 10 running) [9,365 / 11,313] 194 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 171.0 MiB / 271.3 MiB; 25s remote-cache ... (42 actions, 14 running) [9,376 / 11,383] 194 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 177.0 MiB / 271.3 MiB; 26s remote-cache ... (41 actions, 12 running) [9,389 / 11,383] 194 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 183.0 MiB / 271.3 MiB; 27s remote-cache ... (40 actions, 10 running) [9,403 / 11,383] 195 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 190.0 MiB / 271.3 MiB; 28s remote-cache ... (43 actions, 16 running) [9,418 / 11,383] 196 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 198.0 MiB / 271.3 MiB; 29s remote-cache ... (43 actions, 16 running) [9,430 / 11,391] 196 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 204.0 MiB / 271.3 MiB; 30s remote-cache ... (43 actions, 16 running) [9,456 / 11,396] 197 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 211.0 MiB / 271.3 MiB; 31s remote-cache ... (44 actions, 18 running) [9,474 / 11,447] 197 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 218.0 MiB / 271.3 MiB; 32s remote-cache ... (42 actions, 14 running) [9,487 / 11,463] 197 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 224.0 MiB / 271.3 MiB; 33s remote-cache ... (44 actions, 18 running) [9,501 / 11,463] 198 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 230.0 MiB / 271.3 MiB; 34s remote-cache ... (44 actions, 18 running) [9,516 / 11,463] 198 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 237.0 MiB / 271.3 MiB; 35s remote-cache ... (42 actions, 14 running) [9,528 / 11,463] 198 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 244.0 MiB / 271.3 MiB; 36s remote-cache ... (44 actions, 18 running) [9,539 / 11,465] 198 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 251.0 MiB / 271.3 MiB; 38s remote-cache ... (43 actions, 16 running) [9,557 / 11,465] 198 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 258.0 MiB / 271.3 MiB; 39s remote-cache ... (43 actions, 16 running) [9,576 / 11,465] 199 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 265.0 MiB / 271.3 MiB; 40s remote-cache ... (43 actions, 16 running) [9,582 / 11,465] 199 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 271.0 MiB / 271.3 MiB; 41s remote-cache ... (44 actions, 18 running) [9,606 / 11,534] 200 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 14s remote-cache, linux-sandbox ... (43 actions, 16 running) [9,624 / 11,534] 201 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 15s remote-cache, linux-sandbox ... (44 actions, 18 running) [9,638 / 11,534] 201 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 13s remote-cache, linux-sandbox ... (43 actions, 17 running) [9,655 / 11,534] 201 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 14s remote-cache, linux-sandbox ... (43 actions, 16 running) [9,667 / 11,534] 201 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 15s remote-cache, linux-sandbox ... (46 actions, 22 running) [9,686 / 11,585] 202 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 16s remote-cache, linux-sandbox ... (46 actions, 22 running) [9,703 / 11,585] 202 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 17s remote-cache, linux-sandbox ... (47 actions, 24 running) [9,716 / 11,585] 202 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 18s remote-cache, linux-sandbox ... (45 actions, 20 running) [9,730 / 11,585] 202 / 411 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 107.0 MiB / 160.9 MiB; 15s remote-cache ... (43 actions, 16 running) [9,742 / 11,585] 203 / 411 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 114.0 MiB / 160.9 MiB; 16s remote-cache ... (47 actions, 24 running) [9,753 / 11,585] 203 / 411 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 121.0 MiB / 160.9 MiB; 17s remote-cache ... (48 actions, 26 running) [9,764 / 11,590] 203 / 411 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 128.0 MiB / 160.9 MiB; 18s remote-cache ... (49 actions, 28 running) [9,783 / 11,590] 204 / 411 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 136.1 MiB / 160.9 MiB; 19s remote-cache ... (50 actions, 30 running) [9,798 / 11,592] 204 / 411 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 146.0 MiB / 160.9 MiB; 21s remote-cache ... (52 actions, 34 running) [9,817 / 11,608] 206 / 411 tests; GoLink pkg/extension/extension_test_/extension_test; Downloading pkg/extension/extension_test_/extension_test, 154.0 MiB / 160.9 MiB; 22s remote-cache ... (49 actions, 29 running) [9,838 / 11,634] 206 / 411 tests; GoLink pkg/extension/extension_test_/extension_test; 23s remote-cache ... (51 actions, 32 running) [9,857 / 11,650] 207 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 12s remote-cache, linux-sandbox ... (52 actions, 34 running) [9,870 / 11,650] 207 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 13s remote-cache, linux-sandbox ... (51 actions, 32 running) [9,882 / 11,650] 207 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 14s remote-cache, linux-sandbox ... (51 actions, 32 running) [9,899 / 11,650] 207 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 15s remote-cache, linux-sandbox ... (50 actions, 30 running) [9,907 / 11,650] 207 / 411 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 124.0 MiB / 158.1 MiB; 16s remote-cache ... (49 actions, 28 running) [9,922 / 11,650] 207 / 411 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 132.0 MiB / 158.1 MiB; 17s remote-cache ... (47 actions, 24 running) [9,931 / 11,650] 207 / 411 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 139.0 MiB / 158.1 MiB; 18s remote-cache ... (49 actions, 28 running) [9,948 / 11,668] 207 / 411 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 147.0 MiB / 158.1 MiB; 19s remote-cache ... (50 actions, 30 running) [9,959 / 11,668] 207 / 411 tests; GoLink pkg/statistics/statistics_test_/statistics_test; Downloading pkg/statistics/statistics_test_/statistics_test, 154.0 MiB / 158.1 MiB; 20s remote-cache ... (51 actions, 32 running) [9,974 / 11,706] 207 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 17s remote-cache, linux-sandbox ... (52 actions, 34 running) [9,990 / 11,729] 208 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 115.9 MiB / 157.9 MiB; 15s remote-cache ... (52 actions, 34 running) [9,999 / 11,729] 208 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 122.9 MiB / 157.9 MiB; 16s remote-cache ... (53 actions, 36 running) [10,017 / 11,729] 210 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 136.9 MiB / 157.9 MiB; 17s remote-cache ... (56 actions, 42 running) [10,033 / 11,797] 210 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; Downloading pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test, 147.9 MiB / 157.9 MiB; 18s remote-cache ... (54 actions, 38 running) [10,044 / 11,797] 210 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 20s remote-cache ... (56 actions, 42 running) [10,053 / 11,809] 210 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 18s remote-cache, linux-sandbox ... (55 actions, 41 running) [10,060 / 11,809] 210 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 19s remote-cache, linux-sandbox ... (54 actions, 38 running) [10,072 / 11,809] 210 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 19s remote-cache, linux-sandbox ... (56 actions, 42 running) [10,082 / 11,809] 210 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 20s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,094 / 11,830] 210 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 21s remote-cache, linux-sandbox ... (56 actions, 42 running) [10,109 / 11,830] 210 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 22s remote-cache, linux-sandbox ... (54 actions, 39 running) [10,126 / 11,862] 211 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 23s remote-cache, linux-sandbox ... (57 actions, 44 running) [10,139 / 11,862] 212 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 24s remote-cache, linux-sandbox ... (58 actions, 46 running) [10,153 / 11,862] 212 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 25s remote-cache, linux-sandbox ... (57 actions, 44 running) [10,164 / 11,864] 212 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 23s remote-cache, linux-sandbox ... (56 actions, 43 running) [10,179 / 11,893] 213 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 24s remote-cache, linux-sandbox ... (57 actions, 44 running) [10,186 / 11,893] 213 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 25s remote-cache, linux-sandbox ... (57 actions, 44 running) [10,197 / 11,893] 213 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 26s remote-cache, linux-sandbox ... (57 actions, 44 running) [10,203 / 11,893] 213 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 27s remote-cache, linux-sandbox ... (58 actions, 46 running) [10,217 / 11,893] 213 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 28s remote-cache, linux-sandbox ... (59 actions, 48 running) [10,226 / 11,893] 214 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 29s remote-cache, linux-sandbox ... (59 actions, 49 running) [10,240 / 11,944] 214 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 30s remote-cache, linux-sandbox ... (59 actions, 48 running) [10,248 / 11,944] 214 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 31s remote-cache, linux-sandbox ... (60 actions, 50 running) [10,254 / 11,944] 214 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 32s remote-cache, linux-sandbox ... (58 actions, 46 running) [10,266 / 11,944] 215 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 33s remote-cache, linux-sandbox ... (60 actions, 50 running) [10,272 / 11,944] 215 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 34s remote-cache, linux-sandbox ... (60 actions, 51 running) [10,283 / 11,946] 215 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 35s remote-cache, linux-sandbox ... (59 actions, 49 running) [10,291 / 11,946] 216 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 36s remote-cache, linux-sandbox ... (61 actions, 52 running) [10,297 / 11,946] 216 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 37s remote-cache, linux-sandbox ... (62 actions, 54 running) [10,306 / 11,946] 216 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 39s remote-cache, linux-sandbox ... (62 actions, 54 running) [10,316 / 11,946] 216 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 40s remote-cache, linux-sandbox ... (62 actions, 54 running) [10,325 / 11,946] 217 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 38s remote-cache, linux-sandbox ... (64 actions, 58 running) [10,335 / 11,973] 218 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 40s remote-cache, linux-sandbox ... (66 actions, 62 running) [10,342 / 11,973] 218 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 41s remote-cache, linux-sandbox ... (67 actions, 64 running) [10,351 / 11,973] 218 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 42s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,355 / 11,973] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 43s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,364 / 11,982] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 44s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,372 / 11,989] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 45s remote-cache, linux-sandbox ... (67 actions, 64 running) [10,377 / 11,993] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 47s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,383 / 11,993] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 48s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,391 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 33s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,399 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,405 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,408 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,415 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,415 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [10,417 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [10,420 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [10,422 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [10,425 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [10,428 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,428 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [10,430 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [10,436 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,438 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,439 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,440 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [10,442 / 12,044] 219 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [10,445 / 12,044] 220 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [10,445 / 12,044] 220 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [10,451 / 12,044] 220 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [10,452 / 12,044] 220 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [10,453 / 12,044] 220 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [10,457 / 12,044] 220 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [10,458 / 12,044] 220 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,463 / 12,044] 220 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [10,465 / 12,044] 220 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 65s remote-cache, linux-sandbox ... (69 actions running) [10,467 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [10,471 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,475 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [10,478 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,481 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,482 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 73s remote-cache, linux-sandbox ... (70 actions running) [10,482 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 74s remote-cache, linux-sandbox ... (70 actions running) [10,484 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,486 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,488 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [10,494 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,497 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,497 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 82s remote-cache, linux-sandbox ... (70 actions running) [10,500 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,502 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,506 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,507 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [10,507 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [10,507 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 90s remote-cache, linux-sandbox ... (70 actions running) [10,515 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,517 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,519 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 94s remote-cache, linux-sandbox ... (70 actions running) [10,521 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [10,521 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 97s remote-cache, linux-sandbox ... (70 actions running) [10,523 / 12,044] 221 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,528 / 12,044] 222 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,533 / 12,044] 222 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,536 / 12,044] 222 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,536 / 12,044] 222 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 103s remote-cache, linux-sandbox ... (70 actions running) [10,542 / 12,044] 222 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 104s remote-cache, linux-sandbox ... (70 actions running) [10,543 / 12,044] 222 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,543 / 12,044] 222 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 107s remote-cache, linux-sandbox ... (70 actions running) [10,546 / 12,044] 222 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 108s remote-cache, linux-sandbox ... (70 actions running) [10,546 / 12,044] 222 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 109s remote-cache, linux-sandbox ... (70 actions running) [10,551 / 12,044] 222 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,555 / 12,044] 222 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,562 / 12,044] 223 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 113s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,572 / 12,044] 223 / 411 tests; Testing //pkg/expression:expression_test (shard 37 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,575 / 12,044] 223 / 411 tests; Testing //pkg/expression:expression_test (shard 37 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,583 / 12,046] 224 / 411 tests; Testing //pkg/expression:expression_test (shard 37 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,588 / 12,046] 224 / 411 tests; Testing //pkg/expression:expression_test (shard 37 of 50); 38s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,598 / 12,068] 224 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 39s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,606 / 12,068] 224 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,615 / 12,068] 225 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,619 / 12,068] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,622 / 12,068] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,627 / 12,098] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 44s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,634 / 12,098] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 45s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,640 / 12,098] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,646 / 12,098] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,650 / 12,098] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,653 / 12,098] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,657 / 12,098] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 51s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,665 / 12,127] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 52s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,672 / 12,127] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,685 / 12,127] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 54s remote-cache, linux-sandbox ... (66 actions, 64 running) [10,697 / 12,127] 227 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 22 of 28); 31s remote-cache, linux-sandbox ... (61 actions, 54 running) [10,700 / 12,127] 227 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 22 of 28); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,711 / 12,127] 227 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 15 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,720 / 12,160] 227 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 15 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,728 / 12,160] 227 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 15 of 50); 35s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,736 / 12,160] 227 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,744 / 12,160] 227 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,753 / 12,160] 227 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,761 / 12,160] 227 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 35s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,772 / 12,160] 227 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,780 / 12,160] 227 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 38s remote-cache, linux-sandbox ... (68 actions, 67 running) [10,789 / 12,160] 227 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 39s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,796 / 12,160] 227 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 47 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,809 / 12,160] 227 / 411 tests; Testing //br/pkg/backup:backup_test (shard 3 of 8); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,817 / 12,160] 227 / 411 tests; Testing //br/pkg/backup:backup_test (shard 3 of 8); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,826 / 12,160] 227 / 411 tests; Testing //br/pkg/backup:backup_test (shard 3 of 8); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,832 / 12,160] 227 / 411 tests; Testing //br/pkg/backup:backup_test (shard 3 of 8); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,842 / 12,160] 227 / 411 tests; Testing //br/pkg/backup:backup_test (shard 3 of 8); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,854 / 12,160] 227 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 17 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,858 / 12,160] 227 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 17 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,870 / 12,160] 227 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,883 / 12,160] 227 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,893 / 12,160] 227 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,896 / 12,160] 227 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,907 / 12,160] 227 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 50); 35s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,916 / 12,160] 227 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,923 / 12,160] 227 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 20 of 50); 36s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,932 / 12,160] 227 / 411 tests; Testing //pkg/timer:timer_test (shard 2 of 6); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,940 / 12,160] 227 / 411 tests; Testing //pkg/timer:timer_test (shard 2 of 6); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,949 / 12,160] 227 / 411 tests; Testing //pkg/timer:timer_test (shard 2 of 6); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,955 / 12,160] 227 / 411 tests; Testing //pkg/timer:timer_test (shard 2 of 6); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,969 / 12,160] 227 / 411 tests; Testing //pkg/timer:timer_test (shard 2 of 6); 41s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,979 / 12,160] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 35s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,991 / 12,170] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 36s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,996 / 12,170] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 37s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,011 / 12,170] 229 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 38s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,025 / 12,170] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 39s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,049 / 12,170] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 22 of 50); 39s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,059 / 12,170] 230 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 40s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,077 / 12,170] 230 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 41s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,092 / 12,170] 231 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 42s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,108 / 12,170] 231 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 43s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,121 / 12,170] 231 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 44s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,139 / 12,170] 231 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 45s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,145 / 12,170] 231 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 46s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,165 / 12,170] 231 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 20 of 28); 37s remote-cache, linux-sandbox ... (63 actions, 56 running) [11,187 / 12,170] 231 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 46 of 50); 35s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,203 / 12,170] 231 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 46 of 50); 36s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,233 / 12,170] 231 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 46 of 50); 37s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,251 / 12,170] 231 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 24 of 50); 33s remote-cache, linux-sandbox ... (65 actions, 60 running) [11,259 / 12,170] 231 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 24 of 50); 35s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,268 / 12,170] 231 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 24 of 50); 36s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,290 / 12,176] 231 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 50); 36s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,305 / 12,176] 231 / 411 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 10 of 11); 37s remote-cache, linux-sandbox ... (66 actions, 64 running) [11,307 / 12,176] 231 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 2 of 17); 34s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,309 / 12,176] 231 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,315 / 12,178] 232 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,316 / 12,178] 232 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,324 / 12,178] 232 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,325 / 12,178] 232 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,330 / 12,178] 232 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 37s remote-cache, linux-sandbox ... (70 actions running) [11,332 / 12,178] 232 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [11,333 / 12,178] 232 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 27 of 28); 35s remote-cache, linux-sandbox ... (70 actions running) [11,334 / 12,178] 232 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 27 of 28); 36s remote-cache, linux-sandbox ... (70 actions running) [11,336 / 12,178] 232 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 1 of 28); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,339 / 12,197] 232 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 31 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,341 / 12,197] 232 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 31 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,349 / 12,197] 232 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 31 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,352 / 12,197] 232 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 31 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,352 / 12,197] 232 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 31 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,353 / 12,197] 232 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 31 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,356 / 12,199] 233 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 31 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [11,358 / 12,199] 233 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 31 of 32); 39s remote-cache, linux-sandbox ... (70 actions running) [11,361 / 12,216] 233 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 31 of 32); 40s remote-cache, linux-sandbox ... (70 actions running) [11,362 / 12,216] 233 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 31 of 32); 41s remote-cache, linux-sandbox ... (70 actions running) [11,365 / 12,216] 233 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 32 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [11,365 / 12,216] 233 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 32 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [11,369 / 12,216] 233 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [11,373 / 12,216] 233 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [11,376 / 12,216] 233 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [11,377 / 12,216] 233 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [11,377 / 12,216] 233 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [11,378 / 12,216] 233 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [11,383 / 12,218] 233 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,385 / 12,218] 234 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,393 / 12,220] 235 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,395 / 12,224] 235 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,401 / 12,224] 236 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 54s remote-cache, linux-sandbox ... (68 actions, 67 running) [11,401 / 12,224] 236 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,406 / 12,226] 237 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 56s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,411 / 12,226] 237 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 57s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,412 / 12,226] 237 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 58s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,421 / 12,228] 237 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 59s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,429 / 12,228] 238 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 61s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,432 / 12,228] 238 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 62s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,438 / 12,230] 239 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 63s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,445 / 12,232] 240 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 64s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,446 / 12,232] 240 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 65s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,451 / 12,234] 240 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 66s remote-cache, linux-sandbox ... (65 actions, 60 running) [11,455 / 12,234] 241 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 68s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,461 / 12,247] 241 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 69s remote-cache, linux-sandbox ... (65 actions, 62 running) [11,467 / 12,247] 241 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 70s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,479 / 12,292] 242 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 71s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,482 / 12,292] 242 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 73s remote-cache, linux-sandbox ... (65 actions, 60 running) [11,488 / 12,292] 243 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 74s remote-cache, linux-sandbox ... (65 actions, 60 running) [11,492 / 12,292] 243 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 75s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,500 / 12,292] 243 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 76s remote-cache, linux-sandbox ... (65 actions, 62 running) [11,506 / 12,298] 243 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 77s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,519 / 12,311] 243 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 78s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,530 / 12,311] 243 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 80s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,539 / 12,311] 244 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 81s remote-cache, linux-sandbox ... (65 actions, 61 running) [11,545 / 12,311] 244 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 82s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,548 / 12,311] 244 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 83s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,553 / 12,311] 244 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 84s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,569 / 12,313] 246 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 85s remote-cache, linux-sandbox ... (65 actions, 60 running) [11,574 / 12,313] 247 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 86s remote-cache, linux-sandbox ... (65 actions, 60 running) [11,578 / 12,313] 247 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 87s remote-cache, linux-sandbox ... (64 actions, 58 running) [11,584 / 12,313] 247 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 88s remote-cache, linux-sandbox ... (63 actions, 57 running) [11,591 / 12,322] 247 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 90s remote-cache, linux-sandbox ... (64 actions, 58 running) [11,599 / 12,326] 247 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 91s remote-cache, linux-sandbox ... (64 actions, 58 running) [11,610 / 12,338] 247 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 92s remote-cache, linux-sandbox ... (63 actions, 56 running) [11,614 / 12,338] 247 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 94s remote-cache, linux-sandbox ... (63 actions, 56 running) [11,620 / 12,338] 247 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 95s remote-cache, linux-sandbox ... (63 actions, 56 running) [11,628 / 12,338] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 96s remote-cache, linux-sandbox ... (63 actions, 56 running) [11,636 / 12,338] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 97s remote-cache, linux-sandbox ... (62 actions, 54 running) [11,646 / 12,342] 249 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 98s remote-cache, linux-sandbox ... (64 actions, 58 running) [11,649 / 12,342] 250 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 99s remote-cache, linux-sandbox ... (64 actions, 58 running) [11,653 / 12,342] 250 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 100s remote-cache, linux-sandbox ... (63 actions, 57 running) [11,656 / 12,342] 250 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 102s remote-cache, linux-sandbox ... (64 actions, 58 running) [11,661 / 12,360] 250 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 103s remote-cache, linux-sandbox ... (65 actions, 60 running) [11,669 / 12,372] 251 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 104s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,674 / 12,372] 252 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 105s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,681 / 12,415] 252 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 106s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,688 / 12,415] 252 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 107s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,695 / 12,415] 252 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 108s remote-cache, linux-sandbox ... (67 actions, 64 running) ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/pkg/planner/core/BUILD.bazel:191:8: GoCompilePkg pkg/planner/core/core_test_test.external.a failed: (Exit 1): builder failed: error executing command (from target //pkg/planner/core:core_test) (cd /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/10828/execroot/__main__ && \ exec env - \ CGO_ENABLED=1 \ GOARCH=amd64 \ GOEXPERIMENT=nocoverageredesign \ GOOS=linux \ GOPATH='' \ GOROOT=bazel-out/k8-fastbuild-ST-b33d65c724e6/bin/external/io_bazel_rules_go/stdlib_ \ GOROOT_FINAL=GOROOT \ GOTOOLCHAIN=local \ PATH=/usr/bin:/bin \ bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder '-param=bazel-out/k8-fastbuild/bin/pkg/planner/core/core_test_test.external.a-0.params') # Configuration: da40a21cca7961bc38e4e0b5ccede7328b45ec8fef34c0be5e9555ae6011614c # Execution platform: @local_config_platform//:host Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging pkg/planner/core/memtable_predicate_extractor_test.go:1724:39: undefined: plannercore.MemTablePredicateExtractor pkg/planner/core/memtable_predicate_extractor_test.go:1730:40: undefined: plannercore.MemTablePredicateExtractor pkg/planner/core/memtable_predicate_extractor_test.go:1733:16: cannot infer S ($GOROOT/src/slices/sort.go:14:11) pkg/planner/core/memtable_predicate_extractor_test.go:1741:40: undefined: plannercore.MemTablePredicateExtractor pkg/planner/core/memtable_predicate_extractor_test.go:1744:16: cannot infer S ($GOROOT/src/slices/sort.go:14:11) pkg/planner/core/memtable_predicate_extractor_test.go:1752:40: undefined: plannercore.MemTablePredicateExtractor pkg/planner/core/memtable_predicate_extractor_test.go:1755:16: cannot infer S ($GOROOT/src/slices/sort.go:14:11) pkg/planner/core/memtable_predicate_extractor_test.go:1763:40: undefined: plannercore.MemTablePredicateExtractor pkg/planner/core/memtable_predicate_extractor_test.go:1776:40: undefined: plannercore.MemTablePredicateExtractor compilepkg: error running subcommand external/go_sdk/pkg/tool/linux_amd64/compile: exit status 2 [11,707 / 12,441] 253 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 95s remote-cache, linux-sandbox ... (62 actions running) INFO: Elapsed time: 488.741s, Critical Path: 230.16s INFO: 11726 processes: 9536 remote cache hit, 1555 internal, 635 linux-sandbox. FAILED: Build did NOT complete successfully //br/pkg/restore/log_restore:log_restore_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_restore/log_restore_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_restore/log_restore_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_restore/log_restore_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_restore/log_restore_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_restore/log_restore_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_restore/log_restore_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_restore/log_restore_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_restore/log_restore_test/shard_2_of_9/coverage.dat //pkg/planner/memo:memo_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_17_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_16_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_15_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_14_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_13_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_12_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_11_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_10_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_9_of_17/coverage.dat //br/cmd/br:br_test NO STATUS //br/pkg/checksum:checksum_test NO STATUS //br/pkg/gluetidb:gluetidb_test NO STATUS //br/pkg/gluetikv:gluetikv_test NO STATUS //br/pkg/mock:mock_test NO STATUS //br/pkg/restore:restore_test NO STATUS //br/pkg/restore/data:data_test NO STATUS //br/pkg/task/show:show_test NO STATUS //lightning/cmd/tidb-lightning:tidb-lightning_test NO STATUS //lightning/cmd/tidb-lightning-ctl:tidb-lightning-ctl_test NO STATUS //lightning/pkg/importer:importer_test NO STATUS //lightning/pkg/importer/mock:mock_test NO STATUS //lightning/pkg/server:server_test NO STATUS //pkg/autoid_service:autoid_service_test NO STATUS //pkg/bindinfo/tests/timeout:timeout_test NO STATUS //pkg/ddl:ddl_test NO STATUS //pkg/ddl/ingest/tests:tests_test NO STATUS //pkg/ddl/internal/session:session_test NO STATUS //pkg/ddl/schematracker:schematracker_test NO STATUS //pkg/ddl/tests/adminpause:adminpause_test NO STATUS //pkg/ddl/tests/fastcreatetable:fastcreatetable_test NO STATUS //pkg/ddl/tests/fk:fk_test NO STATUS //pkg/ddl/tests/indexmerge:indexmerge_test NO STATUS //pkg/ddl/tests/metadatalock:metadatalock_test NO STATUS //pkg/ddl/tests/multivaluedindex:multivaluedindex_test NO STATUS //pkg/ddl/tests/partition:partition_test NO STATUS //pkg/ddl/tests/resourcegroup:resourcegroup_test NO STATUS //pkg/ddl/tests/serial:serial_test NO STATUS //pkg/ddl/tests/tiflash:tiflash_test NO STATUS //pkg/disttask/framework/handle:handle_test NO STATUS //pkg/disttask/framework/integrationtests:integrationtests_test NO STATUS //pkg/disttask/framework/planner:planner_test NO STATUS //pkg/disttask/framework/scheduler:scheduler_test NO STATUS //pkg/disttask/framework/taskexecutor:taskexecutor_test NO STATUS //pkg/domain:domain_test NO STATUS //pkg/domain/globalconfigsync:globalconfigsync_test NO STATUS //pkg/executor:executor_test NO STATUS //pkg/executor/internal/calibrateresource:calibrateresource_test NO STATUS //pkg/executor/internal/exec:exec_test NO STATUS //pkg/executor/internal/querywatch:querywatch_test NO STATUS //pkg/executor/sortexec:sort_exec_test NO STATUS //pkg/executor/sortexec:sortexec_test NO STATUS //pkg/executor/test/admintest:admintest_test NO STATUS //pkg/executor/test/aggregate:aggregate_test NO STATUS //pkg/executor/test/analyzetest:analyzetest_test NO STATUS //pkg/executor/test/analyzetest/memorycontrol:memorycontrol_test NO STATUS //pkg/executor/test/analyzetest/panictest:panictest_test NO STATUS //pkg/executor/test/autoidtest:autoidtest_test NO STATUS //pkg/executor/test/ddl:ddl_test NO STATUS //pkg/executor/test/distsqltest:distsqltest_test NO STATUS //pkg/executor/test/executor:executor_test NO STATUS //pkg/executor/test/fktest:fktest_test NO STATUS //pkg/executor/test/indexmergereadtest:indexmergereadtest_test NO STATUS //pkg/executor/test/issuetest:issuetest_test NO STATUS //pkg/executor/test/jointest:jointest_test NO STATUS //pkg/executor/test/jointest/hashjoin:hashjoin_test NO STATUS //pkg/executor/test/loaddatatest:loaddatatest_test NO STATUS //pkg/executor/test/loadremotetest:loadremotetest_test NO STATUS //pkg/executor/test/memtest:memtest_test NO STATUS //pkg/executor/test/passwordtest:passwordtest_test NO STATUS //pkg/executor/test/showtest:showtest_test NO STATUS //pkg/executor/test/tiflashtest:tiflashtest_test NO STATUS //pkg/executor/test/unstabletest:unstabletest_test NO STATUS //pkg/executor/test/writetest:writetest_test NO STATUS //pkg/expression/integration_test:integration_test_test NO STATUS //pkg/expression/test/multivaluedindex:multivaluedindex_test NO STATUS //pkg/extension/enterprise/audit:audit_test NO STATUS //pkg/infoschema/perfschema:perfschema_test NO STATUS //pkg/infoschema/test/clustertablestest:clustertablestest_test NO STATUS //pkg/infoschema/test/infoschemav2test:infoschemav2test_test NO STATUS //pkg/lightning/backend:backend_test NO STATUS //pkg/owner:owner_test NO STATUS //pkg/planner/cardinality:cardinality_test NO STATUS //pkg/planner/cascades:cascades_test NO STATUS //pkg/planner/core/casetest:casetest_test NO STATUS //pkg/planner/core/casetest/binaryplan:binaryplan_test NO STATUS //pkg/planner/core/casetest/cbotest:cbotest_test NO STATUS //pkg/planner/core/casetest/correlated:correlated_test NO STATUS //pkg/planner/core/casetest/dag:dag_test NO STATUS //pkg/planner/core/casetest/enforcempp:enforcempp_test NO STATUS //pkg/planner/core/casetest/flatplan:flatplan_test NO STATUS //pkg/planner/core/casetest/hint:hint_test NO STATUS //pkg/planner/core/casetest/index:index_test NO STATUS //pkg/planner/core/casetest/mpp:mpp_test NO STATUS //pkg/planner/core/casetest/parallelapply:parallelapply_test NO STATUS //pkg/planner/core/casetest/partition:partition_test NO STATUS //pkg/planner/core/casetest/planstats:planstats_test NO STATUS //pkg/planner/core/casetest/pushdown:pushdown_test NO STATUS //pkg/planner/core/casetest/rule:rule_test NO STATUS //pkg/planner/core/casetest/scalarsubquery:scalarsubquery_test NO STATUS //pkg/planner/core/casetest/windows:windows_test NO STATUS //pkg/planner/core/issuetest:issuetest_test NO STATUS //pkg/planner/core/tests/prepare:prepare_test NO STATUS //pkg/planner/funcdep:funcdep_test NO STATUS //pkg/planner/util/fixcontrol:fixcontrol_test NO STATUS //pkg/plugin:plugin_test NO STATUS //pkg/privilege/privileges:privileges_test NO STATUS //pkg/server:server_test NO STATUS //pkg/server/handler/extractorhandler:extractorhandler_test NO STATUS //pkg/server/handler/optimizor:optimizor_test NO STATUS //pkg/server/handler/tests:tests_test NO STATUS //pkg/server/tests:tests_test NO STATUS //pkg/server/tests/commontest:commontest_test NO STATUS //pkg/server/tests/cursor:cursor_test NO STATUS //pkg/server/tests/tls:tls_test NO STATUS //pkg/session:session_test NO STATUS //pkg/session/bootstraptest:bootstraptest_test NO STATUS //pkg/session/clusteredindextest:clusteredindextest_test NO STATUS //pkg/session/nontransactionaltest:nontransactionaltest_test NO STATUS //pkg/session/resourcegrouptest:resourcegrouptest_test NO STATUS //pkg/session/schematest:schematest_test NO STATUS //pkg/session/temporarytabletest:temporarytabletest_test NO STATUS //pkg/session/test:test_test NO STATUS //pkg/session/test/common:common_test NO STATUS //pkg/session/test/meta:meta_test NO STATUS //pkg/session/test/privileges:privileges_test NO STATUS //pkg/session/test/txn:txn_test NO STATUS //pkg/session/test/variable:variable_test NO STATUS //pkg/session/test/vars:vars_test NO STATUS //pkg/sessiontxn:sessiontxn_test NO STATUS //pkg/sessiontxn/isolation:isolation_test NO STATUS //pkg/sessiontxn/staleread:staleread_test NO STATUS //pkg/statistics/handle/autoanalyze:autoanalyze_test NO STATUS //pkg/statistics/handle/autoanalyze/exec:exec_test NO STATUS //pkg/statistics/handle/autoanalyze/priorityqueue:priorityqueue_test NO STATUS //pkg/statistics/handle/autoanalyze/refresher:refresher_test NO STATUS //pkg/statistics/handle/ddl:ddl_test NO STATUS //pkg/statistics/handle/handletest:handletest_test NO STATUS //pkg/statistics/handle/handletest/analyze:analyze_test NO STATUS //pkg/statistics/handle/handletest/lockstats:lockstats_test NO STATUS //pkg/statistics/handle/handletest/statstest:statstest_test NO STATUS //pkg/statistics/handle/storage:storage_test NO STATUS //pkg/statistics/handle/updatetest:updatetest_test NO STATUS //pkg/store:store_test NO STATUS //pkg/store/driver:driver_test NO STATUS //pkg/table/tables/test/partition:partition_test NO STATUS //pkg/testkit:testkit_test NO STATUS //pkg/ttl/session:session_test NO STATUS //pkg/ttl/sqlbuilder:sqlbuilder_test NO STATUS //pkg/util/ddl-checker:ddl-checker_test NO STATUS //pkg/util/ranger:ranger_test NO STATUS //pkg/util/schemacmp:schemacmp_test NO STATUS //pkg/util/stmtsummary/v2/tests:tests_test NO STATUS //pkg/planner/core:core_test FAILED TO BUILD //pkg/bindinfo/tests:tests_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_18_of_18/coverage.dat //pkg/ddl/tests/fail:fail_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_12_of_12/coverage.dat //pkg/executor/test/splittest:splittest_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/splittest/splittest_test/shard_3_of_3/coverage.dat //pkg/statistics/handle/syncload:syncload_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_4_of_5/coverage.dat //pkg/executor/test/seqtest:seqtest_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_26_of_28/coverage.dat //pkg/planner/core/casetest/physicalplantest:physicalplantest_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_32_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_31_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_30_of_32/coverage.dat //pkg/executor/test/simpletest:simpletest_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_1_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_4_of_11/coverage.dat //pkg/ttl/cache:cache_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_16_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_15_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_14_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_13_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_12_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_11_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_10_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_9_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_8_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_7_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_6_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_5_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_4_of_16/coverage.dat //pkg/ddl/ingest:ingest_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_17_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_16_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_15_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_14_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_13_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_12_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_1_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_2_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_4_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_3_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_11_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_6_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_7_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_10_of_17/coverage.dat //pkg/executor/importer:importer_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_26_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_25_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_24_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_23_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_22_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_21_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_20_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_1_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_2_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_19_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_3_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_4_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_5_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_6_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_7_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_18_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_8_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_9_of_28/coverage.dat //pkg/store/gcworker:gcworker_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_1_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_3_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_5_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_9_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_8_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_12_of_25/coverage.dat //pkg/bindinfo:bindinfo_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_45_of_50/coverage.dat Test cases: finished with 4442 passing and 0 failing out of 4442 test cases Executed 22 out of 411 tests: 253 tests pass, 1 fails to build and 157 were skipped. make: *** [bazel_coverage_test] Error 1 root: /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs complete to collect bazel result. [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 [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 ++ uuidgen + timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 309d69ce-66e7-4c00-a079-05f202797c09' --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/8940/' --header 'ce-specversion: 1.0' --header 'content-type: application/json; charset=UTF-8' --data @bazel-go-test-problem-cases.json % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to cloudevents-server.apps.svc port 80 (#0) * Trying 10.233.31.173... * Connected to cloudevents-server.apps.svc (10.233.31.173) port 80 (#0) > POST /events HTTP/1.1 > User-Agent: curl/7.29.0 > Host: cloudevents-server.apps.svc > Accept: */* > ce-id: 309d69ce-66e7-4c00-a079-05f202797c09 > 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/8940/ > ce-specversion: 1.0 > content-type: application/json; charset=UTF-8 > Content-Length: 2 > } [data not shown] * 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] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 2 Finished: FAILURE