Skip to content

Console Output

Skipping 17 KB.. Full Log
NODE_LABELS=pingcap-tidb-merged-unit-test-1083-02bw1-rmws5-1xmfl pingcap_tidb_merged_unit_test_1083-02bw1
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-merged-unit-test-1083-02bw1-rmws5-1xmfl
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_unit_test/display/redirect
BUILD_NUMBER=1083
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-build2333677819=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-merged-unit-test-1083-02bw1-rmws5-1xmfl bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-merged-unit-test-1083-02bw1-rmws5-1xmfl 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: 23683
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: d695ccf69cb57f47 (echoed)
;; QUESTION SECTION:
;github.com.			IN	A

;; ANSWER SECTION:
github.com.		4	IN	A	20.205.243.166

;; Query time: 0 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 12:21:08 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-b421b72)
461023232 bytes in 4.82 secs (95719784 bytes/sec)
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $SSH_KEY
[Pipeline] {
[Pipeline] sh
+ '[' -d /home/jenkins/.ssh ']'
+ mkdir /home/jenkins/.ssh
+ chmod 0700 /home/jenkins/.ssh
+ cp **** /home/jenkins/.ssh/id_rsa
+ chmod 400 /home/jenkins/.ssh/id_rsa
+ ssh-keyscan -t rsa,dsa github.com
# github.com:22 SSH-2.0-babeld-9713928c
# github.com:22 SSH-2.0-babeld-9713928c
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] retry
[Pipeline] {
[Pipeline] sh
git version 2.37.2
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/merged_unit_test/tidb/.git/
.git
HEAD is now at b421b729c8 planner: merge fast plan cache and normal plan cache (#53033)
POST git-upload-pack (383 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master     -> origin/master
HEAD is now at b421b729c8 planner: merge fast plan cache and normal plan cache (#53033)
๐Ÿšง Checkouting to base SHA:b421b729c8a7c43ad7250f38e655cdda03d0ca77...
HEAD is now at b421b729c8 planner: merge fast plan cache and normal plan cache (#53033)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
b421b729c8a7c43ad7250f38e655cdda03d0ca77
b421b729c8 planner: merge fast plan cache and normal plan cache (#53033)
957e6ae67d planner: move MemtablePredicateExtractor interface to a unified base place. (#53031)
3ca57c1ff2 planner: fix index merge shouldn't push partial limit down when index plans are keep ordered (#52979)
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache not saved (git/pingcap/tidb/rev-b421b72 already exists)
[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: 630c4321-ce91-4bf4-9f2f-22e0eb991f51
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_12_19_56.3615899118/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 (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 (45 packages loaded, 417 targets configured)
Analyzing: target //:gazelle (74 packages loaded, 6624 targets configured)
Analyzing: target //:gazelle (97 packages loaded, 10442 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (111 packages loaded, 10543 targets configured)
Analyzing: target //:gazelle (207 packages loaded, 11389 targets configured)
Analyzing: target //:gazelle (270 packages loaded, 11965 targets configured)
INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).
INFO: Found 1 target...
[0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 1 running)
[17 / 316] GoToolchainBinaryBuild external/go_sdk/builder [for tool]; 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.4 MiB / 10.3 MiB; 1s remote-cache ... (3 actions, 0 running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (3 actions, 0 running)
[153 / 316] GoCompilePkg external/co_honnef_go_tools/go/ir/ir.a [for tool]; 0s remote-cache ... (8 actions, 0 running)
[316 / 316] checking cached actions
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 58.691s, Critical Path: 4.50s
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: dbed1883-fcf6-4840-8bd1-6953c36d5651
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_12_19_56.3615899118/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 (3 packages loaded, 11260 targets configured)
Analyzing: target //tools/tazel:tazel (4 packages loaded, 11277 targets configured)
Analyzing: target //tools/tazel:tazel (7 packages loaded, 11852 targets configured)
Analyzing: target //tools/tazel:tazel (7 packages loaded, 12181 targets configured)
Analyzing: target //tools/tazel:tazel (38 packages loaded, 12635 targets configured)
Analyzing: target //tools/tazel:tazel (137 packages loaded, 13032 targets configured)
INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).
 checking cached actions
INFO: Found 1 target...
[0 / 6] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[272 / 607] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 11.4 MiB / 17.2 MiB; 1s remote-cache
[463 / 607] GoCompilePkg external/org_golang_google_protobuf/internal/impl/impl.a; 0s remote-cache ... (8 actions, 0 running)
[592 / 607] [Prepa] GoCompilePkg external/com_github_tikv_client_go_v2/internal/client/client.a
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 21.934s, Critical Path: 3.38s
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: d061cdb4-5e7d-4b1c-b549-ed20f62b4714
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_12_19_56.3615899118/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
Loading: 593 packages loaded
    currently loading: pkg/planner/util/fixcontrol ... (14 packages)
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 (908 packages loaded, 1680 targets configured)
Analyzing: 411 targets (1174 packages loaded, 13536 targets configured)
Analyzing: 411 targets (1188 packages loaded, 14318 targets configured)
Analyzing: 411 targets (1222 packages loaded, 16418 targets configured)
Analyzing: 411 targets (1232 packages loaded, 17080 targets configured)
Analyzing: 411 targets (1257 packages loaded, 17743 targets configured)
Analyzing: 411 targets (1311 packages loaded, 19176 targets configured)
Analyzing: 411 targets (1451 packages loaded, 19873 targets configured)
Analyzing: 411 targets (1495 packages loaded, 20939 targets configured)
Analyzing: 411 targets (1495 packages loaded, 20953 targets configured)
Analyzing: 411 targets (1495 packages loaded, 21049 targets configured)
Analyzing: 411 targets (1495 packages loaded, 21051 targets configured)
Analyzing: 411 targets (1496 packages loaded, 21077 targets configured)
Analyzing: 411 targets (1496 packages loaded, 21088 targets configured)
Analyzing: 411 targets (1521 packages loaded, 21313 targets configured)
Analyzing: 411 targets (1601 packages loaded, 22498 targets configured)
Analyzing: 411 targets (1611 packages loaded, 22704 targets configured)
Analyzing: 411 targets (1615 packages loaded, 22924 targets configured)
Analyzing: 411 targets (1679 packages loaded, 23720 targets configured)
Analyzing: 411 targets (1730 packages loaded, 24332 targets configured)
Analyzing: 411 targets (1787 packages loaded, 24660 targets configured)
Analyzing: 411 targets (1917 packages loaded, 25541 targets configured)
Analyzing: 411 targets (1917 packages loaded, 25541 targets configured)
Analyzing: 411 targets (1945 packages loaded, 25823 targets configured)
Analyzing: 411 targets (1973 packages loaded, 26164 targets configured)
Analyzing: 411 targets (1973 packages loaded, 26164 targets configured)
Analyzing: 411 targets (1974 packages loaded, 26273 targets configured)
Analyzing: 411 targets (1974 packages loaded, 26280 targets configured)
Analyzing: 411 targets (1976 packages loaded, 26303 targets configured)
Analyzing: 411 targets (1977 packages loaded, 26326 targets configured)
Analyzing: 411 targets (1981 packages loaded, 26637 targets configured)
INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured).
 checking cached actions
INFO: Found 411 test targets...
[0 / 13] [Prepa] Writing file br/cmd/br/br_test/baseline_coverage.dat ... (11 actions, 0 running)
[235 / 412] Writing file pkg/privilege/privileges/privileges_test/baseline_coverage.dat; 0s local ... (33 actions, 31 running)
[571 / 4,807] Creating runfiles tree bazel-out/k8-fastbuild/bin/pkg/executor/lockstats/lockstats_test_/lockstats_test.runfiles; 0s local ... (2 actions, 1 running)
[1,032 / 8,648] Creating runfiles tree bazel-out/k8-fastbuild/bin/pkg/util/benchdaily/benchdaily_test_/benchdaily_test.runfiles; 0s local ... (8 actions, 7 running)
[1,443 / 9,763] GoToolchainBinaryBuild external/go_sdk/builder [for tool]; 0s remote-cache ... (35 actions, 0 running)
[1,455 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/include/asm_amd64.h; 1s remote-cache ... (34 actions, 0 running)
[1,493 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.0 MiB / 17.2 MiB; 2s remote-cache ... (35 actions, 0 running)
[1,503 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/net/http.a, 3.0 MiB / 8.3 MiB; 3s remote-cache ... (35 actions, 0 running)
[1,559 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 4s remote-cache ... (34 actions, 0 running)
[1,850 / 9,763] GoCompilePkg external/org_uber_go_zap/zap.a [for tool]; 0s remote-cache ... (35 actions, 0 running)
[2,122 / 9,763] GoLink build/tidb_nogo_actual_/tidb_nogo_actual [for tool]; Downloading build/tidb_nogo_actual_/tidb_nogo_actual, 7.0 MiB / 12.2 MiB; 3s remote-cache ... (34 actions, 0 running)
[2,272 / 9,763] GoCompilePkg build/linter/staticcheck/SA2001.a [for tool]; Downloading build/linter/staticcheck/SA2001.x; 4s remote-cache ... (34 actions, 0 running)
[2,776 / 9,768] GoCompilePkg build/linter/staticcheck/S1037.a [for tool]; Downloading build/linter/staticcheck/S1037.a, 14.8 KiB / 102.6 KiB; 5s remote-cache ... (34 actions, 0 running)
[3,113 / 9,801] GoCompilePkg build/linter/staticcheck/S1037.a [for tool]; Downloading build/linter/staticcheck/S1037.a, 16.2 KiB / 102.6 KiB; 6s remote-cache ... (33 actions, 0 running)
[3,304 / 9,836] GoCompilePkg build/linter/staticcheck/SA5008.a [for tool]; Downloading build/linter/staticcheck/SA5008.a, 16.2 KiB / 102.6 KiB; 8s remote-cache ... (35 actions, 0 running)
[3,462 / 9,891] GoCompilePkg build/linter/staticcheck/SA5008.a [for tool]; Downloading build/linter/staticcheck/SA5008.a, 16.2 KiB / 102.6 KiB; 9s remote-cache ... (35 actions, 0 running)
[3,544 / 9,905] 3 / 411 tests; GoCompilePkg build/linter/staticcheck/SA5008.a [for tool]; Downloading build/linter/staticcheck/SA5008.a, 16.2 KiB / 102.6 KiB; 10s remote-cache ... (35 actions, 0 running)
[3,545 / 9,905] 3 / 411 tests; GoCompilePkg build/linter/staticcheck/SA5008.a [for tool]; Downloading build/linter/staticcheck/SA5008.a, 16.2 KiB / 102.6 KiB; 12s remote-cache ... (35 actions, 0 running)
[3,576 / 9,909] 4 / 411 tests; GoLink pkg/tidb-binlog/driver/reader/reader_test_/reader_test; 4s remote-cache ... (35 actions, 0 running)
[3,768 / 9,966] 31 / 411 tests; GoLink build/tidb_nogo_actual_/tidb_nogo_actual [for tool]; Downloading build/tidb_nogo_actual_/tidb_nogo_actual, 11.7 MiB / 12.2 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,004 / 9,991] 68 / 411 tests; GoCompilePkg external/com_github_coreos_go_semver/semver/semver.a; Downloading external/com_github_coreos_go_semver/semver/semver.a; 0s remote-cache ... (35 actions, 0 running)
[4,235 / 10,000] 71 / 411 tests; GoCompilePkg external/com_google_cloud_go_storage/internal/apiv2/apiv2.a; Downloading external/com_google_cloud_go_storage/internal/apiv2/apiv2.x; 0s remote-cache ... (34 actions, 0 running)
[4,496 / 10,111] 72 / 411 tests; GoLink pkg/tidb-binlog/node/node_test_/node_test; Downloading pkg/tidb-binlog/node/node_test_/node_test, 6.0 MiB / 21.6 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,779 / 10,117] 76 / 411 tests; Testing //pkg/parser:parser_test (shard 38 of 50); 0s remote-cache ... (35 actions, 0 running)
[5,058 / 10,119] 79 / 411 tests; GoCompilePkg external/org_golang_google_grpc/internal/resolver/passthrough/passthrough.a; Downloading external/org_golang_google_grpc/internal/resolver/passthrough/passthrough.x; 0s remote-cache ... (20 actions, 0 running)
[5,203 / 10,119] 79 / 411 tests; GoCompilePkg external/org_golang_google_grpc/interop/grpc_testing/grpc_testing.a; Downloading external/org_golang_google_grpc/interop/grpc_testing/grpc_testing.a, 2.5 MiB / 4.1 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,271 / 10,133] 79 / 411 tests; GoCompilePkg external/com_github_cockroachdb_pebble/pebble.a; Downloading external/com_github_cockroachdb_pebble/pebble.a, 8.0 MiB / 10.3 MiB; 0s remote-cache ... (21 actions, 0 running)
[5,430 / 10,140] 81 / 411 tests; GoCompilePkg pkg/util/systimemon/systimemon_test~testmain.a; 0s remote-cache ... (35 actions, 0 running)
[5,511 / 10,183] 86 / 411 tests; GoLink pkg/server/internal/util/util_test_/util_test; 1s remote-cache ... (35 actions, 0 running)
[5,565 / 10,196] 92 / 411 tests; GoLink pkg/util/systimemon/systimemon_test_/systimemon_test; Downloading pkg/util/systimemon/systimemon_test_/systimemon_test, 22.7 MiB / 23.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,594 / 10,206] 94 / 411 tests; GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; Downloading pkg/util/execdetails/execdetails_test_/execdetails_test, 28.0 MiB / 28.0 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,647 / 10,267] 99 / 411 tests; GoLink pkg/types/parser_driver/parser_driver_test_/parser_driver_test; 3s remote-cache ... (35 actions, 0 running)
[5,712 / 10,279] 106 / 411 tests; GoLink pkg/lightning/duplicate/duplicate_test_/duplicate_test; Downloading pkg/lightning/duplicate/duplicate_test_/duplicate_test, 27.0 MiB / 32.4 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,774 / 10,286] 109 / 411 tests; GoLink pkg/kv/kv_test_/kv_test; Downloading pkg/kv/kv_test_/kv_test, 21.0 MiB / 31.1 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,868 / 10,331] 112 / 411 tests; GoLink pkg/store/driver/error/error_test_/error_test; Downloading pkg/store/driver/error/error_test_/error_test, 23.0 MiB / 28.9 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,933 / 10,333] 112 / 411 tests; GoLink pkg/util/rowcodec/rowcodec_test_/rowcodec_test; Downloading pkg/util/rowcodec/rowcodec_test_/rowcodec_test, 23.0 MiB / 31.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[6,007 / 10,364] 114 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 24.0 MiB / 78.6 MiB; 1s remote-cache ... (35 actions, 0 running)
[6,028 / 10,364] 115 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 30.0 MiB / 78.6 MiB; 4s remote-cache ... (34 actions, 0 running)
[6,028 / 10,364] 115 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 30.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,064 / 10,380] 117 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 41.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running)
[6,112 / 10,411] 117 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 54.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,161 / 10,415] 123 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 67.0 MiB / 78.6 MiB; 9s remote-cache ... (35 actions, 0 running)
[6,205 / 10,419] 124 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; 10s remote-cache ... (35 actions, 0 running)
[6,242 / 10,421] 126 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 66.0 MiB / 78.6 MiB; 10s remote-cache ... (35 actions, 0 running)
[6,289 / 10,509] 127 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 77.0 MiB / 78.6 MiB; 11s remote-cache ... (35 actions, 0 running)
[6,331 / 10,515] 129 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; Downloading pkg/sessionctx/sessionstates/expression.recompile1158.a, 49.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,361 / 10,517] 129 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; Downloading pkg/sessionctx/sessionstates/expression.recompile1158.a, 59.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,399 / 10,523] 132 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; Downloading pkg/sessionctx/sessionstates/expression.recompile1158.a, 69.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,446 / 10,537] 133 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; 7s remote-cache ... (35 actions, 0 running)
[6,487 / 10,549] 134 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 7s remote-cache ... (35 actions, 0 running)
[6,546 / 10,558] 135 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 68.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,566 / 10,560] 135 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 72.0 MiB / 78.6 MiB; 7s remote-cache ... (34 actions, 0 running)
[6,615 / 10,560] 138 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 73.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,673 / 10,560] 140 / 411 tests; GoLink pkg/util/gctuner/gctuner_test_/gctuner_test; Downloading pkg/util/gctuner/gctuner_test_/gctuner_test, 18.0 MiB / 41.5 MiB; 2s remote-cache ... (35 actions, 0 running)
[6,743 / 10,560] 140 / 411 tests; GoLink pkg/util/gctuner/gctuner_test_/gctuner_test; Downloading pkg/util/gctuner/gctuner_test_/gctuner_test, 33.0 MiB / 41.5 MiB; 3s remote-cache ... (34 actions, 0 running)
[6,802 / 10,568] 141 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 27.0 MiB / 80.2 MiB; 2s remote-cache ... (35 actions, 0 running)
[6,853 / 10,570] 142 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 39.0 MiB / 80.2 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,908 / 10,570] 143 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 51.2 MiB / 80.2 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,976 / 10,570] 144 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 66.0 MiB / 80.2 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,052 / 10,623] 145 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 6s remote-cache ... (35 actions, 0 running)
[7,072 / 10,674] 145 / 411 tests; GoLink pkg/resourcemanager/pool/spool/spool_test_/spool_test; Downloading pkg/resourcemanager/pool/spool/spool_test_/spool_test, 23.0 MiB / 41.6 MiB; 2s remote-cache ... (35 actions, 0 running)
[7,094 / 10,674] 145 / 411 tests; GoLink pkg/resourcemanager/pool/spool/spool_test_/spool_test; Downloading pkg/resourcemanager/pool/spool/spool_test_/spool_test, 33.0 MiB / 41.6 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,132 / 10,685] 145 / 411 tests; GoLink pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test; Downloading pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test, 37.0 MiB / 55.1 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,186 / 10,735] 148 / 411 tests; GoLink pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test; Downloading pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test, 51.0 MiB / 55.1 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,250 / 10,746] 149 / 411 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; Downloading pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test, 39.5 MiB / 52.7 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,297 / 10,746] 150 / 411 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; Downloading pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test, 49.5 MiB / 52.7 MiB; 6s remote-cache ... (35 actions, 0 running)
[7,351 / 10,767] 152 / 411 tests; GoLink br/pkg/streamhelper/daemon/daemon_test_/daemon_test; Downloading br/pkg/streamhelper/daemon/daemon_test_/daemon_test, 28.0 MiB / 44.6 MiB; 2s remote-cache ... (35 actions, 0 running)
[7,420 / 10,776] 157 / 411 tests; GoLink br/pkg/streamhelper/daemon/daemon_test_/daemon_test; Downloading br/pkg/streamhelper/daemon/daemon_test_/daemon_test, 43.0 MiB / 44.6 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,486 / 10,778] 158 / 411 tests; GoLink br/pkg/streamhelper/spans/spans_test_/spans_test; 3s remote-cache ... (35 actions, 0 running)
[7,548 / 10,790] 159 / 411 tests; GoLink pkg/domain/infosync/infosync_test_/infosync_test; Downloading pkg/domain/infosync/infosync_test_/infosync_test, 27.0 MiB / 50.3 MiB; 2s remote-cache ... (35 actions, 0 running)
[7,583 / 10,814] 159 / 411 tests; GoLink pkg/domain/infosync/infosync_test_/infosync_test; Downloading pkg/domain/infosync/infosync_test_/infosync_test, 38.0 MiB / 50.3 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,623 / 10,824] 163 / 411 tests; GoLink pkg/domain/infosync/infosync_test_/infosync_test; Downloading pkg/domain/infosync/infosync_test_/infosync_test, 49.2 MiB / 50.3 MiB; 4s remote-cache ... (35 actions, 0 running)
[7,655 / 10,828] 163 / 411 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 43.0 MiB / 79.7 MiB; 4s remote-cache ... (35 actions, 0 running)
[7,689 / 10,838] 163 / 411 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 53.0 MiB / 79.7 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,728 / 10,838] 164 / 411 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 64.0 MiB / 79.7 MiB; 6s remote-cache ... (35 actions, 0 running)
[7,772 / 10,838] 167 / 411 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 75.0 MiB / 79.7 MiB; 7s remote-cache ... (35 actions, 0 running)
[7,818 / 10,864] 168 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 57.9 MiB / 151.3 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,866 / 10,894] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 70.9 MiB / 151.3 MiB; 6s remote-cache ... (35 actions, 0 running)
[7,908 / 10,894] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 81.9 MiB / 151.3 MiB; 8s remote-cache ... (35 actions, 0 running)
[7,933 / 10,905] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 89.9 MiB / 151.3 MiB; 9s remote-cache ... (35 actions, 0 running)
[7,952 / 10,905] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 96.9 MiB / 151.3 MiB; 10s remote-cache ... (35 actions, 0 running)
[7,976 / 10,913] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 106.9 MiB / 151.3 MiB; 11s remote-cache ... (35 actions, 0 running)
[8,011 / 10,917] 172 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 117.9 MiB / 151.3 MiB; 12s remote-cache ... (35 actions, 0 running)
[8,042 / 10,945] 172 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 127.9 MiB / 151.3 MiB; 13s remote-cache ... (35 actions, 0 running)
[8,088 / 10,956] 174 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 137.9 MiB / 151.3 MiB; 14s remote-cache ... (35 actions, 0 running)
[8,119 / 10,956] 176 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 145.9 MiB / 151.3 MiB; 15s remote-cache ... (35 actions, 0 running)
[8,157 / 10,958] 177 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 16s remote-cache ... (35 actions, 0 running)
[8,214 / 10,986] 178 / 411 tests; GoCompilePkg pkg/structure/core.recompile1241.a; Downloading pkg/structure/core.recompile1241.a, 23.0 MiB / 43.8 MiB; 2s remote-cache ... (35 actions, 0 running)
[8,260 / 10,986] 178 / 411 tests; GoCompilePkg pkg/structure/core.recompile1241.a; Downloading pkg/structure/core.recompile1241.a, 34.0 MiB / 43.8 MiB; 3s remote-cache ... (35 actions, 0 running)
[8,296 / 10,986] 179 / 411 tests; GoCompilePkg pkg/structure/core.recompile1241.a; Downloading pkg/structure/core.recompile1241.a, 43.1 MiB / 43.8 MiB; 4s remote-cache ... (35 actions, 0 running)
[8,348 / 10,986] 179 / 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, 50.0 MiB / 61.0 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,394 / 10,986] 180 / 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, 61.0 MiB / 61.0 MiB; 6s remote-cache ... (35 actions, 0 running)
[8,437 / 10,999] 180 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 46.0 MiB / 157.9 MiB; 4s remote-cache ... (32 actions, 0 running)
[8,445 / 10,999] 180 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 47.0 MiB / 157.9 MiB; 6s remote-cache ... (27 actions, 0 running)
[8,445 / 10,999] 180 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 47.0 MiB / 157.9 MiB; 10s remote-cache ... (32 actions, 0 running)
[8,481 / 10,999] 181 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 59.0 MiB / 157.9 MiB; 11s remote-cache ... (35 actions, 0 running)
[8,520 / 10,999] 182 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 72.0 MiB / 157.9 MiB; 12s remote-cache ... (35 actions, 0 running)
[8,571 / 11,001] 182 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 85.0 MiB / 157.9 MiB; 13s remote-cache ... (35 actions, 0 running)
[8,620 / 11,009] 183 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 97.0 MiB / 157.9 MiB; 14s remote-cache ... (35 actions, 0 running)
[8,657 / 11,016] 184 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 108.0 MiB / 157.9 MiB; 15s remote-cache ... (35 actions, 0 running)
[8,688 / 11,016] 185 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 119.0 MiB / 157.9 MiB; 16s remote-cache ... (35 actions, 0 running)
[8,719 / 11,022] 185 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 130.0 MiB / 157.9 MiB; 17s remote-cache ... (35 actions, 0 running)
[8,742 / 11,090] 185 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 135.0 MiB / 157.9 MiB; 19s remote-cache ... (35 actions, 0 running)
[8,770 / 11,090] 186 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 145.0 MiB / 157.9 MiB; 20s remote-cache ... (35 actions, 0 running)
[8,777 / 11,090] 187 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; Downloading pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test, 148.0 MiB / 157.9 MiB; 21s remote-cache ... (34 actions, 0 running)
[8,803 / 11,107] 189 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 22s remote-cache ... (34 actions, 0 running)
[8,846 / 11,148] 190 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 37.0 MiB / 157.5 MiB; 6s remote-cache ... (34 actions, 0 running)
[8,877 / 11,199] 190 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 47.0 MiB / 157.5 MiB; 7s remote-cache ... (35 actions, 0 running)
[8,905 / 11,213] 190 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 54.0 MiB / 157.5 MiB; 8s remote-cache ... (35 actions, 0 running)
[8,938 / 11,213] 191 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 64.0 MiB / 157.5 MiB; 9s remote-cache ... (35 actions, 0 running)
[8,962 / 11,213] 192 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 73.0 MiB / 157.5 MiB; 10s remote-cache ... (35 actions, 0 running)
[9,009 / 11,266] 193 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 85.0 MiB / 157.5 MiB; 11s remote-cache ... (35 actions, 0 running)
[9,036 / 11,266] 193 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 94.0 MiB / 157.5 MiB; 12s remote-cache ... (35 actions, 0 running)
[9,058 / 11,266] 194 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 102.0 MiB / 157.5 MiB; 14s remote-cache ... (35 actions, 0 running)
[9,092 / 11,287] 195 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 112.0 MiB / 157.5 MiB; 15s remote-cache ... (35 actions, 0 running)
[9,112 / 11,287] 195 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 121.0 MiB / 157.5 MiB; 16s remote-cache ... (35 actions, 0 running)
[9,133 / 11,287] 196 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 127.0 MiB / 157.5 MiB; 18s remote-cache ... (32 actions, 0 running)
[9,153 / 11,303] 196 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 136.0 MiB / 157.5 MiB; 19s remote-cache ... (35 actions, 0 running)
[9,174 / 11,303] 196 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 146.0 MiB / 157.5 MiB; 20s remote-cache ... (35 actions, 0 running)
[9,200 / 11,308] 197 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; Downloading pkg/sessionctx/variable/variable_test_/variable_test, 156.0 MiB / 157.5 MiB; 21s remote-cache ... (35 actions, 0 running)
[9,222 / 11,422] 198 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 121.0 MiB / 157.2 MiB; 15s remote-cache ... (35 actions, 0 running)
[9,252 / 11,422] 199 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 128.0 MiB / 157.2 MiB; 16s remote-cache ... (35 actions, 0 running)
[9,269 / 11,422] 199 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 135.0 MiB / 157.2 MiB; 17s remote-cache ... (35 actions, 0 running)
[9,287 / 11,422] 201 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 142.0 MiB / 157.2 MiB; 18s remote-cache ... (35 actions, 0 running)
[9,309 / 11,422] 201 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 149.6 MiB / 157.2 MiB; 19s remote-cache ... (35 actions, 0 running)
[9,328 / 11,422] 201 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; Downloading pkg/structure/structure_test_/structure_test, 157.0 MiB / 157.2 MiB; 20s remote-cache ... (35 actions, 0 running)
[9,343 / 11,429] 201 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 108.0 MiB / 142.4 MiB; 15s remote-cache ... (35 actions, 0 running)
[9,360 / 11,429] 202 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 115.0 MiB / 142.4 MiB; 16s remote-cache ... (35 actions, 0 running)
[9,388 / 11,467] 203 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 124.0 MiB / 142.4 MiB; 17s remote-cache ... (35 actions, 0 running)
[9,407 / 11,483] 203 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 132.0 MiB / 142.4 MiB; 18s remote-cache ... (35 actions, 0 running)
[9,429 / 11,483] 203 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 139.0 MiB / 142.4 MiB; 19s remote-cache ... (35 actions, 0 running)
[9,447 / 11,483] 204 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 20s remote-cache ... (35 actions, 0 running)
[9,469 / 11,503] 204 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 79.0 MiB / 158.1 MiB; 11s remote-cache ... (35 actions, 0 running)
[9,491 / 11,503] 204 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 88.0 MiB / 158.1 MiB; 12s remote-cache ... (35 actions, 0 running)
[9,517 / 11,503] 205 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 97.0 MiB / 158.1 MiB; 13s remote-cache ... (35 actions, 0 running)
[9,542 / 11,503] 207 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 105.0 MiB / 158.1 MiB; 14s remote-cache ... (35 actions, 0 running)
[9,571 / 11,503] 207 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 114.0 MiB / 158.1 MiB; 15s remote-cache ... (35 actions, 0 running)
[9,589 / 11,503] 207 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 124.0 MiB / 158.1 MiB; 17s remote-cache ... (35 actions, 0 running)
[9,614 / 11,503] 207 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 132.0 MiB / 158.1 MiB; 18s remote-cache ... (35 actions, 0 running)
[9,637 / 11,503] 207 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 140.0 MiB / 158.1 MiB; 19s remote-cache ... (35 actions, 0 running)
[9,657 / 11,503] 208 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 147.0 MiB / 158.1 MiB; 20s remote-cache ... (35 actions, 0 running)
[9,680 / 11,503] 208 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; Downloading pkg/table/tables/tables_test_/tables_test, 155.0 MiB / 158.1 MiB; 21s remote-cache ... (35 actions, 0 running)
[9,703 / 11,503] 208 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 109.0 MiB / 120.2 MiB; 15s remote-cache ... (34 actions, 0 running)
[9,719 / 11,535] 208 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 116.0 MiB / 120.2 MiB; 16s remote-cache ... (35 actions, 0 running)
[9,752 / 11,586] 209 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 106.0 MiB / 160.9 MiB; 14s remote-cache ... (35 actions, 0 running)
[9,769 / 11,596] 209 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 114.0 MiB / 160.9 MiB; 15s remote-cache ... (35 actions, 0 running)
[9,790 / 11,596] 210 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 123.0 MiB / 160.9 MiB; 16s remote-cache ... (35 actions, 0 running)
[9,807 / 11,596] 210 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 131.0 MiB / 160.9 MiB; 17s remote-cache ... (35 actions, 0 running)
[9,829 / 11,596] 211 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 140.0 MiB / 160.9 MiB; 18s remote-cache ... (35 actions, 0 running)
[9,855 / 11,617] 211 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 149.0 MiB / 160.9 MiB; 19s remote-cache ... (35 actions, 0 running)
[9,873 / 11,617] 211 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; Downloading pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test, 156.0 MiB / 160.9 MiB; 20s remote-cache ... (35 actions, 0 running)
[9,891 / 11,617] 211 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 22s remote-cache ... (35 actions, 0 running)
[9,914 / 11,635] 213 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; Downloading pkg/ttl/ttlworker/executor.recompile1254.a, 42.0 MiB / 44.3 MiB; 6s remote-cache ... (35 actions, 0 running)
[9,934 / 11,635] 214 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 23.0 MiB / 155.4 MiB; 4s remote-cache ... (35 actions, 0 running)
[9,956 / 11,635] 214 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 32.0 MiB / 155.4 MiB; 5s remote-cache ... (35 actions, 0 running)
[9,975 / 11,635] 214 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 40.0 MiB / 155.4 MiB; 6s remote-cache ... (35 actions, 0 running)
[9,987 / 11,635] 214 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 47.0 MiB / 155.4 MiB; 7s remote-cache ... (35 actions, 0 running)
[10,008 / 11,635] 214 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 56.0 MiB / 155.4 MiB; 8s remote-cache ... (35 actions, 0 running)
[10,021 / 11,637] 214 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 64.0 MiB / 155.4 MiB; 9s remote-cache ... (35 actions, 0 running)
[10,044 / 11,639] 214 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 72.0 MiB / 155.4 MiB; 10s remote-cache ... (35 actions, 0 running)
[10,064 / 11,639] 215 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 80.0 MiB / 155.4 MiB; 11s remote-cache ... (35 actions, 0 running)
[10,080 / 11,639] 216 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 87.0 MiB / 155.4 MiB; 12s remote-cache ... (35 actions, 0 running)
[10,096 / 11,657] 216 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 93.0 MiB / 155.4 MiB; 13s remote-cache ... (35 actions, 0 running)
[10,121 / 11,657] 217 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 101.2 MiB / 155.4 MiB; 14s remote-cache ... (35 actions, 0 running)
[10,145 / 11,657] 218 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 112.0 MiB / 155.4 MiB; 15s remote-cache ... (35 actions, 0 running)
[10,163 / 11,657] 219 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 121.0 MiB / 155.4 MiB; 16s remote-cache ... (35 actions, 0 running)
[10,177 / 11,659] 220 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 128.0 MiB / 155.4 MiB; 17s remote-cache ... (35 actions, 0 running)
[10,203 / 11,659] 221 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 137.0 MiB / 155.4 MiB; 18s remote-cache ... (30 actions, 0 running)
[10,227 / 11,659] 222 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 146.0 MiB / 155.4 MiB; 19s remote-cache ... (35 actions, 0 running)
[10,258 / 11,669] 222 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; Downloading pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test, 154.0 MiB / 155.4 MiB; 20s remote-cache ... (35 actions, 0 running)
[10,282 / 11,671] 222 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; Downloading pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test, 124.0 MiB / 158.0 MiB; 16s remote-cache ... (35 actions, 0 running)
[10,307 / 11,671] 222 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; Downloading pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test, 135.0 MiB / 158.0 MiB; 17s remote-cache ... (35 actions, 0 running)
[10,335 / 11,671] 223 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; Downloading pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test, 143.0 MiB / 158.0 MiB; 18s remote-cache ... (35 actions, 0 running)
[10,359 / 11,671] 223 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; Downloading pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test, 151.0 MiB / 158.0 MiB; 19s remote-cache ... (35 actions, 0 running)
[10,384 / 11,671] 223 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 20s remote-cache ... (35 actions, 0 running)
[10,422 / 11,698] 223 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 128.0 MiB / 212.4 MiB; 16s remote-cache ... (35 actions, 0 running)
[10,446 / 11,698] 223 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 136.0 MiB / 212.4 MiB; 17s remote-cache ... (35 actions, 0 running)
[10,476 / 11,728] 223 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 145.0 MiB / 212.4 MiB; 18s remote-cache ... (35 actions, 0 running)
[10,514 / 11,728] 223 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 155.3 MiB / 212.4 MiB; 19s remote-cache ... (35 actions, 0 running)
[10,533 / 11,728] 223 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 164.0 MiB / 212.4 MiB; 20s remote-cache ... (35 actions, 0 running)
[10,552 / 11,730] 223 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 173.0 MiB / 212.4 MiB; 21s remote-cache ... (35 actions, 0 running)
[10,569 / 11,753] 223 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 179.0 MiB / 212.4 MiB; 22s remote-cache ... (35 actions, 0 running)
[10,591 / 11,753] 225 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 188.0 MiB / 212.4 MiB; 24s remote-cache ... (35 actions, 0 running)
[10,609 / 11,753] 225 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 195.0 MiB / 212.4 MiB; 25s remote-cache ... (35 actions, 0 running)
[10,638 / 11,757] 225 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 202.0 MiB / 212.4 MiB; 26s remote-cache ... (35 actions, 0 running)
[10,666 / 11,757] 225 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 212.0 MiB / 212.4 MiB; 27s remote-cache ... (35 actions, 0 running)
[10,694 / 11,757] 225 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 28s remote-cache ... (35 actions, 0 running)
[10,715 / 11,808] 225 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 182.6 MiB / 271.3 MiB; 25s remote-cache ... (35 actions, 0 running)
[10,734 / 11,808] 226 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 191.6 MiB / 271.3 MiB; 26s remote-cache ... (35 actions, 0 running)
[10,765 / 11,808] 226 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 200.6 MiB / 271.3 MiB; 27s remote-cache ... (35 actions, 0 running)
[10,795 / 11,859] 226 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 212.6 MiB / 271.3 MiB; 28s remote-cache ... (35 actions, 0 running)
[10,812 / 11,859] 226 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 221.6 MiB / 271.3 MiB; 29s remote-cache ... (35 actions, 0 running)
[10,827 / 11,859] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 228.6 MiB / 271.3 MiB; 30s remote-cache ... (35 actions, 0 running)
[10,851 / 11,859] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 237.6 MiB / 271.3 MiB; 31s remote-cache ... (35 actions, 0 running)
[10,869 / 11,919] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 245.6 MiB / 271.3 MiB; 32s remote-cache ... (35 actions, 0 running)
[10,893 / 11,919] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 253.6 MiB / 271.3 MiB; 33s remote-cache ... (35 actions, 0 running)
[10,914 / 11,948] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 260.6 MiB / 271.3 MiB; 34s remote-cache ... (35 actions, 0 running)
[10,937 / 11,948] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 268.6 MiB / 271.3 MiB; 35s remote-cache ... (35 actions, 0 running)
[10,961 / 11,948] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 36s remote-cache ... (35 actions, 0 running)
[10,986 / 11,999] 227 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 164.7 MiB / 211.7 MiB; 21s remote-cache ... (35 actions, 0 running)
[11,005 / 11,999] 228 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 171.0 MiB / 211.7 MiB; 22s remote-cache ... (35 actions, 0 running)
[11,017 / 11,999] 228 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 177.0 MiB / 211.7 MiB; 23s remote-cache ... (35 actions, 0 running)
[11,035 / 11,999] 229 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 184.0 MiB / 211.7 MiB; 24s remote-cache ... (35 actions, 0 running)
[11,048 / 11,999] 229 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 190.0 MiB / 211.7 MiB; 25s remote-cache ... (35 actions, 0 running)
[11,064 / 11,999] 229 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 197.0 MiB / 211.7 MiB; 26s remote-cache ... (35 actions, 0 running)
[11,078 / 11,999] 229 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 205.5 MiB / 211.7 MiB; 28s remote-cache ... (35 actions, 0 running)
[11,089 / 11,999] 229 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 29s remote-cache ... (35 actions, 0 running)
[11,101 / 12,016] 229 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 201.0 MiB / 210.2 MiB; 27s remote-cache ... (35 actions, 0 running)
[11,111 / 12,016] 230 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; Downloading pkg/store/gcworker/gcworker_test_/gcworker_test, 207.0 MiB / 210.2 MiB; 28s remote-cache ... (35 actions, 0 running)
[11,125 / 12,033] 230 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 29s remote-cache ... (35 actions, 0 running)
[11,139 / 12,059] 230 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 148.0 MiB / 163.0 MiB; 21s remote-cache ... (35 actions, 0 running)
[11,152 / 12,063] 230 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 154.0 MiB / 163.0 MiB; 22s remote-cache ... (35 actions, 0 running)
[11,163 / 12,063] 230 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; Downloading pkg/owner/owner_test_/owner_test, 160.0 MiB / 163.0 MiB; 23s remote-cache ... (35 actions, 0 running)
[11,168 / 12,065] 230 / 411 tests; GoLink pkg/owner/owner_test_/owner_test; 24s remote-cache ... (35 actions, 0 running)
[11,184 / 12,081] 232 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 139.0 MiB / 149.6 MiB; 22s remote-cache ... (35 actions, 0 running)
[11,198 / 12,081] 233 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 146.0 MiB / 149.6 MiB; 23s remote-cache ... (35 actions, 0 running)
[11,210 / 12,093] 233 / 411 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 24s remote-cache ... (35 actions, 0 running)
[11,227 / 12,108] 233 / 411 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 145.1 MiB / 158.1 MiB; 24s remote-cache ... (35 actions, 0 running)
[11,236 / 12,108] 233 / 411 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 151.1 MiB / 158.1 MiB; 25s remote-cache ... (35 actions, 0 running)
[11,245 / 12,108] 233 / 411 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 26s remote-cache ... (35 actions, 0 running)
[11,259 / 12,125] 233 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 138.3 MiB / 160.9 MiB; 23s remote-cache ... (35 actions, 0 running)
[11,275 / 12,127] 233 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 146.3 MiB / 160.9 MiB; 24s remote-cache ... (35 actions, 0 running)
[11,290 / 12,129] 234 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 153.3 MiB / 160.9 MiB; 25s remote-cache ... (35 actions, 0 running)
[11,300 / 12,129] 234 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 160.3 MiB / 160.9 MiB; 26s remote-cache ... (35 actions, 0 running)
[11,314 / 12,191] 236 / 411 tests; GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; Downloading pkg/infoschema/perfschema/perfschema_test_/perfschema_test, 155.0 MiB / 157.6 MiB; 27s remote-cache ... (35 actions, 0 running)
[11,335 / 12,290] 236 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 135.0 MiB / 211.8 MiB; 22s remote-cache ... (34 actions, 0 running)
[11,351 / 12,296] 237 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 142.0 MiB / 211.8 MiB; 23s remote-cache ... (35 actions, 0 running)
[11,364 / 12,296] 237 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 147.8 MiB / 211.8 MiB; 24s remote-cache ... (34 actions, 0 running)
[11,370 / 12,296] 237 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 154.0 MiB / 211.8 MiB; 25s remote-cache ... (35 actions, 0 running)
[11,386 / 12,296] 238 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 161.0 MiB / 211.8 MiB; 26s remote-cache ... (35 actions, 0 running)
[11,405 / 12,333] 238 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 169.0 MiB / 211.8 MiB; 27s remote-cache ... (35 actions, 0 running)
[11,420 / 12,335] 240 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 175.0 MiB / 211.8 MiB; 28s remote-cache ... (35 actions, 0 running)
[11,433 / 12,335] 240 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 182.0 MiB / 211.8 MiB; 30s remote-cache ... (35 actions, 0 running)
[11,452 / 12,337] 241 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 189.0 MiB / 211.8 MiB; 31s remote-cache ... (35 actions, 0 running)
[11,468 / 12,337] 243 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 194.8 MiB / 211.8 MiB; 32s remote-cache ... (34 actions, 0 running)
[11,481 / 12,337] 244 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 201.8 MiB / 211.8 MiB; 33s remote-cache ... (35 actions, 0 running)
[11,482 / 12,337] 244 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 201.8 MiB / 211.8 MiB; 35s remote-cache ... (32 actions, 0 running)
[11,501 / 12,339] 245 / 411 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; Downloading pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test, 211.3 MiB / 211.8 MiB; 36s remote-cache ... (35 actions, 0 running)
[11,512 / 12,394] 245 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 106.0 MiB / 166.6 MiB; 17s remote-cache ... (35 actions, 0 running)
[11,526 / 12,394] 246 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 114.0 MiB / 166.6 MiB; 18s remote-cache ... (35 actions, 0 running)
[11,545 / 12,423] 247 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 121.0 MiB / 166.6 MiB; 19s remote-cache ... (35 actions, 0 running)
[11,563 / 12,423] 247 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 128.0 MiB / 166.6 MiB; 20s remote-cache ... (35 actions, 0 running)
[11,574 / 12,423] 248 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 135.3 MiB / 166.6 MiB; 21s remote-cache ... (35 actions, 0 running)
[11,592 / 12,423] 249 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 135.3 MiB / 166.6 MiB; 22s remote-cache ... (35 actions, 0 running)
[11,607 / 12,423] 250 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 135.3 MiB / 166.6 MiB; 24s remote-cache ... (35 actions, 0 running)
[11,618 / 12,423] 251 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 142.3 MiB / 166.6 MiB; 25s remote-cache ... (35 actions, 0 running)
[11,634 / 12,429] 251 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 149.3 MiB / 166.6 MiB; 26s remote-cache ... (35 actions, 0 running)
[11,647 / 12,429] 251 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 157.3 MiB / 166.6 MiB; 27s remote-cache ... (35 actions, 0 running)
[11,664 / 12,429] 251 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 164.3 MiB / 166.6 MiB; 28s remote-cache ... (35 actions, 0 running)
[11,679 / 12,429] 251 / 411 tests; GoLink pkg/domain/domain_test_/domain_test; 29s remote-cache ... (35 actions, 0 running)
[11,692 / 12,457] 251 / 411 tests; GoLink pkg/planner/core/core_test_/core_test; Downloading pkg/planner/core/core_test_/core_test, 109.0 MiB / 159.6 MiB; 18s remote-cache ... (35 actions, 0 running)
[11,705 / 12,457] 251 / 411 tests; GoLink pkg/planner/core/core_test_/core_test; Downloading pkg/planner/core/core_test_/core_test, 116.0 MiB / 159.6 MiB; 19s remote-cache ... (35 actions, 0 running)
[11,724 / 12,475] 254 / 411 tests; GoLink pkg/planner/core/core_test_/core_test; Downloading pkg/planner/core/core_test_/core_test, 125.0 MiB / 159.6 MiB; 20s remote-cache ... (35 actions, 0 running)
[11,742 / 12,475] 254 / 411 tests; GoLink pkg/planner/core/core_test_/core_test; Downloading pkg/planner/core/core_test_/core_test, 134.0 MiB / 159.6 MiB; 21s remote-cache ... (35 actions, 0 running)
[11,753 / 12,475] 255 / 411 tests; GoLink pkg/planner/core/core_test_/core_test; Downloading pkg/planner/core/core_test_/core_test, 141.0 MiB / 159.6 MiB; 22s remote-cache ... (35 actions, 0 running)
[11,765 / 12,501] 256 / 411 tests; GoLink pkg/planner/core/core_test_/core_test; Downloading pkg/planner/core/core_test_/core_test, 147.0 MiB / 159.6 MiB; 24s remote-cache ... (35 actions, 0 running)
[11,780 / 12,501] 257 / 411 tests; GoLink pkg/planner/core/core_test_/core_test; Downloading pkg/planner/core/core_test_/core_test, 155.0 MiB / 159.6 MiB; 25s remote-cache ... (35 actions, 0 running)
[11,795 / 12,501] 257 / 411 tests; GoLink pkg/planner/core/core_test_/core_test; 26s remote-cache ... (35 actions, 0 running)
[11,813 / 12,558] 258 / 411 tests; GoLink br/pkg/restore/utils/utils_test_/utils_test; Downloading br/pkg/restore/utils/utils_test_/utils_test, 40.9 MiB / 87.0 MiB; 6s remote-cache ... (35 actions, 0 running)
[11,830 / 12,558] 258 / 411 tests; GoLink br/pkg/restore/utils/utils_test_/utils_test; Downloading br/pkg/restore/utils/utils_test_/utils_test, 47.9 MiB / 87.0 MiB; 7s remote-cache ... (35 actions, 0 running)
[11,846 / 12,558] 258 / 411 tests; GoLink br/pkg/restore/utils/utils_test_/utils_test; Downloading br/pkg/restore/utils/utils_test_/utils_test, 55.9 MiB / 87.0 MiB; 8s remote-cache ... (35 actions, 0 running)
[11,860 / 12,558] 258 / 411 tests; GoLink br/pkg/restore/utils/utils_test_/utils_test; Downloading br/pkg/restore/utils/utils_test_/utils_test, 63.9 MiB / 87.0 MiB; 10s remote-cache ... (35 actions, 0 running)
[11,879 / 12,558] 259 / 411 tests; GoLink br/pkg/restore/utils/utils_test_/utils_test; Downloading br/pkg/restore/utils/utils_test_/utils_test, 69.9 MiB / 87.0 MiB; 11s remote-cache ... (35 actions, 0 running)
[11,890 / 12,558] 260 / 411 tests; GoLink br/pkg/restore/utils/utils_test_/utils_test; Downloading br/pkg/restore/utils/utils_test_/utils_test, 76.9 MiB / 87.0 MiB; 12s remote-cache ... (35 actions, 0 running)
[11,906 / 12,558] 260 / 411 tests; GoLink br/pkg/restore/utils/utils_test_/utils_test; Downloading br/pkg/restore/utils/utils_test_/utils_test, 84.9 MiB / 87.0 MiB; 13s remote-cache ... (35 actions, 0 running)
[11,924 / 12,571] 261 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 30.0 MiB / 219.2 MiB; 4s remote-cache ... (35 actions, 0 running)
[11,939 / 12,571] 261 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 37.0 MiB / 219.2 MiB; 5s remote-cache ... (35 actions, 0 running)
[11,955 / 12,583] 261 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 44.0 MiB / 219.2 MiB; 7s remote-cache ... (35 actions, 0 running)
[11,968 / 12,583] 262 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 50.0 MiB / 219.2 MiB; 8s remote-cache ... (35 actions, 0 running)
[11,985 / 12,583] 262 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 57.0 MiB / 219.2 MiB; 9s remote-cache ... (35 actions, 0 running)
[12,000 / 12,583] 264 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 65.3 MiB / 219.2 MiB; 10s remote-cache ... (35 actions, 0 running)
[12,002 / 12,583] 264 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 67.0 MiB / 219.2 MiB; 11s remote-cache ... (35 actions, 0 running)
[12,003 / 12,583] 265 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 69.0 MiB / 219.2 MiB; 12s remote-cache ... (35 actions, 0 running)
[12,013 / 12,583] 266 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 75.0 MiB / 219.2 MiB; 13s remote-cache ... (35 actions, 0 running)
[12,023 / 12,583] 267 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 84.0 MiB / 219.2 MiB; 15s remote-cache ... (35 actions, 0 running)
[12,034 / 12,583] 267 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 91.0 MiB / 219.2 MiB; 16s remote-cache ... (35 actions, 0 running)
[12,044 / 12,585] 267 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 99.0 MiB / 219.2 MiB; 17s remote-cache ... (35 actions, 0 running)
[12,058 / 12,593] 269 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 107.0 MiB / 219.2 MiB; 18s remote-cache ... (35 actions, 0 running)
[12,069 / 12,599] 269 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 114.0 MiB / 219.2 MiB; 19s remote-cache ... (35 actions, 0 running)
[12,077 / 12,599] 269 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 121.0 MiB / 219.2 MiB; 20s remote-cache ... (35 actions, 0 running)
[12,088 / 12,619] 270 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 128.0 MiB / 219.2 MiB; 21s remote-cache ... (35 actions, 0 running)
[12,094 / 12,619] 271 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 133.0 MiB / 219.2 MiB; 22s remote-cache ... (35 actions, 0 running)
[12,110 / 12,654] 271 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 143.0 MiB / 219.2 MiB; 24s remote-cache ... (35 actions, 0 running)
[12,122 / 12,654] 272 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 149.0 MiB / 219.2 MiB; 25s remote-cache ... (35 actions, 0 running)
[12,126 / 12,654] 272 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 155.0 MiB / 219.2 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,134 / 12,654] 273 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 162.0 MiB / 219.2 MiB; 27s remote-cache ... (35 actions, 0 running)
[12,146 / 12,656] 273 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 168.0 MiB / 219.2 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,156 / 12,656] 273 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 175.0 MiB / 219.2 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,160 / 12,656] 273 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 181.0 MiB / 219.2 MiB; 31s remote-cache ... (35 actions, 0 running)
[12,168 / 12,658] 273 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 187.0 MiB / 219.2 MiB; 32s remote-cache ... (35 actions, 0 running)
[12,175 / 12,658] 276 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 192.1 MiB / 219.2 MiB; 33s remote-cache ... (35 actions, 0 running)
[12,183 / 12,658] 276 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 198.0 MiB / 219.2 MiB; 34s remote-cache ... (35 actions, 0 running)
[12,189 / 12,658] 276 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 204.2 MiB / 219.2 MiB; 35s remote-cache ... (35 actions, 0 running)
[12,196 / 12,658] 277 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 210.3 MiB / 219.2 MiB; 36s remote-cache ... (35 actions, 0 running)
[12,202 / 12,671] 277 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 217.0 MiB / 219.2 MiB; 37s remote-cache ... (35 actions, 0 running)
[12,206 / 12,700] 277 / 411 tests; GoLink pkg/timer/timer_test_/timer_test; 39s remote-cache ... (35 actions, 0 running)
[12,217 / 12,707] 277 / 411 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 182.0 MiB / 211.0 MiB; 33s remote-cache ... (35 actions, 0 running)
[12,222 / 12,707] 277 / 411 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 187.0 MiB / 211.0 MiB; 34s remote-cache ... (35 actions, 0 running)
[12,228 / 12,707] 277 / 411 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 193.0 MiB / 211.0 MiB; 35s remote-cache ... (35 actions, 0 running)
[12,232 / 12,707] 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; 36s remote-cache ... (35 actions, 0 running)
[12,236 / 12,707] 278 / 411 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 203.0 MiB / 211.0 MiB; 37s remote-cache ... (35 actions, 0 running)
[12,246 / 12,709] 278 / 411 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 209.2 MiB / 211.0 MiB; 38s remote-cache ... (35 actions, 0 running)
[12,251 / 12,709] 278 / 411 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; 39s remote-cache ... (35 actions, 0 running)
[12,262 / 12,794] 278 / 411 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; Downloading pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test, 197.9 MiB / 211.3 MiB; 34s remote-cache ... (35 actions, 0 running)
[12,269 / 12,818] 279 / 411 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; Downloading pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test, 203.5 MiB / 211.3 MiB; 35s remote-cache ... (35 actions, 0 running)
[12,272 / 12,818] 280 / 411 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; Downloading pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test, 208.9 MiB / 211.3 MiB; 36s remote-cache ... (35 actions, 0 running)
[12,280 / 12,818] 280 / 411 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; 37s remote-cache ... (35 actions, 0 running)
[12,291 / 12,820] 280 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 210.0 MiB / 211.3 MiB; 37s remote-cache ... (35 actions, 0 running)
[12,302 / 12,820] 281 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; Downloading pkg/executor/test/jointest/jointest_test_/jointest_test, 211.3 MiB / 211.3 MiB; 38s remote-cache ... (34 actions, 0 running)
[12,310 / 12,871] 281 / 411 tests; GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; 39s remote-cache ... (35 actions, 0 running)
[12,323 / 12,892] 281 / 411 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; 38s remote-cache ... (35 actions, 0 running)
[12,342 / 12,956] 281 / 411 tests; GoLink pkg/bindinfo/tests/tests_test_/tests_test; 38s remote-cache ... (35 actions, 0 running)
[12,358 / 12,982] 281 / 411 tests; GoLink pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test; Downloading pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test, 186.0 MiB / 211.4 MiB; 33s remote-cache ... (35 actions, 0 running)
[12,370 / 12,982] 281 / 411 tests; GoLink pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test; Downloading pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test, 192.0 MiB / 211.4 MiB; 35s remote-cache ... (35 actions, 0 running)
[12,383 / 12,982] 281 / 411 tests; GoLink pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test; Downloading pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test, 199.0 MiB / 211.4 MiB; 36s remote-cache ... (34 actions, 0 running)
[12,399 / 12,995] 281 / 411 tests; GoLink pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test; Downloading pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test, 207.0 MiB / 211.4 MiB; 37s remote-cache ... (35 actions, 0 running)
[12,411 / 12,995] 281 / 411 tests; GoLink pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test; 38s remote-cache ... (35 actions, 0 running)
[12,429 / 13,013] 282 / 411 tests; GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; Downloading pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test, 189.9 MiB / 211.3 MiB; 35s remote-cache ... (35 actions, 0 running)
[12,439 / 13,013] 282 / 411 tests; GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; Downloading pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test, 196.9 MiB / 211.3 MiB; 36s remote-cache ... (35 actions, 0 running)
[12,455 / 13,013] 283 / 411 tests; GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; Downloading pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test, 204.9 MiB / 211.3 MiB; 37s remote-cache ... (35 actions, 0 running)
[12,478 / 13,015] 284 / 411 tests; GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 38s remote-cache ... (35 actions, 0 running)
[12,494 / 13,019] 285 / 411 tests; GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 39s remote-cache ... (35 actions, 0 running)
[12,514 / 13,038] 285 / 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; 34s remote-cache ... (35 actions, 0 running)
[12,528 / 13,053] 286 / 411 tests; GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; 35s remote-cache ... (35 actions, 0 running)
[12,544 / 13,053] 286 / 411 tests; GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; 36s remote-cache ... (35 actions, 0 running)
[12,564 / 13,087] 286 / 411 tests; GoLink pkg/statistics/handle/syncload/syncload_test_/syncload_test; Downloading pkg/statistics/handle/syncload/syncload_test_/syncload_test, 210.1 MiB / 210.9 MiB; 35s remote-cache ... (35 actions, 0 running)
[12,588 / 13,093] 287 / 411 tests; GoLink pkg/store/driver/driver_test_/driver_test; Downloading pkg/store/driver/driver_test_/driver_test, 149.0 MiB / 157.2 MiB; 23s remote-cache ... (35 actions, 0 running)
[12,606 / 13,093] 290 / 411 tests; GoLink pkg/store/driver/driver_test_/driver_test; 24s remote-cache ... (35 actions, 0 running)
[12,627 / 13,102] 290 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 64.0 MiB / 211.3 MiB; 9s remote-cache ... (35 actions, 0 running)
[12,647 / 13,104] 292 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 72.0 MiB / 211.3 MiB; 10s remote-cache ... (35 actions, 0 running)
[12,670 / 13,104] 292 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 84.0 MiB / 211.3 MiB; 11s remote-cache ... (35 actions, 0 running)
[12,692 / 13,104] 292 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 93.0 MiB / 211.3 MiB; 12s remote-cache ... (35 actions, 0 running)
[12,716 / 13,104] 294 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 102.1 MiB / 211.3 MiB; 13s remote-cache ... (35 actions, 0 running)
[12,735 / 13,106] 295 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 111.0 MiB / 211.3 MiB; 14s remote-cache ... (35 actions, 0 running)
[12,757 / 13,106] 295 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 119.0 MiB / 211.3 MiB; 15s remote-cache ... (35 actions, 0 running)
[12,784 / 13,108] 298 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 128.0 MiB / 211.3 MiB; 16s remote-cache ... (35 actions, 0 running)
[12,799 / 13,108] 299 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 135.0 MiB / 211.3 MiB; 17s remote-cache ... (35 actions, 0 running)
[12,817 / 13,108] 300 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 143.0 MiB / 211.3 MiB; 18s remote-cache ... (35 actions, 0 running)
[12,847 / 13,110] 302 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 152.0 MiB / 211.3 MiB; 19s remote-cache ... (35 actions, 0 running)
[12,863 / 13,110] 302 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 159.0 MiB / 211.3 MiB; 20s remote-cache ... (35 actions, 0 running)
[12,882 / 13,110] 303 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 167.0 MiB / 211.3 MiB; 21s remote-cache ... (35 actions, 0 running)
[12,898 / 13,110] 306 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 174.0 MiB / 211.3 MiB; 22s remote-cache ... (35 actions, 0 running)
[12,907 / 13,110] 306 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 180.6 MiB / 211.3 MiB; 23s remote-cache ... (35 actions, 0 running)
[12,915 / 13,110] 306 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 188.0 MiB / 211.3 MiB; 24s remote-cache ... (35 actions, 0 running)
[12,926 / 13,110] 306 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 194.0 MiB / 211.3 MiB; 25s remote-cache ... (35 actions, 0 running)
[12,937 / 13,110] 306 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 200.0 MiB / 211.3 MiB; 26s remote-cache ... (35 actions, 0 running)
[12,946 / 13,110] 306 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 206.0 MiB / 211.3 MiB; 28s remote-cache ... (35 actions, 0 running)
[12,953 / 13,110] 308 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 29s remote-cache ... (35 actions, 0 running)
[12,960 / 13,118] 308 / 411 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 30s remote-cache ... (35 actions, 0 running)
[12,972 / 13,124] 308 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 197.6 MiB / 211.5 MiB; 29s remote-cache ... (35 actions, 0 running)
[12,983 / 13,124] 309 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; Downloading pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test, 205.6 MiB / 211.5 MiB; 31s remote-cache ... (35 actions, 0 running)
[12,993 / 13,128] 310 / 411 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 32s remote-cache ... (35 actions, 0 running)
[13,002 / 13,171] 310 / 411 tests; GoLink lightning/pkg/importer/importer_test_/importer_test; Downloading lightning/pkg/importer/importer_test_/importer_test, 142.5 MiB / 167.0 MiB; 22s remote-cache ... (35 actions, 0 running)
[13,010 / 13,171] 312 / 411 tests; GoLink lightning/pkg/importer/importer_test_/importer_test; Downloading lightning/pkg/importer/importer_test_/importer_test, 148.5 MiB / 167.0 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,020 / 13,171] 312 / 411 tests; GoLink lightning/pkg/importer/importer_test_/importer_test; Downloading lightning/pkg/importer/importer_test_/importer_test, 154.5 MiB / 167.0 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,026 / 13,171] 313 / 411 tests; GoLink lightning/pkg/importer/importer_test_/importer_test; Downloading lightning/pkg/importer/importer_test_/importer_test, 160.5 MiB / 167.0 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,035 / 13,171] 314 / 411 tests; GoLink lightning/pkg/importer/importer_test_/importer_test; Downloading lightning/pkg/importer/importer_test_/importer_test, 166.5 MiB / 167.0 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,047 / 13,222] 314 / 411 tests; GoLink br/cmd/br/br_test_/br_test; Downloading br/cmd/br/br_test_/br_test, 146.0 MiB / 167.4 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,057 / 13,222] 314 / 411 tests; GoLink br/cmd/br/br_test_/br_test; Downloading br/cmd/br/br_test_/br_test, 152.0 MiB / 167.4 MiB; 24s remote-cache ... (34 actions, 0 running)
[13,060 / 13,222] 314 / 411 tests; GoLink br/cmd/br/br_test_/br_test; Downloading br/cmd/br/br_test_/br_test, 158.0 MiB / 167.4 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,068 / 13,222] 316 / 411 tests; GoLink br/cmd/br/br_test_/br_test; Downloading br/cmd/br/br_test_/br_test, 165.0 MiB / 167.4 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,074 / 13,222] 316 / 411 tests; GoLink br/cmd/br/br_test_/br_test; 27s remote-cache ... (35 actions, 0 running)
[13,088 / 13,241] 316 / 411 tests; GoLink lightning/cmd/tidb-lightning/tidb-lightning_test_/tidb-lightning_test; 26s remote-cache ... (35 actions, 0 running)
[13,101 / 13,245] 318 / 411 tests; GoLink pkg/util/stmtsummary/v2/tests/tests_test_/tests_test; 26s remote-cache ... (35 actions, 0 running)
[13,113 / 13,258] 319 / 411 tests; GoLink br/pkg/task/show/show_test_/show_test; Downloading br/pkg/task/show/show_test_/show_test, 153.9 MiB / 158.5 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,119 / 13,258] 319 / 411 tests; GoLink br/pkg/task/show/show_test_/show_test; 27s remote-cache ... (35 actions, 0 running)
[13,128 / 13,272] 319 / 411 tests; GoLink pkg/session/test/privileges/privileges_test_/privileges_test; 28s remote-cache ... (34 actions, 0 running)
[13,144 / 13,291] 321 / 411 tests; GoLink pkg/bindinfo/tests/timeout/timeout_test_/timeout_test; Downloading pkg/bindinfo/tests/timeout/timeout_test_/timeout_test, 104.0 MiB / 157.8 MiB; 18s remote-cache ... (35 actions, 0 running)
[13,153 / 13,291] 321 / 411 tests; GoLink pkg/bindinfo/tests/timeout/timeout_test_/timeout_test; Downloading pkg/bindinfo/tests/timeout/timeout_test_/timeout_test, 111.0 MiB / 157.8 MiB; 19s remote-cache ... (35 actions, 0 running)
[13,161 / 13,291] 321 / 411 tests; GoLink pkg/bindinfo/tests/timeout/timeout_test_/timeout_test; Downloading pkg/bindinfo/tests/timeout/timeout_test_/timeout_test, 116.0 MiB / 157.8 MiB; 20s remote-cache ... (35 actions, 0 running)
[13,171 / 13,291] 322 / 411 tests; GoLink pkg/bindinfo/tests/timeout/timeout_test_/timeout_test; Downloading pkg/bindinfo/tests/timeout/timeout_test_/timeout_test, 123.0 MiB / 157.8 MiB; 21s remote-cache ... (35 actions, 0 running)
[13,174 / 13,291] 323 / 411 tests; GoLink pkg/bindinfo/tests/timeout/timeout_test_/timeout_test; Downloading pkg/bindinfo/tests/timeout/timeout_test_/timeout_test, 130.0 MiB / 157.8 MiB; 22s remote-cache ... (35 actions, 0 running)
[13,185 / 13,310] 324 / 411 tests; GoLink pkg/bindinfo/tests/timeout/timeout_test_/timeout_test; Downloading pkg/bindinfo/tests/timeout/timeout_test_/timeout_test, 138.0 MiB / 157.8 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,192 / 13,316] 324 / 411 tests; GoLink pkg/bindinfo/tests/timeout/timeout_test_/timeout_test; Downloading pkg/bindinfo/tests/timeout/timeout_test_/timeout_test, 144.0 MiB / 157.8 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,202 / 13,367] 324 / 411 tests; GoLink pkg/bindinfo/tests/timeout/timeout_test_/timeout_test; Downloading pkg/bindinfo/tests/timeout/timeout_test_/timeout_test, 151.0 MiB / 157.8 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,208 / 13,367] 326 / 411 tests; GoLink pkg/bindinfo/tests/timeout/timeout_test_/timeout_test; Downloading pkg/bindinfo/tests/timeout/timeout_test_/timeout_test, 156.0 MiB / 157.8 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,218 / 13,369] 326 / 411 tests; GoLink pkg/ddl/tests/metadatalock/metadatalock_test_/metadatalock_test; Downloading pkg/ddl/tests/metadatalock/metadatalock_test_/metadatalock_test, 156.0 MiB / 160.9 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,221 / 13,369] 328 / 411 tests; GoLink pkg/ddl/tests/metadatalock/metadatalock_test_/metadatalock_test; 28s remote-cache ... (35 actions, 0 running)
[13,234 / 13,410] 329 / 411 tests; GoLink pkg/ddl/internal/session/session_test_/session_test; Downloading pkg/ddl/internal/session/session_test_/session_test, 136.0 MiB / 157.8 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,240 / 13,410] 330 / 411 tests; GoLink pkg/ddl/internal/session/session_test_/session_test; Downloading pkg/ddl/internal/session/session_test_/session_test, 141.0 MiB / 157.8 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,245 / 13,410] 330 / 411 tests; GoLink pkg/ddl/internal/session/session_test_/session_test; Downloading pkg/ddl/internal/session/session_test_/session_test, 150.0 MiB / 157.8 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,250 / 13,456] 332 / 411 tests; GoLink pkg/ddl/internal/session/session_test_/session_test; Downloading pkg/ddl/internal/session/session_test_/session_test, 156.0 MiB / 157.8 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,257 / 13,463] 333 / 411 tests; GoLink pkg/ddl/tests/fk/fk_test_/fk_test; Downloading pkg/ddl/tests/fk/fk_test_/fk_test, 134.0 MiB / 157.9 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,260 / 13,463] 334 / 411 tests; GoLink pkg/ddl/tests/fk/fk_test_/fk_test; Downloading pkg/ddl/tests/fk/fk_test_/fk_test, 141.0 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,265 / 13,463] 334 / 411 tests; GoLink pkg/ddl/tests/fk/fk_test_/fk_test; Downloading pkg/ddl/tests/fk/fk_test_/fk_test, 148.0 MiB / 157.9 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,267 / 13,463] 334 / 411 tests; GoLink pkg/ddl/tests/fk/fk_test_/fk_test; Downloading pkg/ddl/tests/fk/fk_test_/fk_test, 153.0 MiB / 157.9 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,272 / 13,463] 335 / 411 tests; GoLink pkg/ddl/tests/fk/fk_test_/fk_test; 29s remote-cache ... (35 actions, 0 running)
[13,277 / 13,481] 335 / 411 tests; GoLink br/pkg/gluetidb/gluetidb_test_/gluetidb_test; Downloading br/pkg/gluetidb/gluetidb_test_/gluetidb_test, 144.8 MiB / 157.1 MiB; 29s remote-cache ... (35 actions, 0 running)
[13,283 / 13,486] 335 / 411 tests; GoLink br/pkg/gluetidb/gluetidb_test_/gluetidb_test; Downloading br/pkg/gluetidb/gluetidb_test_/gluetidb_test, 151.8 MiB / 157.1 MiB; 31s remote-cache ... (35 actions, 0 running)
[13,291 / 13,490] 336 / 411 tests; GoLink br/pkg/gluetidb/gluetidb_test_/gluetidb_test; 32s remote-cache ... (35 actions, 0 running)
[13,301 / 13,516] 337 / 411 tests; GoLink pkg/executor/internal/exec/exec_test_/exec_test; Downloading pkg/executor/internal/exec/exec_test_/exec_test, 140.2 MiB / 157.6 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,305 / 13,516] 337 / 411 tests; GoLink pkg/executor/internal/exec/exec_test_/exec_test; Downloading pkg/executor/internal/exec/exec_test_/exec_test, 145.2 MiB / 157.6 MiB; 28s remote-cache ... (35 actions, 0 running)
[13,311 / 13,516] 337 / 411 tests; GoLink pkg/executor/internal/exec/exec_test_/exec_test; Downloading pkg/executor/internal/exec/exec_test_/exec_test, 150.2 MiB / 157.6 MiB; 29s remote-cache ... (34 actions, 0 running)
[13,320 / 13,516] 337 / 411 tests; GoLink pkg/executor/internal/exec/exec_test_/exec_test; 30s remote-cache ... (35 actions, 0 running)
[13,329 / 13,533] 338 / 411 tests; GoLink pkg/executor/test/aggregate/aggregate_test_/aggregate_test; 31s remote-cache ... (35 actions, 0 running)
[13,336 / 13,541] 338 / 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; 30s remote-cache ... (35 actions, 0 running)
[13,342 / 13,559] 338 / 411 tests; GoLink pkg/executor/test/executor/executor_test_/executor_test; 31s remote-cache ... (35 actions, 0 running)
[13,353 / 13,610] 338 / 411 tests; GoLink pkg/executor/test/issuetest/issuetest_test_/issuetest_test; Downloading pkg/executor/test/issuetest/issuetest_test_/issuetest_test, 152.0 MiB / 157.9 MiB; 30s remote-cache ... (35 actions, 0 running)
[13,358 / 13,610] 339 / 411 tests; GoLink pkg/executor/test/issuetest/issuetest_test_/issuetest_test; 31s remote-cache ... (35 actions, 0 running)
[13,364 / 13,628] 340 / 411 tests; GoLink pkg/sessiontxn/sessiontxn_test_/sessiontxn_test; 31s remote-cache ... (35 actions, 0 running)
[13,370 / 13,653] 341 / 411 tests; GoLink pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test; Downloading pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test, 146.0 MiB / 157.9 MiB; 29s remote-cache ... (35 actions, 0 running)
[13,382 / 13,655] 341 / 411 tests; GoLink pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test; Downloading pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test, 152.2 MiB / 157.9 MiB; 30s remote-cache ... (35 actions, 0 running)
[13,390 / 13,655] 341 / 411 tests; GoLink pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test; 31s remote-cache ... (35 actions, 0 running)
[13,397 / 13,664] 341 / 411 tests; GoLink pkg/executor/test/fktest/fktest_test_/fktest_test; 32s remote-cache ... (35 actions, 0 running)
[13,407 / 13,717] 342 / 411 tests; GoLink pkg/executor/test/unstabletest/unstabletest_test_/unstabletest_test; 32s remote-cache ... (35 actions, 0 running)
[13,422 / 13,755] 342 / 411 tests; GoLink pkg/extension/enterprise/audit/audit_test_/audit_test; 32s remote-cache ... (35 actions, 0 running)
[13,433 / 13,779] 342 / 411 tests; GoLink pkg/planner/core/casetest/binaryplan/binaryplan_test_/binaryplan_test; 31s remote-cache ... (35 actions, 0 running)
[13,445 / 13,781] 343 / 411 tests; GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; 31s remote-cache ... (35 actions, 0 running)
[13,456 / 13,805] 344 / 411 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 148.0 MiB / 157.8 MiB; 29s remote-cache ... (35 actions, 0 running)
[13,466 / 13,805] 344 / 411 tests; GoLink pkg/planner/core/casetest/correlated/correlated_test_/correlated_test; Downloading pkg/planner/core/casetest/correlated/correlated_test_/correlated_test, 157.0 MiB / 157.8 MiB; 30s remote-cache ... (35 actions, 0 running)
[13,482 / 13,815] 346 / 411 tests; GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; Downloading pkg/planner/core/casetest/dag/dag_test_/dag_test, 149.0 MiB / 157.9 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,495 / 13,822] 348 / 411 tests; GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; Downloading pkg/planner/core/casetest/dag/dag_test_/dag_test, 156.0 MiB / 157.9 MiB; 28s remote-cache ... (35 actions, 0 running)
[13,507 / 13,833] 348 / 411 tests; GoLink pkg/planner/core/casetest/flatplan/flatplan_test_/flatplan_test; Downloading pkg/planner/core/casetest/flatplan/flatplan_test_/flatplan_test, 145.0 MiB / 157.9 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,519 / 13,833] 348 / 411 tests; GoLink pkg/planner/core/casetest/flatplan/flatplan_test_/flatplan_test; Downloading pkg/planner/core/casetest/flatplan/flatplan_test_/flatplan_test, 153.0 MiB / 157.9 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,531 / 13,833] 349 / 411 tests; GoLink pkg/planner/core/casetest/flatplan/flatplan_test_/flatplan_test; 28s remote-cache ... (35 actions, 0 running)
[13,546 / 13,851] 349 / 411 tests; GoLink pkg/planner/core/casetest/index/index_test_/index_test; Downloading pkg/planner/core/casetest/index/index_test_/index_test, 141.0 MiB / 157.8 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,554 / 13,851] 351 / 411 tests; GoLink pkg/planner/core/casetest/index/index_test_/index_test; Downloading pkg/planner/core/casetest/index/index_test_/index_test, 147.0 MiB / 157.8 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,562 / 13,851] 351 / 411 tests; GoLink pkg/planner/core/casetest/index/index_test_/index_test; Downloading pkg/planner/core/casetest/index/index_test_/index_test, 153.0 MiB / 157.8 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,575 / 13,851] 352 / 411 tests; GoLink pkg/planner/core/casetest/index/index_test_/index_test; 28s remote-cache ... (35 actions, 0 running)
[13,587 / 13,904] 352 / 411 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 139.0 MiB / 158.0 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,598 / 13,904] 353 / 411 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 146.0 MiB / 158.0 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,614 / 13,908] 354 / 411 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; Downloading pkg/util/ranger/ranger_test_/ranger_test, 153.0 MiB / 158.0 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,623 / 13,908] 355 / 411 tests; GoLink pkg/util/ranger/ranger_test_/ranger_test; 27s remote-cache ... (35 actions, 0 running)
[13,637 / 13,935] 356 / 411 tests; GoLink pkg/server/server_test_/server_test; Downloading pkg/server/server_test_/server_test, 151.9 MiB / 161.1 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,649 / 13,935] 356 / 411 tests; GoLink pkg/server/server_test_/server_test; Downloading pkg/server/server_test_/server_test, 158.9 MiB / 161.1 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,659 / 13,935] 357 / 411 tests; GoLink pkg/server/server_test_/server_test; 28s remote-cache ... (35 actions, 0 running)
[13,668 / 13,986] 359 / 411 tests; GoLink pkg/planner/core/casetest/mpp/mpp_test_/mpp_test; Downloading pkg/planner/core/casetest/mpp/mpp_test_/mpp_test, 150.0 MiB / 157.9 MiB; 24s remote-cache ... (34 actions, 0 running)
[13,681 / 13,998] 360 / 411 tests; GoLink pkg/planner/core/casetest/mpp/mpp_test_/mpp_test; Downloading pkg/planner/core/casetest/mpp/mpp_test_/mpp_test, 157.0 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,693 / 14,047] 361 / 411 tests; GoLink pkg/planner/core/casetest/planstats/planstats_test_/planstats_test; Downloading pkg/planner/core/casetest/planstats/planstats_test_/planstats_test, 127.0 MiB / 157.9 MiB; 20s remote-cache ... (35 actions, 0 running)
[13,704 / 14,047] 361 / 411 tests; GoLink pkg/planner/core/casetest/planstats/planstats_test_/planstats_test; Downloading pkg/planner/core/casetest/planstats/planstats_test_/planstats_test, 133.0 MiB / 157.9 MiB; 21s remote-cache ... (35 actions, 0 running)
[13,712 / 14,047] 364 / 411 tests; GoLink pkg/planner/core/casetest/planstats/planstats_test_/planstats_test; Downloading pkg/planner/core/casetest/planstats/planstats_test_/planstats_test, 140.0 MiB / 157.9 MiB; 22s remote-cache ... (35 actions, 0 running)
[13,720 / 14,054] 364 / 411 tests; GoLink pkg/planner/core/casetest/planstats/planstats_test_/planstats_test; Downloading pkg/planner/core/casetest/planstats/planstats_test_/planstats_test, 146.0 MiB / 157.9 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,734 / 14,056] 364 / 411 tests; GoLink pkg/planner/core/casetest/planstats/planstats_test_/planstats_test; Downloading pkg/planner/core/casetest/planstats/planstats_test_/planstats_test, 153.0 MiB / 157.9 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,747 / 14,056] 364 / 411 tests; GoLink pkg/planner/core/casetest/planstats/planstats_test_/planstats_test; 26s remote-cache ... (35 actions, 0 running)
[13,758 / 14,068] 364 / 411 tests; GoLink pkg/planner/core/tests/prepare/prepare_test_/prepare_test; Downloading pkg/planner/core/tests/prepare/prepare_test_/prepare_test, 143.0 MiB / 158.0 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,767 / 14,068] 364 / 411 tests; GoLink pkg/planner/core/tests/prepare/prepare_test_/prepare_test; Downloading pkg/planner/core/tests/prepare/prepare_test_/prepare_test, 149.0 MiB / 158.0 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,776 / 14,068] 365 / 411 tests; GoLink pkg/planner/core/tests/prepare/prepare_test_/prepare_test; Downloading pkg/planner/core/tests/prepare/prepare_test_/prepare_test, 155.0 MiB / 158.0 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,785 / 14,068] 367 / 411 tests; GoLink pkg/planner/core/tests/prepare/prepare_test_/prepare_test; 26s remote-cache ... (35 actions, 0 running)
[13,792 / 14,093] 367 / 411 tests; GoLink pkg/planner/util/fixcontrol/fixcontrol_test_/fixcontrol_test; Downloading pkg/planner/util/fixcontrol/fixcontrol_test_/fixcontrol_test, 146.0 MiB / 157.9 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,801 / 14,093] 367 / 411 tests; GoLink pkg/planner/util/fixcontrol/fixcontrol_test_/fixcontrol_test; Downloading pkg/planner/util/fixcontrol/fixcontrol_test_/fixcontrol_test, 152.0 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,815 / 14,121] 368 / 411 tests; GoLink pkg/planner/util/fixcontrol/fixcontrol_test_/fixcontrol_test; 26s remote-cache ... (35 actions, 0 running)
[13,828 / 14,146] 368 / 411 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 137.0 MiB / 157.8 MiB; 22s remote-cache ... (35 actions, 0 running)
[13,835 / 14,146] 368 / 411 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 143.0 MiB / 157.8 MiB; 23s remote-cache ... (35 actions, 0 running)
[13,845 / 14,146] 369 / 411 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 150.0 MiB / 157.8 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,856 / 14,146] 371 / 411 tests; GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; Downloading pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test, 156.0 MiB / 157.8 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,863 / 14,148] 371 / 411 tests; GoLink pkg/session/nontransactionaltest/nontransactionaltest_test_/nontransactionaltest_test; Downloading pkg/session/nontransactionaltest/nontransactionaltest_test_/nontransactionaltest_test, 152.0 MiB / 157.9 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,871 / 14,148] 372 / 411 tests; GoLink pkg/session/nontransactionaltest/nontransactionaltest_test_/nontransactionaltest_test; 26s remote-cache ... (35 actions, 0 running)
[13,881 / 14,152] 373 / 411 tests; GoLink pkg/session/bootstraptest/bootstraptest_test_/bootstraptest_test; Downloading pkg/session/bootstraptest/bootstraptest_test_/bootstraptest_test, 154.3 MiB / 158.0 MiB; 27s remote-cache ... (35 actions, 0 running)
[13,891 / 14,152] 374 / 411 tests; GoLink pkg/session/bootstraptest/bootstraptest_test_/bootstraptest_test; 28s remote-cache ... (35 actions, 0 running)
[13,899 / 14,164] 376 / 411 tests; GoLink pkg/session/test/common/common_test_/common_test; Downloading pkg/session/test/common/common_test_/common_test, 145.0 MiB / 157.8 MiB; 24s remote-cache ... (35 actions, 0 running)
[13,909 / 14,164] 376 / 411 tests; GoLink pkg/session/test/common/common_test_/common_test; Downloading pkg/session/test/common/common_test_/common_test, 151.0 MiB / 157.8 MiB; 25s remote-cache ... (35 actions, 0 running)
[13,918 / 14,164] 378 / 411 tests; GoLink pkg/session/test/common/common_test_/common_test; Downloading pkg/session/test/common/common_test_/common_test, 157.0 MiB / 157.8 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,930 / 14,172] 378 / 411 tests; GoLink pkg/sessiontxn/isolation/isolation_test_/isolation_test; 27s remote-cache ... (35 actions, 0 running)
[13,941 / 14,201] 379 / 411 tests; GoLink pkg/statistics/handle/autoanalyze/autoanalyze_test_/autoanalyze_test; Downloading pkg/statistics/handle/autoanalyze/autoanalyze_test_/autoanalyze_test, 154.0 MiB / 157.6 MiB; 26s remote-cache ... (35 actions, 0 running)
[13,948 / 14,201] 379 / 411 tests; GoLink pkg/statistics/handle/autoanalyze/autoanalyze_test_/autoanalyze_test; 27s remote-cache ... (35 actions, 0 running)
[13,957 / 14,228] 379 / 411 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 27s remote-cache ... (35 actions, 0 running)
[13,969 / 14,251] 379 / 411 tests; GoLink pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test; Downloading pkg/server/handler/extractorhandler/extractorhandler_test_/extractorhandler_test, 159.1 MiB / 160.7 MiB; 28s remote-cache ... (35 actions, 0 running)
[13,982 / 14,259] 380 / 411 tests; GoLink pkg/statistics/handle/handletest/lockstats/lockstats_test_/lockstats_test; Downloading pkg/statistics/handle/handletest/lockstats/lockstats_test_/lockstats_test, 124.0 MiB / 157.9 MiB; 21s remote-cache ... (35 actions, 0 running)
[13,994 / 14,292] 380 / 411 tests; GoLink pkg/statistics/handle/handletest/lockstats/lockstats_test_/lockstats_test; Downloading pkg/statistics/handle/handletest/lockstats/lockstats_test_/lockstats_test, 132.0 MiB / 157.9 MiB; 22s remote-cache ... (35 actions, 0 running)
[14,005 / 14,292] 382 / 411 tests; GoLink pkg/statistics/handle/handletest/lockstats/lockstats_test_/lockstats_test; Downloading pkg/statistics/handle/handletest/lockstats/lockstats_test_/lockstats_test, 139.0 MiB / 157.9 MiB; 23s remote-cache ... (35 actions, 0 running)
[14,019 / 14,292] 382 / 411 tests; GoLink pkg/statistics/handle/handletest/lockstats/lockstats_test_/lockstats_test; Downloading pkg/statistics/handle/handletest/lockstats/lockstats_test_/lockstats_test, 151.0 MiB / 157.9 MiB; 25s remote-cache ... (31 actions, 0 running)
[14,027 / 14,292] 383 / 411 tests; GoLink pkg/statistics/handle/handletest/lockstats/lockstats_test_/lockstats_test; 26s remote-cache ... (35 actions, 0 running)
[14,041 / 14,314] 384 / 411 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 144.0 MiB / 158.0 MiB; 24s remote-cache ... (35 actions, 0 running)
[14,047 / 14,314] 384 / 411 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 151.0 MiB / 158.0 MiB; 25s remote-cache ... (35 actions, 0 running)
[14,060 / 14,314] 384 / 411 tests; GoLink pkg/ddl/tests/serial/serial_test_/serial_test; Downloading pkg/ddl/tests/serial/serial_test_/serial_test, 157.0 MiB / 158.0 MiB; 26s remote-cache ... (35 actions, 0 running)
[14,079 / 14,358] 386 / 411 tests; GoLink pkg/table/tables/test/partition/partition_test_/partition_test; Downloading pkg/table/tables/test/partition/partition_test_/partition_test, 143.0 MiB / 158.1 MiB; 23s remote-cache ... (35 actions, 0 running)
[14,093 / 14,358] 386 / 411 tests; GoLink pkg/table/tables/test/partition/partition_test_/partition_test; Downloading pkg/table/tables/test/partition/partition_test_/partition_test, 150.0 MiB / 158.1 MiB; 24s remote-cache ... (35 actions, 0 running)
[14,104 / 14,358] 386 / 411 tests; GoLink pkg/table/tables/test/partition/partition_test_/partition_test; Downloading pkg/table/tables/test/partition/partition_test_/partition_test, 158.0 MiB / 158.1 MiB; 25s remote-cache ... (35 actions, 0 running)
[14,127 / 14,388] 386 / 411 tests; GoLink pkg/ttl/sqlbuilder/sqlbuilder_test_/sqlbuilder_test; 26s remote-cache ... (35 actions, 0 running)
[14,144 / 14,394] 386 / 411 tests; GoLink pkg/util/ddl-checker/ddl-checker_test_/ddl-checker_test; Downloading pkg/util/ddl-checker/ddl-checker_test_/ddl-checker_test, 157.2 MiB / 157.8 MiB; 25s remote-cache ... (35 actions, 0 running)
[14,156 / 14,396] 386 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 88.0 MiB / 167.0 MiB; 13s remote-cache ... (35 actions, 0 running)
[14,169 / 14,396] 387 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 97.0 MiB / 167.0 MiB; 14s remote-cache ... (35 actions, 0 running)
[14,186 / 14,396] 388 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 104.0 MiB / 167.0 MiB; 15s remote-cache ... (35 actions, 0 running)
[14,204 / 14,396] 389 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 112.0 MiB / 167.0 MiB; 16s remote-cache ... (35 actions, 0 running)
[14,218 / 14,396] 390 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 119.0 MiB / 167.0 MiB; 17s remote-cache ... (35 actions, 0 running)
[14,229 / 14,396] 391 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 127.0 MiB / 167.0 MiB; 18s remote-cache ... (35 actions, 0 running)
[14,242 / 14,396] 394 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 134.6 MiB / 167.0 MiB; 19s remote-cache ... (35 actions, 0 running)
[14,256 / 14,396] 395 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 142.0 MiB / 167.0 MiB; 20s remote-cache ... (35 actions, 0 running)
[14,270 / 14,396] 396 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 150.0 MiB / 167.0 MiB; 21s remote-cache ... (35 actions, 0 running)
[14,288 / 14,409] 396 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 157.0 MiB / 167.0 MiB; 22s remote-cache ... (35 actions, 0 running)
[14,298 / 14,409] 396 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 164.0 MiB / 167.0 MiB; 24s remote-cache ... (35 actions, 0 running)
[14,309 / 14,409] 397 / 411 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; 25s remote-cache ... (35 actions, 0 running)
[14,326 / 14,461] 398 / 411 tests; GoLink pkg/server/tests/tls/tls_test_/tls_test; Downloading pkg/server/tests/tls/tls_test_/tls_test, 124.1 MiB / 160.9 MiB; 18s remote-cache ... (35 actions, 0 running)
[14,338 / 14,461] 399 / 411 tests; GoLink pkg/server/tests/tls/tls_test_/tls_test; Downloading pkg/server/tests/tls/tls_test_/tls_test, 128.2 MiB / 160.9 MiB; 19s remote-cache ... (35 actions, 0 running)
[14,349 / 14,461] 400 / 411 tests; GoLink pkg/server/tests/tls/tls_test_/tls_test; Downloading pkg/server/tests/tls/tls_test_/tls_test, 135.2 MiB / 160.9 MiB; 20s remote-cache ... (35 actions, 0 running)
[14,364 / 14,461] 401 / 411 tests; GoLink pkg/server/tests/tls/tls_test_/tls_test; Downloading pkg/server/tests/tls/tls_test_/tls_test, 142.2 MiB / 160.9 MiB; 21s remote-cache ... (35 actions, 0 running)
[14,376 / 14,461] 402 / 411 tests; GoLink pkg/server/tests/tls/tls_test_/tls_test; Downloading pkg/server/tests/tls/tls_test_/tls_test, 149.2 MiB / 160.9 MiB; 22s remote-cache ... (35 actions, 0 running)
[14,387 / 14,461] 402 / 411 tests; GoLink pkg/server/tests/tls/tls_test_/tls_test; Downloading pkg/server/tests/tls/tls_test_/tls_test, 156.2 MiB / 160.9 MiB; 23s remote-cache ... (35 actions, 0 running)
[14,398 / 14,461] 406 / 411 tests; GoLink pkg/server/tests/tls/tls_test_/tls_test; 24s remote-cache ... (35 actions, 0 running)
[14,416 / 14,470] 406 / 411 tests; GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; Downloading pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test, 108.0 MiB / 159.1 MiB; 17s remote-cache ... (35 actions, 0 running)
[14,433 / 14,470] 406 / 411 tests; GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; Downloading pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test, 115.0 MiB / 159.1 MiB; 18s remote-cache ... (35 actions, 0 running)
[14,451 / 14,470] 406 / 411 tests; GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; Downloading pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test, 126.0 MiB / 159.1 MiB; 19s remote-cache ... (19 actions, 0 running)
[14,470 / 14,521] 410 / 411 tests; [Prepa] Writing file pkg/infoschema/test/clustertablestest/clustertablestest_test.instrumented_files
[14,471 / 14,521] 410 / 411 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 12 of 50); Downloading pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_12_of_50/coverage.dat, 12.1 MiB / 18.6 MiB; 1s remote-cache ... (35 actions, 0 running)
[14,514 / 14,521] 410 / 411 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 39 of 50); 1s remote-cache ... (7 actions, 0 running)
INFO: Elapsed time: 631.040s, Critical Path: 150.59s
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 b421b729c8a7c43ad7250f38e655cdda03d0ca77
[2024-05-06T12:42:08.623Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2024-05-06T12:42:08.632Z] ['info'] => Project root located at: /home/jenkins/agent/workspace/pingcap/tidb/merged_unit_test/tidb
[2024-05-06T12:42:08.636Z] ['info'] ->  Token found by arguments
[2024-05-06T12:42:08.653Z] ['info'] Searching for coverage files...
[2024-05-06T12:42:08.699Z] ['info'] Warning: Some files located via search were excluded from upload.
[2024-05-06T12:42:08.699Z] ['info'] If Codecov did not locate your files, please review https://docs.codecov.com/docs/supported-report-formats
[2024-05-06T12:42:08.699Z] ['info'] => Found 1 possible coverage files:
  coverage.dat
[2024-05-06T12:42:08.699Z] ['info'] Processing test_coverage/coverage.dat...
[2024-05-06T12:42:09.267Z] ['info'] Using manual override from args.
[2024-05-06T12:42:09.267Z] ['info'] Detected Jenkins CI as the CI provider.
[2024-05-06T12:42:09.277Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=master&build=1083&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Fmerged_unit_test%2F1083%2F&commit=b421b729c8a7c43ad7250f38e655cdda03d0ca77&job=&pr=&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent=
[2024-05-06T12:42:10.869Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/b421b729c8a7c43ad7250f38e655cdda03d0ca77
https://storage.googleapis.com/codecov/v4/raw/2024-05-06/F6B65B6EE70BEC6C6B5E073ED3BB1A79/b421b729c8a7c43ad7250f38e655cdda03d0ca77/266498f7-225b-48c2-a0b5-fb7affc6165f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240506%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240506T124210Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fc9149245406a277a99936bab54a8415dfa9ee6be0d89127dd9b6908906e1138
[2024-05-06T12:42:10.869Z] ['info'] Uploading...
[2024-05-06T12:42:12.978Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/b421b729c8a7c43ad7250f38e655cdda03d0ca77"}
[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