Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/merged_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-merged_unit_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-merged-unit-test-1081-q3g2k-vp11j-468c9 Agent pingcap-tidb-merged-unit-test-1081-q3g2k-vp11j-468c9 is provisioned from template pingcap_tidb_merged_unit_test_1081-q3g2k-vp11j --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/merged_unit_test/1081/" runUrl: "job/pingcap/job/tidb/job/merged_unit_test/1081/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "aa0831928313322baf3510a0f04c732a3938ae4b" jenkins/label: "pingcap_tidb_merged_unit_test_1081-q3g2k" name: "pingcap-tidb-merged-unit-test-1081-q3g2k-vp11j-468c9" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "24Gi" cpu: "8" requests: memory: "8Gi" cpu: "4" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-merged-unit-test-1081-q3g2k-vp11j-468c9" - name: "JENKINS_NAME" value: "pingcap-tidb-merged-unit-test-1081-q3g2k-vp11j-468c9" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" Running on pingcap-tidb-merged-unit-test-1081-q3g2k-vp11j-468c9 in /home/jenkins/agent/workspace/pingcap/tidb/merged_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/merged_unit_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > 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=2e36dcbf-b08e-4a95-845c-3b19b4cd4772 JENKINS_NODE_COOKIE=592276b3-b64c-4842-bbc2-4e4cef83c4fc BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_unit_test/1081/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-merged-unit-test-1081-q3g2k-vp11j-468c9 HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT_443_TCP_PORT=443 KUBERNETES_PORT=tcp://10.233.0.1:443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-merged_unit_test-1081 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"postsubmit","job":"pingcap/tidb/merged_unit_test","buildid":"1787427687808110594","prowjobid":"2e36dcbf-b08e-4a95-845c-3b19b4cd4772","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"3ca57c1ff297b3ecabf6f7d509d86b0081d8e2b1","base_link":"https://github.com/pingcap/tidb/compare/17d3f7fd4599...3ca57c1ff297"}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/merged_unit_test JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_unit_test/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_unit_test/1081/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_unit_test/1081/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/merged_unit_test/1081/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/merged_unit_test HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/merged_unit_test TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#1081 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787427687808110594 GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742 JOB_BASE_NAME=merged_unit_test GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009 RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_unit_test/1081/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_merged_unit_test_1081-q3g2k 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/merged_unit_test@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-5d1105af37f29bef08a0bd631867d75c045e56ca86f90e5a8b70fa89e47b02b0 NODE_LABELS=pingcap-tidb-merged-unit-test-1081-q3g2k-vp11j-468c9 pingcap_tidb_merged_unit_test_1081-q3g2k GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-merged-unit-test-1081-q3g2k-vp11j-468c9 GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_unit_test/display/redirect BUILD_NUMBER=1081 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-build221354915=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-merged-unit-test-1081-q3g2k-vp11j-468c9 bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-merged-unit-test-1081-q3g2k-vp11j-468c9 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: 45496 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: bc2437fae6ffdc92 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 26 IN A 20.205.243.166 ;; Query time: 92 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Mon May 06 10:23:18 UTC 2024 ;; MSG SIZE rcvd: 77 [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] timeout Timeout set to expire in 5 min 0 sec [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/merged_unit_test/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-17d3f7f-5871f4c) 460675584 bytes in 2.59 secs (177583480 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-6d1fc4bc [Pipeline] } [Pipeline] // withCredentials [Pipeline] retry [Pipeline] { [Pipeline] sh git version 2.37.2 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/merged_unit_test/tidb/.git/ .git HEAD is now at 5a3eff5c5c Merge commit '5871f4cf93fb896f8b0db52ef024c9533ab28c18' into HEAD POST git-upload-pack (383 bytes) POST git-upload-pack (973 bytes) From https://github.com/pingcap/tidb 17d3f7fd45..3ca57c1ff2 master -> origin/master Warning: you are leaving 1 commit behind, not connected to any of your branches: 5a3eff5c5c Merge commit '5871f4cf93fb896f8b0db52ef024c9533ab28c18' 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 5a3eff5c5c HEAD is now at 3ca57c1ff2 planner: fix index merge shouldn't push partial limit down when index plans are keep ordered (#52979) ๐Ÿšง Checkouting to base SHA:3ca57c1ff297b3ecabf6f7d509d86b0081d8e2b1... HEAD is now at 3ca57c1ff2 planner: fix index merge shouldn't push partial limit down when index plans are keep ordered (#52979) โœ… Checked. ๐ŸŽ‰ ๐Ÿงพ HEAD info: 3ca57c1ff297b3ecabf6f7d509d86b0081d8e2b1 3ca57c1ff2 planner: fix index merge shouldn't push partial limit down when index plans are keep ordered (#52979) 17d3f7fd45 planner: small refactor for plan cache (#53028) 659f32a813 infoschema: try other PDs if one cannot serve the request (#52843) ๐Ÿ“ update submodules ... โœ… update submodules done โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-3ca57c1) 460755456 bytes in 8.41 secs (54759614 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Tests) [Pipeline] withCredentials Masking supported pattern matches of $TIDB_CODECOV_TOKEN [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/merged_unit_test/tidb [Pipeline] { [Pipeline] sh + ./build/jenkins_unit_test.sh GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/merged_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=/home/jenkins/.tidb/tmp //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: a7825827-bbbc-4820-93b5-a1ac9bbd95b3 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/merged_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/merged_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_10_23_03.2789926442/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=22118 --local_cpu_resources=8 --jobs=8 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/merged_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/merged_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (41 packages loaded, 388 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (75 packages loaded, 948 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10443 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (109 packages loaded, 10534 targets configured) Analyzing: target //:gazelle (257 packages loaded, 11772 targets configured) Analyzing: target //:gazelle (268 packages loaded, 11942 targets configured) Analyzing: target //:gazelle (268 packages loaded, 11942 targets configured) Analyzing: target //:gazelle (268 packages loaded, 11942 targets configured) Analyzing: target //:gazelle (268 packages loaded, 11942 targets configured) Analyzing: target //:gazelle (268 packages loaded, 11942 targets configured) Analyzing: target //:gazelle (268 packages loaded, 11942 targets configured) Analyzing: target //:gazelle (268 packages loaded, 11942 targets configured) Analyzing: target //:gazelle (268 packages loaded, 11942 targets configured) Analyzing: target //:gazelle (268 packages loaded, 11942 targets configured) Analyzing: target //:gazelle (268 packages loaded, 11942 targets configured) Analyzing: target //:gazelle (268 packages loaded, 11942 targets configured) Analyzing: target //:gazelle (268 packages loaded, 11942 targets configured) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured). INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/bufio.a, 108.7 KiB / 354.7 KiB; 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.1 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.0 MiB / 17.2 MiB; 2s remote-cache ... (3 actions, 0 running) [85 / 316] GoCompilePkg external/com_github_golangci_misspell/misspell.a [for tool]; Downloading external/com_github_golangci_misspell/misspell.a, 3.6 MiB / 5.5 MiB; 0s remote-cache ... (7 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 44.084s, Critical Path: 4.01s 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=/home/jenkins/.tidb/tmp \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/merged_unit_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 6544b756-58d2-4a31-9ed7-296822c5f908 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/merged_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/merged_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_10_23_03.2789926442/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=22118 --local_cpu_resources=8 --jobs=8 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/merged_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/merged_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 (9 packages loaded, 11928 targets configured) Analyzing: target //tools/tazel:tazel (129 packages loaded, 13011 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).  checking cached actions INFO: Found 1 target... [0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [273 / 607] [Prepa] GoCompilePkg external/com_github_bazelbuild_buildtools/tables/tables.a ... (7 actions, 0 running) [563 / 607] GoCompilePkg external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a; Downloading external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a, 2.9 MiB / 9.9 MiB; 0s remote-cache ... (3 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 6.914s, Critical Path: 2.72s 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/merged_unit_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/home/jenkins/.tidb/tmp --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: 1399fe2b-108f-4369-ba08-52d0021179da INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/merged_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/merged_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_10_23_03.2789926442/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/merged_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/merged_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/merged_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 (768 packages loaded, 200 targets configured) Analyzing: 411 targets (838 packages loaded, 2196 targets configured) Analyzing: 411 targets (892 packages loaded, 9647 targets configured) Analyzing: 411 targets (1016 packages loaded, 12400 targets configured) Analyzing: 411 targets (1106 packages loaded, 13616 targets configured) Analyzing: 411 targets (1132 packages loaded, 14564 targets configured) Analyzing: 411 targets (1250 packages loaded, 16265 targets configured) Analyzing: 411 targets (1473 packages loaded, 19067 targets configured) Analyzing: 411 targets (1588 packages loaded, 20251 targets configured) Analyzing: 411 targets (1633 packages loaded, 22674 targets configured) Analyzing: 411 targets (1722 packages loaded, 24022 targets configured) Analyzing: 411 targets (1728 packages loaded, 24147 targets configured) Analyzing: 411 targets (1907 packages loaded, 25167 targets configured) Analyzing: 411 targets (1917 packages loaded, 25541 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1973 packages loaded, 26164 targets configured) Analyzing: 411 targets (1981 packages loaded, 26578 targets configured) INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured).  checking cached actions INFO: Found 411 test targets... [0 / 20] [Prepa] Writing file br/pkg/backup/backup_test/baseline_coverage.dat ... (33 actions, 0 running) [280 / 412] Writing file pkg/session/temporarytabletest/temporarytabletest_test/baseline_coverage.dat; 0s local ... (35 actions, 34 running) [907 / 7,707] Creating runfiles tree bazel-out/k8-fastbuild/bin/pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test.runfiles; 0s local ... (21 actions, 19 running) [1,463 / 9,763] GoTestGenTest pkg/planner/core/casetest/windows/windows_test_/testmain.go; Downloading pkg/planner/core/casetest/windows/windows_test_/testmain.go; 0s remote-cache ... (35 actions, 0 running) [1,504 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 16.0 MiB / 17.2 MiB; 1s remote-cache ... (35 actions, 0 running) [1,508 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 7.0 MiB / 7.3 MiB; 2s remote-cache ... (35 actions, 0 running) [1,558 / 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; 3s remote-cache ... (35 actions, 0 running) [1,978 / 9,763] GoCompilePkg external/com_github_golangci_misspell/misspell.a [for tool]; Downloading external/com_github_golangci_misspell/misspell.a, 2.0 MiB / 5.5 MiB; 0s remote-cache ... (29 actions, 0 running) [2,592 / 9,770] GoCompilePkg external/org_uber_go_zap/zaptest/zaptest.a; Downloading external/org_uber_go_zap/zaptest/zaptest.facts; 0s remote-cache ... (34 actions, 0 running) [3,087 / 9,820] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 21.0 MiB / 96.2 MiB; 0s remote-cache ... (34 actions, 0 running) [3,356 / 9,904] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 67.3 MiB / 96.2 MiB; 1s remote-cache ... (34 actions, 0 running) [3,575 / 9,970] GoCompilePkg pkg/parser/parser.a; Downloading pkg/parser/parser.a, 5.0 MiB / 11.4 MiB; 0s remote-cache ... (35 actions, 0 running) [3,800 / 10,103] 17 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 13.0 MiB / 69.8 MiB; 0s remote-cache ... (34 actions, 0 running) [4,135 / 10,107] 33 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 1s remote-cache ... (35 actions, 0 running) [4,464 / 10,109] 46 / 411 tests; GoCompilePkg pkg/parser/parser.a; Downloading pkg/parser/parser.a, 6.0 MiB / 12.8 MiB; 0s remote-cache ... (35 actions, 0 running) [4,934 / 10,111] 65 / 411 tests; GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 14.0 MiB / 24.4 MiB; 0s remote-cache ... (35 actions, 0 running) [5,109 / 10,119] 79 / 411 tests; GoLink pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test; Downloading pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test, 22.0 MiB / 23.1 MiB; 0s remote-cache ... (34 actions, 0 running) [5,284 / 10,133] 81 / 411 tests; GoCompilePkg external/io_etcd_go_etcd_server_v3/etcdserver/etcdserver.a; Downloading external/io_etcd_go_etcd_server_v3/etcdserver/etcdserver.a, 4.4 MiB / 5.7 MiB; 0s remote-cache ... (35 actions, 0 running) [5,427 / 10,135] 81 / 411 tests; GoLink pkg/util/collate/collate_test_/collate_test; Downloading pkg/util/collate/collate_test_/collate_test, 23.0 MiB / 26.1 MiB; 0s remote-cache ... (33 actions, 0 running) [5,513 / 10,188] 85 / 411 tests; GoLink pkg/util/kvcache/kvcache_test_/kvcache_test; Downloading pkg/util/kvcache/kvcache_test_/kvcache_test, 20.3 MiB / 25.4 MiB; 1s remote-cache ... (35 actions, 0 running) [5,552 / 10,196] 90 / 411 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 22.0 MiB / 29.2 MiB; 1s remote-cache ... (35 actions, 0 running) [5,620 / 10,267] 99 / 411 tests; GoLink pkg/util/logutil/logutil_test_/logutil_test; 2s remote-cache ... (35 actions, 0 running) [5,707 / 10,286] 106 / 411 tests; Testing //pkg/types:types_test (shard 16 of 50); Downloading pkg/types/types_test/shard_16_of_50/coverage.dat, 5.0 MiB / 5.9 MiB; 0s remote-cache ... (35 actions, 0 running) [5,767 / 10,298] 110 / 411 tests; GoLink pkg/store/driver/error/error_test_/error_test; Downloading pkg/store/driver/error/error_test_/error_test, 11.1 MiB / 28.9 MiB; 1s remote-cache ... (35 actions, 0 running) [5,861 / 10,298] 112 / 411 tests; GoLink pkg/store/driver/error/error_test_/error_test; 2s remote-cache ... (35 actions, 0 running) [5,941 / 10,333] 113 / 411 tests; GoLink pkg/tablecodec/tablecodec_test_/tablecodec_test; Downloading pkg/tablecodec/tablecodec_test_/tablecodec_test, 19.0 MiB / 31.0 MiB; 1s remote-cache ... (35 actions, 0 running) [5,985 / 10,374] 114 / 411 tests; GoLink pkg/tablecodec/tablecodec_test_/tablecodec_test; Downloading pkg/tablecodec/tablecodec_test_/tablecodec_test, 28.0 MiB / 31.0 MiB; 2s remote-cache ... (35 actions, 0 running) [6,027 / 10,416] 116 / 411 tests; GoLink pkg/util/topsql/collector/collector_test_/collector_test; Downloading pkg/util/topsql/collector/collector_test_/collector_test, 26.0 MiB / 30.1 MiB; 2s remote-cache ... (35 actions, 0 running) [6,081 / 10,426] 117 / 411 tests; GoLink pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test; Downloading pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test, 31.0 MiB / 31.1 MiB; 3s remote-cache ... (35 actions, 0 running) [6,127 / 10,457] 122 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 41.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running) [6,166 / 10,457] 122 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 52.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running) [6,208 / 10,457] 124 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 62.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running) [6,248 / 10,457] 125 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 71.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [6,287 / 10,470] 127 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; 8s remote-cache ... (35 actions, 0 running) [6,337 / 10,472] 129 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; 8s remote-cache ... (35 actions, 0 running) [6,393 / 10,475] 129 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; Downloading pkg/sessionctx/variable/expression.recompile1100.a, 72.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [6,440 / 10,475] 132 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 8s remote-cache ... (35 actions, 0 running) [6,505 / 10,479] 134 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; Downloading pkg/sessionctx/sessionstates/expression.recompile1158.a, 73.0 MiB / 78.6 MiB; 7s remote-cache ... (34 actions, 0 running) [6,583 / 10,493] 136 / 411 tests; GoLink pkg/util/expensivequery/expensivequery_test_/expensivequery_test; 3s remote-cache ... (35 actions, 0 running) [6,671 / 10,495] 138 / 411 tests; GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 8.0 MiB / 51.9 MiB; 0s remote-cache ... (35 actions, 0 running) [6,748 / 10,497] 139 / 411 tests; GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 24.0 MiB / 51.9 MiB; 1s remote-cache ... (35 actions, 0 running) [6,815 / 10,497] 140 / 411 tests; GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 38.0 MiB / 51.9 MiB; 2s remote-cache ... (35 actions, 0 running) [6,873 / 10,504] 140 / 411 tests; GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 50.0 MiB / 51.9 MiB; 3s remote-cache ... (35 actions, 0 running) [6,921 / 10,623] 141 / 411 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 59.0 MiB / 61.2 MiB; 4s remote-cache ... (35 actions, 0 running) [6,958 / 10,674] 142 / 411 tests; GoLink pkg/meta/meta_test_/meta_test; Downloading pkg/meta/meta_test_/meta_test, 57.0 MiB / 61.2 MiB; 5s remote-cache ... (35 actions, 0 running) [6,989 / 10,687] 142 / 411 tests; GoLink pkg/metrics/metrics_test_/metrics_test; Downloading pkg/metrics/metrics_test_/metrics_test, 40.0 MiB / 54.8 MiB; 4s remote-cache ... (35 actions, 0 running) [7,020 / 10,687] 142 / 411 tests; GoLink pkg/metrics/metrics_test_/metrics_test; Downloading pkg/metrics/metrics_test_/metrics_test, 48.2 MiB / 54.8 MiB; 5s remote-cache ... (35 actions, 0 running) [7,054 / 10,696] 143 / 411 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; Downloading pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test, 50.0 MiB / 52.7 MiB; 6s remote-cache ... (35 actions, 0 running) [7,094 / 10,706] 144 / 411 tests; GoLink pkg/expression/aggregation/aggregation_test_/aggregation_test; Downloading pkg/expression/aggregation/aggregation_test_/aggregation_test, 52.0 MiB / 53.1 MiB; 6s remote-cache ... (35 actions, 0 running) [7,145 / 10,727] 145 / 411 tests; GoLink pkg/store/helper/helper_test_/helper_test; Downloading pkg/store/helper/helper_test_/helper_test, 46.0 MiB / 61.4 MiB; 5s remote-cache ... (35 actions, 0 running) [7,200 / 10,732] 147 / 411 tests; GoLink pkg/store/helper/helper_test_/helper_test; Downloading pkg/store/helper/helper_test_/helper_test, 58.0 MiB / 61.4 MiB; 6s remote-cache ... (35 actions, 0 running) [7,260 / 10,749] 148 / 411 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; Downloading pkg/store/mockstore/unistore/unistore_test_/unistore_test, 52.0 MiB / 56.1 MiB; 5s remote-cache ... (35 actions, 0 running) [7,325 / 10,755] 151 / 411 tests; GoLink pkg/domain/infosync/infosync_test_/infosync_test; Downloading pkg/domain/infosync/infosync_test_/infosync_test, 26.0 MiB / 50.3 MiB; 2s remote-cache ... (35 actions, 0 running) [7,382 / 10,755] 151 / 411 tests; GoLink pkg/domain/infosync/infosync_test_/infosync_test; Downloading pkg/domain/infosync/infosync_test_/infosync_test, 39.0 MiB / 50.3 MiB; 3s remote-cache ... (35 actions, 0 running) [7,436 / 10,755] 154 / 411 tests; GoLink pkg/domain/infosync/infosync_test_/infosync_test; Downloading pkg/domain/infosync/infosync_test_/infosync_test, 48.0 MiB / 50.3 MiB; 4s remote-cache ... (35 actions, 0 running) [7,493 / 10,759] 157 / 411 tests; GoLink br/pkg/streamhelper/daemon/daemon_test_/daemon_test; Downloading br/pkg/streamhelper/daemon/daemon_test_/daemon_test, 12.0 MiB / 44.6 MiB; 1s remote-cache ... (35 actions, 0 running) [7,537 / 10,766] 157 / 411 tests; GoLink br/pkg/streamhelper/daemon/daemon_test_/daemon_test; Downloading br/pkg/streamhelper/daemon/daemon_test_/daemon_test, 23.0 MiB / 44.6 MiB; 2s remote-cache ... (35 actions, 0 running) [7,577 / 10,777] 158 / 411 tests; GoLink br/pkg/streamhelper/daemon/daemon_test_/daemon_test; Downloading br/pkg/streamhelper/daemon/daemon_test_/daemon_test, 33.1 MiB / 44.6 MiB; 3s remote-cache ... (34 actions, 0 running) [7,619 / 10,777] 158 / 411 tests; GoLink br/pkg/streamhelper/daemon/daemon_test_/daemon_test; Downloading br/pkg/streamhelper/daemon/daemon_test_/daemon_test, 44.0 MiB / 44.6 MiB; 4s remote-cache ... (35 actions, 0 running) [7,668 / 10,800] 159 / 411 tests; GoLink pkg/util/gctuner/gctuner_test_/gctuner_test; Downloading pkg/util/gctuner/gctuner_test_/gctuner_test, 31.0 MiB / 41.5 MiB; 3s remote-cache ... (35 actions, 0 running) [7,716 / 10,800] 161 / 411 tests; GoLink pkg/util/gctuner/gctuner_test_/gctuner_test; 4s remote-cache ... (35 actions, 0 running) [7,782 / 10,815] 162 / 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, 39.0 MiB / 61.0 MiB; 3s remote-cache ... (34 actions, 0 running) [7,853 / 10,815] 166 / 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, 55.0 MiB / 61.0 MiB; 4s remote-cache ... (35 actions, 0 running) [7,911 / 10,817] 167 / 411 tests; GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; Downloading pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test, 25.0 MiB / 55.8 MiB; 1s remote-cache ... (35 actions, 0 running) [7,957 / 10,817] 169 / 411 tests; GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; Downloading pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test, 36.0 MiB / 55.8 MiB; 3s remote-cache ... (35 actions, 0 running) [7,995 / 10,868] 171 / 411 tests; GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; Downloading pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test, 45.0 MiB / 55.8 MiB; 4s remote-cache ... (35 actions, 0 running) [8,043 / 10,868] 171 / 411 tests; GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; 5s remote-cache ... (35 actions, 0 running) [8,094 / 10,872] 171 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; Downloading pkg/extension/core.recompile1271.a, 39.0 MiB / 43.8 MiB; 4s remote-cache ... (35 actions, 0 running) [8,139 / 10,872] 173 / 411 tests; GoLink pkg/meta/autoid/autoid_test_/autoid_test; Downloading pkg/meta/autoid/autoid_test_/autoid_test, 49.0 MiB / 61.3 MiB; 5s remote-cache ... (35 actions, 0 running) [8,192 / 10,878] 173 / 411 tests; GoLink pkg/meta/autoid/autoid_test_/autoid_test; Downloading pkg/meta/autoid/autoid_test_/autoid_test, 60.0 MiB / 61.3 MiB; 6s remote-cache ... (35 actions, 0 running) [8,234 / 10,917] 174 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 71.0 MiB / 80.2 MiB; 7s remote-cache ... (35 actions, 0 running) [8,266 / 10,917] 175 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 80.0 MiB / 80.2 MiB; 8s remote-cache ... (35 actions, 0 running) [8,293 / 10,917] 175 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 50.0 MiB / 80.2 MiB; 5s remote-cache ... (35 actions, 0 running) [8,318 / 10,919] 175 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 57.0 MiB / 80.2 MiB; 6s remote-cache ... (35 actions, 0 running) [8,353 / 10,933] 176 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 66.0 MiB / 80.2 MiB; 7s remote-cache ... (35 actions, 0 running) [8,370 / 10,933] 176 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 73.0 MiB / 80.2 MiB; 8s remote-cache ... (35 actions, 0 running) [8,401 / 10,933] 177 / 411 tests; GoCompilePkg pkg/expression/expression.a; 9s remote-cache ... (35 actions, 0 running) [8,435 / 10,945] 178 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/ddl.recompile1217.a; Downloading pkg/store/mockstore/mockcopr/ddl.recompile1217.a, 20.0 MiB / 21.0 MiB; 3s remote-cache ... (35 actions, 0 running) [8,471 / 10,945] 181 / 411 tests; GoCompilePkg pkg/extension/executor.recompile1285.a; Downloading pkg/extension/executor.recompile1285.a, 29.0 MiB / 41.0 MiB; 4s remote-cache ... (35 actions, 0 running) [8,499 / 10,945] 181 / 411 tests; GoCompilePkg pkg/extension/executor.recompile1285.a; Downloading pkg/extension/executor.recompile1285.a, 36.6 MiB / 41.0 MiB; 5s remote-cache ... (35 actions, 0 running) [8,527 / 10,945] 181 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 39.6 MiB / 157.3 MiB; 5s remote-cache ... (35 actions, 0 running) [8,553 / 10,945] 181 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 46.6 MiB / 157.3 MiB; 6s remote-cache ... (34 actions, 0 running) [8,576 / 10,945] 181 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 54.6 MiB / 157.3 MiB; 7s remote-cache ... (35 actions, 0 running) [8,607 / 10,945] 182 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 64.6 MiB / 157.3 MiB; 8s remote-cache ... (35 actions, 0 running) [8,631 / 10,945] 182 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 72.6 MiB / 157.3 MiB; 10s remote-cache ... (35 actions, 0 running) [8,662 / 10,965] 183 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 81.6 MiB / 157.3 MiB; 11s remote-cache ... (35 actions, 0 running) [8,686 / 11,014] 185 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 88.6 MiB / 157.3 MiB; 12s remote-cache ... (35 actions, 0 running) [8,712 / 11,024] 185 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 98.6 MiB / 157.3 MiB; 13s remote-cache ... (35 actions, 0 running) [8,735 / 11,024] 185 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 106.6 MiB / 157.3 MiB; 14s remote-cache ... (35 actions, 0 running) [8,754 / 11,099] 185 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 114.6 MiB / 157.3 MiB; 15s remote-cache ... (35 actions, 0 running) [8,778 / 11,101] 185 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 122.6 MiB / 157.3 MiB; 16s remote-cache ... (35 actions, 0 running) [8,795 / 11,101] 185 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 130.6 MiB / 157.3 MiB; 17s remote-cache ... (35 actions, 0 running) [8,823 / 11,168] 186 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 139.0 MiB / 157.3 MiB; 18s remote-cache ... (35 actions, 0 running) [8,843 / 11,168] 186 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 146.6 MiB / 157.3 MiB; 19s remote-cache ... (35 actions, 0 running) [8,870 / 11,178] 186 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 154.6 MiB / 157.3 MiB; 20s remote-cache ... (35 actions, 0 running) [8,896 / 11,228] 186 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 153.0 MiB / 157.9 MiB; 19s remote-cache ... (35 actions, 0 running) [8,920 / 11,238] 187 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 20s remote-cache ... (35 actions, 0 running) [8,942 / 11,251] 187 / 411 tests; GoLink pkg/lightning/tikv/tikv_test_/tikv_test; Downloading pkg/lightning/tikv/tikv_test_/tikv_test, 53.0 MiB / 60.9 MiB; 7s remote-cache ... (35 actions, 0 running) [8,956 / 11,251] 187 / 411 tests; GoLink pkg/lightning/tikv/tikv_test_/tikv_test; Downloading pkg/lightning/tikv/tikv_test_/tikv_test, 60.0 MiB / 60.9 MiB; 8s remote-cache ... (35 actions, 0 running) [8,979 / 11,256] 187 / 411 tests; GoLink pkg/util/dbutil/dbutil_test_/dbutil_test; Downloading pkg/util/dbutil/dbutil_test_/dbutil_test, 65.0 MiB / 100.1 MiB; 9s remote-cache ... (35 actions, 0 running) [8,998 / 11,256] 187 / 411 tests; GoLink pkg/util/dbutil/dbutil_test_/dbutil_test; Downloading pkg/util/dbutil/dbutil_test_/dbutil_test, 72.0 MiB / 100.1 MiB; 10s remote-cache ... (35 actions, 0 running) [9,014 / 11,256] 187 / 411 tests; GoLink pkg/util/dbutil/dbutil_test_/dbutil_test; Downloading pkg/util/dbutil/dbutil_test_/dbutil_test, 79.0 MiB / 100.1 MiB; 11s remote-cache ... (35 actions, 0 running) [9,030 / 11,256] 188 / 411 tests; GoLink pkg/util/dbutil/dbutil_test_/dbutil_test; Downloading pkg/util/dbutil/dbutil_test_/dbutil_test, 87.0 MiB / 100.1 MiB; 12s remote-cache ... (35 actions, 0 running) [9,049 / 11,286] 191 / 411 tests; GoLink pkg/util/dbutil/dbutil_test_/dbutil_test; Downloading pkg/util/dbutil/dbutil_test_/dbutil_test, 94.0 MiB / 100.1 MiB; 13s remote-cache ... (35 actions, 0 running) [9,059 / 11,286] 192 / 411 tests; GoLink pkg/util/dbutil/dbutil_test_/dbutil_test; Downloading pkg/util/dbutil/dbutil_test_/dbutil_test, 100.0 MiB / 100.1 MiB; 14s remote-cache ... (35 actions, 0 running) [9,081 / 11,288] 194 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 97.0 MiB / 151.3 MiB; 14s remote-cache ... (35 actions, 0 running) [9,108 / 11,318] 196 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 105.0 MiB / 151.3 MiB; 15s remote-cache ... (35 actions, 0 running) [9,135 / 11,385] 196 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 113.0 MiB / 151.3 MiB; 16s remote-cache ... (35 actions, 0 running) [9,154 / 11,385] 197 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 121.0 MiB / 151.3 MiB; 17s remote-cache ... (35 actions, 0 running) [9,180 / 11,385] 198 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 129.0 MiB / 151.3 MiB; 18s remote-cache ... (35 actions, 0 running) [9,200 / 11,385] 198 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 137.0 MiB / 151.3 MiB; 19s remote-cache ... (35 actions, 0 running) [9,216 / 11,385] 198 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 143.0 MiB / 151.3 MiB; 20s remote-cache ... (35 actions, 0 running) [9,234 / 11,385] 199 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 150.0 MiB / 151.3 MiB; 21s remote-cache ... (35 actions, 0 running) [9,254 / 11,385] 200 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 76.9 MiB / 157.5 MiB; 11s remote-cache ... (35 actions, 0 running) [9,271 / 11,385] 200 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 83.9 MiB / 157.5 MiB; 12s remote-cache ... (35 actions, 0 running) [9,291 / 11,385] 200 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 91.9 MiB / 157.5 MiB; 13s remote-cache ... (35 actions, 0 running) [9,313 / 11,385] 200 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 99.9 MiB / 157.5 MiB; 15s remote-cache ... (35 actions, 0 running) [9,329 / 11,385] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 105.9 MiB / 157.5 MiB; 16s remote-cache ... (35 actions, 0 running) [9,346 / 11,385] 202 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 112.9 MiB / 157.5 MiB; 17s remote-cache ... (35 actions, 0 running) [9,363 / 11,387] 202 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 119.9 MiB / 157.5 MiB; 18s remote-cache ... (35 actions, 0 running) [9,379 / 11,387] 203 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 125.9 MiB / 157.5 MiB; 19s remote-cache ... (35 actions, 0 running) [9,394 / 11,387] 204 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 132.6 MiB / 157.5 MiB; 20s remote-cache ... (35 actions, 0 running) [9,407 / 11,387] 205 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 139.9 MiB / 157.5 MiB; 21s remote-cache ... (35 actions, 0 running) [9,422 / 11,387] 205 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 145.9 MiB / 157.5 MiB; 22s remote-cache ... (35 actions, 0 running) [9,444 / 11,387] 205 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 153.9 MiB / 157.5 MiB; 23s remote-cache ... (34 actions, 0 running) [9,465 / 11,397] 205 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 24s remote-cache ... (35 actions, 0 running) [9,491 / 11,448] 205 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 116.0 MiB / 155.4 MiB; 17s remote-cache ... (35 actions, 0 running) [9,519 / 11,448] 205 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 124.0 MiB / 155.4 MiB; 18s remote-cache ... (35 actions, 0 running) [9,545 / 11,450] 206 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 132.0 MiB / 155.4 MiB; 19s remote-cache ... (35 actions, 0 running) [9,573 / 11,450] 207 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 140.0 MiB / 155.4 MiB; 21s remote-cache ... (35 actions, 0 running) [9,600 / 11,478] 208 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 149.0 MiB / 155.4 MiB; 22s remote-cache ... (35 actions, 0 running) [9,635 / 11,506] 209 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 23s remote-cache ... (34 actions, 0 running) [9,668 / 11,520] 209 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 23s remote-cache ... (35 actions, 0 running) [9,692 / 11,541] 209 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; 22s remote-cache ... (35 actions, 0 running) [9,716 / 11,573] 210 / 411 tests; GoCompilePkg pkg/statistics/handle/globalstats/executor.recompile1256.a; Downloading pkg/statistics/handle/globalstats/executor.recompile1256.a, 24.6 MiB / 41.0 MiB; 3s remote-cache ... (35 actions, 0 running) [9,737 / 11,573] 211 / 411 tests; GoCompilePkg pkg/statistics/handle/globalstats/executor.recompile1256.a; Downloading pkg/statistics/handle/globalstats/executor.recompile1256.a, 31.0 MiB / 41.0 MiB; 4s remote-cache ... (35 actions, 0 running) [9,763 / 11,573] 211 / 411 tests; GoCompilePkg pkg/statistics/handle/globalstats/executor.recompile1256.a; Downloading pkg/statistics/handle/globalstats/executor.recompile1256.a, 39.0 MiB / 41.0 MiB; 5s remote-cache ... (35 actions, 0 running) [9,791 / 11,573] 211 / 411 tests; GoCompilePkg pkg/statistics/handle/usage/executor.recompile1253.a; Downloading pkg/statistics/handle/usage/executor.recompile1253.a, 26.5 MiB / 41.0 MiB; 4s remote-cache ... (35 actions, 0 running) [9,825 / 11,573] 211 / 411 tests; GoCompilePkg pkg/statistics/handle/usage/executor.recompile1253.a; Downloading pkg/statistics/handle/usage/executor.recompile1253.a, 37.0 MiB / 41.0 MiB; 5s remote-cache ... (35 actions, 0 running) [9,862 / 11,573] 212 / 411 tests; Testing //pkg/sessionctx/binloginfo:binloginfo_test (shard 4 of 11); 2s remote-cache ... (35 actions, 0 running) [9,894 / 11,573] 212 / 411 tests; Testing //pkg/infoschema:infoschema_test (shard 7 of 20); Downloading pkg/infoschema/infoschema_test/shard_7_of_20/coverage.dat, 17.0 MiB / 18.4 MiB; 2s remote-cache ... (35 actions, 0 running) [9,926 / 11,573] 213 / 411 tests; Testing //pkg/table/tables:tables_test (shard 1 of 31); 2s remote-cache ... (35 actions, 0 running) [9,957 / 11,597] 213 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 26.0 MiB / 70.3 MiB; 3s remote-cache ... (35 actions, 0 running) [9,987 / 11,597] 214 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 35.0 MiB / 70.3 MiB; 4s remote-cache ... (34 actions, 0 running) [10,011 / 11,597] 214 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 45.0 MiB / 70.3 MiB; 5s remote-cache ... (35 actions, 0 running) [10,038 / 11,605] 214 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 53.0 MiB / 70.3 MiB; 6s remote-cache ... (35 actions, 0 running) [10,059 / 11,605] 214 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 61.0 MiB / 70.3 MiB; 7s remote-cache ... (35 actions, 0 running) [10,079 / 11,605] 215 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 69.0 MiB / 70.3 MiB; 8s remote-cache ... (35 actions, 0 running) [10,103 / 11,612] 215 / 411 tests; GoLink pkg/ddl/util/callback/callback_test_/callback_test; Downloading pkg/ddl/util/callback/callback_test_/callback_test, 64.0 MiB / 79.0 MiB; 8s remote-cache ... (35 actions, 0 running) [10,125 / 11,612] 215 / 411 tests; GoLink pkg/ddl/util/callback/callback_test_/callback_test; Downloading pkg/ddl/util/callback/callback_test_/callback_test, 72.0 MiB / 79.0 MiB; 9s remote-cache ... (35 actions, 0 running) [10,138 / 11,612] 215 / 411 tests; GoLink pkg/ddl/util/callback/callback_test_/callback_test; 10s remote-cache ... (35 actions, 0 running) [10,175 / 11,665] 217 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 85.0 MiB / 161.1 MiB; 11s remote-cache ... (35 actions, 0 running) [10,191 / 11,665] 219 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 93.0 MiB / 161.1 MiB; 12s remote-cache ... (35 actions, 0 running) [10,221 / 11,665] 221 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 100.0 MiB / 161.1 MiB; 13s remote-cache ... (35 actions, 0 running) [10,245 / 11,665] 221 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 108.0 MiB / 161.1 MiB; 14s remote-cache ... (35 actions, 0 running) [10,267 / 11,665] 221 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 116.0 MiB / 161.1 MiB; 15s remote-cache ... (35 actions, 0 running) [10,281 / 11,665] 221 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 123.0 MiB / 161.1 MiB; 16s remote-cache ... (35 actions, 0 running) [10,297 / 11,665] 221 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 130.0 MiB / 161.1 MiB; 17s remote-cache ... (35 actions, 0 running) [10,318 / 11,667] 222 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 137.0 MiB / 161.1 MiB; 18s remote-cache ... (35 actions, 0 running) [10,343 / 11,671] 222 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 145.0 MiB / 161.1 MiB; 19s remote-cache ... (35 actions, 0 running) [10,358 / 11,671] 223 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 152.0 MiB / 161.1 MiB; 20s remote-cache ... (35 actions, 0 running) [10,379 / 11,680] 224 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 160.0 MiB / 161.1 MiB; 21s remote-cache ... (35 actions, 0 running) [10,398 / 11,682] 224 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; Downloading pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test, 148.8 MiB / 158.0 MiB; 20s remote-cache ... (35 actions, 0 running) [10,417 / 11,682] 224 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; Downloading pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test, 156.0 MiB / 158.0 MiB; 21s remote-cache ... (35 actions, 0 running) [10,435 / 11,709] 224 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 75.0 MiB / 163.0 MiB; 11s remote-cache ... (35 actions, 0 running) [10,448 / 11,709] 224 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 81.0 MiB / 163.0 MiB; 12s remote-cache ... (35 actions, 0 running) [10,463 / 11,709] 226 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 88.0 MiB / 163.0 MiB; 13s remote-cache ... (35 actions, 0 running) [10,477 / 11,709] 226 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 95.0 MiB / 163.0 MiB; 14s remote-cache ... (35 actions, 0 running) [10,493 / 11,709] 226 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 102.0 MiB / 163.0 MiB; 15s remote-cache ... (35 actions, 0 running) [10,508 / 11,709] 226 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 109.0 MiB / 163.0 MiB; 16s remote-cache ... (35 actions, 0 running) [10,521 / 11,711] 226 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 116.0 MiB / 163.0 MiB; 17s remote-cache ... (35 actions, 0 running) [10,536 / 11,715] 226 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 122.0 MiB / 163.0 MiB; 18s remote-cache ... (35 actions, 0 running) [10,547 / 11,715] 226 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 128.0 MiB / 163.0 MiB; 19s remote-cache ... (35 actions, 0 running) [10,562 / 11,715] 228 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 134.0 MiB / 163.0 MiB; 21s remote-cache ... (35 actions, 0 running) [10,581 / 11,717] 230 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 141.0 MiB / 163.0 MiB; 22s remote-cache ... (35 actions, 0 running) [10,597 / 11,756] 230 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 148.0 MiB / 163.0 MiB; 23s remote-cache ... (35 actions, 0 running) [10,611 / 11,771] 230 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 154.0 MiB / 163.0 MiB; 24s remote-cache ... (35 actions, 0 running) [10,623 / 11,799] 231 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 161.0 MiB / 163.0 MiB; 25s remote-cache ... (35 actions, 0 running) [10,637 / 11,805] 231 / 411 tests; GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 25s remote-cache ... (35 actions, 0 running) [10,652 / 11,840] 231 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 147.0 MiB / 160.9 MiB; 23s remote-cache ... (35 actions, 0 running) [10,663 / 11,840] 231 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 153.0 MiB / 160.9 MiB; 24s remote-cache ... (35 actions, 0 running) [10,680 / 11,891] 231 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 160.0 MiB / 160.9 MiB; 25s remote-cache ... (35 actions, 0 running) [10,698 / 11,942] 231 / 411 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 149.0 MiB / 158.1 MiB; 24s remote-cache ... (35 actions, 0 running) [10,714 / 11,962] 231 / 411 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 155.0 MiB / 158.1 MiB; 25s remote-cache ... (35 actions, 0 running) [10,741 / 12,005] 231 / 411 tests; GoLink pkg/util/keydecoder/keydecoder_test_/keydecoder_test; Downloading pkg/util/keydecoder/keydecoder_test_/keydecoder_test, 99.0 MiB / 99.9 MiB; 16s remote-cache ... (35 actions, 0 running) [10,765 / 12,007] 231 / 411 tests; GoLink br/pkg/restore/file_importer/file_importer_test_/file_importer_test; Downloading br/pkg/restore/file_importer/file_importer_test_/file_importer_test, 53.0 MiB / 86.5 MiB; 9s remote-cache ... (34 actions, 0 running) [10,784 / 12,011] 233 / 411 tests; GoLink br/pkg/restore/file_importer/file_importer_test_/file_importer_test; Downloading br/pkg/restore/file_importer/file_importer_test_/file_importer_test, 60.0 MiB / 86.5 MiB; 10s remote-cache ... (35 actions, 0 running) [10,800 / 12,011] 233 / 411 tests; GoLink br/pkg/restore/file_importer/file_importer_test_/file_importer_test; Downloading br/pkg/restore/file_importer/file_importer_test_/file_importer_test, 66.0 MiB / 86.5 MiB; 11s remote-cache ... (35 actions, 0 running) [10,823 / 12,011] 233 / 411 tests; GoLink br/pkg/restore/file_importer/file_importer_test_/file_importer_test; Downloading br/pkg/restore/file_importer/file_importer_test_/file_importer_test, 74.0 MiB / 86.5 MiB; 12s remote-cache ... (35 actions, 0 running) [10,840 / 12,011] 233 / 411 tests; GoLink br/pkg/restore/file_importer/file_importer_test_/file_importer_test; Downloading br/pkg/restore/file_importer/file_importer_test_/file_importer_test, 81.0 MiB / 86.5 MiB; 13s remote-cache ... (35 actions, 0 running) [10,854 / 12,011] 233 / 411 tests; GoLink br/pkg/restore/file_importer/file_importer_test_/file_importer_test; 14s remote-cache ... (35 actions, 0 running) [10,875 / 12,023] 233 / 411 tests; GoLink pkg/executor/aggregate/aggregate_test_/aggregate_test; Downloading pkg/executor/aggregate/aggregate_test_/aggregate_test, 94.0 MiB / 100.6 MiB; 15s remote-cache ... (35 actions, 0 running) [10,885 / 12,023] 234 / 411 tests; GoLink pkg/executor/aggregate/aggregate_test_/aggregate_test; Downloading pkg/executor/aggregate/aggregate_test_/aggregate_test, 100.0 MiB / 100.6 MiB; 16s remote-cache ... (35 actions, 0 running) [10,904 / 12,027] 235 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 62.0 MiB / 161.0 MiB; 9s remote-cache ... (35 actions, 0 running) [10,917 / 12,027] 235 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 69.0 MiB / 161.0 MiB; 10s remote-cache ... (35 actions, 0 running) [10,925 / 12,027] 235 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 75.0 MiB / 161.0 MiB; 11s remote-cache ... (35 actions, 0 running) [10,941 / 12,027] 235 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 81.0 MiB / 161.0 MiB; 13s remote-cache ... (35 actions, 0 running) [10,953 / 12,027] 236 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 87.0 MiB / 161.0 MiB; 14s remote-cache ... (35 actions, 0 running) [10,961 / 12,027] 236 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 93.0 MiB / 161.0 MiB; 15s remote-cache ... (35 actions, 0 running) [10,970 / 12,027] 236 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 99.0 MiB / 161.0 MiB; 16s remote-cache ... (35 actions, 0 running) [10,982 / 12,027] 238 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 106.0 MiB / 161.0 MiB; 17s remote-cache ... (35 actions, 0 running) [11,004 / 12,027] 239 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 112.0 MiB / 161.0 MiB; 18s remote-cache ... (35 actions, 0 running) [11,019 / 12,027] 239 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 119.0 MiB / 161.0 MiB; 19s remote-cache ... (35 actions, 0 running) [11,035 / 12,027] 239 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 125.0 MiB / 161.0 MiB; 20s remote-cache ... (35 actions, 0 running) [11,050 / 12,027] 240 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 132.0 MiB / 161.0 MiB; 21s remote-cache ... (35 actions, 0 running) [11,064 / 12,027] 240 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 138.0 MiB / 161.0 MiB; 22s remote-cache ... (35 actions, 0 running) [11,073 / 12,027] 240 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 145.0 MiB / 161.0 MiB; 23s remote-cache ... (35 actions, 0 running) [11,083 / 12,027] 240 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 151.0 MiB / 161.0 MiB; 24s remote-cache ... (35 actions, 0 running) [11,098 / 12,027] 240 / 411 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 158.0 MiB / 161.0 MiB; 25s remote-cache ... (35 actions, 0 running) [11,113 / 12,044] 240 / 411 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 130.0 MiB / 158.1 MiB; 22s remote-cache ... (35 actions, 0 running) [11,125 / 12,044] 240 / 411 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 136.0 MiB / 158.1 MiB; 23s remote-cache ... (35 actions, 0 running) [11,138 / 12,044] 241 / 411 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 143.0 MiB / 158.1 MiB; 24s remote-cache ... (35 actions, 0 running) [11,151 / 12,044] 242 / 411 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 149.1 MiB / 158.1 MiB; 25s remote-cache ... (35 actions, 0 running) [11,163 / 12,044] 243 / 411 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 156.6 MiB / 158.1 MiB; 26s remote-cache ... (35 actions, 0 running) [11,176 / 12,095] 243 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 118.0 MiB / 157.6 MiB; 19s remote-cache ... (35 actions, 0 running) [11,191 / 12,095] 243 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 126.0 MiB / 157.6 MiB; 21s remote-cache ... (35 actions, 0 running) [11,199 / 12,095] 243 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 132.0 MiB / 157.6 MiB; 22s remote-cache ... (35 actions, 0 running) [11,215 / 12,118] 243 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 139.0 MiB / 157.6 MiB; 23s remote-cache ... (35 actions, 0 running) [11,225 / 12,118] 243 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 145.0 MiB / 157.6 MiB; 24s remote-cache ... (35 actions, 0 running) [11,234 / 12,118] 243 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; Downloading pkg/util/profile/profile_test_/profile_test, 151.0 MiB / 157.6 MiB; 25s remote-cache ... (35 actions, 0 running) [11,251 / 12,120] 244 / 411 tests; GoLink pkg/util/profile/profile_test_/profile_test; 26s remote-cache ... (35 actions, 0 running) [11,258 / 12,122] 246 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 92.1 MiB / 211.4 MiB; 16s remote-cache ... (35 actions, 0 running) [11,266 / 12,122] 247 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 98.0 MiB / 211.4 MiB; 17s remote-cache ... (35 actions, 0 running) [11,281 / 12,122] 247 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 105.0 MiB / 211.4 MiB; 18s remote-cache ... (35 actions, 0 running) [11,294 / 12,122] 248 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 114.0 MiB / 211.4 MiB; 19s remote-cache ... (35 actions, 0 running) [11,304 / 12,122] 249 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 119.0 MiB / 211.4 MiB; 20s remote-cache ... (35 actions, 0 running) [11,315 / 12,122] 250 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 126.0 MiB / 211.4 MiB; 21s remote-cache ... (35 actions, 0 running) [11,329 / 12,122] 250 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 134.0 MiB / 211.4 MiB; 22s remote-cache ... (35 actions, 0 running) [11,344 / 12,122] 251 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 140.0 MiB / 211.4 MiB; 23s remote-cache ... (35 actions, 0 running) [11,357 / 12,148] 252 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 146.0 MiB / 211.4 MiB; 25s remote-cache ... (35 actions, 0 running) [11,370 / 12,148] 253 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 153.0 MiB / 211.4 MiB; 26s remote-cache ... (35 actions, 0 running) [11,380 / 12,148] 253 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 159.0 MiB / 211.4 MiB; 27s remote-cache ... (35 actions, 0 running) [11,391 / 12,154] 253 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 165.0 MiB / 211.4 MiB; 28s remote-cache ... (35 actions, 0 running) [11,402 / 12,154] 253 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 172.0 MiB / 211.4 MiB; 29s remote-cache ... (35 actions, 0 running) [11,412 / 12,154] 253 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 179.0 MiB / 211.4 MiB; 30s remote-cache ... (35 actions, 0 running) [11,420 / 12,154] 253 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 184.0 MiB / 211.4 MiB; 31s remote-cache ... (35 actions, 0 running) [11,430 / 12,154] 253 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 190.0 MiB / 211.4 MiB; 32s remote-cache ... (35 actions, 0 running) [11,437 / 12,154] 253 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 195.0 MiB / 211.4 MiB; 33s remote-cache ... (35 actions, 0 running) [11,447 / 12,154] 253 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 201.0 MiB / 211.4 MiB; 34s remote-cache ... (35 actions, 0 running) [11,459 / 12,154] 253 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; Downloading pkg/ddl/ingest/ingest_test_/ingest_test, 207.0 MiB / 211.4 MiB; 36s remote-cache ... (35 actions, 0 running) [11,469 / 12,154] 253 / 411 tests; GoLink pkg/ddl/ingest/ingest_test_/ingest_test; 37s remote-cache ... (35 actions, 0 running) [11,482 / 12,201] 253 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 203.0 MiB / 271.3 MiB; 35s remote-cache ... (35 actions, 0 running) [11,492 / 12,212] 253 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 209.0 MiB / 271.3 MiB; 36s remote-cache ... (35 actions, 0 running) [11,501 / 12,212] 253 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 215.0 MiB / 271.3 MiB; 37s remote-cache ... (35 actions, 0 running) [11,511 / 12,212] 253 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 222.0 MiB / 271.3 MiB; 38s remote-cache ... (35 actions, 0 running) [11,527 / 12,237] 253 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 229.0 MiB / 271.3 MiB; 39s remote-cache ... (35 actions, 0 running) [11,542 / 12,237] 253 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 237.0 MiB / 271.3 MiB; 41s remote-cache ... (35 actions, 0 running) [11,547 / 12,237] 254 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 243.0 MiB / 271.3 MiB; 42s remote-cache ... (35 actions, 0 running) [11,558 / 12,237] 256 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 250.0 MiB / 271.3 MiB; 43s remote-cache ... (35 actions, 0 running) [11,567 / 12,237] 256 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 256.0 MiB / 271.3 MiB; 44s remote-cache ... (35 actions, 0 running) [11,575 / 12,237] 256 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 263.0 MiB / 271.3 MiB; 45s remote-cache ... (35 actions, 0 running) [11,582 / 12,237] 256 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 269.0 MiB / 271.3 MiB; 46s remote-cache ... (35 actions, 0 running) [11,587 / 12,237] 256 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 47s remote-cache ... (35 actions, 0 running) [11,596 / 12,288] 256 / 411 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 174.0 MiB / 215.1 MiB; 31s remote-cache ... (35 actions, 0 running) [11,602 / 12,288] 256 / 411 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 183.0 MiB / 215.1 MiB; 32s remote-cache ... (35 actions, 0 running) [11,609 / 12,339] 256 / 411 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 188.0 MiB / 215.1 MiB; 33s remote-cache ... (35 actions, 0 running) [11,621 / 12,339] 256 / 411 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 195.0 MiB / 215.1 MiB; 35s remote-cache ... (35 actions, 0 running) [11,629 / 12,343] 256 / 411 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 201.0 MiB / 215.1 MiB; 36s remote-cache ... (35 actions, 0 running) [11,636 / 12,343] 257 / 411 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 206.0 MiB / 215.1 MiB; 37s remote-cache ... (35 actions, 0 running) [11,648 / 12,352] 257 / 411 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 212.0 MiB / 215.1 MiB; 38s remote-cache ... (35 actions, 0 running) [11,655 / 12,352] 257 / 411 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 39s remote-cache ... (35 actions, 0 running) [11,663 / 12,403] 259 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 38s remote-cache ... (35 actions, 0 running) [11,673 / 12,454] 259 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 173.0 MiB / 211.8 MiB; 31s remote-cache ... (35 actions, 0 running) [11,682 / 12,454] 259 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 179.0 MiB / 211.8 MiB; 32s remote-cache ... (35 actions, 0 running) [11,693 / 12,454] 259 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 186.0 MiB / 211.8 MiB; 34s remote-cache ... (35 actions, 0 running) [11,699 / 12,454] 259 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 192.0 MiB / 211.8 MiB; 35s remote-cache ... (35 actions, 0 running) [11,708 / 12,454] 259 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 198.0 MiB / 211.8 MiB; 36s remote-cache ... (35 actions, 0 running) [11,715 / 12,454] 259 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 203.0 MiB / 211.8 MiB; 37s remote-cache ... (35 actions, 0 running) [11,725 / 12,502] 259 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 209.0 MiB / 211.8 MiB; 38s remote-cache ... (35 actions, 0 running) [11,734 / 12,568] 259 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 172.0 MiB / 210.2 MiB; 31s remote-cache ... (35 actions, 0 running) [11,744 / 12,568] 259 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 179.0 MiB / 210.2 MiB; 32s remote-cache ... (35 actions, 0 running) [11,752 / 12,570] 259 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 186.0 MiB / 210.2 MiB; 34s remote-cache ... (35 actions, 0 running) [11,764 / 12,621] 259 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 192.2 MiB / 210.2 MiB; 35s remote-cache ... (35 actions, 0 running) [11,778 / 12,647] 259 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 199.0 MiB / 210.2 MiB; 36s remote-cache ... (35 actions, 0 running) [11,790 / 12,647] 261 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 206.0 MiB / 210.2 MiB; 37s remote-cache ... (35 actions, 0 running) [11,802 / 12,649] 262 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 38s remote-cache ... (35 actions, 0 running) [11,811 / 12,675] 262 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 199.0 MiB / 211.7 MiB; 36s remote-cache ... (35 actions, 0 running) [11,820 / 12,675] 263 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 205.0 MiB / 211.7 MiB; 37s remote-cache ... (35 actions, 0 running) [11,832 / 12,726] 263 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 211.0 MiB / 211.7 MiB; 38s remote-cache ... (35 actions, 0 running) [11,845 / 12,743] 265 / 411 tests; GoLink br/pkg/backup/backup_test_/backup_test; Downloading br/pkg/backup/backup_test_/backup_test, 199.0 MiB / 215.3 MiB; 36s remote-cache ... (35 actions, 0 running) [11,854 / 12,743] 266 / 411 tests; GoLink br/pkg/backup/backup_test_/backup_test; Downloading br/pkg/backup/backup_test_/backup_test, 205.0 MiB / 215.3 MiB; 37s remote-cache ... (35 actions, 0 running) [11,864 / 12,750] 266 / 411 tests; GoLink br/pkg/backup/backup_test_/backup_test; Downloading br/pkg/backup/backup_test_/backup_test, 212.0 MiB / 215.3 MiB; 38s remote-cache ... (35 actions, 0 running) [11,882 / 12,750] 266 / 411 tests; GoLink br/pkg/backup/backup_test_/backup_test; 39s remote-cache ... (35 actions, 0 running) [11,888 / 12,759] 266 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 163.0 MiB / 223.1 MiB; 29s remote-cache ... (35 actions, 0 running) [11,896 / 12,759] 266 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 169.1 MiB / 223.1 MiB; 30s remote-cache ... (35 actions, 0 running) [11,905 / 12,759] 266 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 176.0 MiB / 223.1 MiB; 31s remote-cache ... (35 actions, 0 running) [11,916 / 12,759] 267 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 182.0 MiB / 223.1 MiB; 32s remote-cache ... (35 actions, 0 running) [11,932 / 12,761] 267 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 190.0 MiB / 223.1 MiB; 34s remote-cache ... (35 actions, 0 running) [11,940 / 12,761] 267 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 197.0 MiB / 223.1 MiB; 35s remote-cache ... (35 actions, 0 running) [11,949 / 12,761] 267 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 203.0 MiB / 223.1 MiB; 36s remote-cache ... (35 actions, 0 running) [11,956 / 12,761] 268 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 208.0 MiB / 223.1 MiB; 37s remote-cache ... (35 actions, 0 running) [11,964 / 12,761] 268 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 214.0 MiB / 223.1 MiB; 38s remote-cache ... (35 actions, 0 running) [11,975 / 12,774] 269 / 411 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 221.0 MiB / 223.1 MiB; 39s remote-cache ... (35 actions, 0 running) [11,987 / 12,805] 269 / 411 tests; GoLink lightning/pkg/server/server_test_/server_test; Downloading lightning/pkg/server/server_test_/server_test, 101.0 MiB / 155.0 MiB; 18s remote-cache ... (35 actions, 0 running) [11,994 / 12,805] 269 / 411 tests; GoLink lightning/pkg/server/server_test_/server_test; Downloading lightning/pkg/server/server_test_/server_test, 107.0 MiB / 155.0 MiB; 19s remote-cache ... (35 actions, 0 running) [12,000 / 12,805] 270 / 411 tests; GoLink lightning/pkg/server/server_test_/server_test; Downloading lightning/pkg/server/server_test_/server_test, 112.0 MiB / 155.0 MiB; 20s remote-cache ... (35 actions, 0 running) [12,008 / 12,805] 270 / 411 tests; GoLink lightning/pkg/server/server_test_/server_test; Downloading lightning/pkg/server/server_test_/server_test, 120.0 MiB / 155.0 MiB; 21s remote-cache ... (35 actions, 0 running) [12,017 / 12,805] 271 / 411 tests; GoLink lightning/pkg/server/server_test_/server_test; Downloading lightning/pkg/server/server_test_/server_test, 126.0 MiB / 155.0 MiB; 22s remote-cache ... (35 actions, 0 running) [12,024 / 12,805] 271 / 411 tests; GoLink lightning/pkg/server/server_test_/server_test; Downloading lightning/pkg/server/server_test_/server_test, 132.0 MiB / 155.0 MiB; 23s remote-cache ... (35 actions, 0 running) [12,032 / 12,805] 271 / 411 tests; GoLink lightning/pkg/server/server_test_/server_test; Downloading lightning/pkg/server/server_test_/server_test, 138.0 MiB / 155.0 MiB; 25s remote-cache ... (35 actions, 0 running) [12,042 / 12,805] 271 / 411 tests; GoLink lightning/pkg/server/server_test_/server_test; Downloading lightning/pkg/server/server_test_/server_test, 144.0 MiB / 155.0 MiB; 26s remote-cache ... (35 actions, 0 running) [12,050 / 12,805] 271 / 411 tests; GoLink lightning/pkg/server/server_test_/server_test; Downloading lightning/pkg/server/server_test_/server_test, 152.0 MiB / 155.0 MiB; 27s remote-cache ... (35 actions, 0 running) [12,056 / 12,805] 271 / 411 tests; GoLink lightning/pkg/server/server_test_/server_test; 28s remote-cache ... (35 actions, 0 running) [12,068 / 12,813] 271 / 411 tests; GoLink lightning/cmd/tidb-lightning-ctl/tidb-lightning-ctl_test_/tidb-lightning-ctl_test; Downloading lightning/cmd/tidb-lightning-ctl/tidb-lightning-ctl_test_/tidb-lightning-ctl_test, 142.0 MiB / 152.0 MiB; 25s remote-cache ... (35 actions, 0 running) [12,073 / 12,813] 272 / 411 tests; GoLink lightning/cmd/tidb-lightning-ctl/tidb-lightning-ctl_test_/tidb-lightning-ctl_test; Downloading lightning/cmd/tidb-lightning-ctl/tidb-lightning-ctl_test_/tidb-lightning-ctl_test, 147.0 MiB / 152.0 MiB; 26s remote-cache ... (35 actions, 0 running) [12,078 / 12,813] 272 / 411 tests; GoLink lightning/cmd/tidb-lightning-ctl/tidb-lightning-ctl_test_/tidb-lightning-ctl_test; 27s remote-cache ... (35 actions, 0 running) [12,087 / 12,815] 272 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 159.0 MiB / 219.3 MiB; 29s remote-cache ... (35 actions, 0 running) [12,101 / 12,817] 273 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 165.0 MiB / 219.3 MiB; 30s remote-cache ... (35 actions, 0 running) [12,104 / 12,817] 273 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 170.0 MiB / 219.3 MiB; 31s remote-cache ... (35 actions, 0 running) [12,109 / 12,817] 273 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 176.0 MiB / 219.3 MiB; 32s remote-cache ... (35 actions, 0 running) [12,121 / 12,817] 275 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 182.0 MiB / 219.3 MiB; 33s remote-cache ... (35 actions, 0 running) [12,135 / 12,817] 276 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 189.0 MiB / 219.3 MiB; 34s remote-cache ... (35 actions, 0 running) [12,148 / 12,817] 276 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 197.0 MiB / 219.3 MiB; 35s remote-cache ... (35 actions, 0 running) [12,156 / 12,817] 276 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 203.6 MiB / 219.3 MiB; 36s remote-cache ... (35 actions, 0 running) [12,164 / 12,817] 276 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 209.0 MiB / 219.3 MiB; 37s remote-cache ... (35 actions, 0 running) [12,171 / 12,817] 276 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 215.0 MiB / 219.3 MiB; 38s remote-cache ... (35 actions, 0 running) [12,184 / 12,834] 277 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; 39s remote-cache ... (35 actions, 0 running) [12,196 / 12,841] 277 / 411 tests; GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; Downloading pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test, 203.0 MiB / 211.3 MiB; 36s remote-cache ... (35 actions, 0 running) [12,210 / 12,848] 277 / 411 tests; GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; Downloading pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test, 210.0 MiB / 211.3 MiB; 37s remote-cache ... (35 actions, 0 running) [12,224 / 12,852] 277 / 411 tests; GoLink pkg/bindinfo/tests/tests_test_/tests_test; Downloading pkg/bindinfo/tests/tests_test_/tests_test, 210.0 MiB / 211.4 MiB; 37s remote-cache ... (35 actions, 0 running) [12,238 / 12,878] 277 / 411 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 179.0 MiB / 211.0 MiB; 31s remote-cache ... (35 actions, 0 running) [12,247 / 12,898] 277 / 411 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 185.0 MiB / 211.0 MiB; 32s remote-cache ... (35 actions, 0 running) [12,253 / 12,898] 277 / 411 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 191.0 MiB / 211.0 MiB; 33s remote-cache ... (35 actions, 0 running) [12,269 / 12,898] 277 / 411 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 198.0 MiB / 211.0 MiB; 34s remote-cache ... (35 actions, 0 running) [12,284 / 12,898] 278 / 411 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 207.0 MiB / 211.0 MiB; 36s remote-cache ... (35 actions, 0 running) [12,294 / 12,898] 280 / 411 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; 37s remote-cache ... (35 actions, 0 running) [12,307 / 12,916] 280 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 84.0 MiB / 211.4 MiB; 14s remote-cache ... (35 actions, 0 running) [12,323 / 12,916] 280 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 92.0 MiB / 211.4 MiB; 15s remote-cache ... (35 actions, 0 running) [12,332 / 12,918] 280 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 98.0 MiB / 211.4 MiB; 16s remote-cache ... (35 actions, 0 running) [12,347 / 12,920] 281 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 105.0 MiB / 211.4 MiB; 18s remote-cache ... (35 actions, 0 running) [12,354 / 12,920] 283 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 111.0 MiB / 211.4 MiB; 19s remote-cache ... (35 actions, 0 running) [12,367 / 12,920] 284 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 117.0 MiB / 211.4 MiB; 20s remote-cache ... (35 actions, 0 running) [12,380 / 12,920] 284 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 123.0 MiB / 211.4 MiB; 21s remote-cache ... (35 actions, 0 running) [12,392 / 12,920] 286 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 132.0 MiB / 211.4 MiB; 22s remote-cache ... (35 actions, 0 running) [12,404 / 12,920] 287 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 138.0 MiB / 211.4 MiB; 23s remote-cache ... (35 actions, 0 running) [12,413 / 12,920] 288 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 145.0 MiB / 211.4 MiB; 24s remote-cache ... (35 actions, 0 running) [12,424 / 12,922] 288 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 151.0 MiB / 211.4 MiB; 25s remote-cache ... (35 actions, 0 running) [12,437 / 12,922] 288 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 158.0 MiB / 211.4 MiB; 26s remote-cache ... (35 actions, 0 running) [12,447 / 12,922] 290 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 165.0 MiB / 211.4 MiB; 27s remote-cache ... (35 actions, 0 running) [12,458 / 12,922] 291 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 171.0 MiB / 211.4 MiB; 28s remote-cache ... (35 actions, 0 running) [12,466 / 12,922] 292 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 178.0 MiB / 211.4 MiB; 30s remote-cache ... (35 actions, 0 running) [12,472 / 12,922] 292 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 183.0 MiB / 211.4 MiB; 31s remote-cache ... (35 actions, 0 running) [12,483 / 12,922] 293 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 190.0 MiB / 211.4 MiB; 32s remote-cache ... (35 actions, 0 running) [12,493 / 12,922] 294 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 196.0 MiB / 211.4 MiB; 33s remote-cache ... (35 actions, 0 running) [12,502 / 12,922] 294 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 203.0 MiB / 211.4 MiB; 34s remote-cache ... (35 actions, 0 running) [12,512 / 12,922] 294 / 411 tests; GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; Downloading pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test, 209.0 MiB / 211.4 MiB; 35s remote-cache ... (35 actions, 0 running) [12,521 / 12,928] 294 / 411 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; Downloading pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test, 191.0 MiB / 211.3 MiB; 32s remote-cache ... (35 actions, 0 running) [12,526 / 12,928] 294 / 411 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; Downloading pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test, 197.0 MiB / 211.3 MiB; 33s remote-cache ... (35 actions, 0 running) [12,532 / 12,928] 294 / 411 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; Downloading pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test, 202.0 MiB / 211.3 MiB; 34s remote-cache ... (35 actions, 0 running) [12,540 / 12,928] 295 / 411 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; Downloading pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test, 208.0 MiB / 211.3 MiB; 35s remote-cache ... (35 actions, 0 running) [12,546 / 12,930] 296 / 411 tests; GoLink lightning/pkg/importer/importer_test_/importer_test; Downloading lightning/pkg/importer/importer_test_/importer_test, 135.0 MiB / 167.0 MiB; 23s remote-cache ... (35 actions, 0 running) [12,550 / 12,930] 296 / 411 tests; GoLink lightning/pkg/importer/importer_test_/importer_test; Downloading lightning/pkg/importer/importer_test_/importer_test, 141.0 MiB / 167.0 MiB; 24s remote-cache ... (35 actions, 0 running) [12,555 / 12,930] 296 / 411 tests; GoLink lightning/pkg/importer/importer_test_/importer_test; Downloading lightning/pkg/importer/importer_test_/importer_test, 147.0 MiB / 167.0 MiB; 25s remote-cache ... (35 actions, 0 running) [12,559 / 12,930] 297 / 411 tests; GoLink lightning/pkg/importer/importer_test_/importer_test; Downloading lightning/pkg/importer/importer_test_/importer_test, 153.0 MiB / 167.0 MiB; 27s remote-cache ... (35 actions, 0 running) [12,564 / 12,930] 297 / 411 tests; GoLink lightning/pkg/importer/importer_test_/importer_test; Downloading lightning/pkg/importer/importer_test_/importer_test, 158.0 MiB / 167.0 MiB; 28s remote-cache ... (35 actions, 0 running) [12,568 / 12,943] 298 / 411 tests; GoLink lightning/pkg/importer/importer_test_/importer_test; Downloading lightning/pkg/importer/importer_test_/importer_test, 164.0 MiB / 167.0 MiB; 29s remote-cache ... (35 actions, 0 running) [12,573 / 12,943] 298 / 411 tests; GoLink lightning/pkg/importer/importer_test_/importer_test; 30s remote-cache ... (35 actions, 0 running) [12,580 / 12,994] 298 / 411 tests; GoLink pkg/statistics/handle/syncload/syncload_test_/syncload_test; Downloading pkg/statistics/handle/syncload/syncload_test_/syncload_test, 163.6 MiB / 210.9 MiB; 29s remote-cache ... (35 actions, 0 running) [12,581 / 12,994] 299 / 411 tests; GoLink pkg/statistics/handle/syncload/syncload_test_/syncload_test; Downloading pkg/statistics/handle/syncload/syncload_test_/syncload_test, 169.0 MiB / 210.9 MiB; 31s remote-cache ... (35 actions, 0 running) [12,587 / 12,996] 300 / 411 tests; GoLink pkg/statistics/handle/syncload/syncload_test_/syncload_test; Downloading pkg/statistics/handle/syncload/syncload_test_/syncload_test, 177.0 MiB / 210.9 MiB; 32s remote-cache ... (35 actions, 0 running) [12,597 / 13,000] 301 / 411 tests; GoLink pkg/statistics/handle/syncload/syncload_test_/syncload_test; Downloading pkg/statistics/handle/syncload/syncload_test_/syncload_test, 183.0 MiB / 210.9 MiB; 33s remote-cache ... (34 actions, 0 running) [12,602 / 13,000] 301 / 411 tests; GoLink pkg/statistics/handle/syncload/syncload_test_/syncload_test; Downloading pkg/statistics/handle/syncload/syncload_test_/syncload_test, 188.1 MiB / 210.9 MiB; 34s remote-cache ... (35 actions, 0 running) [12,604 / 13,000] 302 / 411 tests; GoLink pkg/statistics/handle/syncload/syncload_test_/syncload_test; Downloading pkg/statistics/handle/syncload/syncload_test_/syncload_test, 194.0 MiB / 210.9 MiB; 35s remote-cache ... (35 actions, 0 running) [12,608 / 13,000] 303 / 411 tests; GoLink pkg/statistics/handle/syncload/syncload_test_/syncload_test; Downloading pkg/statistics/handle/syncload/syncload_test_/syncload_test, 199.1 MiB / 210.9 MiB; 36s remote-cache ... (35 actions, 0 running) [12,612 / 13,000] 303 / 411 tests; GoLink pkg/statistics/handle/syncload/syncload_test_/syncload_test; Downloading pkg/statistics/handle/syncload/syncload_test_/syncload_test, 205.6 MiB / 210.9 MiB; 38s remote-cache ... (35 actions, 0 running) [12,618 / 13,052] 303 / 411 tests; GoLink pkg/statistics/handle/syncload/syncload_test_/syncload_test; 39s remote-cache ... (35 actions, 0 running) [12,625 / 13,060] 303 / 411 tests; GoLink pkg/statistics/handle/autoanalyze/refresher/refresher_test_/refresher_test; 30s remote-cache ... (35 actions, 0 running) [12,630 / 13,074] 303 / 411 tests; GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; Downloading pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test, 159.0 MiB / 211.4 MiB; 30s remote-cache ... (35 actions, 0 running) [12,637 / 13,076] 303 / 411 tests; GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; Downloading pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test, 166.0 MiB / 211.4 MiB; 32s remote-cache ... (35 actions, 0 running) [12,643 / 13,076] 304 / 411 tests; GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; Downloading pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test, 172.0 MiB / 211.4 MiB; 33s remote-cache ... (34 actions, 0 running) [12,648 / 13,105] 304 / 411 tests; GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; Downloading pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test, 178.0 MiB / 211.4 MiB; 34s remote-cache ... (35 actions, 0 running) [12,653 / 13,105] 304 / 411 tests; GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; Downloading pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test, 184.0 MiB / 211.4 MiB; 35s remote-cache ... (35 actions, 0 running) [12,660 / 13,105] 306 / 411 tests; GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; Downloading pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test, 189.0 MiB / 211.4 MiB; 36s remote-cache ... (35 actions, 0 running) [12,664 / 13,105] 306 / 411 tests; GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; Downloading pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test, 194.0 MiB / 211.4 MiB; 37s remote-cache ... (35 actions, 0 running) [12,674 / 13,109] 306 / 411 tests; GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; Downloading pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test, 200.0 MiB / 211.4 MiB; 38s remote-cache ... (35 actions, 0 running) [12,680 / 13,109] 307 / 411 tests; GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; Downloading pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test, 206.1 MiB / 211.4 MiB; 39s remote-cache ... (35 actions, 0 running) [12,684 / 13,109] 307 / 411 tests; GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 40s remote-cache ... (35 actions, 0 running) [12,690 / 13,163] 307 / 411 tests; GoLink pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test; Downloading pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test, 202.0 MiB / 211.4 MiB; 39s remote-cache ... (35 actions, 0 running) [12,699 / 13,163] 308 / 411 tests; GoLink pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test; Downloading pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test, 208.0 MiB / 211.4 MiB; 40s remote-cache ... (35 actions, 0 running) [12,704 / 13,181] 308 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 206.0 MiB / 211.3 MiB; 40s remote-cache ... (35 actions, 0 running) [12,711 / 13,181] 308 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 211.2 MiB / 211.3 MiB; 41s remote-cache ... (35 actions, 0 running) [12,722 / 13,190] 308 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 210.3 MiB / 211.3 MiB; 41s remote-cache ... (35 actions, 0 running) [12,730 / 13,220] 310 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 193.0 MiB / 211.3 MiB; 38s remote-cache ... (35 actions, 0 running) [12,734 / 13,220] 310 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 200.0 MiB / 211.3 MiB; 39s remote-cache ... (35 actions, 0 running) [12,739 / 13,220] 311 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; Downloading pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test, 206.0 MiB / 211.3 MiB; 40s remote-cache ... (35 actions, 0 running) [12,747 / 13,220] 311 / 411 tests; GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 41s remote-cache ... (35 actions, 0 running) [12,755 / 13,234] 311 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 197.0 MiB / 211.3 MiB; 38s remote-cache ... (35 actions, 0 running) [12,761 / 13,234] 311 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 202.1 MiB / 211.3 MiB; 39s remote-cache ... (35 actions, 0 running) [12,766 / 13,234] 311 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 209.0 MiB / 211.3 MiB; 40s remote-cache ... (35 actions, 0 running) [12,775 / 13,234] 312 / 411 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 41s remote-cache ... (35 actions, 0 running) [12,782 / 13,240] 313 / 411 tests; GoLink pkg/session/test/txn/txn_test_/txn_test; Downloading pkg/session/test/txn/txn_test_/txn_test, 210.0 MiB / 211.3 MiB; 41s remote-cache ... (35 actions, 0 running) [12,790 / 13,249] 313 / 411 tests; GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; Downloading pkg/statistics/handle/handletest/handletest_test_/handletest_test, 205.0 MiB / 211.4 MiB; 40s remote-cache ... (35 actions, 0 running) [12,797 / 13,249] 314 / 411 tests; GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; Downloading pkg/statistics/handle/handletest/handletest_test_/handletest_test, 211.0 MiB / 211.4 MiB; 41s remote-cache ... (35 actions, 0 running) [12,808 / 13,283] 314 / 411 tests; GoLink pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test; Downloading pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test, 191.0 MiB / 211.3 MiB; 37s remote-cache ... (35 actions, 0 running) [12,815 / 13,283] 315 / 411 tests; GoLink pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test; Downloading pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test, 197.5 MiB / 211.3 MiB; 38s remote-cache ... (35 actions, 0 running) [12,820 / 13,283] 315 / 411 tests; GoLink pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test; Downloading pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test, 203.0 MiB / 211.3 MiB; 39s remote-cache ... (35 actions, 0 running) [12,827 / 13,283] 315 / 411 tests; GoLink pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test; Downloading pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test, 209.0 MiB / 211.3 MiB; 40s remote-cache ... (35 actions, 0 running) [12,833 / 13,289] 315 / 411 tests; GoLink pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test; Downloading pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test, 211.0 MiB / 211.5 MiB; 41s remote-cache ... (35 actions, 0 running) [12,840 / 13,322] 315 / 411 tests; GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; 42s remote-cache ... (35 actions, 0 running) [12,848 / 13,351] 315 / 411 tests; GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; Downloading pkg/executor/test/simpletest/simpletest_test_/simpletest_test, 202.0 MiB / 214.9 MiB; 39s remote-cache ... (35 actions, 0 running) [12,858 / 13,376] 315 / 411 tests; GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; Downloading pkg/executor/test/simpletest/simpletest_test_/simpletest_test, 209.0 MiB / 214.9 MiB; 40s remote-cache ... (35 actions, 0 running) [12,862 / 13,376] 316 / 411 tests; GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; 42s remote-cache ... (35 actions, 0 running) [12,872 / 13,416] 316 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 150.0 MiB / 211.5 MiB; 29s remote-cache ... (35 actions, 0 running) [12,879 / 13,416] 316 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 157.0 MiB / 211.5 MiB; 30s remote-cache ... (35 actions, 0 running) [12,888 / 13,416] 318 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 163.0 MiB / 211.5 MiB; 31s remote-cache ... (35 actions, 0 running) [12,894 / 13,416] 318 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 169.0 MiB / 211.5 MiB; 32s remote-cache ... (35 actions, 0 running) [12,905 / 13,416] 318 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 175.0 MiB / 211.5 MiB; 33s remote-cache ... (35 actions, 0 running) [12,921 / 13,438] 318 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 183.0 MiB / 211.5 MiB; 35s remote-cache ... (35 actions, 0 running) [12,932 / 13,461] 319 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 191.0 MiB / 211.5 MiB; 36s remote-cache ... (35 actions, 0 running) [12,945 / 13,461] 319 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 196.0 MiB / 211.5 MiB; 37s remote-cache ... (35 actions, 0 running) [12,951 / 13,485] 320 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 203.0 MiB / 211.5 MiB; 38s remote-cache ... (35 actions, 0 running) [12,958 / 13,485] 320 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 209.0 MiB / 211.5 MiB; 39s remote-cache ... (35 actions, 0 running) [12,960 / 13,485] 320 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 40s remote-cache ... (35 actions, 0 running) [12,974 / 13,528] 321 / 411 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; Downloading pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test, 188.0 MiB / 211.0 MiB; 35s remote-cache ... (35 actions, 0 running) [12,987 / 13,528] 321 / 411 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; Downloading pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test, 194.0 MiB / 211.0 MiB; 36s remote-cache ... (35 actions, 0 running) [12,994 / 13,528] 321 / 411 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; Downloading pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test, 200.0 MiB / 211.0 MiB; 37s remote-cache ... (35 actions, 0 running) [13,008 / 13,533] 322 / 411 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; Downloading pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test, 209.0 MiB / 211.0 MiB; 38s remote-cache ... (35 actions, 0 running) [13,020 / 13,546] 322 / 411 tests; GoLink pkg/ddl/tests/partition/partition_test_/partition_test; 29s remote-cache ... (35 actions, 0 running) [13,025 / 13,592] 323 / 411 tests; GoLink pkg/ddl/ingest/tests/tests_test_/tests_test; 29s remote-cache ... (35 actions, 0 running) [13,033 / 13,594] 323 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 156.0 MiB / 211.3 MiB; 28s remote-cache ... (35 actions, 0 running) [13,042 / 13,594] 324 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 162.0 MiB / 211.3 MiB; 29s remote-cache ... (35 actions, 0 running) [13,052 / 13,594] 325 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 169.0 MiB / 211.3 MiB; 30s remote-cache ... (35 actions, 0 running) [13,057 / 13,596] 326 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 175.0 MiB / 211.3 MiB; 32s remote-cache ... (35 actions, 0 running) [13,070 / 13,596] 326 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 183.0 MiB / 211.3 MiB; 33s remote-cache ... (35 actions, 0 running) [13,078 / 13,596] 327 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 190.0 MiB / 211.3 MiB; 34s remote-cache ... (35 actions, 0 running) [13,085 / 13,596] 327 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 196.0 MiB / 211.3 MiB; 35s remote-cache ... (35 actions, 0 running) [13,095 / 13,596] 328 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 202.0 MiB / 211.3 MiB; 36s remote-cache ... (35 actions, 0 running) [13,107 / 13,596] 328 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 208.0 MiB / 211.3 MiB; 37s remote-cache ... (35 actions, 0 running) [13,120 / 13,600] 329 / 411 tests; GoLink pkg/executor/internal/exec/exec_test_/exec_test; Downloading pkg/executor/internal/exec/exec_test_/exec_test, 141.0 MiB / 157.6 MiB; 25s remote-cache ... (35 actions, 0 running) [13,128 / 13,600] 329 / 411 tests; GoLink pkg/executor/internal/exec/exec_test_/exec_test; Downloading pkg/executor/internal/exec/exec_test_/exec_test, 147.0 MiB / 157.6 MiB; 26s remote-cache ... (35 actions, 0 running) [13,135 / 13,600] 329 / 411 tests; GoLink pkg/executor/internal/exec/exec_test_/exec_test; Downloading pkg/executor/internal/exec/exec_test_/exec_test, 153.0 MiB / 157.6 MiB; 27s remote-cache ... (35 actions, 0 running) [13,141 / 13,600] 329 / 411 tests; GoLink pkg/executor/internal/exec/exec_test_/exec_test; 28s remote-cache ... (35 actions, 0 running) [13,155 / 13,606] 329 / 411 tests; GoLink pkg/executor/test/admintest/admintest_test_/admintest_test; Downloading pkg/executor/test/admintest/admintest_test_/admintest_test, 158.0 MiB / 158.0 MiB; 28s remote-cache ... (35 actions, 0 running) [13,164 / 13,636] 329 / 411 tests; GoLink pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test; Downloading pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test, 146.0 MiB / 157.7 MiB; 26s remote-cache ... (35 actions, 0 running) [13,174 / 13,636] 330 / 411 tests; GoLink pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test; Downloading pkg/statistics/handle/updatetest/updatetest_test_/updatetest_test, 154.0 MiB / 157.7 MiB; 27s remote-cache ... (35 actions, 0 running) [13,184 / 13,660] 330 / 411 tests; GoLink pkg/executor/test/aggregate/aggregate_test_/aggregate_test; Downloading pkg/executor/test/aggregate/aggregate_test_/aggregate_test, 129.0 MiB / 157.9 MiB; 23s remote-cache ... (35 actions, 0 running) [13,192 / 13,660] 330 / 411 tests; GoLink pkg/executor/test/aggregate/aggregate_test_/aggregate_test; Downloading pkg/executor/test/aggregate/aggregate_test_/aggregate_test, 135.0 MiB / 157.9 MiB; 24s remote-cache ... (35 actions, 0 running) [13,203 / 13,683] 331 / 411 tests; GoLink pkg/executor/test/aggregate/aggregate_test_/aggregate_test; Downloading pkg/executor/test/aggregate/aggregate_test_/aggregate_test, 143.0 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running) [13,213 / 13,683] 331 / 411 tests; GoLink pkg/executor/test/aggregate/aggregate_test_/aggregate_test; Downloading pkg/executor/test/aggregate/aggregate_test_/aggregate_test, 149.0 MiB / 157.9 MiB; 26s remote-cache ... (35 actions, 0 running) [13,222 / 13,683] 331 / 411 tests; GoLink pkg/executor/test/aggregate/aggregate_test_/aggregate_test; Downloading pkg/executor/test/aggregate/aggregate_test_/aggregate_test, 155.0 MiB / 157.9 MiB; 27s remote-cache ... (35 actions, 0 running) [13,233 / 13,691] 334 / 411 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 126.0 MiB / 158.0 MiB; 22s remote-cache ... (35 actions, 0 running) [13,244 / 13,691] 334 / 411 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 132.0 MiB / 158.0 MiB; 23s remote-cache ... (35 actions, 0 running) [13,252 / 13,691] 335 / 411 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 137.0 MiB / 158.0 MiB; 24s remote-cache ... (35 actions, 0 running) [13,264 / 13,691] 335 / 411 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 146.0 MiB / 158.0 MiB; 25s remote-cache ... (35 actions, 0 running) [13,275 / 13,691] 335 / 411 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 153.0 MiB / 158.0 MiB; 27s remote-cache ... (35 actions, 0 running) [13,284 / 13,691] 335 / 411 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; 28s remote-cache ... (35 actions, 0 running) [13,295 / 13,711] 337 / 411 tests; GoLink pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test; Downloading pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test, 119.0 MiB / 158.2 MiB; 21s remote-cache ... (35 actions, 0 running) [13,307 / 13,711] 339 / 411 tests; GoLink pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test; Downloading pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test, 125.0 MiB / 158.2 MiB; 22s remote-cache ... (35 actions, 0 running) [13,316 / 13,711] 339 / 411 tests; GoLink pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test; Downloading pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test, 131.0 MiB / 158.2 MiB; 23s remote-cache ... (35 actions, 0 running) [13,323 / 13,711] 339 / 411 tests; GoLink pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test; Downloading pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test, 137.0 MiB / 158.2 MiB; 24s remote-cache ... (35 actions, 0 running) [13,332 / 13,711] 339 / 411 tests; GoLink pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test; Downloading pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test, 143.0 MiB / 158.2 MiB; 25s remote-cache ... (35 actions, 0 running) [13,339 / 13,711] 341 / 411 tests; GoLink pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test; Downloading pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test, 149.0 MiB / 158.2 MiB; 26s remote-cache ... (35 actions, 0 running) [13,346 / 13,711] 341 / 411 tests; GoLink pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test; Downloading pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test, 155.0 MiB / 158.2 MiB; 27s remote-cache ... (35 actions, 0 running) [13,355 / 13,760] 341 / 411 tests; GoLink pkg/server/server_test_/server_test; 28s remote-cache ... (35 actions, 0 running) [13,374 / 13,811] 343 / 411 tests; GoLink pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test_/memorycontrol_test; 28s remote-cache ... (35 actions, 0 running) [13,384 / 13,817] 343 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 78.0 MiB / 157.8 MiB; 14s remote-cache ... (35 actions, 0 running) [13,392 / 13,817] 344 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 85.0 MiB / 157.8 MiB; 15s remote-cache ... (35 actions, 0 running) [13,405 / 13,817] 345 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 92.0 MiB / 157.8 MiB; 16s remote-cache ... (35 actions, 0 running) [13,416 / 13,817] 345 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 98.0 MiB / 157.8 MiB; 17s remote-cache ... (35 actions, 0 running) [13,426 / 13,842] 345 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 105.0 MiB / 157.8 MiB; 18s remote-cache ... (35 actions, 0 running) [13,431 / 13,842] 345 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 110.0 MiB / 157.8 MiB; 19s remote-cache ... (35 actions, 0 running) [13,437 / 13,842] 345 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 116.0 MiB / 157.8 MiB; 20s remote-cache ... (35 actions, 0 running) [13,445 / 13,842] 345 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 122.0 MiB / 157.8 MiB; 21s remote-cache ... (35 actions, 0 running) [13,456 / 13,842] 346 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 128.0 MiB / 157.8 MiB; 22s remote-cache ... (35 actions, 0 running) [13,463 / 13,842] 346 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 134.0 MiB / 157.8 MiB; 24s remote-cache ... (35 actions, 0 running) [13,472 / 13,842] 347 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 140.0 MiB / 157.8 MiB; 25s remote-cache ... (35 actions, 0 running) [13,482 / 13,842] 347 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 147.0 MiB / 157.8 MiB; 26s remote-cache ... (35 actions, 0 running) [13,493 / 13,842] 347 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; Downloading pkg/ttl/session/session_test_/session_test, 154.0 MiB / 157.8 MiB; 27s remote-cache ... (35 actions, 0 running) [13,501 / 13,842] 347 / 411 tests; GoLink pkg/ttl/session/session_test_/session_test; 28s remote-cache ... (35 actions, 0 running) [13,513 / 13,855] 347 / 411 tests; GoLink pkg/util/ddl-checker/ddl-checker_test_/ddl-checker_test; Downloading pkg/util/ddl-checker/ddl-checker_test_/ddl-checker_test, 152.0 MiB / 157.8 MiB; 27s remote-cache ... (35 actions, 0 running) [13,521 / 13,855] 347 / 411 tests; GoLink pkg/util/ddl-checker/ddl-checker_test_/ddl-checker_test; 28s remote-cache ... (35 actions, 0 running) [13,532 / 13,857] 349 / 411 tests; GoLink pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test; Downloading pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test, 142.0 MiB / 157.8 MiB; 25s remote-cache ... (35 actions, 0 running) [13,536 / 13,857] 349 / 411 tests; GoLink pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test; Downloading pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test, 148.0 MiB / 157.8 MiB; 26s remote-cache ... (35 actions, 0 running) [13,547 / 13,857] 349 / 411 tests; GoLink pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test; Downloading pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test, 155.0 MiB / 157.8 MiB; 28s remote-cache ... (35 actions, 0 running) [13,564 / 13,859] 352 / 411 tests; GoLink pkg/executor/test/ddl/ddl_test_/ddl_test; Downloading pkg/executor/test/ddl/ddl_test_/ddl_test, 149.0 MiB / 157.9 MiB; 26s remote-cache ... (35 actions, 0 running) [13,571 / 13,859] 353 / 411 tests; GoLink pkg/executor/test/ddl/ddl_test_/ddl_test; Downloading pkg/executor/test/ddl/ddl_test_/ddl_test, 155.0 MiB / 157.9 MiB; 27s remote-cache ... (35 actions, 0 running) [13,582 / 13,877] 353 / 411 tests; GoLink pkg/executor/test/executor/executor_test_/executor_test; Downloading pkg/executor/test/executor/executor_test_/executor_test, 141.7 MiB / 158.1 MiB; 25s remote-cache ... (35 actions, 0 running) [13,589 / 13,877] 353 / 411 tests; GoLink pkg/executor/test/executor/executor_test_/executor_test; Downloading pkg/executor/test/executor/executor_test_/executor_test, 147.0 MiB / 158.1 MiB; 26s remote-cache ... (35 actions, 0 running) [13,598 / 13,877] 355 / 411 tests; GoLink pkg/executor/test/executor/executor_test_/executor_test; Downloading pkg/executor/test/executor/executor_test_/executor_test, 154.0 MiB / 158.1 MiB; 27s remote-cache ... (35 actions, 0 running) [13,603 / 13,877] 355 / 411 tests; GoLink pkg/executor/test/executor/executor_test_/executor_test; 28s remote-cache ... (35 actions, 0 running) [13,613 / 13,928] 356 / 411 tests; GoLink pkg/sessiontxn/sessiontxn_test_/sessiontxn_test; Downloading pkg/sessiontxn/sessiontxn_test_/sessiontxn_test, 146.0 MiB / 158.1 MiB; 26s remote-cache ... (35 actions, 0 running) [13,622 / 13,928] 356 / 411 tests; GoLink pkg/sessiontxn/sessiontxn_test_/sessiontxn_test; Downloading pkg/sessiontxn/sessiontxn_test_/sessiontxn_test, 153.0 MiB / 158.1 MiB; 27s remote-cache ... (35 actions, 0 running) [13,630 / 13,946] 356 / 411 tests; GoLink pkg/sessiontxn/sessiontxn_test_/sessiontxn_test; 28s remote-cache ... (35 actions, 0 running) [13,636 / 13,971] 358 / 411 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; Downloading pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test, 144.0 MiB / 160.5 MiB; 26s remote-cache ... (35 actions, 0 running) [13,641 / 13,971] 358 / 411 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; Downloading pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test, 152.0 MiB / 160.5 MiB; 27s remote-cache ... (35 actions, 0 running) [13,650 / 13,971] 358 / 411 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; Downloading pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test, 160.0 MiB / 160.5 MiB; 29s remote-cache ... (35 actions, 0 running) [13,661 / 13,973] 359 / 411 tests; GoLink pkg/session/test/vars/vars_test_/vars_test; Downloading pkg/session/test/vars/vars_test_/vars_test, 133.0 MiB / 157.9 MiB; 24s remote-cache ... (35 actions, 0 running) [13,669 / 13,973] 359 / 411 tests; GoLink pkg/session/test/vars/vars_test_/vars_test; Downloading pkg/session/test/vars/vars_test_/vars_test, 140.0 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running) [13,674 / 13,973] 359 / 411 tests; GoLink pkg/session/test/vars/vars_test_/vars_test; Downloading pkg/session/test/vars/vars_test_/vars_test, 145.0 MiB / 157.9 MiB; 26s remote-cache ... (35 actions, 0 running) [13,680 / 13,973] 359 / 411 tests; GoLink pkg/session/test/vars/vars_test_/vars_test; Downloading pkg/session/test/vars/vars_test_/vars_test, 150.0 MiB / 157.9 MiB; 27s remote-cache ... (35 actions, 0 running) [13,687 / 13,973] 360 / 411 tests; GoLink pkg/session/test/vars/vars_test_/vars_test; Downloading pkg/session/test/vars/vars_test_/vars_test, 157.0 MiB / 157.9 MiB; 28s remote-cache ... (35 actions, 0 running) [13,697 / 13,982] 360 / 411 tests; GoLink pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test; Downloading pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test, 141.7 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running) [13,707 / 13,982] 360 / 411 tests; GoLink pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test; Downloading pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test, 148.2 MiB / 157.9 MiB; 27s remote-cache ... (35 actions, 0 running) [13,716 / 13,982] 360 / 411 tests; GoLink pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test; Downloading pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test, 155.6 MiB / 157.9 MiB; 28s remote-cache ... (35 actions, 0 running) [13,728 / 13,991] 361 / 411 tests; GoLink pkg/executor/test/writetest/writetest_test_/writetest_test; Downloading pkg/executor/test/writetest/writetest_test_/writetest_test, 145.6 MiB / 157.9 MiB; 26s remote-cache ... (35 actions, 0 running) [13,733 / 13,991] 361 / 411 tests; GoLink pkg/executor/test/writetest/writetest_test_/writetest_test; Downloading pkg/executor/test/writetest/writetest_test_/writetest_test, 151.0 MiB / 157.9 MiB; 27s remote-cache ... (35 actions, 0 running) [13,736 / 13,991] 362 / 411 tests; GoLink pkg/executor/test/writetest/writetest_test_/writetest_test; Downloading pkg/executor/test/writetest/writetest_test_/writetest_test, 157.0 MiB / 157.9 MiB; 28s remote-cache ... (35 actions, 0 running) [13,747 / 14,001] 362 / 411 tests; GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; 28s remote-cache ... (35 actions, 0 running) [13,759 / 14,034] 362 / 411 tests; GoLink pkg/executor/test/showtest/showtest_test_/showtest_test; Downloading pkg/executor/test/showtest/showtest_test_/showtest_test, 155.0 MiB / 158.0 MiB; 28s remote-cache ... (35 actions, 0 running) [13,769 / 14,064] 362 / 411 tests; GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; Downloading pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test, 154.0 MiB / 159.2 MiB; 28s remote-cache ... (35 actions, 0 running) [13,776 / 14,064] 362 / 411 tests; GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; 29s remote-cache ... (35 actions, 0 running) [13,785 / 14,115] 362 / 411 tests; GoLink pkg/expression/integration_test/integration_test_test_/integration_test_test; 29s remote-cache ... (35 actions, 0 running) [13,795 / 14,146] 362 / 411 tests; GoLink pkg/extension/enterprise/audit/audit_test_/audit_test; Downloading pkg/extension/enterprise/audit/audit_test_/audit_test, 153.0 MiB / 161.0 MiB; 28s remote-cache ... (35 actions, 0 running) [13,804 / 14,146] 363 / 411 tests; GoLink pkg/extension/enterprise/audit/audit_test_/audit_test; Downloading pkg/extension/enterprise/audit/audit_test_/audit_test, 160.0 MiB / 161.0 MiB; 29s remote-cache ... (35 actions, 0 running) [13,818 / 14,181] 364 / 411 tests; GoLink pkg/infoschema/test/infoschemav2test/infoschemav2test_test_/infoschemav2test_test; Downloading pkg/infoschema/test/infoschemav2test/infoschemav2test_test_/infoschemav2test_test, 151.9 MiB / 157.8 MiB; 27s remote-cache ... (35 actions, 0 running) [13,832 / 14,181] 364 / 411 tests; GoLink pkg/infoschema/test/infoschemav2test/infoschemav2test_test_/infoschemav2test_test; 29s remote-cache ... (35 actions, 0 running) [13,847 / 14,183] 364 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 80.1 MiB / 157.9 MiB; 14s remote-cache ... (35 actions, 0 running) [13,857 / 14,183] 364 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 89.0 MiB / 157.9 MiB; 15s remote-cache ... (35 actions, 0 running) [13,875 / 14,183] 364 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 96.0 MiB / 157.9 MiB; 16s remote-cache ... (35 actions, 0 running) [13,883 / 14,183] 365 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 103.0 MiB / 157.9 MiB; 18s remote-cache ... (35 actions, 0 running) [13,892 / 14,183] 367 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 109.0 MiB / 157.9 MiB; 19s remote-cache ... (35 actions, 0 running) [13,907 / 14,183] 368 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 116.0 MiB / 157.9 MiB; 20s remote-cache ... (35 actions, 0 running) [13,923 / 14,183] 368 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 124.0 MiB / 157.9 MiB; 21s remote-cache ... (35 actions, 0 running) [13,939 / 14,183] 369 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 130.5 MiB / 157.9 MiB; 22s remote-cache ... (35 actions, 0 running) [13,945 / 14,183] 369 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 137.0 MiB / 157.9 MiB; 23s remote-cache ... (35 actions, 0 running) [13,955 / 14,191] 369 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 144.0 MiB / 157.9 MiB; 24s remote-cache ... (35 actions, 0 running) [13,967 / 14,191] 370 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 151.0 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running) [13,976 / 14,191] 371 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; Downloading pkg/planner/core/casetest/casetest_test_/casetest_test, 157.0 MiB / 157.9 MiB; 26s remote-cache ... (35 actions, 0 running) [13,986 / 14,215] 371 / 411 tests; GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; Downloading pkg/planner/core/casetest/dag/dag_test_/dag_test, 142.0 MiB / 157.9 MiB; 24s remote-cache ... (35 actions, 0 running) [13,999 / 14,215] 372 / 411 tests; GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; Downloading pkg/planner/core/casetest/dag/dag_test_/dag_test, 150.0 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running) [14,011 / 14,222] 372 / 411 tests; GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; Downloading pkg/planner/core/casetest/dag/dag_test_/dag_test, 157.0 MiB / 157.9 MiB; 26s remote-cache ... (35 actions, 0 running) [14,022 / 14,233] 372 / 411 tests; GoLink pkg/planner/core/casetest/binaryplan/binaryplan_test_/binaryplan_test; Downloading pkg/planner/core/casetest/binaryplan/binaryplan_test_/binaryplan_test, 153.0 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running) [14,035 / 14,233] 375 / 411 tests; GoLink pkg/planner/core/casetest/binaryplan/binaryplan_test_/binaryplan_test; 26s remote-cache ... (35 actions, 0 running) [14,046 / 14,235] 376 / 411 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 119.0 MiB / 157.8 MiB; 20s remote-cache ... (35 actions, 0 running) [14,053 / 14,235] 376 / 411 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 125.0 MiB / 157.8 MiB; 21s remote-cache ... (35 actions, 0 running) [14,066 / 14,235] 376 / 411 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 132.0 MiB / 157.8 MiB; 22s remote-cache ... (35 actions, 0 running) [14,077 / 14,235] 378 / 411 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 139.0 MiB / 157.8 MiB; 23s remote-cache ... (35 actions, 0 running) [14,085 / 14,235] 378 / 411 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 144.0 MiB / 157.8 MiB; 24s remote-cache ... (35 actions, 0 running) [14,097 / 14,235] 378 / 411 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 152.0 MiB / 157.8 MiB; 25s remote-cache ... (35 actions, 0 running) [14,107 / 14,235] 379 / 411 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; 26s remote-cache ... (35 actions, 0 running) [14,115 / 14,239] 379 / 411 tests; GoLink pkg/planner/core/casetest/flatplan/flatplan_test_/flatplan_test; 26s remote-cache ... (35 actions, 0 running) [14,125 / 14,245] 379 / 411 tests; GoLink pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test; Downloading pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test, 123.0 MiB / 157.8 MiB; 21s remote-cache ... (35 actions, 0 running) [14,139 / 14,245] 379 / 411 tests; GoLink pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test; Downloading pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test, 130.0 MiB / 157.8 MiB; 22s remote-cache ... (35 actions, 0 running) [14,148 / 14,245] 382 / 411 tests; GoLink pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test; Downloading pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test, 136.0 MiB / 157.8 MiB; 23s remote-cache ... (35 actions, 0 running) [14,154 / 14,245] 383 / 411 tests; GoLink pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test; Downloading pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test, 142.0 MiB / 157.8 MiB; 24s remote-cache ... (35 actions, 0 running) [14,165 / 14,245] 383 / 411 tests; GoLink pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test; Downloading pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test, 148.0 MiB / 157.8 MiB; 25s remote-cache ... (35 actions, 0 running) [14,179 / 14,254] 383 / 411 tests; GoLink pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test; Downloading pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test, 156.0 MiB / 157.8 MiB; 26s remote-cache ... (35 actions, 0 running) [14,190 / 14,256] 384 / 411 tests; GoLink pkg/planner/core/casetest/index/index_test_/index_test; 27s remote-cache ... (35 actions, 0 running) [14,203 / 14,288] 385 / 411 tests; GoLink pkg/planner/core/casetest/planstats/planstats_test_/planstats_test; Downloading pkg/planner/core/casetest/planstats/planstats_test_/planstats_test, 141.0 MiB / 157.9 MiB; 24s remote-cache ... (35 actions, 0 running) [14,216 / 14,288] 385 / 411 tests; GoLink pkg/planner/core/casetest/planstats/planstats_test_/planstats_test; Downloading pkg/planner/core/casetest/planstats/planstats_test_/planstats_test, 147.0 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running) [14,224 / 14,288] 385 / 411 tests; GoLink pkg/planner/core/casetest/planstats/planstats_test_/planstats_test; Downloading pkg/planner/core/casetest/planstats/planstats_test_/planstats_test, 154.0 MiB / 157.9 MiB; 26s remote-cache ... (35 actions, 0 running) [14,230 / 14,294] 387 / 411 tests; GoLink pkg/session/test/variable/variable_test_/variable_test; Downloading pkg/session/test/variable/variable_test_/variable_test, 145.0 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running) [14,238 / 14,294] 388 / 411 tests; GoLink pkg/session/test/variable/variable_test_/variable_test; Downloading pkg/session/test/variable/variable_test_/variable_test, 153.0 MiB / 157.9 MiB; 26s remote-cache ... (35 actions, 0 running) [14,244 / 14,294] 389 / 411 tests; GoLink pkg/session/test/variable/variable_test_/variable_test; 28s remote-cache ... (35 actions, 0 running) [14,250 / 14,304] 389 / 411 tests; GoLink pkg/planner/core/casetest/rule/rule_test_/rule_test; Downloading pkg/planner/core/casetest/rule/rule_test_/rule_test, 146.0 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running) [14,257 / 14,304] 389 / 411 tests; GoLink pkg/planner/core/casetest/rule/rule_test_/rule_test; Downloading pkg/planner/core/casetest/rule/rule_test_/rule_test, 151.0 MiB / 157.9 MiB; 26s remote-cache ... (35 actions, 0 running) [14,262 / 14,304] 390 / 411 tests; GoLink pkg/planner/core/casetest/rule/rule_test_/rule_test; Downloading pkg/planner/core/casetest/rule/rule_test_/rule_test, 157.0 MiB / 157.9 MiB; 27s remote-cache ... (35 actions, 0 running) [14,273 / 14,310] 390 / 411 tests; GoLink pkg/planner/core/casetest/scalarsubquery/scalarsubquery_test_/scalarsubquery_test; Downloading pkg/planner/core/casetest/scalarsubquery/scalarsubquery_test_/scalarsubquery_test, 155.0 MiB / 157.9 MiB; 27s remote-cache ... (35 actions, 0 running) [14,278 / 14,312] 392 / 411 tests; GoLink pkg/planner/core/casetest/windows/windows_test_/windows_test; Downloading pkg/planner/core/casetest/windows/windows_test_/windows_test, 148.0 MiB / 157.9 MiB; 26s remote-cache ... (34 actions, 0 running) [14,284 / 14,312] 392 / 411 tests; GoLink pkg/planner/core/casetest/windows/windows_test_/windows_test; Downloading pkg/planner/core/casetest/windows/windows_test_/windows_test, 153.0 MiB / 157.9 MiB; 27s remote-cache ... (28 actions, 0 running) [14,291 / 14,318] 394 / 411 tests; GoLink pkg/planner/core/tests/prepare/prepare_test_/prepare_test; Downloading pkg/planner/core/tests/prepare/prepare_test_/prepare_test, 154.0 MiB / 158.0 MiB; 27s remote-cache ... (22 actions, 0 running) [14,302 / 14,343] 397 / 411 tests; GoLink pkg/session/bootstraptest/bootstraptest_test_/bootstraptest_test; Downloading pkg/session/bootstraptest/bootstraptest_test_/bootstraptest_test, 122.7 MiB / 158.0 MiB; 22s remote-cache ... (35 actions, 0 running) [14,303 / 14,343] 397 / 411 tests; GoLink pkg/session/bootstraptest/bootstraptest_test_/bootstraptest_test; Downloading pkg/session/bootstraptest/bootstraptest_test_/bootstraptest_test, 131.7 MiB / 158.0 MiB; 23s remote-cache ... (34 actions, 0 running) [14,318 / 14,343] 398 / 411 tests; GoLink pkg/session/bootstraptest/bootstraptest_test_/bootstraptest_test; Downloading pkg/session/bootstraptest/bootstraptest_test_/bootstraptest_test, 139.7 MiB / 158.0 MiB; 25s remote-cache ... (25 actions, 0 running) [14,330 / 14,343] 399 / 411 tests; GoLink pkg/session/bootstraptest/bootstraptest_test_/bootstraptest_test; Downloading pkg/session/bootstraptest/bootstraptest_test_/bootstraptest_test, 155.9 MiB / 158.0 MiB; 27s remote-cache ... (13 actions, 0 running) [14,334 / 14,359] 399 / 411 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 150.1 MiB / 157.8 MiB; 23s remote-cache ... (22 actions, 0 running) [14,342 / 14,359] 399 / 411 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; 25s remote-cache ... (17 actions, 0 running) [14,351 / 14,373] 400 / 411 tests; GoLink pkg/session/test/test_test_/test_test; 23s remote-cache ... (22 actions, 0 running) [14,362 / 14,414] 401 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 167.0 MiB / 167.0 MiB; 24s remote-cache ... (34 actions, 0 running) [14,375 / 14,462] 403 / 411 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 156.0 MiB / 160.7 MiB; 22s remote-cache ... (35 actions, 0 running) [14,385 / 14,462] 404 / 411 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; 23s remote-cache ... (35 actions, 0 running) [14,404 / 14,464] 404 / 411 tests; GoLink pkg/server/handler/optimizor/optimizor_test_/optimizor_test; Downloading pkg/server/handler/optimizor/optimizor_test_/optimizor_test, 146.0 MiB / 161.0 MiB; 20s remote-cache ... (35 actions, 0 running) [14,421 / 14,464] 404 / 411 tests; GoLink pkg/server/handler/optimizor/optimizor_test_/optimizor_test; Downloading pkg/server/handler/optimizor/optimizor_test_/optimizor_test, 154.0 MiB / 161.0 MiB; 21s remote-cache ... (35 actions, 0 running) [14,433 / 14,464] 407 / 411 tests; GoLink pkg/server/handler/optimizor/optimizor_test_/optimizor_test; 22s remote-cache ... (31 actions, 0 running) [14,451 / 14,470] 408 / 411 tests; GoLink pkg/server/tests/commontest/commontest_test_/commontest_test; 22s remote-cache ... (19 actions, 0 running) [14,467 / 14,521] 409 / 411 tests; Testing //pkg/server/handler/optimizor:optimizor_test (shard 5 of 5); 2s remote-cache ... (35 actions, 0 running) [14,472 / 14,521] 410 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 5 of 50); Downloading pkg/server/tests/commontest/commontest_test/shard_5_of_50/coverage.dat, 14.0 MiB / 18.6 MiB; 1s remote-cache ... (35 actions, 0 running) [14,516 / 14,521] 411 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 20 of 50); 1s remote-cache ... (5 actions, 0 running) INFO: Elapsed time: 1445.988s, Critical Path: 166.08s INFO: 14509 processes: 12847 remote cache hit, 1662 internal. INFO: Build completed successfully, 14509 total actions Test cases: finished with 7965 passing and 0 failing out of 7965 test cases Executed 0 out of 411 tests: 411 tests pass. root: /home/jenkins/.tidb/tmp/e081476d651b9af2f6aeee09f6cb0f82/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/merged_unit_test/tidb [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/merged_unit_test/tidb [Pipeline] { [Pipeline] sh Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [TIDB_CODECOV_TOKEN] See https://jenkins.io/redirect/groovy-string-interpolation for details. + mv coverage.dat test_coverage/coverage.dat + wget -q -O codecov http://fileserver.pingcap.net/download/cicd/tools/codecov-v0.5.0 + chmod +x codecov + ./codecov --flags unit --dir test_coverage/ --token **** -B master -C 3ca57c1ff297b3ecabf6f7d509d86b0081d8e2b1 [2024-05-06T10:54:42.361Z] ['info'] _____ _ / ____| | | | | ___ __| | ___ ___ _____ __ | | / _ \ / _` |/ _ \/ __/ _ \ \ / / | |___| (_) | (_| | __/ (_| (_) \ V / \_____\___/ \__,_|\___|\___\___/ \_/ Codecov report uploader 0.5.0 [2024-05-06T10:54:42.368Z] ['info'] => Project root located at: /home/jenkins/agent/workspace/pingcap/tidb/merged_unit_test/tidb [2024-05-06T10:54:42.372Z] ['info'] -> Token found by arguments [2024-05-06T10:54:42.387Z] ['info'] Searching for coverage files... [2024-05-06T10:54:42.430Z] ['info'] Warning: Some files located via search were excluded from upload. [2024-05-06T10:54:42.430Z] ['info'] If Codecov did not locate your files, please review https://docs.codecov.com/docs/supported-report-formats [2024-05-06T10:54:42.430Z] ['info'] => Found 1 possible coverage files: coverage.dat [2024-05-06T10:54:42.430Z] ['info'] Processing test_coverage/coverage.dat... [2024-05-06T10:54:42.926Z] ['info'] Using manual override from args. [2024-05-06T10:54:42.927Z] ['info'] Detected Jenkins CI as the CI provider. [2024-05-06T10:54:42.937Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=master&build=1081&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Fmerged_unit_test%2F1081%2F&commit=3ca57c1ff297b3ecabf6f7d509d86b0081d8e2b1&job=&pr=&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent= [2024-05-06T10:54:43.933Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/3ca57c1ff297b3ecabf6f7d509d86b0081d8e2b1 https://storage.googleapis.com/codecov/v4/raw/2024-05-06/F6B65B6EE70BEC6C6B5E073ED3BB1A79/3ca57c1ff297b3ecabf6f7d509d86b0081d8e2b1/06bd4e01-5704-4c63-b4e9-b603d59bbe37.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20240506%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240506T105443Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8acb995b4932b6a5b6b52c6a4e80d2eeeefca0f87bbc0f25a58a95f3d08c038e [2024-05-06T10:54:43.934Z] ['info'] Uploading... [2024-05-06T10:54:45.729Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/3ca57c1ff297b3ecabf6f7d509d86b0081d8e2b1"} [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS