Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/release-8.1/ghpr_unit_test.groovy from git https://github.com/PingCAP-QE/ci.git Loading library tipipeline@main Library tipipeline@main is cached. Copying from home. [Pipeline] Start of Pipeline [Pipeline] readJSON [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/release-8.1/pod-ghpr_unit_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-release-8-1-ghpr-unit-test-109-mlq0r-kn5ct-bmhwt Agent pingcap-tidb-release-8-1-ghpr-unit-test-109-mlq0r-kn5ct-bmhwt is provisioned from template pingcap_tidb_release-8_1_ghpr_unit_test_109-mlq0r-kn5ct --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/109/" runUrl: "job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/109/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "3f1403c2b255e455771ff00f2f1ebcc1c71897c4" jenkins/label: "pingcap_tidb_release-8_1_ghpr_unit_test_109-mlq0r" name: "pingcap-tidb-release-8-1-ghpr-unit-test-109-mlq0r-kn5ct-bmhwt" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: requests: memory: "32Gi" cpu: "16" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-release-8-1-ghpr-unit-test-109-mlq0r-kn5ct-bmhwt" - name: "JENKINS_NAME" value: "pingcap-tidb-release-8-1-ghpr-unit-test-109-mlq0r-kn5ct-bmhwt" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-release-8-1-ghpr-unit-test-109-mlq0r-kn5ct-bmhwt in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv PROW_JOB_ID=8f375d1b-50ee-4a03-88e4-a77ea353c9fb JENKINS_NODE_COOKIE=d33db9ec-b5dd-4b52-90f1-71afea3ace0a BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/109/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-release-8-1-ghpr-unit-test-109-mlq0r-kn5ct-bmhwt HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT_443_TCP_PORT=443 KUBERNETES_PORT=tcp://10.233.0.1:443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-release-8.1-ghpr_unit_test-109 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/release-8.1/ghpr_unit_test","buildid":"1787306882503806976","prowjobid":"8f375d1b-50ee-4a03-88e4-a77ea353c9fb","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"release-8.1","base_sha":"a088e599ec5e23c52f53da21fa9245780dcc6331","base_link":"https://github.com/pingcap/tidb/commit/a088e599ec5e23c52f53da21fa9245780dcc6331","pulls":[{"number":53020,"author":"JmPotato","sha":"f595d17b133b1c60b882ccb14308daf6a62d462a","title":"*: update the PD client to adopt the latest fix","link":"https://github.com/pingcap/tidb/pull/53020","commit_link":"https://github.com/pingcap/tidb/pull/53020/commits/f595d17b133b1c60b882ccb14308daf6a62d462a","author_link":"https://github.com/JmPotato"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/109/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/109/display/redirect?page=artifacts FILE_SERVER_URL=http://fileserver.pingcap.net JENKINS_HOME=/var/jenkins_home GIT_COMMIT=03312178c534dce949face80c69812d989e55009 PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/109/display/redirect GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct _=/usr/bin/printenv POD_CONTAINER=golang PWD=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/release-8.1/ghpr_unit_test TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#109 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787306882503806976 GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742 JOB_BASE_NAME=ghpr_unit_test GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009 RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/109/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_release-8_1_ghpr_unit_test_109-mlq0r GOROOT=/usr/local/go GIT_BRANCH=origin/main KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true KUBERNETES_SERVICE_PORT_HTTPS=443 WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-5c6a8d54e1eafe77a1a9b9f415b7dcf80d0f4d17173a0e297ba32a2ec04ce2da NODE_LABELS=pingcap-tidb-release-8-1-ghpr-unit-test-109-mlq0r-kn5ct-bmhwt pingcap_tidb_release-8_1_ghpr_unit_test_109-mlq0r GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-release-8-1-ghpr-unit-test-109-mlq0r-kn5ct-bmhwt GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/display/redirect BUILD_NUMBER=109 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-build1142901243=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 root root 1, 3 May 6 10:22 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-8-1-ghpr-unit-test-109-mlq0r-kn5ct-bmhwt bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-8-1-ghpr-unit-test-109-mlq0r-kn5ct-bmhwt 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: 63720 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 403c6f1162ae5704 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 26 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 02:22:50 UTC 2024 ;; MSG SIZE rcvd: 77 [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-600b2ed-e089b70) 457950720 bytes in 1.61 secs (283626834 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/release-8.1/ghpr_unit_test/tidb/.git/ .git HEAD is now at 00ca25cdf2 Merge commit 'e089b70540260c7d7259e22ead845b10a9e10aa4' into HEAD POST git-upload-pack (686 bytes) POST git-upload-pack (1023 bytes) POST git-upload-pack (gzip 1973 to 1050 bytes) From https://github.com/pingcap/tidb * [new branch] release-8.1 -> origin/release-8.1 * [new ref] refs/pull/53020/head -> origin/pr/53020/head Warning: you are leaving 1 commit behind, not connected to any of your branches: 00ca25cdf2 Merge commit 'e089b70540260c7d7259e22ead845b10a9e10aa4' into HEAD If you want to keep it by creating a new branch, this may be a good time to do so with: git branch 00ca25cdf2 HEAD is now at a088e599ec *: bump client-go to fix #53011 | tidb-test=pr/2320 (#53012) (#53015) ๐Ÿšง Checkouting to base SHA:a088e599ec5e23c52f53da21fa9245780dcc6331... HEAD is now at a088e599ec *: bump client-go to fix #53011 | tidb-test=pr/2320 (#53012) (#53015) โœ… Checked. ๐ŸŽ‰ ๐Ÿงพ HEAD info: a088e599ec5e23c52f53da21fa9245780dcc6331 a088e599ec *: bump client-go to fix #53011 | tidb-test=pr/2320 (#53012) (#53015) 4400134511 infoschema: load auto id related changes for multi-schema-change diff | tidb-test=pr/2320 (#52967) (#53008) 9930a02ce0 ddl: fix the issue about create columns with wrong default when sql_mode is empty. (#52988) (#53002) ๐Ÿšง Pre-merge heads of pull requests to base SHA: a088e599ec5e23c52f53da21fa9245780dcc6331 ... Updating a088e599ec..f595d17b13 Fast-forward DEPS.bzl | 12 ++++++------ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) ๐Ÿงพ Pre-merged result: f595d17b133b1c60b882ccb14308daf6a62d462a f595d17b13 Update the PD client to adopt the latest fix a088e599ec *: bump client-go to fix #53011 | tidb-test=pr/2320 (#53012) (#53015) 4400134511 infoschema: load auto id related changes for multi-schema-change diff | tidb-test=pr/2320 (#52967) (#53008) โœ… Pre merged ๐ŸŽ‰ ๐Ÿ“ update submodules ... โœ… update submodules done โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-a088e59-f595d17) 459104256 bytes in 8.49 secs (54081177 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb [Pipeline] { [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + git status HEAD detached from origin/release-8.1 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c go: downloading github.com/sergi/go-diff v1.1.0 bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: de6cff62-3a0a-4cbb-b8cd-4dd66246f225 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_02_22_41.3197397470/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (255 packages loaded, 11439 targets configured) INFO: Analyzed target //:gazelle (268 packages loaded, 11957 targets configured). INFO: Found 1 target... [0 / 37] checking cached actions [24 / 314] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 2.9 MiB / 3.6 MiB; 0s remote-cache ... (3 actions, 0 running) [24 / 314] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 6.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [24 / 314] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 13.0 MiB / 17.2 MiB; 2s remote-cache ... (3 actions, 0 running) [125 / 314] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 3s remote-cache ... (29 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 24.005s, Critical Path: 4.39s INFO: 314 processes: 294 remote cache hit, 20 internal. INFO: Build completed successfully, 314 total actions INFO: Running command line: bazel-bin/gazelle bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: e116996f-32c2-4628-b016-491df02b8324 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_02_22_41.3197397470/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //tools/tazel:tazel (160 packages loaded, 13309 targets configured) INFO: Analyzed target //tools/tazel:tazel (301 packages loaded, 14191 targets configured). INFO: Found 1 target... [0 / 6] [Prepa] BazelWorkspaceStatusAction stable-status.txt [271 / 585] [Prepa] GoCompilePkg external/com_github_cloudfoundry_gosigar/gosigar.a [551 / 585] GoCompilePkg external/com_github_tikv_pd_client/grpcutil/grpcutil.a; 0s remote-cache, linux-sandbox ... (7 actions, 4 running) [560 / 585] GoCompilePkg external/com_github_tikv_pd_client/resource_group/controller/controller.a; 0s remote-cache, linux-sandbox ... (4 actions, 2 running) [567 / 585] GoCompilePkg external/com_github_tikv_client_go_v2/tikvrpc/interceptor/interceptor.a; 0s remote-cache, linux-sandbox ... (6 actions running) [571 / 585] GoCompilePkg external/com_github_tikv_client_go_v2/internal/locate/locate.a; 0s remote-cache, linux-sandbox [576 / 585] GoCompilePkg external/com_github_tikv_client_go_v2/txnkv/transaction/transaction.a; 0s remote-cache, linux-sandbox [578 / 585] [Prepa] GoCompilePkg pkg/util/logutil/logutil.a [584 / 585] [Prepa] GoLink tools/tazel/tazel_/tazel Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 11.963s, Critical Path: 10.01s INFO: 319 processes: 283 remote cache hit, 3 internal, 33 linux-sandbox. INFO: Build completed successfully, 319 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --jobs=35 --build_tests_only --test_keep_going=false \ --@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest \ -- //... -//cmd/... -//tests/graceshutdown/... \ -//tests/globalkilltest/... -//tests/readonlytest/... -//br/pkg/task:task_test -//tests/realtikvtest/... INFO: Invocation ID: b48817e6-7e34-48de-b397-11d9297644b4 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_02_22_41.3197397470/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/release-8.1/ghpr_unit_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. Analyzing: 403 targets (630 packages loaded, 0 targets configured) Analyzing: 403 targets (1186 packages loaded, 15271 targets configured) Analyzing: 403 targets (1540 packages loaded, 21780 targets configured) Analyzing: 403 targets (1643 packages loaded, 23634 targets configured) Analyzing: 403 targets (1866 packages loaded, 25103 targets configured) Analyzing: 403 targets (1874 packages loaded, 25292 targets configured) Analyzing: 403 targets (1932 packages loaded, 26046 targets configured) Analyzing: 403 targets (1937 packages loaded, 26491 targets configured) INFO: Analyzed 403 targets (1937 packages loaded, 26724 targets configured).  checking cached actions INFO: Found 403 test targets... [0 / 16] [Prepa] Writing file br/pkg/aws/aws_test/baseline_coverage.dat ... (13 actions, 0 running) [1,366 / 9,355] GoTestGenTest br/pkg/conn/conn_test_/testmain.go; Downloading br/pkg/conn/conn_test_/testmain.go; 0s remote-cache ... (35 actions, 0 running) [1,416 / 9,355] 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; 1s remote-cache ... (34 actions, 0 running) [1,444 / 9,355] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 10.0 MiB / 17.2 MiB; 2s remote-cache ... (35 actions, 0 running) [1,472 / 9,355] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 3s remote-cache ... (34 actions, 0 running) [2,084 / 9,355] GoCompilePkg external/co_honnef_go_tools/staticcheck/staticcheck.a [for tool]; Downloading external/co_honnef_go_tools/staticcheck/staticcheck.a, 2.0 MiB / 2.6 MiB; 0s remote-cache ... (33 actions, 0 running) [2,723 / 9,369] GoCompilePkg pkg/planner/task/task_test.internal.a; Downloading pkg/planner/task/task_test.internal.a; 0s remote-cache ... (35 actions, 0 running) [3,135 / 9,430] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 66.0 MiB / 96.2 MiB; 0s remote-cache ... (36 actions, 2 running) [3,452 / 9,451] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 10.0 MiB / 69.8 MiB; 0s remote-cache ... (34 actions, 0 running) [3,739 / 9,471] 11 / 403 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 42.0 MiB / 69.8 MiB; 1s remote-cache ... (35 actions, 0 running) [3,955 / 9,498] 22 / 403 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 67.0 MiB / 69.8 MiB; 2s remote-cache ... (35 actions, 0 running) [4,232 / 9,542] 40 / 403 tests; GoLink pkg/parser/types/types_test_/types_test; Downloading pkg/parser/types/types_test_/types_test, 13.6 MiB / 16.2 MiB; 0s remote-cache ... (35 actions, 0 running) [4,523 / 9,563] 59 / 403 tests; GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 18.0 MiB / 24.4 MiB; 0s remote-cache ... (35 actions, 0 running) [4,670 / 9,591] 67 / 403 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 21.0 MiB / 75.3 MiB; 1s remote-cache ... (28 actions, 0 running) [4,872 / 9,697] 71 / 403 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 54.0 MiB / 75.3 MiB; 2s remote-cache ... (35 actions, 0 running) [5,049 / 9,699] 74 / 403 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 3s remote-cache ... (15 actions, 1 running) [5,119 / 9,699] 74 / 403 tests; GoLink pkg/tidb-binlog/node/node_test_/node_test; Downloading pkg/tidb-binlog/node/node_test_/node_test, 17.9 MiB / 21.6 MiB; 0s remote-cache ... (9 actions, 2 running) [5,139 / 9,707] 77 / 403 tests; GoCompilePkg external/com_github_tikv_pd_client/client.a; 1s remote-cache, linux-sandbox ... (9 actions, 8 running) [5,169 / 9,707] 77 / 403 tests; GoLink pkg/util/engine/engine_test_/engine_test; 1s remote-cache, linux-sandbox ... (17 actions, 16 running) [5,187 / 9,711] 77 / 403 tests; GoLink pkg/util/topsql/stmtstats/stmtstats_test_/stmtstats_test; 1s remote-cache, linux-sandbox ... (13 actions, 12 running) [5,196 / 9,725] 79 / 403 tests; Testing //pkg/util/resourcegrouptag:resourcegrouptag_test; 1s remote-cache, linux-sandbox ... (32 actions running) [5,215 / 9,725] 80 / 403 tests; Testing //pkg/util/execdetails:execdetails_test; 1s remote-cache, linux-sandbox ... (53 actions, 50 running) [5,252 / 9,725] 80 / 403 tests; Testing //pkg/util/execdetails:execdetails_test; 2s remote-cache, linux-sandbox ... (70 actions running) [5,269 / 9,725] 80 / 403 tests; Testing //pkg/util/execdetails:execdetails_test; 4s remote-cache, linux-sandbox ... (65 actions, 64 running) [5,332 / 9,727] 82 / 403 tests; GoLink pkg/privilege/privileges/ldap/ldap_test_/ldap_test; 1s remote-cache, linux-sandbox ... (40 actions running) [5,339 / 9,734] 82 / 403 tests; GoCompilePkg external/com_github_tikv_client_go_v2/txnkv/transaction/transaction.a; 2s remote-cache, linux-sandbox ... (69 actions, 68 running) [5,356 / 9,740] 82 / 403 tests; GoCompilePkg pkg/types/types_test.internal.a; 3s remote-cache, linux-sandbox ... (69 actions, 68 running) [5,410 / 9,788] 82 / 403 tests; Testing //pkg/util/globalconn:globalconn_test; 2s remote-cache, linux-sandbox ... (69 actions, 68 running) FAIL: //pkg/privilege/privileges/ldap:ldap_test (shard 3 of 4) (see /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_3_of_4/test_attempts/attempt_1.log) FAIL: //pkg/privilege/privileges/ldap:ldap_test (shard 2 of 4) (see /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_2_of_4/test_attempts/attempt_1.log) INFO: From Testing //pkg/privilege/privileges/ldap:ldap_test (shard 2 of 4): ==================== Test output for //pkg/privilege/privileges/ldap:ldap_test (shard 2 of 4): === RUN TestConnectThrough636 ldap_common_test.go:68: Error Trace: pkg/privilege/privileges/ldap/ldap_common_test.go:68 src/runtime/asm_amd64.s:1650 Error: Received unexpected error: listen tcp 127.0.0.1:18328: bind: address already in use Test: TestConnectThrough636 ldap_common_test.go:109: Error Trace: pkg/privilege/privileges/ldap/ldap_common_test.go:109 Error: Received unexpected error: LDAP Result Code 200 "Network Error": dial tcp [::1]:18328: connect: connection refused create ldap connection github.com/pingcap/tidb/pkg/privilege/privileges/ldap.(*ldapAuthImpl).connectionFactory pkg/privilege/privileges/ldap/ldap_common.go:184 github.com/pingcap/tidb/pkg/privilege/privileges/ldap.TestConnectThrough636 pkg/privilege/privileges/ldap/ldap_common_test.go:108 testing.tRunner GOROOT/src/testing/testing.go:1595 runtime.goexit src/runtime/asm_amd64.s:1650 Test: TestConnectThrough636 --- FAIL: TestConnectThrough636 (1.61s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0xe914d5] goroutine 45 [running]: testing.tRunner.func1.2({0xf51800, 0x194e4d0}) GOROOT/src/testing/testing.go:1545 +0x238 testing.tRunner.func1() GOROOT/src/testing/testing.go:1548 +0x397 panic({0xf51800?, 0x194e4d0?}) GOROOT/src/runtime/panic.go:914 +0x21f github.com/pingcap/tidb/pkg/privilege/privileges/ldap.TestConnectThrough636.func2() pkg/privilege/privileges/ldap/ldap_common_test.go:96 +0x35 runtime.Goexit() GOROOT/src/runtime/panic.go:523 +0x145 testing.(*common).FailNow(0xc0001831e0) GOROOT/src/testing/testing.go:999 +0x4a github.com/stretchr/testify/require.NoError({0x1232928, 0xc0001831e0}, {0x122f660, 0xc0006180a8}, {0x0, 0x0, 0x0}) external/com_github_stretchr_testify/require/require.go:1357 +0xa9 github.com/pingcap/tidb/pkg/privilege/privileges/ldap.TestConnectThrough636(0xc0001831e0) pkg/privilege/privileges/ldap/ldap_common_test.go:109 +0x305 testing.tRunner(0xc0001831e0, 0x1133038) GOROOT/src/testing/testing.go:1595 +0xff created by testing.(*T).Run in goroutine 1 GOROOT/src/testing/testing.go:1648 +0x3ad -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 2 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/4670/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/privilege/privileges/ldap/ldap_test_/ldap_test.runfiles/__main__/pkg/privilege/privileges/ldap/ldap_test_/ldap_test ================================================================================ FLAKY: //pkg/privilege/privileges/ldap:ldap_test (Summary) /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_2_of_4/test_attempts/attempt_1.log /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_3_of_4/test_attempts/attempt_1.log INFO: From Testing //pkg/privilege/privileges/ldap:ldap_test (shard 3 of 4): ==================== Test output for //pkg/privilege/privileges/ldap:ldap_test (shard 3 of 4): === RUN TestConnectWithTLS11 ldap_common_test.go:133: Error Trace: pkg/privilege/privileges/ldap/ldap_common_test.go:133 src/runtime/asm_amd64.s:1650 Error: Received unexpected error: listen tcp 127.0.0.1:18328: bind: address already in use Test: TestConnectWithTLS11 ldap_common_test.go:174: Error Trace: pkg/privilege/privileges/ldap/ldap_common_test.go:174 Error: Error "create ldap connection: LDAP Result Code 200 \"Network Error\": dial tcp [::1]:18328: connect: connection refused" does not contain "protocol version not supported" Test: TestConnectWithTLS11 --- FAIL: TestConnectWithTLS11 (1.66s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0xe92015] goroutine 117 [running]: testing.tRunner.func1.2({0xf51800, 0x194e4d0}) GOROOT/src/testing/testing.go:1545 +0x238 testing.tRunner.func1() GOROOT/src/testing/testing.go:1548 +0x397 panic({0xf51800?, 0x194e4d0?}) GOROOT/src/runtime/panic.go:914 +0x21f github.com/pingcap/tidb/pkg/privilege/privileges/ldap.TestConnectWithTLS11.func2() pkg/privilege/privileges/ldap/ldap_common_test.go:161 +0x35 runtime.Goexit() GOROOT/src/runtime/panic.go:523 +0x145 testing.(*common).FailNow(0xc000514820) GOROOT/src/testing/testing.go:999 +0x4a github.com/stretchr/testify/require.ErrorContains({0x1232928, 0xc000514820}, {0x122f660, 0xc000012228}, {0x10ca147, 0x1e}, {0x0, 0x0, 0x0}) external/com_github_stretchr_testify/require/require.go:332 +0xda github.com/pingcap/tidb/pkg/privilege/privileges/ldap.TestConnectWithTLS11(0xc000514820) pkg/privilege/privileges/ldap/ldap_common_test.go:174 +0x308 testing.tRunner(0xc000514820, 0x1133040) GOROOT/src/testing/testing.go:1595 +0xff created by testing.(*T).Run in goroutine 1 GOROOT/src/testing/testing.go:1648 +0x3ad -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 2 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/4672/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/privilege/privileges/ldap/ldap_test_/ldap_test.runfiles/__main__/pkg/privilege/privileges/ldap/ldap_test_/ldap_test ================================================================================ [5,441 / 9,788] 93 / 403 tests; Testing //pkg/util/globalconn:globalconn_test; 3s remote-cache, linux-sandbox ... (70 actions running) [5,449 / 9,788] 93 / 403 tests; Testing //pkg/util/globalconn:globalconn_test; 4s remote-cache, linux-sandbox ... (69 actions, 68 running) [5,463 / 9,790] 93 / 403 tests; Testing //pkg/util/globalconn:globalconn_test; 5s remote-cache, linux-sandbox ... (68 actions, 66 running) [5,503 / 9,865] 94 / 403 tests; Testing //pkg/util/globalconn:globalconn_test; 6s remote-cache, linux-sandbox ... (68 actions, 66 running) [5,511 / 9,865] 95 / 403 tests; Testing //pkg/util/globalconn:globalconn_test; 7s remote-cache, linux-sandbox ... (68 actions, 66 running) [5,551 / 9,870] 102 / 403 tests; GoLink pkg/util/logutil/logutil_test_/logutil_test; 2s remote-cache, linux-sandbox ... (67 actions, 66 running) [5,587 / 9,874] 103 / 403 tests; GoLink pkg/util/plancodec/plancodec_test_/plancodec_test; 1s remote-cache, linux-sandbox ... (67 actions, 66 running) [5,633 / 9,876] 107 / 403 tests; GoLink br/pkg/logutil/logutil_test_/logutil_test; 1s remote-cache, linux-sandbox ... (69 actions, 68 running) [5,687 / 9,914] 109 / 403 tests; GoLink pkg/ddl/label/label_test_/label_test; 1s remote-cache, linux-sandbox ... (69 actions, 68 running) [5,725 / 9,923] 111 / 403 tests; GoCompilePkg pkg/types/types.a; 1s remote-cache, linux-sandbox ... (70 actions running) [5,748 / 9,923] 111 / 403 tests; GoCompilePkg pkg/types/types.a; 2s remote-cache, linux-sandbox ... (69 actions, 68 running) [5,794 / 9,926] 112 / 403 tests; Testing //pkg/kv:kv_test (shard 15 of 23); 1s remote-cache, linux-sandbox ... (69 actions, 68 running) [5,842 / 9,926] 114 / 403 tests; GoLink pkg/tablecodec/tablecodec_test_/tablecodec_test; 2s remote-cache, linux-sandbox ... (61 actions, 60 running) [5,871 / 9,954] 114 / 403 tests; GoCompilePkg pkg/util/chunk/chunk_test.internal.a; 2s remote-cache, linux-sandbox ... (68 actions, 67 running) [5,906 / 9,968] 115 / 403 tests; Testing //pkg/util/cpu:cpu_test (shard 2 of 2); 3s remote-cache, linux-sandbox ... (63 actions, 62 running) [5,940 / 9,997] 116 / 403 tests; Testing //pkg/util/cpu:cpu_test (shard 2 of 2); 4s remote-cache, linux-sandbox ... (69 actions, 68 running) [5,959 / 10,001] 116 / 403 tests; Testing //pkg/util/cpu:cpu_test (shard 2 of 2); 5s remote-cache, linux-sandbox ... (68 actions, 67 running) [5,997 / 10,095] 118 / 403 tests; Testing //pkg/util/cpu:cpu_test (shard 1 of 2); 6s remote-cache, linux-sandbox ... (70 actions running) [6,021 / 10,101] 122 / 403 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1064.a; 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,051 / 10,101] 123 / 403 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1064.a; 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,078 / 10,101] 124 / 403 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1064.a; 8s remote-cache, linux-sandbox ... (67 actions, 66 running) [6,112 / 10,101] 124 / 403 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1064.a; 9s remote-cache, linux-sandbox ... (68 actions, 66 running) [6,114 / 10,101] 124 / 403 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1064.a; 10s remote-cache, linux-sandbox ... (70 actions running) [6,143 / 10,101] 125 / 403 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1064.a; 11s remote-cache, linux-sandbox ... (70 actions running) [6,169 / 10,101] 125 / 403 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1064.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,171 / 10,101] 125 / 403 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1064.a; 13s remote-cache, linux-sandbox ... (70 actions running) [6,197 / 10,103] 126 / 403 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1064.a; 14s remote-cache, linux-sandbox ... (70 actions running) [6,201 / 10,103] 126 / 403 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1064.a; 15s remote-cache, linux-sandbox ... (70 actions running) [6,237 / 10,103] 127 / 403 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,245 / 10,103] 127 / 403 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 16s remote-cache, linux-sandbox ... (70 actions running) [6,247 / 10,103] 127 / 403 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 17s remote-cache, linux-sandbox ... (70 actions running) [6,284 / 10,116] 129 / 403 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1066.a; 14s remote-cache, linux-sandbox ... (68 actions, 66 running) [6,316 / 10,116] 131 / 403 tests; GoCompilePkg pkg/structure/expression.recompile1064.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,316 / 10,116] 131 / 403 tests; GoCompilePkg pkg/structure/expression.recompile1064.a; 14s remote-cache, linux-sandbox ... (70 actions running) [6,343 / 10,134] 132 / 403 tests; GoCompilePkg pkg/structure/expression.recompile1064.a; 15s remote-cache, linux-sandbox ... (70 actions running) [6,376 / 10,136] 133 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 5s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,391 / 10,136] 133 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,418 / 10,136] 134 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,451 / 10,138] 135 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,466 / 10,144] 136 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,492 / 10,144] 136 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,515 / 10,144] 136 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,531 / 10,144] 136 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 13s remote-cache, linux-sandbox ... (70 actions running) [6,558 / 10,146] 136 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 15s remote-cache, linux-sandbox ... (66 actions, 64 running) [6,584 / 10,146] 137 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 16s remote-cache, linux-sandbox ... (68 actions, 66 running) [6,609 / 10,151] 137 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,632 / 10,158] 137 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 18s remote-cache, linux-sandbox ... (69 actions running) [6,644 / 10,158] 138 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,667 / 10,179] 138 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 20s remote-cache, linux-sandbox ... (70 actions running) [6,674 / 10,179] 138 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 21s remote-cache, linux-sandbox ... (67 actions, 66 running) [6,706 / 10,245] 138 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,726 / 10,245] 139 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,732 / 10,245] 140 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 25s remote-cache, linux-sandbox ... (70 actions running) [6,749 / 10,245] 140 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,757 / 10,245] 142 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 27s remote-cache, linux-sandbox ... (67 actions, 66 running) [6,776 / 10,245] 142 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 28s remote-cache, linux-sandbox ... (70 actions running) [6,800 / 10,245] 142 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,819 / 10,245] 142 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,835 / 10,245] 142 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,858 / 10,245] 142 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,862 / 10,247] 142 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 34s remote-cache, linux-sandbox ... (67 actions, 66 running) [6,894 / 10,247] 145 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [6,914 / 10,247] 145 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 36s remote-cache, linux-sandbox ... (66 actions, 64 running) [6,934 / 10,247] 145 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 37s remote-cache, linux-sandbox ... (70 actions running) [6,934 / 10,247] 145 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [6,964 / 10,247] 146 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [6,983 / 10,290] 146 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [7,004 / 10,290] 146 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,035 / 10,295] 146 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [7,053 / 10,295] 146 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [7,072 / 10,295] 148 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 45s remote-cache, linux-sandbox ... (68 actions, 66 running) [7,096 / 10,295] 148 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,116 / 10,295] 148 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,138 / 10,321] 149 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,159 / 10,326] 150 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,183 / 10,326] 150 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,199 / 10,328] 151 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,203 / 10,328] 151 / 403 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [7,239 / 10,330] 154 / 403 tests; GoCompilePkg pkg/expression/expression.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,251 / 10,359] 154 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,267 / 10,359] 156 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 12s remote-cache, linux-sandbox ... (70 actions running) [7,295 / 10,359] 156 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 14s remote-cache, linux-sandbox ... (70 actions running) [7,328 / 10,359] 156 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,355 / 10,363] 156 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,362 / 10,363] 156 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 18s remote-cache, linux-sandbox ... (67 actions, 66 running) [7,384 / 10,409] 156 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 19s remote-cache, linux-sandbox ... (70 actions running) [7,410 / 10,428] 157 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 20s remote-cache, linux-sandbox ... (70 actions running) [7,430 / 10,428] 159 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 21s remote-cache, linux-sandbox ... (70 actions running) [7,445 / 10,435] 159 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,454 / 10,435] 159 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,457 / 10,435] 159 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,496 / 10,449] 159 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,526 / 10,449] 161 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,537 / 10,449] 164 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 28s remote-cache, linux-sandbox ... (68 actions running) [7,566 / 10,449] 164 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,597 / 10,451] 164 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,611 / 10,451] 164 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 31s remote-cache, linux-sandbox ... (68 actions, 66 running) FAIL: //br/pkg/utils:utils_test (shard 25 of 33) (see /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_25_of_33/test_attempts/attempt_1.log) [7,628 / 10,451] 166 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 32s remote-cache, linux-sandbox ... (68 actions running) [7,644 / 10,462] 167 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 33s remote-cache, linux-sandbox ... (70 actions running) [7,660 / 10,462] 167 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 34s remote-cache, linux-sandbox ... (70 actions running) [7,682 / 10,462] 168 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,687 / 10,493] 168 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,705 / 10,495] 168 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,724 / 10,497] 168 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,751 / 10,497] 169 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,766 / 10,497] 169 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 41s remote-cache, linux-sandbox ... (66 actions, 62 running) [7,781 / 10,503] 169 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 42s remote-cache, linux-sandbox ... (70 actions running) [7,802 / 10,503] 171 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,821 / 10,563] 171 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,851 / 10,614] 171 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 46s remote-cache, linux-sandbox ... (69 actions running) [7,876 / 10,614] 172 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,894 / 10,616] 172 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 48s remote-cache, linux-sandbox ... (70 actions running) [7,894 / 10,616] 172 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 49s remote-cache, linux-sandbox ... (70 actions running) [7,898 / 10,616] 172 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,933 / 10,637] 174 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,949 / 10,637] 174 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 53s remote-cache, linux-sandbox ... (69 actions, 68 running) FLAKY: //br/pkg/utils:utils_test (Summary) /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_25_of_33/test_attempts/attempt_1.log INFO: From Testing //br/pkg/utils:utils_test (shard 25 of 33): ==================== Test output for //br/pkg/utils:utils_test (shard 25 of 33): === RUN TestTaskRegisterFailedGrant logger.go:146: 2024-05-06T02:26:08.677Z INFO m0 LISTEN GRPC {"member": "m0", "grpcAddr": "localhost:m0", "m.Name": "m0"} logger.go:146: 2024-05-06T02:26:08.677Z INFO m0 launching a member {"member": "m0", "name": "m0", "advertise-peer-urls": ["unix://127.0.0.1:2100200035"], "listen-client-urls": ["unix://127.0.0.1:2100300035"], "grpc-url": "unix://localhost:m0"} logger.go:146: 2024-05-06T02:26:08.678Z INFO m0 opened backend db {"member": "m0", "path": "/tmp/TestTaskRegisterFailedGrant221039868/002/etcd1199801676/member/snap/db", "took": "467.139ยตs"} logger.go:146: 2024-05-06T02:26:08.680Z INFO m0 starting local member {"member": "m0", "local-member-id": "f0c778fdf2c164b0", "cluster-id": "546fc962f846716a"} logger.go:146: 2024-05-06T02:26:08.680Z INFO m0.raft f0c778fdf2c164b0 switched to configuration voters=() {"member": "m0"} logger.go:146: 2024-05-06T02:26:08.680Z INFO m0.raft f0c778fdf2c164b0 became follower at term 0 {"member": "m0"} logger.go:146: 2024-05-06T02:26:08.680Z INFO m0.raft newRaft f0c778fdf2c164b0 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] {"member": "m0"} logger.go:146: 2024-05-06T02:26:08.680Z INFO m0.raft f0c778fdf2c164b0 became follower at term 1 {"member": "m0"} logger.go:146: 2024-05-06T02:26:08.680Z INFO m0.raft f0c778fdf2c164b0 switched to configuration voters=(17349969121562944688) {"member": "m0"} logger.go:146: 2024-05-06T02:26:08.680Z WARN m0 simple token is not cryptographically signed {"member": "m0"} logger.go:146: 2024-05-06T02:26:08.681Z INFO m0 kvstore restored {"member": "m0", "current-rev": 1} logger.go:146: 2024-05-06T02:26:08.681Z INFO m0 enabled backend quota with default value {"member": "m0", "quota-name": "v3-applier", "quota-size-bytes": 2147483648, "quota-size": "2.1 GB"} logger.go:146: 2024-05-06T02:26:08.681Z INFO m0 starting etcd server {"member": "m0", "local-member-id": "f0c778fdf2c164b0", "local-server-version": "3.5.12", "cluster-version": "to_be_decided"} logger.go:146: 2024-05-06T02:26:08.681Z INFO grpc [[core] [Server #1] Server created] logger.go:146: 2024-05-06T02:26:08.681Z INFO m0 started as single-node; fast-forwarding election ticks {"member": "m0", "local-member-id": "f0c778fdf2c164b0", "forward-ticks": 9, "forward-duration": "90ms", "election-ticks": 10, "election-timeout": "100ms"} logger.go:146: 2024-05-06T02:26:08.682Z INFO m0.raft f0c778fdf2c164b0 switched to configuration voters=(17349969121562944688) {"member": "m0"} logger.go:146: 2024-05-06T02:26:08.682Z INFO m0 added member {"member": "m0", "cluster-id": "546fc962f846716a", "local-member-id": "f0c778fdf2c164b0", "added-peer-id": "f0c778fdf2c164b0", "added-peer-peer-urls": ["unix://127.0.0.1:2100200035"]} logger.go:146: 2024-05-06T02:26:08.684Z INFO grpc [[core] [Server #2] Server created] logger.go:146: 2024-05-06T02:26:08.684Z INFO grpc [[core] [Server #2 ListenSocket #3] ListenSocket created] logger.go:146: 2024-05-06T02:26:08.684Z INFO grpc [[core] [Server #1 ListenSocket #4] ListenSocket created] logger.go:146: 2024-05-06T02:26:08.684Z INFO m0 launched a member {"member": "m0", "name": "m0", "advertise-peer-urls": ["unix://127.0.0.1:2100200035"], "listen-client-urls": ["unix://127.0.0.1:2100300035"], "grpc-url": "unix://localhost:m0"} logger.go:146: 2024-05-06T02:26:08.731Z INFO m0.raft f0c778fdf2c164b0 is starting a new election at term 1 {"member": "m0"} logger.go:146: 2024-05-06T02:26:08.732Z INFO m0.raft f0c778fdf2c164b0 became candidate at term 2 {"member": "m0"} logger.go:146: 2024-05-06T02:26:08.732Z INFO m0.raft f0c778fdf2c164b0 received MsgVoteResp from f0c778fdf2c164b0 at term 2 {"member": "m0"} logger.go:146: 2024-05-06T02:26:08.732Z INFO m0.raft f0c778fdf2c164b0 became leader at term 2 {"member": "m0"} logger.go:146: 2024-05-06T02:26:08.732Z INFO m0.raft raft.node: f0c778fdf2c164b0 elected leader f0c778fdf2c164b0 at term 2 {"member": "m0"} logger.go:146: 2024-05-06T02:26:08.732Z INFO m0 published local member to cluster through raft {"member": "m0", "local-member-id": "f0c778fdf2c164b0", "local-member-attributes": "{Name:m0 ClientURLs:[unix://127.0.0.1:2100300035]}", "request-path": "/0/members/f0c778fdf2c164b0/attributes", "cluster-id": "546fc962f846716a", "publish-timeout": "5.2s"} logger.go:146: 2024-05-06T02:26:08.732Z INFO m0 setting up initial cluster version using v2 API {"member": "m0", "cluster-version": "3.5"} logger.go:146: 2024-05-06T02:26:08.734Z INFO m0 set initial cluster version {"member": "m0", "cluster-id": "546fc962f846716a", "local-member-id": "f0c778fdf2c164b0", "cluster-version": "3.5"} logger.go:146: 2024-05-06T02:26:08.734Z INFO m0 enabled capabilities for version {"member": "m0", "cluster-version": "3.5"} logger.go:146: 2024-05-06T02:26:08.734Z INFO m0 cluster version is updated {"member": "m0", "cluster-version": "3.5"} cluster.go:266: - m0 -> f0c778fdf2c164b0 (unix://localhost:m0) logger.go:146: 2024-05-06T02:26:08.741Z INFO grpc [[core] [Channel #5] Channel created] logger.go:146: 2024-05-06T02:26:08.741Z INFO grpc [[core] [Channel #5] original dial target is: "etcd-endpoints://0xc0008bb340/localhost:m0"] logger.go:146: 2024-05-06T02:26:08.741Z INFO grpc [[core] [Channel #5] parsed dial target is: resolver.Target{URL:url.URL{Scheme:"etcd-endpoints", Opaque:"", User:(*url.Userinfo)(nil), Host:"0xc0008bb340", Path:"/localhost:m0", RawPath:"", OmitHost:false, ForceQuery:false, RawQuery:"", Fragment:"", RawFragment:""}}] logger.go:146: 2024-05-06T02:26:08.741Z INFO grpc [[core] [Channel #5] Channel authority set to "localhost:m0"] logger.go:146: 2024-05-06T02:26:08.741Z INFO grpc [[core] [Channel #5] Resolver state updated: { "Addresses": [ { "Addr": "unix:localhost:m0", "ServerName": "localhost:m0", "Attributes": null, "BalancerAttributes": null, "Metadata": null } ], "Endpoints": [ { "Addresses": [ { "Addr": "unix:localhost:m0", "ServerName": "localhost:m0", "Attributes": null, "BalancerAttributes": null, "Metadata": null } ], "Attributes": null } ], "ServiceConfig": { "Config": { "Config": null, "LB": "round_robin", "Methods": {} }, "Err": null }, "Attributes": null } (service config updated; resolver returned new addresses)] logger.go:146: 2024-05-06T02:26:08.741Z INFO grpc [[core] [Channel #5] Channel switches to new LB policy "round_robin"] logger.go:146: 2024-05-06T02:26:08.741Z INFO grpc [[balancer] base.baseBalancer: got new ClientConn state: {{[{Addr: "unix:localhost:m0", ServerName: "localhost:m0", }] [{[{Addr: "unix:localhost:m0", ServerName: "localhost:m0", }] }] 0xc000053f60 } }] logger.go:146: 2024-05-06T02:26:08.741Z INFO grpc [[core] [Channel #5 SubChannel #6] Subchannel created] logger.go:146: 2024-05-06T02:26:08.741Z INFO grpc [[roundrobin] roundrobinPicker: Build called with info: {map[]}] logger.go:146: 2024-05-06T02:26:08.741Z INFO grpc [[core] [Channel #5] Channel Connectivity change to CONNECTING] logger.go:146: 2024-05-06T02:26:08.741Z INFO grpc [[core] [Channel #5 SubChannel #6] Subchannel Connectivity change to CONNECTING] logger.go:146: 2024-05-06T02:26:08.742Z INFO grpc [[core] [Channel #5 SubChannel #6] Subchannel picks a new address "unix:localhost:m0" to connect] logger.go:146: 2024-05-06T02:26:08.742Z INFO grpc [[balancer] base.baseBalancer: handle SubConn state change: 0xc000fe4ba0, CONNECTING] logger.go:146: 2024-05-06T02:26:08.741Z INFO grpc [[core] [Channel #5] Channel exiting idle mode] logger.go:146: 2024-05-06T02:26:08.750Z INFO grpc [[core] [Channel #5 SubChannel #6] Subchannel Connectivity change to READY] logger.go:146: 2024-05-06T02:26:08.750Z INFO grpc [[balancer] base.baseBalancer: handle SubConn state change: 0xc000fe4ba0, READY] logger.go:146: 2024-05-06T02:26:08.750Z INFO grpc [[roundrobin] roundrobinPicker: Build called with info: {map[SubConn(id:6):{{Addr: "unix:localhost:m0", ServerName: "localhost:m0", }}]}] logger.go:146: 2024-05-06T02:26:08.750Z INFO grpc [[core] [Channel #5] Channel Connectivity change to READY] [2024/05/06 02:26:08.753 +00:00] [WARN] [register.go:219] ["the keepalive channel is closed, try to recreate it"] [2024/05/06 02:26:08.754 +00:00] [WARN] [register.go:235] ["failed to grant lease"] [error=failpoint-error] [errorVerbose="failpoint-error\ngithub.com/pingcap/tidb/br/pkg/utils.(*taskRegister).keepaliveLoop\n\tbr/pkg/utils/register.go:227\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 02:26:18.757 +00:00] [WARN] [register.go:235] ["failed to grant lease"] [error=failpoint-error] [errorVerbose="failpoint-error\ngithub.com/pingcap/tidb/br/pkg/utils.(*taskRegister).keepaliveLoop\n\tbr/pkg/utils/register.go:227\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] register_test.go:119: Error Trace: br/pkg/utils/register_test.go:119 Error: Should be true Test: TestTaskRegisterFailedGrant logger.go:146: 2024-05-06T02:26:28.760Z INFO grpc [[core] [Channel #5] Channel Connectivity change to SHUTDOWN] logger.go:146: 2024-05-06T02:26:28.760Z INFO grpc [[core] [Channel #5] Closing the name resolver] logger.go:146: 2024-05-06T02:26:28.760Z INFO grpc [[core] [Channel #5] ccBalancerWrapper: closing] logger.go:146: 2024-05-06T02:26:28.760Z INFO grpc [[core] [Channel #5 SubChannel #6] Subchannel Connectivity change to SHUTDOWN] logger.go:146: 2024-05-06T02:26:28.760Z INFO grpc [[core] [Channel #5 SubChannel #6] Subchannel deleted] logger.go:146: 2024-05-06T02:26:28.760Z INFO grpc [[transport] [client-transport 0xc000919680] Closing: rpc error: code = Canceled desc = grpc: the client connection is closing] logger.go:146: 2024-05-06T02:26:28.760Z INFO grpc [[core] [Channel #5] Channel deleted] logger.go:146: 2024-05-06T02:26:28.760Z INFO m0 terminating a member {"member": "m0", "name": "m0", "advertise-peer-urls": ["unix://127.0.0.1:2100200035"], "listen-client-urls": ["unix://127.0.0.1:2100300035"], "grpc-url": "unix://localhost:m0"} logger.go:146: 2024-05-06T02:26:28.760Z INFO grpc [[core] [Server #1 ListenSocket #4] ListenSocket deleted] logger.go:146: 2024-05-06T02:26:28.760Z WARN m0.client retrying of unary invoker failed {"member": "m0", "target": "etcd-endpoints://0xc0008bb340/localhost:m0", "attempt": 0, "error": "rpc error: code = Canceled desc = grpc: the client connection is closing"} logger.go:146: 2024-05-06T02:26:28.761Z INFO grpc [[transport] [client-transport 0xc000919680] loopyWriter exiting with error: connection error: desc = "transport is closing"] logger.go:146: 2024-05-06T02:26:28.761Z INFO grpc [[transport] [server-transport 0xc000e941a0] Closing: EOF] logger.go:146: 2024-05-06T02:26:28.761Z INFO grpc [[transport] [server-transport 0xc000e941a0] loopyWriter exiting with error: transport closed by client] logger.go:146: 2024-05-06T02:26:28.761Z INFO grpc [[core] [Server #2 ListenSocket #3] ListenSocket deleted] logger.go:146: 2024-05-06T02:26:28.761Z INFO m0 verification of persisted state {"member": "m0", "data-dir": "/tmp/TestTaskRegisterFailedGrant221039868/002/etcd1199801676"} logger.go:146: 2024-05-06T02:26:28.770Z INFO m0 verification: consistentIndex OK {"member": "m0", "backend-consistent-index": 12, "hardstate-commit": 12} logger.go:146: 2024-05-06T02:26:28.772Z INFO m0 verification of persisted state successful {"member": "m0", "data-dir": "/tmp/TestTaskRegisterFailedGrant221039868/002/etcd1199801676"} logger.go:146: 2024-05-06T02:26:28.775Z INFO m0 terminated a member {"member": "m0", "name": "m0", "advertise-peer-urls": ["unix://127.0.0.1:2100200035"], "listen-client-urls": ["unix://127.0.0.1:2100300035"], "grpc-url": "unix://localhost:m0"} --- FAIL: TestTaskRegisterFailedGrant (20.10s) FAIL panic: Log in goroutine after TestTaskRegisterFailedGrant has completed: 2024-05-06T02:26:28.785Z WARN m0.client retrying of unary invoker failed {"member": "m0", "target": "etcd-endpoints://0xc0008bb340/localhost:m0", "attempt": 1, "error": "rpc error: code = Canceled desc = grpc: the client connection is closing"} goroutine 358 [running]: testing.(*common).logDepth(0xc000183520, {0xc000517c00, 0xf4}, 0x3) GOROOT/src/testing/testing.go:1022 +0x4c5 testing.(*common).log(...) GOROOT/src/testing/testing.go:1004 testing.(*common).Logf(0xc000183520, {0x1e0e3d0?, 0x4101e5?}, {0xc00118afc0?, 0x183bc80?, 0x7f43b93f2601?}) GOROOT/src/testing/testing.go:1055 +0x54 go.uber.org/zap/zaptest.TestingWriter.Write({{0x7f43b93ecfe0?, 0xc000183520?}, 0x0?}, {0xc0009aac00?, 0xf5, 0xc00118afa0?}) external/org_uber_go_zap/zaptest/logger.go:146 +0xdc go.uber.org/zap/zapcore.(*ioCore).Write(0xc00098a450, {0x1, {0xc1862dd52ed6effd, 0x4b161f00f, 0x3799aa0}, {0xc0004474e0, 0x9}, {0x1b8b52e, 0x20}, {0x0, ...}, ...}, ...) external/org_uber_go_zap/zapcore/core.go:99 +0xb5 go.uber.org/zap/zapcore.(*CheckedEntry).Write(0xc000e961a0, {0xc0005a5200, 0x3, 0x3}) external/org_uber_go_zap/zapcore/entry.go:253 +0x1dc go.uber.org/zap.(*Logger).Warn(0xc00130d100?, {0x1b8b52e?, 0x4?}, {0xc0005a5200, 0x3, 0x3}) external/org_uber_go_zap/logger.go:255 +0x51 go.etcd.io/etcd/client/v3.(*Client).unaryClientInterceptor.func1({0x1e344a0?, 0xc000ae04b0?}, {0x1b6cd83, 0x14}, {0x1ad9a20, 0xc000946b40}, {0x1a9e800, 0xc001614450}, 0xc000972700, 0x1c24000, ...) external/io_etcd_go_etcd_client_v3/retry_interceptor.go:62 +0x90e google.golang.org/grpc.(*ClientConn).Invoke(0xc000972700, {0x1e344a0?, 0xc000ae04b0?}, {0x1b6cd83?, 0xc000946b40?}, {0x1ad9a20?, 0xc000946b40?}, {0x1a9e800?, 0xc001614450?}, {0x37991a0, ...}) external/org_golang_google_grpc/call.go:35 +0x205 go.etcd.io/etcd/api/v3/etcdserverpb.(*kVClient).Put(0xc000ae2030, {0x1e344a0, 0xc000ae04b0}, 0x412785?, {0x37991a0, 0x3, 0x3}) external/io_etcd_go_etcd_api_v3/etcdserverpb/rpc.pb.go:6469 +0xc5 go.etcd.io/etcd/client/v3.(*retryKVClient).Put(0xc000700000?, {0x1e344a0?, 0xc000ae04b0?}, 0xc000b87800?, {0x37991a0?, 0x20?, 0x0?}) external/io_etcd_go_etcd_client_v3/retry.go:109 +0x2a go.etcd.io/etcd/client/v3.(*kv).Do(_, {_, _}, {0x2, {0xc0001df560, 0x1e, 0x20}, {0x0, 0x0, 0x0}, ...}) external/io_etcd_go_etcd_client_v3/kv.go:156 +0x2d4 go.etcd.io/etcd/client/v3.(*kv).Put(0x1e146c8?, {0x1e344a0, 0xc000ae04b0}, {0xc0001df160?, 0x0?}, {0x0?, 0x0?}, {0xc000ae2170, 0x1, 0x1}) external/io_etcd_go_etcd_client_v3/kv.go:114 +0xd0 github.com/pingcap/tidb/br/pkg/utils.(*taskRegister).keepaliveLoop(0xc000ae0320, {0x1e344a0, 0xc000ae04b0}, 0xc0002b2120) br/pkg/utils/register.go:245 +0x951 created by github.com/pingcap/tidb/br/pkg/utils.(*taskRegister).RegisterTask in goroutine 109 br/pkg/utils/register.go:183 +0x245 -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 2 /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/6512/execroot/__main__/bazel-out/k8-fastbuild/bin/br/pkg/utils/utils_test_/utils_test.runfiles/__main__/br/pkg/utils/utils_test_/utils_test ================================================================================ [7,973 / 10,637] 175 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 54s remote-cache, linux-sandbox ... (70 actions running) [7,992 / 10,645] 175 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,019 / 10,645] 178 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 57s remote-cache, linux-sandbox ... (65 actions, 61 running) [8,039 / 10,647] 178 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,060 / 10,647] 179 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 59s remote-cache, linux-sandbox ... (70 actions running) [8,073 / 10,647] 179 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,090 / 10,671] 179 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,097 / 10,671] 179 / 403 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,118 / 10,671] 179 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,118 / 10,671] 179 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 22s remote-cache, linux-sandbox ... (70 actions running) [8,143 / 10,682] 179 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 23s remote-cache, linux-sandbox ... (70 actions running) [8,158 / 10,682] 179 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 24s remote-cache, linux-sandbox ... (70 actions running) [8,167 / 10,695] 180 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 25s remote-cache, linux-sandbox ... (70 actions running) [8,189 / 10,695] 180 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 26s remote-cache, linux-sandbox ... (70 actions running) [8,209 / 10,695] 180 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,247 / 10,695] 180 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,269 / 10,695] 180 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,300 / 10,695] 180 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 30s remote-cache, linux-sandbox ... (66 actions, 63 running) [8,325 / 10,695] 181 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 32s remote-cache, linux-sandbox ... (70 actions running) [8,334 / 10,695] 181 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 33s remote-cache, linux-sandbox ... (68 actions running) [8,355 / 10,695] 181 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 34s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,360 / 10,695] 181 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,379 / 10,746] 182 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 37s remote-cache, linux-sandbox ... (70 actions running) [8,409 / 10,751] 183 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 38s remote-cache, linux-sandbox ... (67 actions, 64 running) [8,410 / 10,755] 183 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 40s remote-cache, linux-sandbox ... (67 actions, 64 running) [8,410 / 10,755] 183 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,445 / 10,832] 184 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,463 / 10,832] 184 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,493 / 10,832] 185 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,515 / 10,832] 186 / 403 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 45s remote-cache, linux-sandbox ... (70 actions running) [8,520 / 10,832] 187 / 403 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 16s remote-cache, linux-sandbox ... (70 actions running) [8,553 / 10,834] 188 / 403 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 17s remote-cache, linux-sandbox ... (70 actions running) [8,568 / 10,834] 188 / 403 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 18s remote-cache, linux-sandbox ... (70 actions running) [8,577 / 10,867] 188 / 403 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,603 / 10,885] 189 / 403 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,604 / 10,885] 189 / 403 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,630 / 10,932] 189 / 403 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 23s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,637 / 10,932] 190 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 6s remote-cache, linux-sandbox ... (70 actions running) [8,659 / 10,932] 190 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 7s remote-cache, linux-sandbox ... (70 actions running) [8,666 / 10,938] 190 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,678 / 10,940] 190 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,683 / 10,940] 190 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,701 / 10,940] 191 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,707 / 10,940] 191 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 13s remote-cache, linux-sandbox ... (70 actions running) [8,721 / 10,940] 192 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 14s remote-cache, linux-sandbox ... (69 actions running) [8,728 / 10,940] 192 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,746 / 10,940] 192 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,765 / 10,956] 192 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,776 / 10,956] 193 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,791 / 10,956] 193 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,806 / 10,966] 193 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,829 / 10,966] 194 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,832 / 10,966] 194 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 23s remote-cache, linux-sandbox ... (70 actions running) [8,834 / 10,966] 194 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 24s remote-cache, linux-sandbox ... (70 actions running) [8,840 / 10,966] 195 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 25s remote-cache, linux-sandbox ... (70 actions running) [8,858 / 10,968] 196 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 27s remote-cache, linux-sandbox ... (70 actions running) [8,883 / 10,968] 196 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 28s remote-cache, linux-sandbox ... (70 actions running) [8,886 / 10,980] 196 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,910 / 11,047] 197 / 403 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 25); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,920 / 11,047] 198 / 403 tests; GoCompilePkg br/pkg/storage/core.recompile1242.a; 9s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,931 / 11,047] 198 / 403 tests; GoLink pkg/table/tables/tables_test_/tables_test; 7s remote-cache, linux-sandbox ... (67 actions, 65 running) [8,950 / 11,047] 199 / 403 tests; GoLink pkg/table/tables/tables_test_/tables_test; 8s remote-cache, linux-sandbox ... (66 actions, 62 running) [8,958 / 11,047] 199 / 403 tests; GoLink pkg/table/tables/tables_test_/tables_test; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,960 / 11,047] 199 / 403 tests; GoLink pkg/table/tables/tables_test_/tables_test; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,961 / 11,047] 199 / 403 tests; GoLink pkg/table/tables/tables_test_/tables_test; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,993 / 11,079] 200 / 403 tests; GoCompilePkg pkg/infoschema/core.recompile1224.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,999 / 11,079] 200 / 403 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1078.a; 8s remote-cache, linux-sandbox ... (68 actions, 66 running) [9,019 / 11,079] 201 / 403 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1078.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,020 / 11,079] 201 / 403 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1078.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,034 / 11,079] 201 / 403 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1078.a; 12s remote-cache, linux-sandbox ... (70 actions running) [9,050 / 11,079] 201 / 403 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1078.a; 14s remote-cache, linux-sandbox ... (70 actions running) [9,076 / 11,079] 201 / 403 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1078.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,083 / 11,079] 201 / 403 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1078.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,093 / 11,079] 201 / 403 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1078.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,100 / 11,079] 201 / 403 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1078.a; 18s remote-cache, linux-sandbox ... (67 actions, 66 running) [9,117 / 11,079] 202 / 403 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1078.a; 20s remote-cache, linux-sandbox ... (70 actions running) [9,138 / 11,079] 204 / 403 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1078.a; 21s remote-cache, linux-sandbox ... (70 actions running) [9,154 / 11,079] 204 / 403 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1078.a; 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [9,172 / 11,079] 204 / 403 tests; GoCompilePkg pkg/statistics/core.recompile1204.a; 11s remote-cache, linux-sandbox ... (68 actions, 67 running) [9,180 / 11,079] 204 / 403 tests; Testing //pkg/table/tables:tables_test (shard 2 of 31); 10s remote-cache, linux-sandbox ... (70 actions running) [9,181 / 11,079] 204 / 403 tests; Testing //pkg/table/tables:tables_test (shard 2 of 31); 11s remote-cache, linux-sandbox ... (70 actions running) [9,197 / 11,079] 205 / 403 tests; Testing //pkg/table/tables:tables_test (shard 2 of 31); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,200 / 11,079] 205 / 403 tests; Testing //pkg/table/tables:tables_test (shard 2 of 31); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,227 / 11,081] 205 / 403 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 12s remote-cache, linux-sandbox ... (67 actions, 66 running) [9,243 / 11,083] 206 / 403 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 13s remote-cache, linux-sandbox ... (70 actions running) [9,258 / 11,093] 207 / 403 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 14s remote-cache, linux-sandbox ... (70 actions running) [9,270 / 11,093] 208 / 403 tests; GoCompilePkg pkg/ddl/ddl.a; 12s remote-cache, linux-sandbox ... (70 actions running) [9,287 / 11,093] 208 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1171.a; 12s remote-cache, linux-sandbox ... (70 actions running) [9,287 / 11,093] 208 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1171.a; 14s remote-cache, linux-sandbox ... (70 actions running) [9,317 / 11,093] 208 / 403 tests; GoCompilePkg pkg/ddl/ingest/ddl.recompile1181.a; 14s remote-cache, linux-sandbox ... (67 actions, 66 running) [9,332 / 11,113] 208 / 403 tests; GoCompilePkg br/pkg/checksum/core.recompile1230.a; 8s remote-cache, linux-sandbox ... (70 actions running) [9,340 / 11,113] 208 / 403 tests; GoCompilePkg br/pkg/checksum/core.recompile1230.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,357 / 11,113] 208 / 403 tests; GoCompilePkg br/pkg/checksum/core.recompile1230.a; 11s remote-cache, linux-sandbox ... (70 actions running) [9,374 / 11,113] 208 / 403 tests; Testing //pkg/lightning/backend/external:external_test (shard 39 of 50); 10s remote-cache, linux-sandbox ... (70 actions running) [9,384 / 11,113] 208 / 403 tests; Testing //pkg/lightning/backend/external:external_test (shard 39 of 50); 11s remote-cache, linux-sandbox ... (70 actions running) [9,385 / 11,113] 208 / 403 tests; Testing //pkg/lightning/backend/external:external_test (shard 39 of 50); 13s remote-cache, linux-sandbox ... (70 actions running) [9,413 / 11,113] 209 / 403 tests; GoCompilePkg pkg/lightning/backend/local/ddl.recompile956.a; 9s remote-cache, linux-sandbox ... (70 actions running) [9,421 / 11,113] 209 / 403 tests; GoCompilePkg pkg/lightning/backend/local/ddl.recompile956.a; 10s remote-cache, linux-sandbox ... (70 actions running) [9,431 / 11,113] 210 / 403 tests; GoCompilePkg pkg/lightning/backend/local/ddl.recompile956.a; 11s remote-cache, linux-sandbox ... (70 actions running) [9,431 / 11,113] 210 / 403 tests; GoCompilePkg pkg/lightning/backend/local/ddl.recompile956.a; 12s remote-cache, linux-sandbox ... (70 actions running) [9,442 / 11,113] 210 / 403 tests; GoCompilePkg pkg/lightning/backend/local/ddl.recompile956.a; 13s remote-cache, linux-sandbox ... (66 actions, 65 running) [9,456 / 11,113] 211 / 403 tests; GoCompilePkg pkg/statistics/handle/usage/executor.recompile1212.a; 11s remote-cache, linux-sandbox ... (70 actions running) [9,474 / 11,113] 211 / 403 tests; GoCompilePkg pkg/statistics/handle/globalstats/core.recompile1201.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,494 / 11,113] 212 / 403 tests; GoCompilePkg pkg/statistics/executor.recompile1218.a; 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,509 / 11,113] 212 / 403 tests; GoCompilePkg pkg/statistics/executor.recompile1218.a; 9s remote-cache, linux-sandbox ... (68 actions, 66 running) [9,512 / 11,113] 212 / 403 tests; GoCompilePkg pkg/statistics/executor.recompile1218.a; 10s remote-cache, linux-sandbox ... (70 actions running) [9,531 / 11,115] 212 / 403 tests; GoCompilePkg pkg/statistics/executor.recompile1218.a; 11s remote-cache, linux-sandbox ... (70 actions running) [9,548 / 11,117] 213 / 403 tests; GoCompilePkg pkg/expression/ddl.recompile1177.a; 12s remote-cache, linux-sandbox ... (70 actions running) [9,562 / 11,117] 213 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,567 / 11,168] 214 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 10s remote-cache, linux-sandbox ... (70 actions running) [9,590 / 11,198] 214 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,602 / 11,213] 214 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,619 / 11,213] 214 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,621 / 11,213] 214 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 15s remote-cache, linux-sandbox ... (70 actions running) [9,635 / 11,213] 214 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 16s remote-cache, linux-sandbox ... (70 actions running) [9,641 / 11,264] 214 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 17s remote-cache, linux-sandbox ... (70 actions running) [9,642 / 11,264] 214 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,665 / 11,264] 214 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 19s remote-cache, linux-sandbox ... (67 actions, 66 running) [9,672 / 11,264] 214 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,679 / 11,264] 214 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,688 / 11,264] 214 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 23s remote-cache, linux-sandbox ... (70 actions running) [9,700 / 11,264] 214 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1203.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,719 / 11,266] 214 / 403 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1201.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,722 / 11,266] 214 / 403 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1201.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,748 / 11,266] 215 / 403 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1201.a; 20s remote-cache, linux-sandbox ... (69 actions running) [9,760 / 11,266] 215 / 403 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1201.a; 21s remote-cache, linux-sandbox ... (68 actions, 67 running) [9,775 / 11,266] 215 / 403 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1201.a; 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [9,784 / 11,266] 215 / 403 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1201.a; 23s remote-cache, linux-sandbox ... (70 actions running) [9,797 / 11,304] 215 / 403 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1204.a; 23s remote-cache, linux-sandbox ... (70 actions running) [9,806 / 11,304] 215 / 403 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1204.a; 24s remote-cache, linux-sandbox ... (70 actions running) [9,815 / 11,304] 215 / 403 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 12s remote-cache, linux-sandbox ... (70 actions running) [9,836 / 11,304] 215 / 403 tests; GoCompilePkg pkg/planner/funcdep/core.recompile1201.a; 10s remote-cache, linux-sandbox ... (70 actions running) [9,846 / 11,304] 216 / 403 tests; GoCompilePkg pkg/planner/funcdep/core.recompile1201.a; 11s remote-cache, linux-sandbox ... (70 actions running) [9,858 / 11,304] 216 / 403 tests; GoCompilePkg pkg/planner/cardinality/core.recompile1204.a; 9s remote-cache, linux-sandbox ... (68 actions, 67 running) [9,877 / 11,304] 217 / 403 tests; GoCompilePkg pkg/planner/cardinality/core.recompile1204.a; 12s remote-cache, linux-sandbox ... (70 actions running) [9,877 / 11,304] 217 / 403 tests; GoCompilePkg pkg/planner/cardinality/core.recompile1204.a; 13s remote-cache, linux-sandbox ... (70 actions running) [9,899 / 11,304] 218 / 403 tests; GoCompilePkg pkg/planner/cardinality/core.recompile1204.a; 14s remote-cache, linux-sandbox ... (70 actions running) [9,908 / 11,304] 218 / 403 tests; GoCompilePkg pkg/infoschema/perfschema/core.recompile1202.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,923 / 11,304] 218 / 403 tests; GoCompilePkg pkg/disttask/framework/scheduler/core.recompile1203.a; 11s remote-cache, linux-sandbox ... (69 actions running) [9,945 / 11,304] 218 / 403 tests; GoCompilePkg pkg/disttask/framework/scheduler/core.recompile1203.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,952 / 11,304] 218 / 403 tests; GoCompilePkg pkg/disttask/framework/scheduler/core.recompile1203.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,955 / 11,304] 218 / 403 tests; Testing //pkg/lightning/backend/local:local_test (shard 47 of 50); 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,973 / 11,304] 218 / 403 tests; Testing //pkg/lightning/backend/local:local_test (shard 47 of 50); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,989 / 11,304] 218 / 403 tests; GoCompilePkg pkg/disttask/framework/taskexecutor/core.recompile1199.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,003 / 11,304] 218 / 403 tests; GoCompilePkg pkg/planner/core/core.a; 12s remote-cache, linux-sandbox ... (70 actions running) [10,024 / 11,304] 218 / 403 tests; Testing //br/pkg/storage:storage_test (shard 1 of 50); 10s remote-cache, linux-sandbox ... (70 actions running) [10,024 / 11,304] 218 / 403 tests; Testing //br/pkg/storage:storage_test (shard 1 of 50); 11s remote-cache, linux-sandbox ... (70 actions running) [10,025 / 11,304] 218 / 403 tests; Testing //br/pkg/storage:storage_test (shard 1 of 50); 12s remote-cache, linux-sandbox ... (70 actions running) [10,049 / 11,304] 218 / 403 tests; Testing //br/pkg/storage:storage_test (shard 1 of 50); 13s remote-cache, linux-sandbox ... (67 actions, 64 running) [10,064 / 11,304] 218 / 403 tests; Testing //br/pkg/storage:storage_test (shard 1 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,075 / 11,304] 218 / 403 tests; Testing //br/pkg/storage:storage_test (shard 1 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,092 / 11,304] 218 / 403 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 13s remote-cache, linux-sandbox ... (67 actions, 64 running) [10,106 / 11,304] 218 / 403 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,117 / 11,331] 218 / 403 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 15s remote-cache, linux-sandbox ... (70 actions running) [10,128 / 11,331] 218 / 403 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 16s remote-cache, linux-sandbox ... (70 actions running) [10,141 / 11,331] 218 / 403 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,147 / 11,331] 218 / 403 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 18s remote-cache, linux-sandbox ... (70 actions running) [10,147 / 11,331] 218 / 403 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 19s remote-cache, linux-sandbox ... (70 actions running) [10,148 / 11,331] 218 / 403 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 20s remote-cache, linux-sandbox ... (70 actions running) [10,169 / 11,331] 219 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1217.a; 20s remote-cache, linux-sandbox ... (70 actions running) [10,180 / 11,384] 219 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1217.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,189 / 11,384] 219 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1217.a; 22s remote-cache, linux-sandbox ... (69 actions running) [10,194 / 11,384] 219 / 403 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1217.a; 23s remote-cache, linux-sandbox ... (69 actions running) [10,208 / 11,384] 219 / 403 tests; GoCompilePkg pkg/bindinfo/core.recompile1229.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,219 / 11,384] 219 / 403 tests; GoCompilePkg pkg/bindinfo/core.recompile1229.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,220 / 11,384] 219 / 403 tests; GoCompilePkg pkg/bindinfo/core.recompile1229.a; 25s remote-cache, linux-sandbox ... (70 actions running) [10,243 / 11,384] 220 / 403 tests; GoCompilePkg pkg/planner/core/core.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,252 / 11,384] 220 / 403 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1213.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,258 / 11,384] 221 / 403 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1213.a; 20s remote-cache, linux-sandbox ... (70 actions running) [10,275 / 11,384] 221 / 403 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1213.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,277 / 11,384] 221 / 403 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1213.a; 22s remote-cache, linux-sandbox ... (70 actions running) [10,280 / 11,384] 221 / 403 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1213.a; 23s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,307 / 11,384] 221 / 403 tests; Testing //pkg/ddl:ddl_test (shard 50 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,321 / 11,390] 221 / 403 tests; Testing //pkg/ddl:ddl_test (shard 50 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,331 / 11,392] 221 / 403 tests; Testing //pkg/ddl:ddl_test (shard 50 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,347 / 11,392] 221 / 403 tests; Testing //pkg/ddl:ddl_test (shard 50 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,353 / 11,392] 221 / 403 tests; Testing //pkg/ddl:ddl_test (shard 50 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,377 / 11,392] 223 / 403 tests; Testing //pkg/ddl:ddl_test (shard 50 of 50); 20s remote-cache, linux-sandbox ... (66 actions, 64 running) [10,386 / 11,392] 223 / 403 tests; Testing //pkg/ddl:ddl_test (shard 50 of 50); 21s remote-cache, linux-sandbox ... (70 actions running) [10,403 / 11,394] 223 / 403 tests; Testing //pkg/ddl:ddl_test (shard 50 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,411 / 11,396] 223 / 403 tests; Testing //pkg/ddl:ddl_test (shard 50 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,418 / 11,396] 224 / 403 tests; Testing //pkg/ddl:ddl_test (shard 50 of 50); 25s remote-cache, linux-sandbox ... (70 actions running) [10,429 / 11,396] 225 / 403 tests; Testing //pkg/ddl:ddl_test (shard 50 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,430 / 11,396] 225 / 403 tests; Testing //pkg/ddl:ddl_test (shard 50 of 50); 28s remote-cache, linux-sandbox ... (70 actions running) [10,452 / 11,417] 225 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 9s remote-cache, linux-sandbox ... (66 actions, 64 running) [10,460 / 11,420] 225 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,474 / 11,463] 228 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,480 / 11,486] 228 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,497 / 11,538] 229 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,508 / 11,538] 229 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,519 / 11,538] 230 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,526 / 11,542] 230 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,537 / 11,571] 230 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 18s remote-cache, linux-sandbox ... (70 actions running) [10,541 / 11,571] 230 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,557 / 11,573] 231 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 21s remote-cache, linux-sandbox ... (70 actions running) [10,569 / 11,573] 232 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 22s remote-cache, linux-sandbox ... (70 actions running) [10,582 / 11,694] 232 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 23s remote-cache, linux-sandbox ... (70 actions running) [10,590 / 11,705] 232 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,594 / 11,705] 232 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 25s remote-cache, linux-sandbox ... (70 actions running) [10,601 / 11,711] 232 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 26s remote-cache, linux-sandbox ... (70 actions running) [10,602 / 11,711] 232 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 27s remote-cache, linux-sandbox ... (70 actions running) [10,609 / 11,711] 233 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,631 / 11,728] 233 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,637 / 11,728] 234 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 30s remote-cache, linux-sandbox ... (69 actions running) [10,640 / 11,728] 234 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,652 / 11,730] 236 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,660 / 11,748] 236 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 34s remote-cache, linux-sandbox ... (70 actions running) [10,663 / 11,748] 236 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 35s remote-cache, linux-sandbox ... (70 actions running) [10,680 / 11,776] 237 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 36s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,688 / 11,776] 237 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,690 / 11,776] 238 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [10,706 / 11,776] 239 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [10,713 / 11,776] 239 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [10,728 / 11,776] 239 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,731 / 11,776] 239 / 403 tests; Testing //pkg/ddl:ddl_test (shard 1 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,738 / 11,778] 239 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 23s remote-cache, linux-sandbox ... (70 actions running) [10,741 / 11,778] 241 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 24s remote-cache, linux-sandbox ... (70 actions running) [10,761 / 11,778] 243 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,764 / 11,778] 243 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,775 / 11,778] 243 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,787 / 11,778] 243 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,804 / 11,778] 243 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,805 / 11,778] 243 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 31s remote-cache, linux-sandbox ... (70 actions running) [10,807 / 11,778] 243 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,828 / 11,778] 243 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,836 / 11,778] 243 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 28s remote-cache, linux-sandbox ... (70 actions running) [10,837 / 11,778] 243 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,862 / 11,778] 244 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 31s remote-cache, linux-sandbox ... (70 actions running) [10,869 / 11,778] 244 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 32s remote-cache, linux-sandbox ... (69 actions running) [10,874 / 11,778] 244 / 403 tests; Testing //pkg/ddl:ddl_test (shard 5 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,886 / 11,778] 245 / 403 tests; Testing //pkg/ddl:ddl_test (shard 5 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,896 / 11,778] 246 / 403 tests; Testing //pkg/ddl:ddl_test (shard 5 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,899 / 11,778] 246 / 403 tests; Testing //pkg/ddl:ddl_test (shard 5 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,911 / 11,778] 246 / 403 tests; Testing //pkg/ddl:ddl_test (shard 6 of 50); 19s remote-cache, linux-sandbox ... (70 actions running) [10,911 / 11,778] 246 / 403 tests; Testing //pkg/ddl:ddl_test (shard 6 of 50); 20s remote-cache, linux-sandbox ... (70 actions running) [10,918 / 11,778] 246 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 20s remote-cache, linux-sandbox ... (70 actions running) [10,918 / 11,778] 246 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 22s remote-cache, linux-sandbox ... (70 actions running) [10,928 / 11,778] 247 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 23s remote-cache, linux-sandbox ... (70 actions running) [10,933 / 11,806] 247 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 24s remote-cache, linux-sandbox ... (67 actions, 64 running) [10,943 / 11,883] 247 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,947 / 11,934] 247 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,951 / 11,934] 247 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,955 / 11,934] 247 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,961 / 11,934] 248 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,963 / 11,934] 248 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 31s remote-cache, linux-sandbox ... (70 actions running) [10,966 / 11,985] 248 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,971 / 11,985] 248 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,977 / 11,985] 248 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 35s remote-cache, linux-sandbox ... (70 actions running) [10,983 / 11,985] 248 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,988 / 12,015] 248 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,998 / 12,075] 248 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,001 / 12,075] 248 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 40s remote-cache, linux-sandbox ... (70 actions running) [11,004 / 12,075] 248 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,007 / 12,075] 248 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,013 / 12,075] 248 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [11,015 / 12,075] 248 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [11,019 / 12,075] 248 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [11,027 / 12,077] 248 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [11,029 / 12,077] 248 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [11,035 / 12,077] 248 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [11,036 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [11,040 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,044 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [11,049 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,055 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,061 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [11,065 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,072 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [11,077 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,078 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,084 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,085 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,088 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [11,092 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,094 / 12,077] 249 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,097 / 12,077] 250 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,103 / 12,077] 250 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [11,105 / 12,077] 252 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [11,110 / 12,106] 252 / 403 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [11,113 / 12,106] 252 / 403 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,116 / 12,106] 252 / 403 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [11,124 / 12,106] 252 / 403 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,126 / 12,106] 252 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,132 / 12,106] 252 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 45s remote-cache, linux-sandbox ... (69 actions running) [11,133 / 12,106] 252 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [11,133 / 12,106] 252 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [11,134 / 12,106] 252 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,138 / 12,106] 252 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 51s remote-cache, linux-sandbox ... (70 actions running) [11,147 / 12,106] 252 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [11,150 / 12,106] 252 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [11,152 / 12,106] 252 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,161 / 12,106] 252 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,166 / 12,106] 252 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,168 / 12,106] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [11,169 / 12,106] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [11,173 / 12,106] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,174 / 12,106] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,174 / 12,106] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [11,180 / 12,106] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [11,185 / 12,106] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,188 / 12,113] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,190 / 12,113] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,195 / 12,113] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,200 / 12,113] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 35s remote-cache, linux-sandbox ... (70 actions running) [11,201 / 12,113] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 36s remote-cache, linux-sandbox ... (70 actions running) [11,201 / 12,113] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 37s remote-cache, linux-sandbox ... (70 actions running) [11,201 / 12,113] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [11,201 / 12,113] 253 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [11,206 / 12,113] 253 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 7 of 22); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,209 / 12,113] 253 / 403 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 7 of 22); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,219 / 12,113] 253 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,223 / 12,113] 253 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 37s remote-cache, linux-sandbox ... (70 actions running) [11,224 / 12,113] 253 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,231 / 12,113] 253 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,232 / 12,113] 253 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,237 / 12,113] 253 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,239 / 12,113] 253 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 43s remote-cache, linux-sandbox ... (70 actions running) [11,240 / 12,113] 253 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 44s remote-cache, linux-sandbox ... (70 actions running) [11,243 / 12,113] 253 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 46s remote-cache, linux-sandbox ... (70 actions running) [11,251 / 12,113] 253 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,257 / 12,113] 253 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,260 / 12,113] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 50s remote-cache, linux-sandbox ... (70 actions running) [11,269 / 12,113] 254 / 403 tests; Testing //br/pkg/backup:backup_test (shard 1 of 8); 30s remote-cache, linux-sandbox ... (70 actions running) [11,269 / 12,113] 254 / 403 tests; Testing //br/pkg/backup:backup_test (shard 1 of 8); 31s remote-cache, linux-sandbox ... (70 actions running) [11,274 / 12,113] 254 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 48 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,277 / 12,113] 254 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 48 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,278 / 12,113] 254 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 48 of 50); 33s remote-cache, linux-sandbox ... (70 actions running) [11,278 / 12,113] 254 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 48 of 50); 34s remote-cache, linux-sandbox ... (70 actions running) [11,278 / 12,113] 254 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 48 of 50); 35s remote-cache, linux-sandbox ... (70 actions running) [11,284 / 12,113] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 33s remote-cache, linux-sandbox ... (67 actions, 66 running) [11,285 / 12,113] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,288 / 12,113] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 36s remote-cache, linux-sandbox ... (70 actions running) [11,289 / 12,113] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 37s remote-cache, linux-sandbox ... (70 actions running) [11,289 / 12,113] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 39s remote-cache, linux-sandbox ... (70 actions running) [11,290 / 12,113] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 40s remote-cache, linux-sandbox ... (70 actions running) [11,296 / 12,120] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 41s remote-cache, linux-sandbox ... (70 actions running) [11,301 / 12,138] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,304 / 12,138] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 44s remote-cache, linux-sandbox ... (70 actions running) [11,304 / 12,138] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 45s remote-cache, linux-sandbox ... (70 actions running) [11,305 / 12,138] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,307 / 12,138] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 48s remote-cache, linux-sandbox ... (70 actions running) [11,311 / 12,138] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 50s remote-cache, linux-sandbox ... (70 actions running) [11,311 / 12,138] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 51s remote-cache, linux-sandbox ... (70 actions running) [11,312 / 12,138] 254 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,317 / 12,138] 255 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,320 / 12,138] 255 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,322 / 12,138] 255 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 56s remote-cache, linux-sandbox ... (70 actions running) [11,322 / 12,138] 255 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 57s remote-cache, linux-sandbox ... (70 actions running) [11,323 / 12,138] 255 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,325 / 12,138] 255 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 60s remote-cache, linux-sandbox ... (70 actions running) [11,328 / 12,138] 255 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 61s remote-cache, linux-sandbox ... (70 actions running) [11,331 / 12,138] 255 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,335 / 12,138] 255 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,337 / 12,138] 255 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 65s remote-cache, linux-sandbox ... (70 actions running) [11,341 / 12,138] 255 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 67s remote-cache, linux-sandbox ... (70 actions running) [11,347 / 12,138] 255 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,351 / 12,138] 256 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,356 / 12,138] 256 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,358 / 12,138] 256 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 72s remote-cache, linux-sandbox ... (70 actions running) [11,362 / 12,138] 256 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 73s remote-cache, linux-sandbox ... (67 actions, 65 running) [11,362 / 12,138] 257 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 74s remote-cache, linux-sandbox ... (70 actions running) [11,367 / 12,138] 258 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,371 / 12,138] 258 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 77s remote-cache, linux-sandbox ... (70 actions running) [11,372 / 12,138] 258 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,372 / 12,138] 258 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 80s remote-cache, linux-sandbox ... (70 actions running) [11,375 / 12,138] 258 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,377 / 12,151] 258 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 83s remote-cache, linux-sandbox ... (70 actions running) [11,379 / 12,151] 258 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 84s remote-cache, linux-sandbox ... (70 actions running) [11,389 / 12,180] 258 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,389 / 12,180] 258 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 87s remote-cache, linux-sandbox ... (70 actions running) [11,394 / 12,184] 258 / 403 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 88s remote-cache, linux-sandbox ... (70 actions running) [11,402 / 12,207] 259 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,403 / 12,207] 259 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 27s remote-cache, linux-sandbox ... (70 actions running) [11,403 / 12,207] 259 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 28s remote-cache, linux-sandbox ... (70 actions running) [11,404 / 12,207] 259 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,410 / 12,216] 259 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,412 / 12,216] 259 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,412 / 12,216] 259 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 33s remote-cache, linux-sandbox ... (70 actions running) [11,415 / 12,216] 259 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 34s remote-cache, linux-sandbox ... (70 actions running) [11,416 / 12,216] 259 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,418 / 12,216] 259 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 37s remote-cache, linux-sandbox ... (70 actions running) [11,418 / 12,216] 259 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [11,419 / 12,216] 259 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,428 / 12,216] 260 / 403 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [11,431 / 12,216] 260 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 33s remote-cache, linux-sandbox ... (70 actions running) [11,432 / 12,216] 260 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 35s remote-cache, linux-sandbox ... (70 actions running) [11,433 / 12,216] 260 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 36s remote-cache, linux-sandbox ... (70 actions running) [11,433 / 12,216] 260 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [11,436 / 12,216] 260 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [11,437 / 12,216] 260 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [11,438 / 12,216] 260 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,438 / 12,216] 260 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [11,440 / 12,216] 260 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [11,441 / 12,216] 260 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,443 / 12,216] 260 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,445 / 12,216] 260 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,445 / 12,216] 260 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [11,446 / 12,216] 261 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [11,450 / 12,216] 261 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [11,450 / 12,216] 261 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [11,450 / 12,216] 261 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [11,454 / 12,216] 261 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,457 / 12,216] 262 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [11,462 / 12,216] 262 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,462 / 12,216] 262 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [11,462 / 12,216] 262 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [11,462 / 12,216] 262 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,464 / 12,216] 262 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 63s remote-cache, linux-sandbox ... (70 actions running) [11,465 / 12,216] 262 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,467 / 12,222] 262 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,469 / 12,222] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 66s remote-cache, linux-sandbox ... (70 actions running) [11,472 / 12,222] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,478 / 12,222] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [11,481 / 12,256] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,483 / 12,256] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 72s remote-cache, linux-sandbox ... (70 actions running) [11,484 / 12,256] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,487 / 12,256] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,488 / 12,256] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [11,489 / 12,256] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,491 / 12,269] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,492 / 12,269] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [11,493 / 12,269] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,495 / 12,269] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,496 / 12,269] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,497 / 12,269] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [11,498 / 12,269] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,500 / 12,274] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,501 / 12,274] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [11,502 / 12,274] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 70s remote-cache, linux-sandbox ... (70 actions running) [11,502 / 12,274] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 72s remote-cache, linux-sandbox ... (70 actions running) [11,502 / 12,274] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 73s remote-cache, linux-sandbox ... (70 actions running) [11,503 / 12,274] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 74s remote-cache, linux-sandbox ... (70 actions running) [11,505 / 12,276] 263 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 75s remote-cache, linux-sandbox ... (70 actions running) [11,508 / 12,276] 264 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 77s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,509 / 12,276] 264 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [11,509 / 12,276] 264 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [11,509 / 12,276] 264 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 81s remote-cache, linux-sandbox ... (70 actions running) [11,510 / 12,276] 264 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,510 / 12,276] 264 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [11,510 / 12,276] 264 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 85s remote-cache, linux-sandbox ... (70 actions running) [11,510 / 12,276] 264 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [11,510 / 12,276] 264 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [11,528 / 12,282] 269 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,534 / 12,282] 269 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,537 / 12,282] 269 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [11,538 / 12,282] 269 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,539 / 12,282] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [11,539 / 12,282] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [11,540 / 12,282] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 63s remote-cache, linux-sandbox ... (70 actions running) [11,545 / 12,282] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 64s remote-cache, linux-sandbox ... (69 actions running) [11,547 / 12,282] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 66s remote-cache, linux-sandbox ... (70 actions running) [11,547 / 12,282] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [11,551 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,553 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 71s remote-cache, linux-sandbox ... (70 actions running) [11,554 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 72s remote-cache, linux-sandbox ... (70 actions running) [11,555 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,556 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,557 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,559 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,559 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [11,560 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,560 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 81s remote-cache, linux-sandbox ... (70 actions running) [11,561 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,561 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [11,562 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,562 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [11,563 / 12,304] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 90s remote-cache, linux-sandbox ... (70 actions running) [11,566 / 12,306] 270 / 403 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,571 / 12,306] 270 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,574 / 12,306] 270 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 76s remote-cache, linux-sandbox ... (70 actions running) [11,579 / 12,306] 270 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,580 / 12,306] 270 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [11,582 / 12,306] 270 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,586 / 12,306] 270 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,590 / 12,306] 270 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 82s remote-cache, linux-sandbox ... (68 actions, 67 running) [11,590 / 12,306] 270 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [11,590 / 12,306] 270 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 86s remote-cache, linux-sandbox ... (70 actions running) [11,592 / 12,306] 270 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [11,593 / 12,306] 270 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,595 / 12,306] 271 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 91s remote-cache, linux-sandbox ... (70 actions running) [11,597 / 12,306] 271 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,598 / 12,306] 271 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 93s remote-cache, linux-sandbox ... (70 actions running) [11,600 / 12,306] 271 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,602 / 12,315] 271 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [11,603 / 12,315] 271 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 97s remote-cache, linux-sandbox ... (70 actions running) [11,603 / 12,315] 271 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 98s remote-cache, linux-sandbox ... (70 actions running) [11,605 / 12,315] 272 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 99s remote-cache, linux-sandbox ... (70 actions running) [11,606 / 12,315] 272 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,607 / 12,315] 272 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,607 / 12,315] 272 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 103s remote-cache, linux-sandbox ... (70 actions running) [11,607 / 12,315] 272 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 104s remote-cache, linux-sandbox ... (70 actions running) [11,608 / 12,315] 272 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 105s remote-cache, linux-sandbox ... (70 actions running) [11,609 / 12,315] 272 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 107s remote-cache, linux-sandbox ... (70 actions running) [11,613 / 12,327] 272 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 108s remote-cache, linux-sandbox ... (70 actions running) [11,614 / 12,327] 273 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 109s remote-cache, linux-sandbox ... (70 actions running) [11,614 / 12,327] 273 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 110s remote-cache, linux-sandbox ... (70 actions running) [11,618 / 12,327] 274 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,621 / 12,327] 274 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 112s remote-cache, linux-sandbox ... (70 actions running) [11,621 / 12,327] 274 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 114s remote-cache, linux-sandbox ... (70 actions running) [11,625 / 12,327] 274 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,630 / 12,327] 274 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 117s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,633 / 12,327] 274 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 118s remote-cache, linux-sandbox ... (70 actions running) [11,639 / 12,327] 274 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 119s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,642 / 12,327] 274 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,643 / 12,327] 274 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [11,645 / 12,327] 274 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 23 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [11,649 / 12,339] 274 / 403 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 16 of 20); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,656 / 12,341] 274 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 38s remote-cache, linux-sandbox ... (69 actions running) [11,656 / 12,341] 274 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 40s remote-cache, linux-sandbox ... (70 actions running) [11,658 / 12,341] 274 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 42s remote-cache, linux-sandbox ... (70 actions running) [11,658 / 12,341] 274 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 43s remote-cache, linux-sandbox ... (70 actions running) [11,658 / 12,341] 274 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 44s remote-cache, linux-sandbox ... (70 actions running) [11,661 / 12,341] 274 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 45s remote-cache, linux-sandbox ... (70 actions running) [11,662 / 12,341] 274 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 46s remote-cache, linux-sandbox ... (70 actions running) [11,665 / 12,341] 274 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 47s remote-cache, linux-sandbox ... (70 actions running) [11,665 / 12,341] 274 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 48s remote-cache, linux-sandbox ... (70 actions running) [11,667 / 12,341] 274 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,668 / 12,341] 274 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 51s remote-cache, linux-sandbox ... (70 actions running) [11,668 / 12,341] 274 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 52s remote-cache, linux-sandbox ... (70 actions running) [11,669 / 12,341] 274 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 44s remote-cache, linux-sandbox ... (70 actions running) [11,670 / 12,341] 274 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 45s remote-cache, linux-sandbox ... (70 actions running) [11,672 / 12,341] 274 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,674 / 12,341] 274 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 48s remote-cache, linux-sandbox ... (70 actions running) [11,675 / 12,341] 274 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 49s remote-cache, linux-sandbox ... (70 actions running) [11,677 / 12,341] 274 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,678 / 12,341] 274 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 52s remote-cache, linux-sandbox ... (70 actions running) [11,678 / 12,341] 274 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 55s remote-cache, linux-sandbox ... (70 actions running) [11,682 / 12,341] 274 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,684 / 12,341] 274 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 58s remote-cache, linux-sandbox ... (70 actions running) [11,685 / 12,341] 274 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,686 / 12,341] 274 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 51s remote-cache, linux-sandbox ... (70 actions running) [11,691 / 12,392] 274 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,693 / 12,392] 274 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,696 / 12,392] 274 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 55s remote-cache, linux-sandbox ... (70 actions running) [11,697 / 12,392] 274 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 56s remote-cache, linux-sandbox ... (70 actions running) [11,703 / 12,392] 274 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,706 / 12,392] 274 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,710 / 12,392] 275 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,711 / 12,392] 275 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 61s remote-cache, linux-sandbox ... (70 actions running) [11,713 / 12,392] 275 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 62s remote-cache, linux-sandbox ... (70 actions running) [11,717 / 12,392] 275 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,720 / 12,392] 275 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,721 / 12,392] 275 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 66s remote-cache, linux-sandbox ... (70 actions running) [11,721 / 12,392] 275 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 67s remote-cache, linux-sandbox ... (70 actions running) [11,723 / 12,392] 275 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 68s remote-cache, linux-sandbox ... (70 actions running) [11,725 / 12,392] 275 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,728 / 12,392] 275 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 71s remote-cache, linux-sandbox ... (70 actions running) [11,729 / 12,392] 275 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,731 / 12,396] 275 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 74s remote-cache, linux-sandbox ... (70 actions running) [11,733 / 12,396] 275 / 403 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 3 of 12); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,736 / 12,396] 275 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,736 / 12,396] 275 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [11,739 / 12,425] 275 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [11,740 / 12,476] 275 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,742 / 12,476] 275 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [11,744 / 12,476] 275 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,746 / 12,476] 275 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,750 / 12,476] 275 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,752 / 12,476] 275 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [11,754 / 12,476] 275 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [11,756 / 12,476] 275 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,758 / 12,476] 275 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,765 / 12,476] 275 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,768 / 12,476] 276 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [11,768 / 12,476] 276 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [11,770 / 12,476] 276 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,772 / 12,476] 276 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,773 / 12,476] 276 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [11,775 / 12,476] 276 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,775 / 12,476] 276 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [11,779 / 12,476] 277 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [11,780 / 12,476] 277 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [11,781 / 12,476] 277 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,785 / 12,488] 278 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,787 / 12,488] 278 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 73s remote-cache, linux-sandbox ... (70 actions running) [11,790 / 12,488] 278 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,791 / 12,488] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 75s remote-cache, linux-sandbox ... (70 actions running) [11,793 / 12,488] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 77s remote-cache, linux-sandbox ... (70 actions running) [11,795 / 12,488] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [11,797 / 12,488] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [11,798 / 12,488] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,803 / 12,488] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 82s remote-cache, linux-sandbox ... (70 actions running) [11,803 / 12,488] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [11,807 / 12,488] 282 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,809 / 12,488] 282 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 52s remote-cache, linux-sandbox ... (70 actions running) [11,812 / 12,488] 282 / 403 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 9 of 11); 39s remote-cache, linux-sandbox ... (70 actions running) [11,813 / 12,488] 282 / 403 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 9 of 11); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,814 / 12,488] 282 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 1 of 28); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,817 / 12,488] 282 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 1 of 28); 42s remote-cache, linux-sandbox ... (69 actions running) [11,817 / 12,488] 282 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 1 of 28); 43s remote-cache, linux-sandbox ... (70 actions running) [11,820 / 12,521] 282 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 1 of 28); 44s remote-cache, linux-sandbox ... (70 actions running) [11,820 / 12,521] 282 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 1 of 28); 45s remote-cache, linux-sandbox ... (70 actions running) [11,821 / 12,521] 282 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 1 of 28); 47s remote-cache, linux-sandbox ... (70 actions running) [11,822 / 12,521] 282 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 1 of 28); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,827 / 12,521] 282 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 10 of 17); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,830 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 3 of 28); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,832 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 6 of 19); 40s remote-cache, linux-sandbox ... (70 actions running) [11,833 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 6 of 19); 41s remote-cache, linux-sandbox ... (70 actions running) [11,834 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 6 of 19); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,836 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 6 of 19); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,837 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 6 of 19); 46s remote-cache, linux-sandbox ... (70 actions running) [11,838 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 6 of 19); 48s remote-cache, linux-sandbox ... (70 actions running) [11,841 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 43s remote-cache, linux-sandbox ... (70 actions running) [11,841 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 45s remote-cache, linux-sandbox ... (70 actions running) [11,844 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 47s remote-cache, linux-sandbox ... (70 actions running) [11,845 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 48s remote-cache, linux-sandbox ... (70 actions running) [11,845 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 50s remote-cache, linux-sandbox ... (70 actions running) [11,847 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,849 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,850 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 54s remote-cache, linux-sandbox ... (70 actions running) [11,850 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 55s remote-cache, linux-sandbox ... (70 actions running) [11,851 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 56s remote-cache, linux-sandbox ... (70 actions running) [11,852 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,852 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 60s remote-cache, linux-sandbox ... (70 actions running) [11,853 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 61s remote-cache, linux-sandbox ... (70 actions running) [11,855 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,856 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,857 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 65s remote-cache, linux-sandbox ... (70 actions running) [11,858 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,859 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 69s remote-cache, linux-sandbox ... (70 actions running) [11,861 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 70s remote-cache, linux-sandbox ... (70 actions running) [11,863 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,864 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,864 / 12,525] 282 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 74s remote-cache, linux-sandbox ... (70 actions running) [11,869 / 12,525] 283 / 403 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 75s remote-cache, linux-sandbox ... (70 actions running) [11,875 / 12,525] 283 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,876 / 12,525] 283 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 47s remote-cache, linux-sandbox ... (70 actions running) [11,877 / 12,525] 283 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,877 / 12,525] 283 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 51s remote-cache, linux-sandbox ... (70 actions running) [11,879 / 12,525] 283 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 52s remote-cache, linux-sandbox ... (70 actions running) [11,880 / 12,525] 283 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,880 / 12,525] 283 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 55s remote-cache, linux-sandbox ... (70 actions running) [11,881 / 12,525] 283 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 57s remote-cache, linux-sandbox ... (70 actions running) [11,881 / 12,525] 283 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 60s remote-cache, linux-sandbox ... (70 actions running) [11,883 / 12,525] 283 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,883 / 12,525] 283 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 63s remote-cache, linux-sandbox ... (70 actions running) [11,883 / 12,525] 283 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 66s remote-cache, linux-sandbox ... (70 actions running) [11,886 / 12,525] 284 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 67s remote-cache, linux-sandbox ... (70 actions running) [11,887 / 12,525] 284 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 68s remote-cache, linux-sandbox ... (70 actions running) [11,888 / 12,525] 284 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 69s remote-cache, linux-sandbox ... (70 actions running) [11,889 / 12,525] 284 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,889 / 12,525] 284 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 72s remote-cache, linux-sandbox ... (70 actions running) [11,891 / 12,525] 284 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 73s remote-cache, linux-sandbox ... (70 actions running) [11,892 / 12,525] 284 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 74s remote-cache, linux-sandbox ... (70 actions running) [11,893 / 12,525] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,894 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,896 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 78s remote-cache, linux-sandbox ... (70 actions running) [11,897 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 79s remote-cache, linux-sandbox ... (70 actions running) [11,899 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 80s remote-cache, linux-sandbox ... (69 actions running) [11,899 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 81s remote-cache, linux-sandbox ... (70 actions running) [11,900 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,903 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 84s remote-cache, linux-sandbox ... (70 actions running) [11,905 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 85s remote-cache, linux-sandbox ... (70 actions running) [11,906 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 86s remote-cache, linux-sandbox ... (70 actions running) [11,907 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 87s remote-cache, linux-sandbox ... (70 actions running) [11,908 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 88s remote-cache, linux-sandbox ... (70 actions running) [11,909 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,910 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 91s remote-cache, linux-sandbox ... (70 actions running) [11,911 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 93s remote-cache, linux-sandbox ... (70 actions running) [11,913 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 94s remote-cache, linux-sandbox ... (70 actions running) [11,915 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 95s remote-cache, linux-sandbox ... (70 actions running) [11,916 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,916 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 98s remote-cache, linux-sandbox ... (70 actions running) [11,916 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 101s remote-cache, linux-sandbox ... (70 actions running) [11,918 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 103s remote-cache, linux-sandbox ... (70 actions running) [11,919 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,919 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 109s remote-cache, linux-sandbox ... (70 actions running) [11,920 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,920 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 113s remote-cache, linux-sandbox ... (70 actions running) [11,922 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,924 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 116s remote-cache, linux-sandbox ... (70 actions running) [11,925 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 117s remote-cache, linux-sandbox ... (70 actions running) [11,926 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 118s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,927 / 12,568] 285 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 120s remote-cache, linux-sandbox ... (70 actions running) [11,929 / 12,568] 286 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 122s remote-cache, linux-sandbox ... (70 actions running) [11,930 / 12,568] 286 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 124s remote-cache, linux-sandbox ... (70 actions running) [11,930 / 12,568] 286 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 126s remote-cache, linux-sandbox ... (70 actions running) [11,934 / 12,568] 286 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 128s remote-cache, linux-sandbox ... (70 actions running) [11,935 / 12,568] 286 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 129s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,940 / 12,568] 286 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 130s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,944 / 12,568] 286 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,946 / 12,568] 286 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 104s remote-cache, linux-sandbox ... (70 actions running) [11,949 / 12,568] 286 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,954 / 12,568] 286 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,956 / 12,568] 286 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,957 / 12,568] 286 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 109s remote-cache, linux-sandbox ... (70 actions running) [11,962 / 12,568] 287 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 71s remote-cache, linux-sandbox ... (70 actions running) [11,962 / 12,568] 287 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 72s remote-cache, linux-sandbox ... (70 actions running) [11,963 / 12,568] 287 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 74s remote-cache, linux-sandbox ... (70 actions running) [11,965 / 12,568] 287 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,967 / 12,568] 287 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,970 / 12,570] 287 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,973 / 12,570] 287 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,975 / 12,570] 287 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,975 / 12,570] 287 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 81s remote-cache, linux-sandbox ... (70 actions running) [11,977 / 12,570] 287 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,978 / 12,570] 288 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 84s remote-cache, linux-sandbox ... (70 actions running) [11,981 / 12,570] 288 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 85s remote-cache, linux-sandbox ... (70 actions running) [11,983 / 12,570] 288 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 87s remote-cache, linux-sandbox ... (67 actions, 66 running) [11,987 / 12,570] 288 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,989 / 12,570] 288 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 89s remote-cache, linux-sandbox ... (70 actions running) [11,991 / 12,570] 288 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,000 / 12,594] 289 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,004 / 12,594] 289 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 93s remote-cache, linux-sandbox ... (70 actions running) [12,010 / 12,603] 289 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 94s remote-cache, linux-sandbox ... (70 actions running) [12,014 / 12,603] 289 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 95s remote-cache, linux-sandbox ... (70 actions running) [12,014 / 12,603] 289 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 96s remote-cache, linux-sandbox ... (70 actions running) [12,018 / 12,603] 289 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,023 / 12,605] 289 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,027 / 12,605] 289 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 100s remote-cache, linux-sandbox ... (70 actions running) [12,030 / 12,605] 289 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 101s remote-cache, linux-sandbox ... (70 actions running) [12,036 / 12,607] 289 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 102s remote-cache, linux-sandbox ... (70 actions running) [12,039 / 12,607] 291 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 103s remote-cache, linux-sandbox ... (67 actions, 66 running) [12,042 / 12,607] 292 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,048 / 12,622] 293 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,055 / 12,622] 293 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,065 / 12,622] 294 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 89s remote-cache, linux-sandbox ... (70 actions running) [12,072 / 12,622] 295 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,076 / 12,622] 295 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,080 / 12,622] 295 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,082 / 12,622] 295 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,087 / 12,622] 295 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,089 / 12,622] 295 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 96s remote-cache, linux-sandbox ... (70 actions running) [12,090 / 12,622] 295 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 97s remote-cache, linux-sandbox ... (70 actions running) [12,093 / 12,622] 295 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 98s remote-cache, linux-sandbox ... (70 actions running) [12,100 / 12,622] 296 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,105 / 12,675] 297 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,111 / 12,726] 297 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,120 / 12,728] 298 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,128 / 12,730] 299 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,134 / 12,730] 299 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 5 of 42); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,141 / 12,730] 301 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 34s remote-cache, linux-sandbox ... (70 actions running) [12,151 / 12,730] 301 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 35s remote-cache, linux-sandbox ... (70 actions running) [12,161 / 12,730] 301 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 36s remote-cache, linux-sandbox ... (70 actions running) [12,166 / 12,730] 301 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,173 / 12,730] 301 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,181 / 12,730] 301 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,193 / 12,730] 301 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 41s remote-cache, linux-sandbox ... (70 actions running) [12,200 / 12,730] 301 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 42s remote-cache, linux-sandbox ... (70 actions running) [12,210 / 12,732] 301 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,221 / 12,732] 301 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,224 / 12,732] 301 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,227 / 12,732] 302 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,236 / 12,742] 302 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,250 / 12,742] 303 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 49s remote-cache, linux-sandbox ... (68 actions, 67 running) [12,262 / 12,742] 305 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,268 / 12,742] 305 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 51s remote-cache, linux-sandbox ... (70 actions running) [12,268 / 12,742] 305 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 53s remote-cache, linux-sandbox ... (70 actions running) [12,291 / 12,742] 305 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,295 / 12,742] 305 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,303 / 12,742] 305 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,309 / 12,742] 305 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 58s remote-cache, linux-sandbox ... (67 actions, 64 running) [12,314 / 12,742] 305 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 59s remote-cache, linux-sandbox ... (70 actions running) [12,318 / 12,753] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 61s remote-cache, linux-sandbox ... (70 actions running) [12,321 / 12,753] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,324 / 12,753] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,324 / 12,753] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 64s remote-cache, linux-sandbox ... (70 actions running) [12,326 / 12,753] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 65s remote-cache, linux-sandbox ... (70 actions running) [12,327 / 12,753] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,338 / 12,843] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,343 / 12,843] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 69s remote-cache, linux-sandbox ... (69 actions running) [12,347 / 12,862] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 70s remote-cache, linux-sandbox ... (70 actions running) [12,349 / 12,862] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,354 / 12,862] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,359 / 12,862] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 74s remote-cache, linux-sandbox ... (70 actions running) [12,365 / 12,862] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,371 / 12,862] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,374 / 12,862] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,376 / 12,862] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 47s remote-cache, linux-sandbox ... (70 actions running) [12,379 / 12,862] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 48s remote-cache, linux-sandbox ... (70 actions running) [12,382 / 12,862] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,387 / 12,862] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 51s remote-cache, linux-sandbox ... (70 actions running) [12,388 / 12,862] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 52s remote-cache, linux-sandbox ... (70 actions running) [12,394 / 12,862] 306 / 403 tests; Testing //pkg/executor:executor_test (shard 7 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,398 / 12,862] 306 / 403 tests; Testing //pkg/executor:executor_test (shard 7 of 50); 44s remote-cache, linux-sandbox ... (69 actions running) [12,401 / 12,862] 306 / 403 tests; Testing //pkg/executor:executor_test (shard 7 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,404 / 12,862] 306 / 403 tests; Testing //pkg/executor:executor_test (shard 7 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,408 / 12,862] 306 / 403 tests; Testing //pkg/executor:executor_test (shard 7 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [12,410 / 12,862] 306 / 403 tests; Testing //pkg/executor:executor_test (shard 7 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [12,414 / 12,862] 307 / 403 tests; Testing //pkg/executor:executor_test (shard 7 of 50); 51s remote-cache, linux-sandbox ... (70 actions running) [12,422 / 12,862] 307 / 403 tests; Testing //pkg/executor:executor_test (shard 7 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [12,431 / 12,862] 307 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,434 / 12,862] 308 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 55s remote-cache, linux-sandbox ... (70 actions running) [12,440 / 12,862] 308 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 56s remote-cache, linux-sandbox ... (70 actions running) [12,443 / 12,862] 308 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,448 / 12,862] 308 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,452 / 12,862] 308 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,455 / 12,862] 309 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 61s remote-cache, linux-sandbox ... (70 actions running) [12,455 / 12,862] 309 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 62s remote-cache, linux-sandbox ... (70 actions running) [12,459 / 12,862] 309 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 63s remote-cache, linux-sandbox ... (70 actions running) [12,466 / 12,862] 309 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 64s remote-cache, linux-sandbox ... (66 actions, 63 running) [12,468 / 12,862] 309 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,469 / 12,862] 309 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,476 / 12,862] 309 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,480 / 12,862] 309 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,485 / 12,868] 309 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 70s remote-cache, linux-sandbox ... (70 actions running) [12,487 / 12,868] 310 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 71s remote-cache, linux-sandbox ... (70 actions running) [12,496 / 12,895] 310 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,498 / 12,895] 310 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 74s remote-cache, linux-sandbox ... (70 actions running) [12,503 / 12,895] 310 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 76s remote-cache, linux-sandbox ... (70 actions running) [12,505 / 12,895] 310 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,510 / 12,897] 310 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,516 / 12,897] 310 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 80s remote-cache, linux-sandbox ... (70 actions running) [12,522 / 12,897] 310 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 81s remote-cache, linux-sandbox ... (70 actions running) [12,523 / 12,897] 310 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 82s remote-cache, linux-sandbox ... (70 actions running) [12,529 / 12,897] 310 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,537 / 12,915] 310 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,539 / 12,915] 311 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 85s remote-cache, linux-sandbox ... (68 actions running) [12,549 / 12,915] 311 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,554 / 12,915] 311 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,555 / 12,915] 311 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 89s remote-cache, linux-sandbox ... (70 actions running) [12,557 / 12,915] 312 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 90s remote-cache, linux-sandbox ... (70 actions running) [12,571 / 12,915] 312 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 36 of 42); 39s remote-cache, linux-sandbox ... (70 actions running) [12,589 / 12,915] 313 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 29s remote-cache, linux-sandbox ... (70 actions running) [12,594 / 12,966] 313 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 30s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,598 / 12,966] 313 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 31s remote-cache, linux-sandbox ... (67 actions, 66 running) [12,604 / 12,991] 313 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,609 / 12,991] 313 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,612 / 13,009] 313 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 35s remote-cache, linux-sandbox ... (70 actions running) [12,619 / 13,009] 313 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,628 / 13,009] 313 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 37s remote-cache, linux-sandbox ... (70 actions running) [12,633 / 13,009] 314 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 38s remote-cache, linux-sandbox ... (70 actions running) [12,637 / 13,009] 314 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,639 / 13,009] 314 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,639 / 13,009] 314 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 42s remote-cache, linux-sandbox ... (70 actions running) [12,657 / 13,009] 315 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,669 / 13,060] 315 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,672 / 13,060] 315 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 46s remote-cache, linux-sandbox ... (70 actions running) [12,672 / 13,060] 315 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 47s remote-cache, linux-sandbox ... (70 actions running) [12,675 / 13,060] 315 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 48s remote-cache, linux-sandbox ... (69 actions running) [12,689 / 13,085] 315 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,693 / 13,085] 315 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,695 / 13,085] 315 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,701 / 13,090] 315 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 53s remote-cache, linux-sandbox ... (70 actions running) [12,703 / 13,090] 316 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 54s remote-cache, linux-sandbox ... (70 actions running) [12,723 / 13,116] 317 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 55s remote-cache, linux-sandbox ... (69 actions running) [12,723 / 13,116] 318 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 56s remote-cache, linux-sandbox ... (70 actions running) [12,734 / 13,138] 318 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,740 / 13,138] 318 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,745 / 13,138] 319 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 59s remote-cache, linux-sandbox ... (70 actions running) [12,750 / 13,138] 319 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 12 of 32); 34s remote-cache, linux-sandbox ... (66 actions, 62 running) [12,750 / 13,138] 319 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 12 of 32); 35s remote-cache, linux-sandbox ... (66 actions, 63 running) [12,770 / 13,138] 320 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 24 of 32); 28s remote-cache, linux-sandbox ... (70 actions running) [12,775 / 13,138] 320 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 24 of 32); 29s remote-cache, linux-sandbox ... (70 actions running) [12,778 / 13,138] 320 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 24 of 32); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,779 / 13,138] 320 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 24 of 32); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,795 / 13,140] 321 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 14 of 32); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,797 / 13,140] 321 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 14 of 32); 27s remote-cache, linux-sandbox ... (70 actions running) [12,803 / 13,163] 322 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 14 of 32); 28s remote-cache, linux-sandbox ... (70 actions running) [12,810 / 13,163] 324 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 14 of 32); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,825 / 13,163] 325 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 14 of 32); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,829 / 13,163] 326 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 15 of 32); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,831 / 13,163] 326 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 15 of 32); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,839 / 13,163] 326 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 15 of 32); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,851 / 13,193] 326 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 15 of 32); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,855 / 13,193] 326 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 15 of 32); 29s remote-cache, linux-sandbox ... (70 actions running) [12,857 / 13,193] 326 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 15 of 32); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,859 / 13,193] 326 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 15 of 32); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,868 / 13,193] 327 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 16 of 32); 30s remote-cache, linux-sandbox ... (65 actions, 61 running) [12,876 / 13,193] 327 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 17 of 32); 31s remote-cache, linux-sandbox ... (69 actions running) [12,883 / 13,193] 328 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 17 of 32); 32s remote-cache, linux-sandbox ... (67 actions, 66 running) [12,899 / 13,193] 329 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 18 of 32); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,914 / 13,208] 329 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 18 of 32); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,921 / 13,216] 329 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 20 of 32); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,926 / 13,218] 329 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 20 of 32); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,930 / 13,218] 330 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 20 of 32); 26s remote-cache, linux-sandbox ... (70 actions running) [12,939 / 13,218] 331 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 20 of 32); 27s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,942 / 13,218] 331 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 20 of 32); 28s remote-cache, linux-sandbox ... (70 actions running) [12,944 / 13,218] 332 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 20 of 32); 30s remote-cache, linux-sandbox ... (68 actions running) [12,957 / 13,218] 332 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 20 of 32); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,965 / 13,218] 332 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 20 of 32); 32s remote-cache, linux-sandbox ... (70 actions running) [12,966 / 13,218] 332 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 20 of 32); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,994 / 13,264] 333 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 22 of 32); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,999 / 13,264] 333 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 22 of 32); 32s remote-cache, linux-sandbox ... (70 actions running) [13,000 / 13,264] 334 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 22 of 32); 33s remote-cache, linux-sandbox ... (70 actions running) [13,003 / 13,264] 335 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 26s remote-cache, linux-sandbox ... (69 actions running) [13,008 / 13,264] 336 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 27s remote-cache, linux-sandbox ... (68 actions, 67 running) [13,009 / 13,264] 336 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 28s remote-cache, linux-sandbox ... (70 actions running) [13,034 / 13,284] 338 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,037 / 13,284] 338 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,039 / 13,284] 338 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 32s remote-cache, linux-sandbox ... (70 actions running) [13,043 / 13,286] 338 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,073 / 13,352] 338 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 35s remote-cache, linux-sandbox ... (67 actions, 66 running) [13,084 / 13,371] 338 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 10s remote-cache, linux-sandbox ... (70 actions running) [13,091 / 13,371] 338 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,098 / 13,373] 339 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,102 / 13,373] 341 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 14s remote-cache, linux-sandbox ... (68 actions running) [13,129 / 13,373] 345 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 15s remote-cache, linux-sandbox ... (70 actions running) [13,136 / 13,373] 345 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 16s remote-cache, linux-sandbox ... (67 actions, 66 running) [13,139 / 13,377] 347 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,142 / 13,377] 347 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 19s remote-cache, linux-sandbox ... (69 actions running) [13,147 / 13,386] 348 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 20s remote-cache, linux-sandbox ... (70 actions running) [13,167 / 13,386] 350 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 17 of 21); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,175 / 13,436] 350 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 17 of 21); 13s remote-cache, linux-sandbox ... (69 actions running) [13,181 / 13,438] 350 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 17 of 21); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,186 / 13,438] 352 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 17 of 21); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,209 / 13,479] 353 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 17 of 21); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,221 / 13,485] 354 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 17 of 21); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,229 / 13,493] 354 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 17 of 21); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,231 / 13,493] 354 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 17 of 21); 20s remote-cache, linux-sandbox ... (69 actions running) [13,236 / 13,495] 354 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 17 of 21); 21s remote-cache, linux-sandbox ... (70 actions running) [13,250 / 13,495] 355 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,259 / 13,507] 356 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 18s remote-cache, linux-sandbox ... (70 actions running) [13,267 / 13,507] 357 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 19s remote-cache, linux-sandbox ... (70 actions running) [13,277 / 13,542] 360 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 20s remote-cache, linux-sandbox ... (70 actions running) [13,284 / 13,581] 360 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,301 / 13,626] 360 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,308 / 13,626] 360 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 24s remote-cache, linux-sandbox ... (70 actions running) [13,311 / 13,626] 360 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,322 / 13,626] 360 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 27s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,331 / 13,628] 361 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 28s remote-cache, linux-sandbox ... (70 actions running) [13,335 / 13,628] 362 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,341 / 13,628] 362 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 31s remote-cache, linux-sandbox ... (70 actions running) [13,344 / 13,628] 362 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,356 / 13,689] 363 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 33s remote-cache, linux-sandbox ... (70 actions running) [13,369 / 13,709] 364 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 35s remote-cache, linux-sandbox ... (70 actions running) [13,379 / 13,732] 366 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 36s remote-cache, linux-sandbox ... (70 actions running) [13,388 / 13,741] 367 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,394 / 13,741] 367 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,405 / 13,741] 368 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 39s remote-cache, linux-sandbox ... (70 actions running) [13,411 / 13,741] 369 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 40s remote-cache, linux-sandbox ... (70 actions running) [13,420 / 13,741] 370 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,423 / 13,741] 370 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 21s remote-cache, linux-sandbox ... (70 actions running) [13,425 / 13,741] 370 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 22s remote-cache, linux-sandbox ... (70 actions running) [13,437 / 13,741] 370 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 23s remote-cache, linux-sandbox ... (66 actions, 62 running) [13,454 / 13,806] 370 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 25s remote-cache, linux-sandbox ... (70 actions running) [13,459 / 13,818] 371 / 403 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 26s remote-cache, linux-sandbox ... (70 actions running) [13,463 / 13,818] 371 / 403 tests; GoLink pkg/statistics/handle/storage/storage_test_/storage_test; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,464 / 13,818] 371 / 403 tests; GoLink pkg/statistics/handle/storage/storage_test_/storage_test; 10s remote-cache, linux-sandbox ... (70 actions running) [13,486 / 13,841] 371 / 403 tests; Testing //pkg/ddl/tests/adminpause:adminpause_test (shard 8 of 14); 8s remote-cache, linux-sandbox ... (70 actions running) [13,500 / 13,841] 372 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 8s remote-cache, linux-sandbox ... (70 actions running) [13,500 / 13,841] 372 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 10s remote-cache, linux-sandbox ... (70 actions running) [13,500 / 13,841] 372 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 12s remote-cache, linux-sandbox ... (70 actions running) [13,502 / 13,841] 372 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,532 / 13,841] 376 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 14s remote-cache, linux-sandbox ... (70 actions running) [13,534 / 13,841] 376 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,536 / 13,841] 376 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,539 / 13,841] 376 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 18s remote-cache, linux-sandbox ... (70 actions running) [13,547 / 13,841] 377 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 19s remote-cache, linux-sandbox ... (70 actions running) [13,558 / 13,841] 379 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,572 / 13,841] 380 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,574 / 13,841] 380 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,581 / 13,841] 381 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,587 / 13,841] 381 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,588 / 13,841] 381 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 26s remote-cache, linux-sandbox ... (70 actions running) [13,596 / 13,841] 381 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 27s remote-cache, linux-sandbox ... (70 actions running) [13,598 / 13,841] 381 / 403 tests; Testing //pkg/server:server_test (shard 50 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,609 / 13,841] 382 / 403 tests; GoLink pkg/table/tables/test/partition/partition_test_/partition_test; 10s remote-cache, linux-sandbox ... (70 actions running) [13,628 / 13,864] 382 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 9s remote-cache, linux-sandbox ... (70 actions running) [13,629 / 13,864] 382 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 10s remote-cache, linux-sandbox ... (70 actions running) [13,632 / 13,864] 382 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 12s remote-cache, linux-sandbox ... (70 actions running) [13,645 / 13,864] 382 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,654 / 13,864] 383 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 15s remote-cache, linux-sandbox ... (70 actions running) [13,657 / 13,864] 383 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 16s remote-cache, linux-sandbox ... (70 actions running) [13,667 / 13,864] 384 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,683 / 13,864] 384 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,687 / 13,864] 384 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,690 / 13,864] 384 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,695 / 13,864] 384 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 22s remote-cache, linux-sandbox ... (70 actions running) [13,699 / 13,864] 384 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 23s remote-cache, linux-sandbox ... (70 actions running) [13,709 / 13,864] 384 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 24s remote-cache, linux-sandbox ... (67 actions, 64 running) [13,722 / 13,864] 385 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,726 / 13,864] 385 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,734 / 13,864] 385 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 28s remote-cache, linux-sandbox ... (70 actions running) [13,737 / 13,864] 386 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,750 / 13,864] 387 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,765 / 13,864] 388 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 32s remote-cache, linux-sandbox ... (70 actions running) [13,765 / 13,864] 388 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 33s remote-cache, linux-sandbox ... (70 actions running) [13,772 / 13,864] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,775 / 13,864] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 36s remote-cache, linux-sandbox ... (70 actions running) [13,789 / 13,864] 390 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 38s remote-cache, linux-sandbox ... (70 actions running) [13,802 / 13,864] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 39s remote-cache, linux-sandbox ... (70 actions running) [13,802 / 13,864] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 40s remote-cache, linux-sandbox ... (70 actions running) [13,804 / 13,864] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 42s remote-cache, linux-sandbox ... (70 actions running) [13,805 / 13,864] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,839 / 14,027] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,840 / 14,027] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,841 / 14,027] 394 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 47s remote-cache, linux-sandbox ... (70 actions running) [13,842 / 14,027] 394 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,850 / 14,027] 394 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,866 / 14,027] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 51s remote-cache, linux-sandbox ... (70 actions running) [13,868 / 14,027] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 52s remote-cache, linux-sandbox ... (70 actions running) [13,875 / 14,027] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,878 / 14,027] 395 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,889 / 14,027] 396 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 56s remote-cache, linux-sandbox ... (70 actions running) [13,901 / 14,027] 396 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,912 / 14,027] 396 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 59s remote-cache, linux-sandbox ... (70 actions running) [13,917 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,927 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,929 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 63s remote-cache, linux-sandbox ... (70 actions running) [13,931 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,939 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 66s remote-cache, linux-sandbox ... (70 actions running) [13,956 / 14,027] 399 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 26s remote-cache, linux-sandbox ... (70 actions running) [13,957 / 14,027] 399 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,961 / 14,027] 399 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 29s remote-cache, linux-sandbox ... (70 actions running) [13,967 / 14,027] 400 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,984 / 14,027] 400 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,988 / 14,027] 400 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,997 / 14,027] 400 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 14s remote-cache, linux-sandbox ... (60 actions running) [14,007 / 14,027] 400 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 16s remote-cache, linux-sandbox ... (40 actions running) [14,018 / 14,027] 401 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 18s remote-cache, linux-sandbox ... (18 actions running) [14,019 / 14,027] 401 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 19s remote-cache, linux-sandbox ... (16 actions running) [14,020 / 14,027] 401 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 25 of 32); 17s remote-cache, linux-sandbox ... (14 actions running) [14,021 / 14,027] 401 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 25 of 32); 19s remote-cache, linux-sandbox ... (12 actions running) [14,023 / 14,027] 401 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 21s remote-cache, linux-sandbox ... (8 actions running) [14,024 / 14,027] 401 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 23s remote-cache, linux-sandbox ... (6 actions running) [14,024 / 14,027] 401 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 25s remote-cache, linux-sandbox ... (6 actions running) [14,024 / 14,027] 401 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 27s remote-cache, linux-sandbox ... (6 actions running) [14,026 / 14,027] 402 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 21s remote-cache, linux-sandbox [14,026 / 14,027] 402 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 32s remote-cache, linux-sandbox INFO: Elapsed time: 1480.989s, Critical Path: 384.30s INFO: 14015 processes: 3808 remote cache hit, 1627 internal, 8580 linux-sandbox. INFO: Build completed successfully, 14015 total actions //pkg/privilege/privileges/ldap:ldap_test FLAKY, failed in 2 out of 6 in 2.8s Stats over 6 runs: max = 2.8s, min = 0.8s, avg = 1.6s, dev = 0.7s /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_3_of_4/coverage.dat //br/pkg/utils:utils_test FLAKY, failed in 1 out of 34 in 21.4s Stats over 34 runs: max = 21.4s, min = 0.6s, avg = 4.0s, dev = 6.1s /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_33_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_32_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_31_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_1_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_2_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_30_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_3_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_4_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_5_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_29_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_6_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_28_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_27_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_8_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_12_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_11_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_7_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_14_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_13_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_15_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_19_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_16_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_17_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_18_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_21_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_20_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_23_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_9_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_10_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_24_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_22_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_26_of_33/coverage.dat /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_25_of_33/coverage.dat Test cases: finished with 7915 passing and 0 failing out of 7915 test cases Executed 326 out of 403 tests: 403 tests pass. root: /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/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/release-8.1/ghpr_unit_test/tidb [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] sh + ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log Parse from local file: tidb/bazel-test.log new flaky case: TestConnectThrough636 new flaky case: TestConnectWithTLS11 new flaky case: TestTaskRegisterFailedGrant Output files: bazel-flaky-summaries.log bazel-go-test-index.log bazel-go-test-problem-cases.json bazel-target-output-L144-196.fail.log bazel-target-output-L202-244.fail.log bazel-target-output-L366-515.fail.log [Pipeline] sh ++ uuidgen + timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: ed1339db-87d8-40dc-9424-224edbf38947' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: release-8.1' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/109/' --header 'ce-specversion: 1.0' --header 'content-type: application/json; charset=UTF-8' --data @bazel-go-test-problem-cases.json % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to cloudevents-server.apps.svc port 80 (#0) * Trying 10.233.31.173... * Connected to cloudevents-server.apps.svc (10.233.31.173) port 80 (#0) > POST /events HTTP/1.1 > User-Agent: curl/7.29.0 > Host: cloudevents-server.apps.svc > Accept: */* > ce-id: ed1339db-87d8-40dc-9424-224edbf38947 > ce-source: https://do.pingcap.net/jenkins/ > ce-type: test-case-run-report > ce-repo: pingcap/tidb > ce-branch: release-8.1 > ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/109/ > ce-specversion: 1.0 > content-type: application/json; charset=UTF-8 > Content-Length: 381 > } [data not shown] * upload completely sent off: 381 out of 381 bytes 100 381 0 0 100 381 0 378 0:00:01 0:00:01 --:--:-- 378 100 381 0 0 100 381 0 189 0:00:02 0:00:02 --:--:-- 189 100 381 0 0 100 381 0 126 0:00:03 0:00:03 --:--:-- 126 100 381 0 0 100 381 0 95 0:00:04 0:00:04 --:--:-- 95 100 381 0 0 100 381 0 76 0:00:05 0:00:05 --:--:-- 76 100 381 0 0 100 381 0 63 0:00:06 0:00:06 --:--:-- 0 100 381 0 0 100 381 0 54 0:00:07 0:00:07 --:--:-- 0 100 381 0 0 100 381 0 47 0:00:08 0:00:08 --:--:-- 0 100 381 0 0 100 381 0 42 0:00:09 0:00:09 --:--:-- 0+ true [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-06T02:54:17.019Z] ['info'] _____ _ / ____| | | | | ___ __| | ___ ___ _____ __ | | / _ \ / _` |/ _ \/ __/ _ \ \ / / | |___| (_) | (_| | __/ (_| (_) \ V / \_____\___/ \__,_|\___|\___\___/ \_/ Codecov report uploader 0.5.0 [2024-05-06T02:54:17.021Z] ['info'] => Project root located at: . [2024-05-06T02:54:17.023Z] ['info'] -> Token found by environment variables [2024-05-06T02:54:17.036Z] ['info'] Searching for coverage files... [2024-05-06T02:54:19.520Z] ['info'] => Found 1 possible coverage files: ./coverage.dat [2024-05-06T02:54:19.521Z] ['info'] Processing ./coverage.dat... [2024-05-06T02:54:19.998Z] ['info'] Using manual override from args. [2024-05-06T02:54:19.999Z] ['info'] Detected Jenkins CI as the CI provider. [2024-05-06T02:54:20.011Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F53020&build=109&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Frelease-8.1%2Fjob%2Fghpr_unit_test%2F109%2F&commit=f595d17b133b1c60b882ccb14308daf6a62d462a&job=&pr=53020&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent= [2024-05-06T02:54:20.909Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/f595d17b133b1c60b882ccb14308daf6a62d462a https://storage.googleapis.com/codecov/v4/raw/2024-05-06/F6B65B6EE70BEC6C6B5E073ED3BB1A79/f595d17b133b1c60b882ccb14308daf6a62d462a/8f101450-0b05-4ad9-817f-af1e0d56fe93.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240506%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240506T025420Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=77cf4db7198ddb4e394ac96aa3948ff45a275a29c0638d18a33e04c2001f8941 [2024-05-06T02:54:20.909Z] ['info'] Uploading... [2024-05-06T02:54:22.928Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/f595d17b133b1c60b882ccb14308daf6a62d462a"} [Pipeline] } [Pipeline] // script [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