Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/release-7.5/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-7.5/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-7-5-ghpr-unit-test-823-kh5rh-0z2wj-bkp1x Still waiting to schedule task β€˜pingcap-tidb-release-7-5-ghpr-unit-test-823-kh5rh-0z2wj-bkp1x’ is offline Agent pingcap-tidb-release-7-5-ghpr-unit-test-823-kh5rh-0z2wj-bkp1x is provisioned from template pingcap_tidb_release-7_5_ghpr_unit_test_823-kh5rh-0z2wj --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/823/" runUrl: "job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/823/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "b72894506f4f4a3989361c5a94c9600ec9abf895" jenkins/label: "pingcap_tidb_release-7_5_ghpr_unit_test_823-kh5rh" name: "pingcap-tidb-release-7-5-ghpr-unit-test-823-kh5rh-0z2wj-bkp1x" 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-7-5-ghpr-unit-test-823-kh5rh-0z2wj-bkp1x" - name: "JENKINS_NAME" value: "pingcap-tidb-release-7-5-ghpr-unit-test-823-kh5rh-0z2wj-bkp1x" - 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-7-5-ghpr-unit-test-823-kh5rh-0z2wj-bkp1x in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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-7.5/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 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv PROW_JOB_ID=b8e44ce0-bd74-40bb-85a8-02e332bfd132 JENKINS_NODE_COOKIE=71071ea5-0ef9-4e07-a10b-1482df715c21 BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/823/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-release-7-5-ghpr-unit-test-823-kh5rh-0z2wj-bkp1x HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT=tcp://10.233.0.1:443 KUBERNETES_PORT_443_TCP_PORT=443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-release-7.5-ghpr_unit_test-823 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/release-7.5/ghpr_unit_test","buildid":"1787376593119744002","prowjobid":"b8e44ce0-bd74-40bb-85a8-02e332bfd132","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"release-7.5","base_sha":"61c4bd61254323d2dc68a8de048000ea036e67ac","base_link":"https://github.com/pingcap/tidb/commit/61c4bd61254323d2dc68a8de048000ea036e67ac","pulls":[{"number":53027,"author":"YuJuncen","sha":"0e2105d15b5f48db76daef198eaa459e2a36b3de","title":"br: pick all EBS backup bug fixes to 7.5","link":"https://github.com/pingcap/tidb/pull/53027","commit_link":"https://github.com/pingcap/tidb/pull/53027/commits/0e2105d15b5f48db76daef198eaa459e2a36b3de","author_link":"https://github.com/YuJuncen"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_unit_test JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/823/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/823/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-7.5/job/ghpr_unit_test/823/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-7.5/ghpr_unit_test HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/release-7.5/ghpr_unit_test TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#823 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787376593119744002 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-7.5/job/ghpr_unit_test/823/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_release-7_5_ghpr_unit_test_823-kh5rh 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-7.5/ghpr_unit_test@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-a10db2971d5a532a166f76472466419b52a76ca3dff332bede0c58902b79d769 NODE_LABELS=pingcap_tidb_release-7_5_ghpr_unit_test_823-kh5rh pingcap-tidb-release-7-5-ghpr-unit-test-823-kh5rh-0z2wj-bkp1x GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-release-7-5-ghpr-unit-test-823-kh5rh-0z2wj-bkp1x GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/display/redirect BUILD_NUMBER=823 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-build3482112816=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw- 1 root root 1, 3 May 6 15:00 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-7-5-ghpr-unit-test-823-kh5rh-0z2wj-bkp1x bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-7-5-ghpr-unit-test-823-kh5rh-0z2wj-bkp1x 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: 7674 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: d95edcbefc907b2e (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 27 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 07:00:08 UTC 2024 ;; MSG SIZE rcvd: 77 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_unit_test/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-61c4bd6-aab6056) 465320448 bytes in 8.04 secs (57851361 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-7.5/ghpr_unit_test/tidb/.git/ .git HEAD is now at 84b87f4e35 Merge commit 'aab60569c6d9d49252ffc1c78ce392fd4993c5aa' into HEAD POST git-upload-pack (686 bytes) POST git-upload-pack (973 bytes) From https://github.com/pingcap/tidb = [up to date] release-7.5 -> origin/release-7.5 * [new ref] refs/pull/53027/head -> origin/pr/53027/head Warning: you are leaving 1 commit behind, not connected to any of your branches: 84b87f4e35 Merge commit 'aab60569c6d9d49252ffc1c78ce392fd4993c5aa' 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 84b87f4e35 HEAD is now at 61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522) 🚧 Checkouting to base SHA:61c4bd61254323d2dc68a8de048000ea036e67ac... HEAD is now at 61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522) βœ… Checked. πŸŽ‰ 🧾 HEAD info: 61c4bd61254323d2dc68a8de048000ea036e67ac 61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522) 3df1fe2cb9 *: bump up client-go to fix #52193 & #50758 (#52977) bf84e231e6 *: modify the printing of column default expression in `SHOW CREATE TABLE` and `Restore` (#52940) (#52951) 🚧 Pre-merge heads of pull requests to base SHA: 61c4bd61254323d2dc68a8de048000ea036e67ac ... Updating 61c4bd6125..0e2105d15b Fast-forward MODULE.bazel.lock | 42 ++----- br/pkg/backup/prepare_snap/BUILD.bazel | 3 +- br/pkg/backup/prepare_snap/env.go | 36 +++++- br/pkg/backup/prepare_snap/prepare.go | 97 ++++++++++++---- br/pkg/backup/prepare_snap/prepare_test.go | 163 +++++++++++++++++++++++++-- br/pkg/backup/prepare_snap/stream.go | 11 +- br/pkg/task/operator/BUILD.bazel | 1 + br/pkg/task/operator/cmd.go | 35 +++--- br/pkg/task/restore_data.go | 20 ++-- br/pkg/utils/BUILD.bazel | 2 +- br/pkg/utils/backoff.go | 15 +++ br/pkg/utils/backoff_test.go | 42 +++++++ br/pkg/utils/retry.go | 1 + tests/realtikvtest/brietest/operator_test.go | 31 +++++ 14 files changed, 397 insertions(+), 102 deletions(-) 🧾 Pre-merged result: 0e2105d15b5f48db76daef198eaa459e2a36b3de 0e2105d15b make clippy happy a382435bd7 br/operator: fix adapt env for snapshot backup stuck when encountered error (#52607) 3a8b526dea br/operator: fix stuck when terminating (#52264) βœ… Pre merged πŸŽ‰ πŸ“ update submodules ... βœ… update submodules done βœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache not saved (git/pingcap/tidb/rev-61c4bd6-0e2105d already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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 b3139c8e4a..202f331601 100644 --- a/Makefile.common +++ b/Makefile.common @@ -121,6 +121,6 @@ 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 + git status HEAD detached from origin/release-7.5 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-7.5/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: 51601417-d583-4778-832b-869e4a7a60a3 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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-7.5/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_06_59_59.221463163/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=315150 --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-7.5/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-7.5/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, 415 targets configured) Analyzing: target //:gazelle (44 packages loaded, 415 targets configured) Analyzing: target //:gazelle (44 packages loaded, 415 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10450 targets configured) Analyzing: target //:gazelle (99 packages loaded, 10450 targets configured) Analyzing: target //:gazelle (251 packages loaded, 11435 targets configured) INFO: Analyzed target //:gazelle (264 packages loaded, 11912 targets configured). INFO: Found 1 target... [0 / 307] [Prepa] Creating source manifest for //:gazelle [24 / 311] [Prepa] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool] ... (3 actions, 0 running) [24 / 311] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.1 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [25 / 311] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 5.3 MiB / 17.2 MiB; 2s remote-cache ... (2 actions, 0 running) [199 / 311] GoCompilePkg external/co_honnef_go_tools/analysis/facts/nilness/nilness.a [for tool]; Downloading external/co_honnef_go_tools/analysis/facts/nilness/nilness.a, 404.3 KiB / 486.2 KiB; 0s remote-cache Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 26.139s, Critical Path: 4.56s INFO: 311 processes: 291 remote cache hit, 20 internal. INFO: Build completed successfully, 311 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-7.5/ghpr_unit_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: af67de0d-5343-49eb-8695-7c88c079d408 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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-7.5/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_06_59_59.221463163/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=315150 --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-7.5/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-7.5/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 (204 packages loaded, 13109 targets configured) INFO: Analyzed target //tools/tazel:tazel (292 packages loaded, 14086 targets configured). INFO: Found 1 target... [0 / 11] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [268 / 573] [Prepa] GoCompilePkg pkg/parser/format/format.a [547 / 573] [Prepa] GoCompilePkg external/com_github_tikv_pd_client/resource_group/controller/controller.a ... (3 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 4.420s, Critical Path: 2.56s INFO: 310 processes: 307 remote cache hit, 3 internal. INFO: Build completed successfully, 310 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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 --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: d7acb8d4-f8e5-4746-868b-004e1af98a11 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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-7.5/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_06_59_59.221463163/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-7.5/ghpr_unit_test/tidb/.bazelrc: Inherited 'test' options: --test_env=TZ=Asia/Shanghai --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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-7.5/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: Using default value for --instrumentation_filter: "^//br/cmd/br[/:],^//br/cmd/tidb-lightning[/:],^//br/cmd/tidb-lightning-ctl[/:],^//br/pkg/aws[/:],^//br/pkg/backup[/:],^//br/pkg/checkpoint[/:],^//br/pkg/checksum[/:],^//br/pkg/config[/:],^//br/pkg/conn[/:],^//br/pkg/errors[/:],^//br/pkg/glue[/:],^//br/pkg/gluetidb[/:],^//br/pkg/gluetikv[/:],^//br/pkg/lightning[/:],^//br/pkg/logutil[/:],^//br/pkg/membuf[/:],^//br/pkg/metautil[/:],^//br/pkg/mock[/:],^//br/pkg/pdutil[/:],^//br/pkg/redact[/:],^//br/pkg/restore[/:],^//br/pkg/rtree[/:],^//br/pkg/storage[/:],^//br/pkg/stream[/:],^//br/pkg/streamhelper[/:],^//br/pkg/summary[/:],^//br/pkg/task/show[/:],^//br/pkg/trace[/:],^//br/pkg/utils[/:],^//br/pkg/version[/:],^//build/linter/constructor[/:],^//dumpling/export[/:],^//pkg/autoid_service[/:],^//pkg/bindinfo[/:],^//pkg/config[/:],^//pkg/ddl[/:],^//pkg/distsql[/:],^//pkg/disttask/framework[/:],^//pkg/disttask/importinto[/:],^//pkg/disttask/operator[/:],^//pkg/domain[/:],^//pkg/errno[/:],^//pkg/executor[/:],^//pkg/expression[/:],^//pkg/extension[/:],^//pkg/infoschema[/:],^//pkg/keyspace[/:],^//pkg/kv[/:],^//pkg/meta[/:],^//pkg/metrics[/:],^//pkg/owner[/:],^//pkg/parser[/:],^//pkg/planner/cardinality[/:],^//pkg/planner/cascades[/:],^//pkg/planner/core[/:],^//pkg/planner/funcdep[/:],^//pkg/planner/implementation[/:],^//pkg/planner/memo[/:],^//pkg/planner/util[/:],^//pkg/plugin[/:],^//pkg/privilege/privileges[/:],^//pkg/resourcemanager[/:],^//pkg/server[/:],^//pkg/session[/:],^//pkg/sessionctx[/:],^//pkg/sessiontxn[/:],^//pkg/statistics[/:],^//pkg/store[/:],^//pkg/structure[/:],^//pkg/table[/:],^//pkg/tablecodec[/:],^//pkg/telemetry[/:],^//pkg/testkit[/:],^//pkg/tidb-binlog/driver/reader[/:],^//pkg/tidb-binlog/node[/:],^//pkg/tidb-binlog/pump_client[/:],^//pkg/timer[/:],^//pkg/ttl/cache[/:],^//pkg/ttl/client[/:],^//pkg/ttl/metrics[/:],^//pkg/ttl/session[/:],^//pkg/ttl/sqlbuilder[/:],^//pkg/ttl/ttlworker[/:],^//pkg/types[/:],^//pkg/util[/:]". INFO: Override the above default with --instrumentation_filter INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 3 more have changed, discarding analysis cache. Analyzing: 375 targets (586 packages loaded, 0 targets configured) Analyzing: 375 targets (1196 packages loaded, 17239 targets configured) Analyzing: 375 targets (1382 packages loaded, 19964 targets configured) Analyzing: 375 targets (1556 packages loaded, 22570 targets configured) Analyzing: 375 targets (1735 packages loaded, 24106 targets configured) Analyzing: 375 targets (1804 packages loaded, 24751 targets configured) Analyzing: 375 targets (1848 packages loaded, 25311 targets configured) Analyzing: 375 targets (1856 packages loaded, 25883 targets configured) INFO: Analyzed 375 targets (1856 packages loaded, 26101 targets configured).  checking cached actions INFO: Found 375 test targets... [0 / 15] [Prepa] Writing file br/cmd/tidb-lightning/tidb-lightning_test/baseline_coverage.dat ... (11 actions, 0 running) [1,324 / 8,904] GoTestGenTest br/pkg/utils/utils_test_/testmain.go; 0s remote-cache, linux-sandbox ... (37 actions, 4 running) [1,342 / 8,904] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 8.0 MiB / 17.2 MiB; 1s remote-cache ... (34 actions, 0 running) [1,370 / 8,904] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 15.0 MiB / 17.2 MiB; 2s remote-cache ... (35 actions, 0 running) [1,386 / 8,904] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 13.0 MiB / 17.2 MiB; 3s remote-cache ... (33 actions, 0 running) [1,873 / 8,904] GoCompilePkg external/co_honnef_go_tools/go/ir/ir.a [for tool]; Downloading external/co_honnef_go_tools/go/ir/ir.a, 3.3 MiB / 5.9 MiB; 0s remote-cache ... (8 actions, 0 running) [2,499 / 8,909] GoCompilePkg external/com_github_uber_jaeger_client_go/thrift-gen/zipkincore/zipkincore.a; Downloading external/com_github_uber_jaeger_client_go/thrift-gen/zipkincore/zipkincore.a; 0s remote-cache ... (34 actions, 0 running) [2,985 / 8,940] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 19.8 MiB / 96.2 MiB; 0s remote-cache ... (35 actions, 0 running) [3,298 / 8,998] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 96.0 MiB / 96.2 MiB; 1s remote-cache ... (35 actions, 0 running) [3,562 / 9,054] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 66.0 MiB / 71.0 MiB; 1s remote-cache ... (33 actions, 0 running) [3,817 / 9,186] [Prepa] Testing //pkg/util/regexpr-router:regexpr-router_test ... (32 actions, 0 running) [4,047 / 9,186] 14 / 375 tests; GoCompilePkg pkg/parser/parser.a; Downloading pkg/parser/parser.a, 9.9 MiB / 11.4 MiB; 1s remote-cache ... (34 actions, 0 running) [4,346 / 9,197] 37 / 375 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, 52.4 MiB / 76.2 MiB; 0s remote-cache ... (35 actions, 0 running) [4,636 / 9,206] 65 / 375 tests; GoCompilePkg external/com_github_pingcap_tipb/go-tipb/go-tipb.a; Downloading external/com_github_pingcap_tipb/go-tipb/go-tipb.a, 5.0 MiB / 8.2 MiB; 0s remote-cache ... (35 actions, 0 running) [4,826 / 9,208] 66 / 375 tests; GoCompilePkg external/com_google_cloud_go_storage/storage.a; 0s remote-cache ... (11 actions, 0 running) [5,015 / 9,220] 71 / 375 tests; GoCompilePkg pkg/server/metrics/metrics.a; 0s remote-cache ... (27 actions, 0 running) [5,081 / 9,234] 74 / 375 tests; GoLink pkg/config/config_test_/config_test; Downloading pkg/config/config_test_/config_test, 22.0 MiB / 23.3 MiB; 0s remote-cache ... (35 actions, 0 running) [5,239 / 9,278] 84 / 375 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 12.0 MiB / 40.4 MiB; 0s remote-cache ... (35 actions, 0 running) [5,320 / 9,288] 85 / 375 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 36.4 MiB / 40.4 MiB; 1s remote-cache ... (35 actions, 0 running) [5,433 / 9,351] 94 / 375 tests; GoLink br/pkg/lightning/duplicate/duplicate_test_/duplicate_test; Downloading br/pkg/lightning/duplicate/duplicate_test_/duplicate_test, 35.0 MiB / 35.1 MiB; 1s remote-cache ... (35 actions, 0 running) [5,514 / 9,409] 96 / 375 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 33.0 MiB / 41.3 MiB; 1s remote-cache ... (35 actions, 0 running) [5,613 / 9,457] 99 / 375 tests; GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; Downloading pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test, 28.0 MiB / 39.6 MiB; 1s remote-cache ... (35 actions, 0 running) [5,682 / 9,492] 102 / 375 tests; GoLink pkg/resourcemanager/pool/workerpool/workerpool_test_/workerpool_test; Downloading pkg/resourcemanager/pool/workerpool/workerpool_test_/workerpool_test, 33.8 MiB / 39.8 MiB; 1s remote-cache ... (35 actions, 0 running) [5,770 / 9,503] 108 / 375 tests; GoLink pkg/types/types_test_/types_test; 2s remote-cache ... (35 actions, 0 running) [5,895 / 9,566] 116 / 375 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1034.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1034.a, 22.0 MiB / 80.5 MiB; 1s remote-cache ... (35 actions, 0 running) [5,976 / 9,566] 119 / 375 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1034.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1034.a, 39.0 MiB / 80.5 MiB; 2s remote-cache ... (35 actions, 0 running) [6,043 / 9,566] 120 / 375 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1034.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1034.a, 53.0 MiB / 80.5 MiB; 3s remote-cache ... (35 actions, 0 running) [6,090 / 9,570] 121 / 375 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1034.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1034.a, 65.9 MiB / 80.5 MiB; 4s remote-cache ... (35 actions, 0 running) [6,135 / 9,593] 123 / 375 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1034.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1034.a, 76.0 MiB / 80.5 MiB; 5s remote-cache ... (35 actions, 0 running) [6,171 / 9,593] 124 / 375 tests; GoCompilePkg pkg/util/expression.recompile515.a; Downloading pkg/util/expression.recompile515.a, 75.0 MiB / 80.5 MiB; 5s remote-cache ... (35 actions, 0 running) [6,233 / 9,644] 128 / 375 tests; GoCompilePkg pkg/structure/expression.recompile1034.a; Downloading pkg/structure/expression.recompile1034.a, 77.0 MiB / 80.5 MiB; 6s remote-cache ... (35 actions, 0 running) [6,315 / 9,646] 130 / 375 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1058.a; Downloading pkg/sessionctx/sessionstates/expression.recompile1058.a, 77.0 MiB / 80.5 MiB; 6s remote-cache ... (35 actions, 0 running) [6,364 / 9,646] 134 / 375 tests; GoCompilePkg pkg/extension/expression.recompile1061.a; Downloading pkg/extension/expression.recompile1061.a, 79.0 MiB / 80.5 MiB; 6s remote-cache ... (35 actions, 2 running) [6,412 / 9,683] 134 / 375 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 59.0 MiB / 82.7 MiB; 4s remote-cache ... (34 actions, 0 running) [6,473 / 9,683] 135 / 375 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 71.0 MiB / 82.7 MiB; 5s remote-cache ... (35 actions, 1 running) [6,539 / 9,691] 138 / 375 tests; GoCompilePkg pkg/expression/expression.a; 6s remote-cache ... (35 actions, 2 running) [6,630 / 9,695] 143 / 375 tests; GoLink pkg/meta/meta_test_/meta_test; Downloading pkg/meta/meta_test_/meta_test, 46.0 MiB / 58.1 MiB; 3s remote-cache ... (36 actions, 4 running) [6,700 / 9,708] 143 / 375 tests; GoLink pkg/util/util_test_/util_test; 1s remote-cache ... (43 actions, 16 running) [6,761 / 9,774] 143 / 375 tests; GoCompilePkg pkg/sessionctx/sessionstates/utils.recompile1089.a; 1s remote-cache, linux-sandbox ... (43 actions, 16 running) [6,763 / 9,774] 143 / 375 tests; GoCompilePkg pkg/sessionctx/sessionstates/utils.recompile1089.a; 3s remote-cache, linux-sandbox ... (43 actions, 16 running) [6,812 / 9,784] 143 / 375 tests; GoLink pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test; Downloading pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test, 41.0 MiB / 52.4 MiB; 4s remote-cache ... (39 actions, 8 running) [6,867 / 9,823] 145 / 375 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; Downloading pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test, 45.0 MiB / 50.0 MiB; 4s remote-cache ... (46 actions, 22 running) [6,947 / 9,838] 147 / 375 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 57.0 MiB / 65.2 MiB; 1s remote-cache ... (44 actions, 22 running) [7,020 / 9,848] 150 / 375 tests; GoLink pkg/store/helper/helper_test_/helper_test; Downloading pkg/store/helper/helper_test_/helper_test, 28.0 MiB / 58.2 MiB; 1s remote-cache ... (50 actions, 30 running) [7,080 / 9,848] 152 / 375 tests; GoLink pkg/store/helper/helper_test_/helper_test; Downloading pkg/store/helper/helper_test_/helper_test, 53.0 MiB / 58.2 MiB; 2s remote-cache ... (53 actions, 36 running) [7,127 / 9,855] 152 / 375 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; 2s remote-cache ... (48 actions, 28 running) [7,170 / 9,861] 155 / 375 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; 2s remote-cache ... (54 actions, 40 running) [7,245 / 9,900] 157 / 375 tests; GoLink pkg/table/temptable/temptable_test_/temptable_test; Downloading pkg/table/temptable/temptable_test_/temptable_test, 52.9 MiB / 59.0 MiB; 2s remote-cache ... (51 actions, 32 running) [7,294 / 9,917] 158 / 375 tests; GoCompilePkg pkg/expression/telemetry.recompile1089.a; 1s remote-cache, linux-sandbox ... (64 actions, 58 running) [7,347 / 9,917] 159 / 375 tests; GoCompilePkg br/pkg/lightning/mydump/mydump.a; 1s remote-cache, linux-sandbox ... (63 actions, 57 running) [7,385 / 9,917] 159 / 375 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 35.2 MiB / 100.2 MiB; 1s remote-cache ... (60 actions, 51 running) [7,433 / 9,917] 160 / 375 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 68.2 MiB / 100.2 MiB; 2s remote-cache ... (60 actions, 50 running) [7,445 / 9,917] 161 / 375 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; 3s remote-cache ... (64 actions, 58 running) [7,452 / 9,921] 163 / 375 tests; GoCompilePkg pkg/planner/funcdep/local.recompile1094.a; 4s remote-cache, linux-sandbox ... (65 actions, 60 running) [7,483 / 9,952] 164 / 375 tests; GoCompilePkg pkg/planner/funcdep/local.recompile1094.a; 5s remote-cache, linux-sandbox ... (66 actions, 63 running) [7,513 / 9,952] 167 / 375 tests; GoCompilePkg pkg/planner/funcdep/local.recompile1094.a; 6s remote-cache, linux-sandbox ... (64 actions, 59 running) [7,553 / 9,954] 168 / 375 tests; GoLink br/pkg/utils/iter/iter_test_/iter_test; 4s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,560 / 9,963] 168 / 375 tests; GoCompilePkg pkg/expression/mydump.recompile1080.a; 3s remote-cache, linux-sandbox ... (70 actions running) [7,566 / 9,963] 168 / 375 tests; GoCompilePkg pkg/expression/mydump.recompile1080.a; 4s remote-cache, linux-sandbox ... (70 actions running) [7,602 / 9,963] 168 / 375 tests; Testing //br/pkg/utils/iter:iter_test (shard 8 of 8); 3s remote-cache, linux-sandbox ... (67 actions, 66 running) [7,644 / 9,963] 168 / 375 tests; Testing //br/pkg/utils/iter:iter_test (shard 1 of 8); 3s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,663 / 9,963] 168 / 375 tests; Testing //br/pkg/utils/iter:iter_test (shard 1 of 8); 4s remote-cache, linux-sandbox ... (70 actions running) [7,682 / 9,963] 168 / 375 tests; Testing //br/pkg/utils/iter:iter_test (shard 2 of 8); 4s remote-cache, linux-sandbox ... (70 actions running) [7,700 / 9,963] 168 / 375 tests; GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1103.a; 5s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,705 / 9,963] 168 / 375 tests; GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1103.a; 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,734 / 10,026] 168 / 375 tests; GoCompilePkg pkg/sessionctx/sessionstates/ddl.recompile1128.a; 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,739 / 10,059] 168 / 375 tests; GoCompilePkg pkg/sessionctx/sessionstates/ddl.recompile1128.a; 8s remote-cache, linux-sandbox ... (70 actions running) [7,752 / 10,059] 169 / 375 tests; GoCompilePkg pkg/sessionctx/sessionstates/ddl.recompile1128.a; 9s remote-cache, linux-sandbox ... (68 actions, 66 running) [7,766 / 10,059] 169 / 375 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 7s remote-cache, linux-sandbox ... (68 actions, 66 running) [7,786 / 10,063] 169 / 375 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,791 / 10,079] 169 / 375 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 9s remote-cache, linux-sandbox ... (70 actions running) [7,806 / 10,079] 169 / 375 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 10s remote-cache, linux-sandbox ... (68 actions running) [7,814 / 10,096] 169 / 375 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,840 / 10,098] 169 / 375 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,862 / 10,169] 170 / 375 tests; Testing //pkg/disttask/framework/scheduler:scheduler_test (shard 3 of 8); 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,882 / 10,169] 172 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,886 / 10,169] 172 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,905 / 10,169] 173 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [7,924 / 10,169] 173 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 10s remote-cache, linux-sandbox ... (68 actions, 66 running) [7,933 / 10,169] 173 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 11s remote-cache, linux-sandbox ... (70 actions running) [7,933 / 10,169] 173 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 13s remote-cache, linux-sandbox ... (70 actions running) [7,934 / 10,169] 173 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 15s remote-cache, linux-sandbox ... (70 actions running) [7,970 / 10,176] 174 / 375 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1129.a; 10s remote-cache, linux-sandbox ... (70 actions running) [7,987 / 10,176] 174 / 375 tests; GoCompilePkg pkg/ddl/ingest/ddl.recompile1110.a; 8s remote-cache, linux-sandbox ... (67 actions, 66 running) [8,008 / 10,176] 174 / 375 tests; GoCompilePkg pkg/ddl/ingest/ddl.recompile1110.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,017 / 10,176] 174 / 375 tests; Testing //br/pkg/utils:utils_test (shard 28 of 37); 10s remote-cache, linux-sandbox ... (70 actions running) [8,041 / 10,176] 175 / 375 tests; Testing //br/pkg/utils:utils_test (shard 28 of 37); 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,049 / 10,191] 175 / 375 tests; Testing //br/pkg/utils:utils_test (shard 28 of 37); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,067 / 10,196] 175 / 375 tests; Testing //br/pkg/utils:utils_test (shard 28 of 37); 14s remote-cache, linux-sandbox ... (70 actions running) [8,096 / 10,247] 175 / 375 tests; Testing //br/pkg/utils:utils_test (shard 28 of 37); 15s remote-cache, linux-sandbox ... (70 actions running) [8,109 / 10,247] 176 / 375 tests; Testing //br/pkg/utils:utils_test (shard 28 of 37); 16s remote-cache, linux-sandbox ... (70 actions running) [8,109 / 10,247] 176 / 375 tests; Testing //br/pkg/utils:utils_test (shard 28 of 37); 18s remote-cache, linux-sandbox ... (70 actions running) [8,124 / 10,247] 176 / 375 tests; Testing //br/pkg/utils:utils_test (shard 28 of 37); 19s remote-cache, linux-sandbox ... (70 actions running) [8,133 / 10,247] 176 / 375 tests; Testing //br/pkg/utils:utils_test (shard 28 of 37); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,144 / 10,247] 177 / 375 tests; Testing //br/pkg/utils:utils_test (shard 28 of 37); 22s remote-cache, linux-sandbox ... (70 actions running) [8,156 / 10,247] 177 / 375 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1129.a; 10s remote-cache, linux-sandbox ... (70 actions running) [8,184 / 10,247] 178 / 375 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1129.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,203 / 10,247] 178 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 11s remote-cache, linux-sandbox ... (70 actions running) [8,224 / 10,247] 178 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 12s remote-cache, linux-sandbox ... (70 actions running) [8,227 / 10,247] 179 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 13s remote-cache, linux-sandbox ... (70 actions running) [8,250 / 10,307] 179 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,269 / 10,307] 179 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,282 / 10,307] 179 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,287 / 10,307] 179 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 18s remote-cache, linux-sandbox ... (70 actions running) [8,298 / 10,307] 179 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 20s remote-cache, linux-sandbox ... (70 actions running) [8,299 / 10,307] 179 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 22s remote-cache, linux-sandbox ... (70 actions running) [8,299 / 10,307] 179 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 23s remote-cache, linux-sandbox ... (70 actions running) [8,316 / 10,307] 179 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 24s remote-cache, linux-sandbox ... (70 actions running) [8,317 / 10,307] 179 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 25s remote-cache, linux-sandbox ... (70 actions running) [8,318 / 10,307] 179 / 375 tests; GoCompilePkg br/pkg/lightning/backend/kv/core.recompile1020.a; 26s remote-cache, linux-sandbox ... (70 actions running) [8,354 / 10,337] 180 / 375 tests; Testing //br/pkg/utils:utils_test (shard 27 of 37); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,373 / 10,337] 180 / 375 tests; Testing //br/pkg/utils:utils_test (shard 27 of 37); 21s remote-cache, linux-sandbox ... (70 actions running) [8,374 / 10,337] 180 / 375 tests; Testing //br/pkg/utils:utils_test (shard 27 of 37); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,404 / 10,387] 181 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 16s remote-cache, linux-sandbox ... (70 actions running) [8,411 / 10,387] 181 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,430 / 10,387] 181 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,451 / 10,387] 181 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,454 / 10,387] 181 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 21s remote-cache, linux-sandbox ... (70 actions running) [8,455 / 10,387] 181 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,481 / 10,407] 181 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 24s remote-cache, linux-sandbox ... (70 actions running) [8,488 / 10,407] 182 / 375 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1132.a; 25s remote-cache, linux-sandbox ... (70 actions running) [8,508 / 10,407] 182 / 375 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 22); 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,518 / 10,407] 182 / 375 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 22); 12s remote-cache, linux-sandbox ... (70 actions running) [8,519 / 10,407] 182 / 375 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 22); 13s remote-cache, linux-sandbox ... (70 actions running) [8,544 / 10,407] 183 / 375 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 5 of 22); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,547 / 10,407] 183 / 375 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 5 of 22); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,570 / 10,407] 183 / 375 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 5 of 22); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,589 / 10,407] 183 / 375 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 5 of 22); 17s remote-cache, linux-sandbox ... (61 actions, 53 running) [8,594 / 10,407] 183 / 375 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 5 of 22); 18s remote-cache, linux-sandbox ... (70 actions running) [8,594 / 10,407] 183 / 375 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 5 of 22); 19s remote-cache, linux-sandbox ... (70 actions running) [8,595 / 10,407] 183 / 375 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 5 of 22); 21s remote-cache, linux-sandbox ... (70 actions running) [8,622 / 10,407] 185 / 375 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 13s remote-cache, linux-sandbox ... (68 actions, 66 running) [8,623 / 10,407] 185 / 375 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,651 / 10,418] 185 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,664 / 10,418] 185 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,674 / 10,418] 185 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 16s remote-cache, linux-sandbox ... (70 actions running) [8,675 / 10,418] 185 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,706 / 10,418] 185 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 18s remote-cache, linux-sandbox ... (67 actions, 66 running) [8,725 / 10,418] 186 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,727 / 10,418] 186 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,753 / 10,418] 186 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 22s remote-cache, linux-sandbox ... (70 actions running) [8,753 / 10,418] 186 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 23s remote-cache, linux-sandbox ... (70 actions running) [8,755 / 10,418] 186 / 375 tests; GoCompilePkg pkg/statistics/handle/core.recompile1129.a; 25s remote-cache, linux-sandbox ... (67 actions, 66 running) [8,786 / 10,478] 186 / 375 tests; GoCompilePkg pkg/table/tables/executor.recompile1143.a; 8s remote-cache, linux-sandbox ... (70 actions running) [8,792 / 10,478] 186 / 375 tests; GoCompilePkg pkg/table/tables/executor.recompile1143.a; 9s remote-cache, linux-sandbox ... (70 actions running) [8,816 / 10,478] 187 / 375 tests; GoCompilePkg pkg/table/tables/executor.recompile1143.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,829 / 10,478] 187 / 375 tests; Testing //br/pkg/lightning/backend/external:external_test (shard 21 of 44); 11s remote-cache, linux-sandbox ... (70 actions running) [8,829 / 10,478] 187 / 375 tests; Testing //br/pkg/lightning/backend/external:external_test (shard 21 of 44); 12s remote-cache, linux-sandbox ... (70 actions running) [8,857 / 10,478] 187 / 375 tests; Testing //br/pkg/lightning/backend/external:external_test (shard 21 of 44); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,862 / 10,478] 187 / 375 tests; Testing //br/pkg/lightning/backend/external:external_test (shard 21 of 44); 15s remote-cache, linux-sandbox ... (70 actions running) [8,869 / 10,478] 187 / 375 tests; Testing //br/pkg/lightning/backend/external:external_test (shard 21 of 44); 16s remote-cache, linux-sandbox ... (70 actions running) [8,883 / 10,478] 187 / 375 tests; Testing //br/pkg/lightning/backend/external:external_test (shard 21 of 44); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,889 / 10,478] 187 / 375 tests; Testing //br/pkg/lightning/backend/external:external_test (shard 21 of 44); 19s remote-cache, linux-sandbox ... (70 actions running) [8,901 / 10,478] 188 / 375 tests; GoCompilePkg pkg/bindinfo/core.recompile1157.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,910 / 10,529] 188 / 375 tests; GoCompilePkg pkg/bindinfo/core.recompile1157.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,926 / 10,529] 188 / 375 tests; GoCompilePkg pkg/bindinfo/core.recompile1157.a; 20s remote-cache, linux-sandbox ... (70 actions running) [8,947 / 10,529] 190 / 375 tests; GoCompilePkg pkg/bindinfo/core.recompile1157.a; 21s remote-cache, linux-sandbox ... (70 actions running) [8,949 / 10,529] 190 / 375 tests; GoCompilePkg pkg/bindinfo/core.recompile1157.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,952 / 10,534] 190 / 375 tests; GoCompilePkg pkg/bindinfo/core.recompile1157.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,987 / 10,534] 191 / 375 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1144.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [8,995 / 10,546] 191 / 375 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1144.a; 20s remote-cache, linux-sandbox ... (70 actions running) [9,018 / 10,546] 191 / 375 tests; GoLink pkg/extension/extension_test_/extension_test; 9s remote-cache, linux-sandbox ... (70 actions running) [9,028 / 10,546] 191 / 375 tests; GoLink pkg/extension/extension_test_/extension_test; 10s remote-cache, linux-sandbox ... (60 actions, 50 running) [9,034 / 10,546] 191 / 375 tests; GoLink pkg/extension/extension_test_/extension_test; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,062 / 10,562] 192 / 375 tests; GoLink pkg/table/tables/tables_test_/tables_test; 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,069 / 10,562] 192 / 375 tests; GoLink pkg/table/tables/tables_test_/tables_test; 7s remote-cache, linux-sandbox ... (70 actions running) [9,070 / 10,562] 192 / 375 tests; GoLink pkg/table/tables/tables_test_/tables_test; 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,096 / 10,562] 193 / 375 tests; GoLink pkg/table/tables/tables_test_/tables_test; 10s remote-cache, linux-sandbox ... (70 actions running) [9,097 / 10,562] 193 / 375 tests; GoLink pkg/table/tables/tables_test_/tables_test; 11s remote-cache, linux-sandbox ... (70 actions running) [9,120 / 10,562] 193 / 375 tests; GoLink pkg/table/tables/tables_test_/tables_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,121 / 10,562] 193 / 375 tests; GoLink pkg/table/tables/tables_test_/tables_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,147 / 10,579] 193 / 375 tests; GoLink pkg/table/tables/tables_test_/tables_test; 15s remote-cache, linux-sandbox ... (70 actions running) [9,154 / 10,579] 193 / 375 tests; GoLink pkg/table/tables/tables_test_/tables_test; 16s remote-cache, linux-sandbox ... (70 actions running) [9,174 / 10,610] 193 / 375 tests; GoLink pkg/expression/expression_test_/expression_test; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,188 / 10,610] 194 / 375 tests; GoLink pkg/expression/expression_test_/expression_test; 18s remote-cache, linux-sandbox ... (64 actions, 61 running) [9,200 / 10,663] 194 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1129.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,212 / 10,663] 194 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1129.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,217 / 10,663] 195 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1129.a; 18s remote-cache, linux-sandbox ... (70 actions running) [9,218 / 10,663] 195 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1129.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,238 / 10,663] 195 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1129.a; 21s remote-cache, linux-sandbox ... (70 actions running) [9,238 / 10,663] 195 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1129.a; 22s remote-cache, linux-sandbox ... (70 actions running) [9,255 / 10,663] 195 / 375 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1129.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,268 / 10,663] 195 / 375 tests; GoCompilePkg pkg/statistics/handle/executor.recompile1142.a; 20s remote-cache, linux-sandbox ... (70 actions running) [9,268 / 10,663] 195 / 375 tests; GoCompilePkg pkg/statistics/handle/executor.recompile1142.a; 21s remote-cache, linux-sandbox ... (70 actions running) [9,284 / 10,663] 196 / 375 tests; GoCompilePkg pkg/planner/core/core.a; 19s remote-cache, linux-sandbox ... (70 actions running) [9,300 / 10,714] 198 / 375 tests; GoCompilePkg pkg/planner/core/core.a; 21s remote-cache, linux-sandbox ... (70 actions running) [9,320 / 10,714] 198 / 375 tests; GoCompilePkg pkg/planner/core/core.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,328 / 10,716] 198 / 375 tests; GoCompilePkg pkg/planner/core/core.a; 23s remote-cache, linux-sandbox ... (70 actions running) [9,345 / 10,718] 199 / 375 tests; GoCompilePkg pkg/bindinfo/executor.recompile1171.a; 16s remote-cache, linux-sandbox ... (70 actions running) [9,360 / 10,718] 199 / 375 tests; GoCompilePkg pkg/bindinfo/executor.recompile1171.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,369 / 10,718] 200 / 375 tests; GoCompilePkg pkg/bindinfo/executor.recompile1171.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,369 / 10,718] 200 / 375 tests; GoCompilePkg pkg/bindinfo/executor.recompile1171.a; 20s remote-cache, linux-sandbox ... (70 actions running) [9,381 / 10,718] 200 / 375 tests; GoCompilePkg pkg/bindinfo/executor.recompile1171.a; 21s remote-cache, linux-sandbox ... (70 actions running) [9,382 / 10,718] 200 / 375 tests; GoCompilePkg pkg/bindinfo/executor.recompile1171.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,404 / 10,736] 200 / 375 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,413 / 10,736] 200 / 375 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 18s remote-cache, linux-sandbox ... (69 actions running) [9,422 / 10,736] 200 / 375 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 19s remote-cache, linux-sandbox ... (70 actions running) [9,428 / 10,736] 200 / 375 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 20s remote-cache, linux-sandbox ... (70 actions running) [9,449 / 10,736] 200 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 15s remote-cache, linux-sandbox ... (67 actions, 66 running) [9,460 / 10,736] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,471 / 10,736] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,483 / 10,736] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,487 / 10,736] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,487 / 10,736] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 21s remote-cache, linux-sandbox ... (70 actions running) [9,507 / 10,736] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 23s remote-cache, linux-sandbox ... (70 actions running) [9,507 / 10,736] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 24s remote-cache, linux-sandbox ... (70 actions running) [9,524 / 10,736] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 26s remote-cache, linux-sandbox ... (70 actions running) [9,536 / 10,736] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 27s remote-cache, linux-sandbox ... (69 actions running) [9,542 / 10,736] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 28s remote-cache, linux-sandbox ... (65 actions, 60 running) [9,552 / 10,763] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,570 / 10,763] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 31s remote-cache, linux-sandbox ... (70 actions running) [9,588 / 10,808] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,614 / 10,808] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,616 / 10,808] 201 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 35s remote-cache, linux-sandbox ... (70 actions running) [9,629 / 10,808] 202 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,633 / 10,808] 202 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,653 / 10,808] 202 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [9,654 / 10,808] 202 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,672 / 10,808] 202 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [9,687 / 10,808] 202 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [9,691 / 10,808] 202 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [9,691 / 10,808] 202 / 375 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [9,712 / 10,808] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 21s remote-cache, linux-sandbox ... (70 actions running) [9,720 / 10,808] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 22s remote-cache, linux-sandbox ... (70 actions running) [9,728 / 10,808] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,740 / 10,826] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,740 / 10,826] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 26s remote-cache, linux-sandbox ... (70 actions running) [9,761 / 10,826] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,774 / 10,877] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,776 / 10,877] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,782 / 10,877] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 31s remote-cache, linux-sandbox ... (70 actions running) [9,786 / 10,921] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 32s remote-cache, linux-sandbox ... (68 actions running) [9,799 / 10,921] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 34s remote-cache, linux-sandbox ... (70 actions running) [9,800 / 10,921] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 35s remote-cache, linux-sandbox ... (70 actions running) [9,817 / 10,921] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 36s remote-cache, linux-sandbox ... (70 actions running) [9,829 / 10,921] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 38s remote-cache, linux-sandbox ... (67 actions, 66 running) [9,833 / 10,923] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,844 / 10,923] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 40s remote-cache, linux-sandbox ... (70 actions running) [9,860 / 10,923] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 41s remote-cache, linux-sandbox ... (70 actions running) [9,866 / 10,923] 203 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 42s remote-cache, linux-sandbox ... (70 actions running) [9,874 / 10,923] 204 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,881 / 10,923] 204 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [9,882 / 10,923] 204 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [9,883 / 10,923] 204 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,897 / 10,923] 204 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,910 / 10,931] 204 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [9,911 / 10,931] 204 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 51s remote-cache, linux-sandbox ... (70 actions running) [9,927 / 10,937] 205 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,939 / 10,937] 206 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,947 / 10,937] 206 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,957 / 10,986] 206 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [9,962 / 10,986] 206 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [9,968 / 10,986] 207 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [9,973 / 10,988] 207 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [9,980 / 10,988] 207 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 60s remote-cache, linux-sandbox ... (69 actions running) [9,983 / 10,988] 208 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [9,991 / 11,015] 208 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 63s remote-cache, linux-sandbox ... (70 actions running) [9,993 / 11,015] 208 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,005 / 11,015] 208 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,016 / 11,015] 209 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 67s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,025 / 11,017] 209 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [10,033 / 11,019] 209 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 69s remote-cache, linux-sandbox ... (69 actions running) [10,037 / 11,019] 210 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,040 / 11,019] 211 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,056 / 11,019] 212 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 73s remote-cache, linux-sandbox ... (70 actions running) [10,067 / 11,021] 214 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 75s remote-cache, linux-sandbox ... (70 actions running) [10,067 / 11,021] 214 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 77s remote-cache, linux-sandbox ... (70 actions running) [10,067 / 11,021] 215 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [10,088 / 11,029] 216 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 80s remote-cache, linux-sandbox ... (70 actions running) [10,089 / 11,029] 216 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,092 / 11,029] 217 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,102 / 11,029] 217 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,105 / 11,029] 218 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,120 / 11,046] 219 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [10,123 / 11,046] 219 / 375 tests; Testing //pkg/expression:expression_test (shard 3 of 50); 89s remote-cache, linux-sandbox ... (65 actions, 64 running) [10,140 / 11,056] 219 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,140 / 11,056] 219 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 80s remote-cache, linux-sandbox ... (70 actions running) [10,154 / 11,056] 220 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 81s remote-cache, linux-sandbox ... (70 actions running) [10,162 / 11,056] 220 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,164 / 11,056] 220 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [10,173 / 11,056] 220 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 85s remote-cache, linux-sandbox ... (70 actions running) [10,180 / 11,056] 220 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,189 / 11,071] 221 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [10,189 / 11,071] 221 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [10,206 / 11,094] 221 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,226 / 11,119] 221 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,226 / 11,119] 221 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 93s remote-cache, linux-sandbox ... (70 actions running) [10,239 / 11,119] 221 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 94s remote-cache, linux-sandbox ... (70 actions running) [10,240 / 11,119] 221 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 95s remote-cache, linux-sandbox ... (70 actions running) [10,249 / 11,119] 221 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,267 / 11,170] 221 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,274 / 11,196] 221 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 99s remote-cache, linux-sandbox ... (70 actions running) [10,274 / 11,196] 221 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 100s remote-cache, linux-sandbox ... (70 actions running) [10,276 / 11,198] 222 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 102s remote-cache, linux-sandbox ... (70 actions running) [10,291 / 11,198] 222 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,302 / 11,198] 222 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,304 / 11,198] 222 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,317 / 11,198] 222 / 375 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 107s remote-cache, linux-sandbox ... (70 actions running) [10,331 / 11,198] 223 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,347 / 11,251] 223 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 38s remote-cache, linux-sandbox ... (70 actions running) [10,353 / 11,251] 223 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 39s remote-cache, linux-sandbox ... (65 actions, 61 running) [10,363 / 11,251] 223 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,368 / 11,251] 223 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,370 / 11,251] 223 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,380 / 11,251] 223 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 44s remote-cache, linux-sandbox ... (70 actions running) [10,380 / 11,251] 224 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 45s remote-cache, linux-sandbox ... (70 actions running) [10,381 / 11,251] 224 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 47s remote-cache, linux-sandbox ... (70 actions running) [10,400 / 11,251] 226 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 44 of 48); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,403 / 11,251] 226 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 44 of 48); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,414 / 11,264] 226 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 41 of 43); 33s remote-cache, linux-sandbox ... (70 actions running) [10,433 / 11,264] 228 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 22s remote-cache, linux-sandbox ... (70 actions running) [10,438 / 11,264] 228 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 24s remote-cache, linux-sandbox ... (70 actions running) [10,454 / 11,264] 228 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,457 / 11,264] 228 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 27s remote-cache, linux-sandbox ... (67 actions, 66 running) [10,474 / 11,264] 228 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 28s remote-cache, linux-sandbox ... (70 actions running) [10,475 / 11,264] 228 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 29s remote-cache, linux-sandbox ... (70 actions running) [10,476 / 11,264] 228 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,476 / 11,264] 228 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 32s remote-cache, linux-sandbox ... (70 actions running) [10,496 / 11,264] 229 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,503 / 11,264] 229 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,512 / 11,264] 229 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 36s remote-cache, linux-sandbox ... (69 actions running) [10,522 / 11,264] 230 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,535 / 11,264] 230 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,538 / 11,264] 230 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [10,548 / 11,273] 230 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [10,549 / 11,273] 230 / 375 tests; Testing //pkg/ddl:ddl_test (shard 46 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,565 / 11,273] 232 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 9 of 43); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,577 / 11,324] 232 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 9 of 43); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,586 / 11,324] 232 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 43); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,587 / 11,324] 232 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 43); 28s remote-cache, linux-sandbox ... (70 actions running) [10,588 / 11,324] 232 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 43); 30s remote-cache, linux-sandbox ... (70 actions running) [10,590 / 11,324] 232 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 43); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,599 / 11,324] 232 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 43); 32s remote-cache, linux-sandbox ... (67 actions, 66 running) [10,618 / 11,326] 232 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,628 / 11,326] 233 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 35s remote-cache, linux-sandbox ... (70 actions running) [10,631 / 11,326] 233 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 36s remote-cache, linux-sandbox ... (68 actions, 66 running) [10,650 / 11,326] 233 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 40 of 43); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,666 / 11,326] 233 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 24s remote-cache, linux-sandbox ... (70 actions running) [10,671 / 11,326] 233 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,686 / 11,326] 233 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,697 / 11,326] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,702 / 11,326] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 29s remote-cache, linux-sandbox ... (70 actions running) [10,708 / 11,326] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,708 / 11,326] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 32s remote-cache, linux-sandbox ... (70 actions running) [10,708 / 11,326] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 34s remote-cache, linux-sandbox ... (70 actions running) [10,721 / 11,326] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,727 / 11,353] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,743 / 11,353] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,745 / 11,353] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,755 / 11,353] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,758 / 11,353] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [10,775 / 11,404] 234 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,778 / 11,404] 235 / 375 tests; Testing //pkg/expression:expression_test (shard 36 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [10,798 / 11,404] 235 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 48); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,801 / 11,404] 235 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 48); 45s remote-cache, linux-sandbox ... (69 actions running) [10,801 / 11,404] 235 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 48); 47s remote-cache, linux-sandbox ... (70 actions running) [10,804 / 11,414] 235 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 48); 49s remote-cache, linux-sandbox ... (70 actions running) [10,806 / 11,414] 235 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 48); 50s remote-cache, linux-sandbox ... (67 actions, 66 running) [10,819 / 11,414] 235 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 48); 52s remote-cache, linux-sandbox ... (70 actions running) [10,825 / 11,414] 235 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 48); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,844 / 11,414] 235 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 43); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,852 / 11,414] 235 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 43); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,860 / 11,414] 235 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 43); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,868 / 11,414] 235 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 43); 35s remote-cache, linux-sandbox ... (70 actions running) [10,868 / 11,414] 235 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 43); 36s remote-cache, linux-sandbox ... (70 actions running) [10,883 / 11,414] 235 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 43); 37s remote-cache, linux-sandbox ... (67 actions, 66 running) [10,890 / 11,414] 235 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 43); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,901 / 11,414] 235 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 43); 40s remote-cache, linux-sandbox ... (70 actions running) [10,901 / 11,414] 235 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 43); 42s remote-cache, linux-sandbox ... (70 actions running) [10,905 / 11,414] 235 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 18 of 43); 44s remote-cache, linux-sandbox ... (70 actions running) [10,922 / 11,416] 235 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 28s remote-cache, linux-sandbox ... (70 actions running) [10,924 / 11,416] 235 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 29s remote-cache, linux-sandbox ... (67 actions, 66 running) [10,936 / 11,416] 235 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 31s remote-cache, linux-sandbox ... (70 actions running) [10,946 / 11,416] 235 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 32s remote-cache, linux-sandbox ... (70 actions running) [10,957 / 11,416] 236 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 34s remote-cache, linux-sandbox ... (70 actions running) [10,967 / 11,416] 236 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 35s remote-cache, linux-sandbox ... (70 actions running) [10,972 / 11,416] 236 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,976 / 11,416] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,977 / 11,416] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 39s remote-cache, linux-sandbox ... (70 actions running) [10,978 / 11,416] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,982 / 11,416] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 42s remote-cache, linux-sandbox ... (70 actions running) [10,989 / 11,416] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,991 / 11,416] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 45s remote-cache, linux-sandbox ... (70 actions running) [10,991 / 11,416] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 46s remote-cache, linux-sandbox ... (70 actions running) [10,992 / 11,416] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [10,999 / 11,416] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,009 / 11,453] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,013 / 11,504] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,014 / 11,504] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,019 / 11,504] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 53s remote-cache, linux-sandbox ... (70 actions running) [11,021 / 11,504] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 55s remote-cache, linux-sandbox ... (70 actions running) [11,022 / 11,504] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,024 / 11,504] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 58s remote-cache, linux-sandbox ... (70 actions running) [11,025 / 11,504] 237 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 60s remote-cache, linux-sandbox ... (70 actions running) [11,037 / 11,504] 237 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 48); 47s remote-cache, linux-sandbox ... (70 actions running) [11,040 / 11,504] 237 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 48); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,041 / 11,504] 237 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 48); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,042 / 11,504] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 48); 51s remote-cache, linux-sandbox ... (70 actions running) [11,046 / 11,504] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 48); 53s remote-cache, linux-sandbox ... (70 actions running) [11,059 / 11,504] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 48); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,060 / 11,504] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 48); 56s remote-cache, linux-sandbox ... (70 actions running) [11,062 / 11,506] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 48); 57s remote-cache, linux-sandbox ... (70 actions running) [11,062 / 11,506] 238 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 48); 61s remote-cache, linux-sandbox ... (70 actions running) [11,066 / 11,506] 239 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 48); 63s remote-cache, linux-sandbox ... (70 actions running) [11,073 / 11,506] 239 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 48); 64s remote-cache, linux-sandbox ... (70 actions running) [11,077 / 11,506] 239 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 48); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,081 / 11,506] 239 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 43); 33s remote-cache, linux-sandbox ... (70 actions running) [11,087 / 11,506] 239 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 43); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,095 / 11,557] 239 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 9 of 17); 32s remote-cache, linux-sandbox ... (70 actions running) [11,097 / 11,557] 239 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 9 of 17); 33s remote-cache, linux-sandbox ... (67 actions, 66 running) [11,097 / 11,557] 239 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 9 of 17); 35s remote-cache, linux-sandbox ... (70 actions running) [11,100 / 11,608] 239 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 9 of 17); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,100 / 11,608] 239 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 9 of 17); 38s remote-cache, linux-sandbox ... (70 actions running) [11,102 / 11,608] 240 / 375 tests; Testing //pkg/ddl/ingest:ingest_test (shard 9 of 17); 39s remote-cache, linux-sandbox ... (70 actions running) [11,110 / 11,608] 241 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 12 of 48); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,112 / 11,608] 241 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 12 of 48); 40s remote-cache, linux-sandbox ... (70 actions running) [11,115 / 11,608] 241 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 12 of 48); 41s remote-cache, linux-sandbox ... (70 actions running) FAIL: //pkg/ttl/ttlworker:ttlworker_test (shard 12 of 48) (see /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_12_of_48/test_attempts/attempt_1.log) FAIL: //pkg/ddl:ddl_test (shard 40 of 50) (see /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_40_of_50/test_attempts/attempt_1.log) FAIL: //pkg/disttask/importinto:importinto_test (shard 5 of 15) (see /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_5_of_15/test_attempts/attempt_1.log) [11,122 / 11,608] 241 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,123 / 11,608] 242 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 40s remote-cache, linux-sandbox ... (70 actions running) [11,129 / 11,608] 242 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,129 / 11,608] 242 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 43s remote-cache, linux-sandbox ... (70 actions running) [11,135 / 11,608] 242 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 44s remote-cache, linux-sandbox ... (70 actions running) [11,139 / 11,608] 243 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 46s remote-cache, linux-sandbox ... (70 actions running) [11,140 / 11,608] 243 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 47s remote-cache, linux-sandbox ... (70 actions running) INFO: From Testing //pkg/disttask/importinto:importinto_test (shard 5 of 15): ==================== Test output for //pkg/disttask/importinto:importinto_test (shard 5 of 15): # # A fatal error has been detected by the Java Runtime Environment: # # SIGBUS (0x7) at pc=0x00007facf27b98dd, pid=14, tid=61 # # JRE version: (17.0.5+8) (build ) # Java VM: OpenJDK 64-Bit Server VM (17.0.5+8-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64) # Problematic frame: # V [libjvm.so+0xc0d8dd] PerfMemory::alloc(unsigned long)+0x5d # # Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10308/execroot/__main__/core.14) # # --------------- S U M M A R Y ------------ Command Line: -Djava.io.tmpdir=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10308/execroot/__main__/_tmp/9211f5c8b6f77faafd7c4b035a804b83 -XX:ErrorFile=/dev/stderr com.google.devtools.coverageoutputgenerator.Main --coverage_dir=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10308/execroot/__main__/bazel-out/k8-fastbuild/testlogs/_coverage/pkg/disttask/importinto/importinto_test/shard_5_of_15/test --output_file=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10308/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_5_of_15/coverage.dat --filter_sources=/usr/bin/.+ --filter_sources=/usr/lib/.+ --filter_sources=/usr/include.+ --filter_sources=/Applications/.+ --source_file_manifest=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10308/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/disttask/importinto/importinto_test.instrumented_files Host: Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz, 72 cores, 342G, CentOS Linux release 7.9.2009 (Core) Time: Mon May 6 15:10:05 2024 CST elapsed time: 1.603200 seconds (0d 0h 0m 1s) --------------- T H R E A D --------------- Current thread (0x00007facec026480): JavaThread "Unknown thread" [_thread_in_vm, id=61, stack(0x00007facf3a35000,0x00007facf3b36000)] Stack: [0x00007facf3a35000,0x00007facf3b36000], sp=0x00007facf3b34aa0, free space=1022k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0xc0d8dd] PerfMemory::alloc(unsigned long)+0x5d V [libjvm.so+0xc0c079] PerfLong::PerfLong(CounterNS, char const*, PerfData::Units, PerfData::Variability)+0x59 V [libjvm.so+0xc0cc5f] PerfDataManager::create_long_variable(CounterNS, char const*, PerfData::Units, long, JavaThread*)+0x4f V [libjvm.so+0xb0bbf3] Management::init()+0x83 V [libjvm.so+0xb0bda9] management_init()+0x9 V [libjvm.so+0x7ed5ce] init_globals()+0xe V [libjvm.so+0xe87f89] Threads::create_vm(JavaVMInitArgs*, bool*)+0x289 V [libjvm.so+0x8a7741] JNI_CreateJavaVM+0x51 C [libjli.so+0x3b1a] JavaMain+0x8a C [libjli.so+0x7d69] ThreadJavaMain+0x9 siginfo: si_signo: 7 (SIGBUS), si_code: 2 (BUS_ADRERR), si_addr: 0x00007facf3a0f01c Registers: RAX=0x00007facf3a0f000, RBX=0x0000000000000038, RCX=0x00007facec025260, RDX=0x0000000000000218 RSP=0x00007facf3b34aa0, RBP=0x00007facf3b34ac0, RSI=0x00005639a4ec0350, RDI=0x00007facec022428 R8 =0x00005639a4ec0350, R9 =0x00007facf2f7a2cd, R10=0x0000000000000002, R11=0x00007ffe0f7dc090 R12=0x00007facec022420, R13=0x00007facf3a0f1e0, R14=0x0000000000000005, R15=0x0000000000000030 RIP=0x00007facf27b98dd, EFLAGS=0x0000000000010206, CSGSFS=0x002b000000000033, ERR=0x0000000000000006 TRAPNO=0x000000000000000e Top of Stack: (sp=0x00007facf3b34aa0) 0x00007facf3b34aa0: 00007facec02b350 000000000000000e 0x00007facf3b34ab0: 00007facec02b350 0000000000000038 0x00007facf3b34ac0: 00007facf3b34b10 00007facf27b8079 0x00007facf3b34ad0: 00007facf3b34b10 00007facf27b860e Instructions: (pc=0x00007facf27b98dd) 0x00007facf27b97dd: 75 41 48 8d 05 c6 c3 74 00 55 8b 00 48 89 e5 83 0x00007facf27b97ed: f8 02 74 37 8b 05 a9 ac 74 00 85 c0 74 1f 80 3d 0x00007facf27b97fd: 8e ac 74 00 00 75 16 48 83 3d b4 ac 74 00 00 74 0x00007facf27b980d: 05 e8 3d 13 00 00 c6 05 76 ac 74 00 01 5d c3 0f 0x00007facf27b981d: 1f 40 00 c3 0f 1f 80 00 00 00 00 48 8d 05 29 da 0x00007facf27b982d: 74 00 48 83 38 00 75 bc e8 c6 e3 ff ff eb b5 0f 0x00007facf27b983d: 1f 40 00 8b 05 5a ac 74 00 85 c0 74 26 80 3d 3f 0x00007facf27b984d: ac 74 00 00 75 1d 48 83 3d 65 ac 74 00 00 74 1b 0x00007facf27b985d: 55 48 89 e5 e8 ea 12 00 00 c6 05 23 ac 74 00 01 0x00007facf27b986d: 5d c3 90 c3 0f 1f 80 00 00 00 00 c6 05 11 ac 74 0x00007facf27b987d: 00 01 c3 55 48 89 e5 41 55 41 54 53 48 83 ec 08 0x00007facf27b988d: 48 8d 05 54 9b 6e 00 80 38 00 74 77 48 8d 05 98 0x00007facf27b989d: 79 74 00 48 89 fb 4c 8b 20 4d 85 e4 74 08 4c 89 0x00007facf27b98ad: e7 e8 6d 57 f7 ff 4c 8b 2d f6 ab 74 00 48 8b 05 0x00007facf27b98bd: d7 ab 74 00 49 8d 54 1d 00 48 3b 15 eb ab 74 00 0x00007facf27b98cd: 73 31 48 89 15 da ab 74 00 48 2b 15 e3 ab 74 00 0x00007facf27b98dd: 83 40 1c 01 89 50 08 4d 85 e4 74 08 4c 89 e7 e8 0x00007facf27b98ed: cf 58 f7 ff 48 83 c4 08 4c 89 e8 5b 41 5c 41 5d 0x00007facf27b98fd: 5d c3 90 01 58 0c 45 31 ed eb dc 0f 1f 84 00 00 0x00007facf27b990d: 00 00 00 48 83 c4 08 45 31 ed 5b 4c 89 e8 41 5c 0x00007facf27b991d: 41 5d 5d c3 90 66 66 2e 0f 1f 84 00 00 00 00 00 0x00007facf27b992d: 0f 1f 00 48 8d 05 b1 9a 6e 00 80 38 00 75 04 c3 0x00007facf27b993d: 0f 1f 00 55 48 89 e5 53 48 83 ec 08 48 8b 1d 48 0x00007facf27b994d: ab 74 00 e8 db c1 fb ff 48 89 43 10 48 83 c4 08 0x00007facf27b995d: 5b 5d c3 55 48 89 e5 41 54 4c 8d 25 5b fc 72 00 0x00007facf27b996d: 53 49 83 3c 24 00 74 4b 31 d2 be 08 00 00 00 bf 0x00007facf27b997d: 01 10 00 00 e8 fa df 7a ff 4d 8b 24 24 48 89 c3 0x00007facf27b998d: 4c 89 e7 e8 3b 43 64 ff b9 01 10 00 00 48 89 da 0x00007facf27b999d: 4c 89 e7 48 89 c6 e8 18 d7 7b ff 84 c0 74 0c 48 0x00007facf27b99ad: 89 d8 5b 41 5c 5d c3 0f 1f 40 00 48 89 df e8 50 0x00007facf27b99bd: e1 7a ff 31 d2 be 08 00 00 00 bf 16 00 00 00 e8 0x00007facf27b99cd: af df 7a ff 48 89 c3 e8 c7 c3 fb ff 48 89 df be --------------- P R O C E S S --------------- Threads class SMR info: _java_thread_list=0x00007facf2f22c20, length=0, elements={ } Java Threads: ( => current thread ) Other Threads: =>0x00007facec026480 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=61, stack(0x00007facf3a35000,0x00007facf3b36000)] Threads with active compile tasks: VM state: not at safepoint (not fully initialized) VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) [0x00007facec022420] PerfDataMemAlloc_lock - owner thread: 0x00007facec026480 Heap address: 0x0000000000000000, size: 0 MB, Compressed Oops mode: 32-bit CDS archive(s) mapped at: [0x0000000000000000-0x0000000000000000-0x0000000000000000), size 0, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 0. Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0 GC Precious Log: Dll operation events (0 events): No events Deoptimization events (0 events): No events Classes unloaded (0 events): No events Classes redefined (0 events): No events Internal exceptions (0 events): No events VM Operations (0 events): No events Events (1 events): Event: 1.585 Protecting memory [0x00007facf3a35000,0x00007facf3a39000] with protection modes 0 Dynamic libraries: 5639a3ef6000-5639a3ef7000 r-xp 00000000 103:03 176451330 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/bin/java 5639a3ef8000-5639a3ef9000 r--p 00001000 103:03 176451330 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/bin/java 5639a3ef9000-5639a3efa000 rw-p 00002000 103:03 176451330 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/bin/java 5639a4e99000-5639a4ee0000 rw-p 00000000 00:00 0 [heap] 7face43f4000-7facec000000 r--s 00000000 103:03 176453250 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/modules 7facec000000-7facec035000 rw-p 00000000 00:00 0 7facec035000-7facf0000000 ---p 00000000 00:00 0 7facf109a000-7facf148f000 rw-p 00000000 00:00 0 7facf148f000-7facf149b000 r-xp 00000000 08:03 27167256 /usr/lib64/libnss_files-2.17.so 7facf149b000-7facf169a000 ---p 0000c000 08:03 27167256 /usr/lib64/libnss_files-2.17.so 7facf169a000-7facf169b000 r--p 0000b000 08:03 27167256 /usr/lib64/libnss_files-2.17.so 7facf169b000-7facf169c000 rw-p 0000c000 08:03 27167256 /usr/lib64/libnss_files-2.17.so 7facf169c000-7facf16a2000 rw-p 00000000 00:00 0 7facf16a2000-7facf17a3000 r-xp 00000000 08:03 27167235 /usr/lib64/libm-2.17.so 7facf17a3000-7facf19a2000 ---p 00101000 08:03 27167235 /usr/lib64/libm-2.17.so 7facf19a2000-7facf19a3000 r--p 00100000 08:03 27167235 /usr/lib64/libm-2.17.so 7facf19a3000-7facf19a4000 rw-p 00101000 08:03 27167235 /usr/lib64/libm-2.17.so 7facf19a4000-7facf19ab000 r-xp 00000000 08:03 27167306 /usr/lib64/librt-2.17.so 7facf19ab000-7facf1baa000 ---p 00007000 08:03 27167306 /usr/lib64/librt-2.17.so 7facf1baa000-7facf1bab000 r--p 00006000 08:03 27167306 /usr/lib64/librt-2.17.so 7facf1bab000-7facf1bac000 rw-p 00007000 08:03 27167306 /usr/lib64/librt-2.17.so 7facf1bac000-7facf2de5000 r-xp 00000000 103:03 176452006 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/server/libjvm.so 7facf2de5000-7facf2e9e000 r--p 01238000 103:03 176452006 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/server/libjvm.so 7facf2e9e000-7facf2ed3000 rw-p 012f1000 103:03 176452006 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/server/libjvm.so 7facf2ed3000-7facf2f2d000 rw-p 00000000 00:00 0 7facf2f2d000-7facf30f1000 r-xp 00000000 08:03 27167139 /usr/lib64/libc-2.17.so 7facf30f1000-7facf32f0000 ---p 001c4000 08:03 27167139 /usr/lib64/libc-2.17.so 7facf32f0000-7facf32f4000 r--p 001c3000 08:03 27167139 /usr/lib64/libc-2.17.so 7facf32f4000-7facf32f6000 rw-p 001c7000 08:03 27167139 /usr/lib64/libc-2.17.so 7facf32f6000-7facf32fb000 rw-p 00000000 00:00 0 7facf32fb000-7facf32fd000 r-xp 00000000 08:03 27167163 /usr/lib64/libdl-2.17.so 7facf32fd000-7facf34fd000 ---p 00002000 08:03 27167163 /usr/lib64/libdl-2.17.so 7facf34fd000-7facf34fe000 r--p 00002000 08:03 27167163 /usr/lib64/libdl-2.17.so 7facf34fe000-7facf34ff000 rw-p 00003000 08:03 27167163 /usr/lib64/libdl-2.17.so 7facf34ff000-7facf3516000 r-xp 00000000 08:03 27167285 /usr/lib64/libpthread-2.17.so 7facf3516000-7facf3715000 ---p 00017000 08:03 27167285 /usr/lib64/libpthread-2.17.so 7facf3715000-7facf3716000 r--p 00016000 08:03 27167285 /usr/lib64/libpthread-2.17.so 7facf3716000-7facf3717000 rw-p 00017000 08:03 27167285 /usr/lib64/libpthread-2.17.so 7facf3717000-7facf371b000 rw-p 00000000 00:00 0 7facf371b000-7facf3730000 r-xp 00000000 08:03 27167352 /usr/lib64/libz.so.1.2.7 7facf3730000-7facf392f000 ---p 00015000 08:03 27167352 /usr/lib64/libz.so.1.2.7 7facf392f000-7facf3930000 r--p 00014000 08:03 27167352 /usr/lib64/libz.so.1.2.7 7facf3930000-7facf3931000 rw-p 00015000 08:03 27167352 /usr/lib64/libz.so.1.2.7 7facf3931000-7facf3953000 r-xp 00000000 08:03 27167114 /usr/lib64/ld-2.17.so 7facf3a0f000-7facf3a17000 rw-s 00000000 08:03 14959042 /tmp/hsperfdata_jenkins/14 (deleted) 7facf3a17000-7facf3a32000 r-xp 00000000 103:03 176453227 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjimage.so 7facf3a32000-7facf3a34000 r--p 0001a000 103:03 176453227 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjimage.so 7facf3a34000-7facf3a35000 rw-p 0001c000 103:03 176453227 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjimage.so 7facf3a35000-7facf3a39000 ---p 00000000 00:00 0 7facf3a39000-7facf3b3a000 rw-p 00000000 00:00 0 7facf3b3a000-7facf3b48000 r-xp 00000000 103:03 176453238 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjli.so 7facf3b48000-7facf3b49000 ---p 0000e000 103:03 176453238 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjli.so 7facf3b49000-7facf3b4a000 r--p 0000e000 103:03 176453238 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjli.so 7facf3b4a000-7facf3b4b000 rw-p 0000f000 103:03 176453238 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjli.so 7facf3b4b000-7facf3b4d000 rw-p 00000000 00:00 0 7facf3b4d000-7facf3b4e000 rw-p 00000000 00:00 0 7facf3b4e000-7facf3b4f000 ---p 00000000 00:00 0 7facf3b4f000-7facf3b50000 r--p 00000000 00:00 0 7facf3b50000-7facf3b51000 ---p 00000000 00:00 0 7facf3b51000-7facf3b52000 rw-p 00000000 00:00 0 7facf3b52000-7facf3b53000 r--p 00021000 08:03 27167114 /usr/lib64/ld-2.17.so 7facf3b53000-7facf3b54000 rw-p 00022000 08:03 27167114 /usr/lib64/ld-2.17.so 7facf3b54000-7facf3b55000 rw-p 00000000 00:00 0 7ffe0f7aa000-7ffe0f7cc000 rw-p 00000000 00:00 0 [stack] 7ffe0f7dc000-7ffe0f7e0000 r--p 00000000 00:00 0 [vvar] 7ffe0f7e0000-7ffe0f7e2000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] VM Arguments: jvm_args: -Djava.io.tmpdir=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10308/execroot/__main__/_tmp/9211f5c8b6f77faafd7c4b035a804b83 -XX:ErrorFile=/dev/stderr java_command: com.google.devtools.coverageoutputgenerator.Main --coverage_dir=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10308/execroot/__main__/bazel-out/k8-fastbuild/testlogs/_coverage/pkg/disttask/importinto/importinto_test/shard_5_of_15/test --output_file=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10308/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_5_of_15/coverage.dat --filter_sources=/usr/bin/.+ --filter_sources=/usr/lib/.+ --filter_sources=/usr/include.+ --filter_sources=/Applications/.+ --source_file_manifest=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10308/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/disttask/importinto/importinto_test.instrumented_files java_class_path (initial): /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/remote_coverage_tools/Main.runfiles/__main__/../remote_coverage_tools/all_lcov_merger_tools_deploy.jar Launcher Type: SUN_STANDARD [Global flags] uint ConcGCThreads = 9 {product} {ergonomic} ccstr ErrorFile = /dev/stderr {product} {command line} uint G1ConcRefinementThreads = 35 {product} {ergonomic} uintx GCDrainStackTargetSize = 64 {product} {ergonomic} size_t InitialHeapSize = 2147483648 {product} {ergonomic} size_t MarkStackSize = 4194304 {product} {ergonomic} size_t MaxHeapSize = 32178700288 {product} {ergonomic} size_t MinHeapSize = 6815736 {product} {ergonomic} uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} bool SegmentedCodeCache = true {product} {ergonomic} bool UseCompressedClassPointers = true {product lp64_product} {ergonomic} bool UseCompressedOops = true {product lp64_product} {ergonomic} bool UseG1GC = true {product} {ergonomic} Logging: Log output configuration: #0: stdout all=warning uptime,level,tags #1: stderr all=off uptime,level,tags Environment Variables: PATH=.:/bin:/usr/bin:/usr/local/bin LC_CTYPE=en_US.UTF-8 TMPDIR=/tmp TZ=Asia/Shanghai Signal Handlers: SIGSEGV: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGBUS: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGFPE: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGPIPE: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGXFSZ: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGILL: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGUSR2: SR_handler in libjvm.so, mask=00000000000000000000000000000000, flags=SA_RESTART|SA_SIGINFO SIGHUP: SIG_DFL, mask=00000000000000000000000000000000, flags=none SIGINT: SIG_DFL, mask=00000000000000000000000000000000, flags=none SIGTERM: SIG_DFL, mask=00000000000000000000000000000000, flags=none SIGQUIT: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGTRAP: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS: CentOS Linux release 7.9.2009 (Core) uname: Linux 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 17:09:15 UTC 2023 x86_64 OS uptime: 348 days 4:19 hours libc: glibc 2.17 NPTL 2.17 rlimit (soft/hard): STACK 8192k/infinity , CORE infinity/infinity , NPROC infinity/infinity , NOFILE 1048576/1048576 , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK 64k/64k load average: 73.17 63.95 36.71 /proc/meminfo: MemTotal: 394325736 kB MemFree: 105470072 kB MemAvailable: 295207756 kB Buffers: 82494616 kB Cached: 104682592 kB SwapCached: 0 kB Active: 101053024 kB Inactive: 146058408 kB Active(anon): 1092056 kB Inactive(anon): 63312660 kB Active(file): 99960968 kB Inactive(file): 82745748 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Zswap: 0 kB Zswapped: 0 kB Dirty: 529180 kB Writeback: 0 kB AnonPages: 59934052 kB Mapped: 1709944 kB Shmem: 4479048 kB KReclaimable: 10563352 kB Slab: 21107276 kB SReclaimable: 10563352 kB SUnreclaim: 10543924 kB KernelStack: 106528 kB PageTables: 230000 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 197162868 kB Committed_AS: 111107976 kB VmallocTotal: 34359738367 kB VmallocUsed: 1199560 kB VmallocChunk: 0 kB Percpu: 19828800 kB HardwareCorrupted: 0 kB AnonHugePages: 8192 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FileHugePages: 0 kB FilePmdMapped: 0 kB CmaTotal: 0 kB CmaFree: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB DirectMap4k: 34894724 kB DirectMap2M: 344332288 kB DirectMap1G: 24117248 kB /sys/kernel/mm/transparent_hugepage/enabled: always madvise [never] /sys/kernel/mm/transparent_hugepage/defrag (defrag/compaction efforts parameter): always defer defer+madvise madvise [never] Process Memory: Virtual Size: 236024K (peak: 236024K) Resident Set Size: 15284K (peak: 15284K) (anon: 5684K, file: 9600K, shmem: 0K) Swapped out: 0K C-Heap outstanding allocations: 4418K, retained: 149K glibc malloc tunables: (default) /proc/sys/kernel/threads-max (system-wide limit on the number of threads): 3080345 /proc/sys/vm/max_map_count (maximum number of memory map areas a process may have): 65530 /proc/sys/kernel/pid_max (system-wide limit on number of process identifiers): 4194304 container (cgroup) information: container_type: cgroupv1 cpu_cpuset_cpus: 0,11-36,47-71 cpu_memory_nodes: 0-1 active_processor_count: 52 cpu_quota: no quota cpu_period: 100000 cpu_shares: 16384 memory_limit_in_bytes: 358674152 k memory_and_swap_limit_in_bytes: unlimited memory_soft_limit_in_bytes: unlimited memory_usage_in_bytes: 72485752 k memory_max_usage_in_bytes: 77629424 k maximum number of tasks: 2464276 current number of tasks: 1274 Steal ticks since vm start: 0 Steal ticks percentage since vm start: 0.000 CPU: total 72 (initial active 52) CPU Model and flags from /proc/cpuinfo: model name : Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities Online cpus: 0-71 Offline cpus: BIOS frequency limitation: Frequency switch latency (ns): 20000 Available cpu frequencies: Current governor: performance Core performance/turbo boost: Memory: 4k page, physical 358674152k(286148796k free), swap 0k(0k free) Page Sizes: 4k vm_info: OpenJDK 64-Bit Server VM (17.0.5+8-LTS) for linux-amd64 JRE (17.0.5+8-LTS) (Zulu17.38+21-CA), built on Oct 7 2022 12:47:57 by "zulu_re" with gcc 8.3.0 END. # # ================================================================================ [11,143 / 11,608] 243 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 48s remote-cache, linux-sandbox ... (70 actions running) [11,143 / 11,608] 243 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 50s remote-cache, linux-sandbox ... (70 actions running) [11,152 / 11,608] 244 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 51s remote-cache, linux-sandbox ... (70 actions running) [11,156 / 11,608] 244 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,163 / 11,610] 244 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,166 / 11,610] 244 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 55s remote-cache, linux-sandbox ... (70 actions running) INFO: From Testing //pkg/ddl:ddl_test (shard 40 of 50): ==================== Test output for //pkg/ddl:ddl_test (shard 40 of 50): # # A fatal error has been detected by the Java Runtime Environment: # # SIGBUS (0x7) at pc=0x00007fe0f7f968dd, pid=14, tid=76 # # JRE version: (17.0.5+8) (build ) # Java VM: OpenJDK 64-Bit Server VM (17.0.5+8-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64) # Problematic frame: # V [libjvm.so+0xc0d8dd] PerfMemory::alloc(unsigned long)+0x5d # # Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10275/execroot/__main__/core.14) # # --------------- S U M M A R Y ------------ Command Line: -Djava.io.tmpdir=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10275/execroot/__main__/_tmp/4aefb0d4cf3b97495947e89fa880f998 -XX:ErrorFile=/dev/stderr com.google.devtools.coverageoutputgenerator.Main --coverage_dir=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10275/execroot/__main__/bazel-out/k8-fastbuild/testlogs/_coverage/pkg/ddl/ddl_test/shard_40_of_50/test --output_file=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10275/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_40_of_50/coverage.dat --filter_sources=/usr/bin/.+ --filter_sources=/usr/lib/.+ --filter_sources=/usr/include.+ --filter_sources=/Applications/.+ --source_file_manifest=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10275/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ddl/ddl_test.instrumented_files Host: Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz, 72 cores, 342G, CentOS Linux release 7.9.2009 (Core) Time: Mon May 6 15:10:05 2024 CST elapsed time: 3.470373 seconds (0d 0h 0m 3s) --------------- T H R E A D --------------- Current thread (0x00007fe0f0026400): JavaThread "Unknown thread" [_thread_in_vm, id=76, stack(0x00007fe0f9212000,0x00007fe0f9313000)] Stack: [0x00007fe0f9212000,0x00007fe0f9313000], sp=0x00007fe0f9311aa0, free space=1022k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0xc0d8dd] PerfMemory::alloc(unsigned long)+0x5d V [libjvm.so+0xc0c079] PerfLong::PerfLong(CounterNS, char const*, PerfData::Units, PerfData::Variability)+0x59 V [libjvm.so+0xc0cc5f] PerfDataManager::create_long_variable(CounterNS, char const*, PerfData::Units, long, JavaThread*)+0x4f V [libjvm.so+0xb0bbac] Management::init()+0x3c V [libjvm.so+0xb0bda9] management_init()+0x9 V [libjvm.so+0x7ed5ce] init_globals()+0xe V [libjvm.so+0xe87f89] Threads::create_vm(JavaVMInitArgs*, bool*)+0x289 V [libjvm.so+0x8a7741] JNI_CreateJavaVM+0x51 C [libjli.so+0x3b1a] JavaMain+0x8a C [libjli.so+0x7d69] ThreadJavaMain+0x9 siginfo: si_signo: 7 (SIGBUS), si_code: 2 (BUS_ADRERR), si_addr: 0x00007fe0f91ec01c Registers: RAX=0x00007fe0f91ec000, RBX=0x0000000000000038, RCX=0x00007fe0f00251e0, RDX=0x00000000000001e0 RSP=0x00007fe0f9311aa0, RBP=0x00007fe0f9311ac0, RSI=0x0000564b4a9342d0, RDI=0x00007fe0f00223a8 R8 =0x0000564b4a9342d0, R9 =0x00007fe0f87572cd, R10=0x0000000000000003, R11=0x00007fe0f888dd80 R12=0x00007fe0f00223a0, R13=0x00007fe0f91ec1a8, R14=0x0000000000000003, R15=0x0000000000000030 RIP=0x00007fe0f7f968dd, EFLAGS=0x0000000000010202, CSGSFS=0x002b000000000033, ERR=0x0000000000000006 TRAPNO=0x000000000000000e Top of Stack: (sp=0x00007fe0f9311aa0) 0x00007fe0f9311aa0: 00007fe0f002b250 000000000000000e 0x00007fe0f9311ab0: 00007fe0f002b250 0000000000000038 0x00007fe0f9311ac0: 00007fe0f9311b10 00007fe0f7f95079 0x00007fe0f9311ad0: 000000770000006e 0000000000000000 Instructions: (pc=0x00007fe0f7f968dd) 0x00007fe0f7f967dd: 75 41 48 8d 05 c6 c3 74 00 55 8b 00 48 89 e5 83 0x00007fe0f7f967ed: f8 02 74 37 8b 05 a9 ac 74 00 85 c0 74 1f 80 3d 0x00007fe0f7f967fd: 8e ac 74 00 00 75 16 48 83 3d b4 ac 74 00 00 74 0x00007fe0f7f9680d: 05 e8 3d 13 00 00 c6 05 76 ac 74 00 01 5d c3 0f 0x00007fe0f7f9681d: 1f 40 00 c3 0f 1f 80 00 00 00 00 48 8d 05 29 da 0x00007fe0f7f9682d: 74 00 48 83 38 00 75 bc e8 c6 e3 ff ff eb b5 0f 0x00007fe0f7f9683d: 1f 40 00 8b 05 5a ac 74 00 85 c0 74 26 80 3d 3f 0x00007fe0f7f9684d: ac 74 00 00 75 1d 48 83 3d 65 ac 74 00 00 74 1b 0x00007fe0f7f9685d: 55 48 89 e5 e8 ea 12 00 00 c6 05 23 ac 74 00 01 0x00007fe0f7f9686d: 5d c3 90 c3 0f 1f 80 00 00 00 00 c6 05 11 ac 74 0x00007fe0f7f9687d: 00 01 c3 55 48 89 e5 41 55 41 54 53 48 83 ec 08 0x00007fe0f7f9688d: 48 8d 05 54 9b 6e 00 80 38 00 74 77 48 8d 05 98 0x00007fe0f7f9689d: 79 74 00 48 89 fb 4c 8b 20 4d 85 e4 74 08 4c 89 0x00007fe0f7f968ad: e7 e8 6d 57 f7 ff 4c 8b 2d f6 ab 74 00 48 8b 05 0x00007fe0f7f968bd: d7 ab 74 00 49 8d 54 1d 00 48 3b 15 eb ab 74 00 0x00007fe0f7f968cd: 73 31 48 89 15 da ab 74 00 48 2b 15 e3 ab 74 00 0x00007fe0f7f968dd: 83 40 1c 01 89 50 08 4d 85 e4 74 08 4c 89 e7 e8 0x00007fe0f7f968ed: cf 58 f7 ff 48 83 c4 08 4c 89 e8 5b 41 5c 41 5d 0x00007fe0f7f968fd: 5d c3 90 01 58 0c 45 31 ed eb dc 0f 1f 84 00 00 0x00007fe0f7f9690d: 00 00 00 48 83 c4 08 45 31 ed 5b 4c 89 e8 41 5c 0x00007fe0f7f9691d: 41 5d 5d c3 90 66 66 2e 0f 1f 84 00 00 00 00 00 0x00007fe0f7f9692d: 0f 1f 00 48 8d 05 b1 9a 6e 00 80 38 00 75 04 c3 0x00007fe0f7f9693d: 0f 1f 00 55 48 89 e5 53 48 83 ec 08 48 8b 1d 48 0x00007fe0f7f9694d: ab 74 00 e8 db c1 fb ff 48 89 43 10 48 83 c4 08 0x00007fe0f7f9695d: 5b 5d c3 55 48 89 e5 41 54 4c 8d 25 5b fc 72 00 0x00007fe0f7f9696d: 53 49 83 3c 24 00 74 4b 31 d2 be 08 00 00 00 bf 0x00007fe0f7f9697d: 01 10 00 00 e8 fa df 7a ff 4d 8b 24 24 48 89 c3 0x00007fe0f7f9698d: 4c 89 e7 e8 3b 43 64 ff b9 01 10 00 00 48 89 da 0x00007fe0f7f9699d: 4c 89 e7 48 89 c6 e8 18 d7 7b ff 84 c0 74 0c 48 0x00007fe0f7f969ad: 89 d8 5b 41 5c 5d c3 0f 1f 40 00 48 89 df e8 50 0x00007fe0f7f969bd: e1 7a ff 31 d2 be 08 00 00 00 bf 16 00 00 00 e8 0x00007fe0f7f969cd: af df 7a ff 48 89 c3 e8 c7 c3 fb ff 48 89 df be --------------- P R O C E S S --------------- Threads class SMR info: _java_thread_list=0x00007fe0f86ffc20, length=0, elements={ } Java Threads: ( => current thread ) Other Threads: =>0x00007fe0f0026400 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=76, stack(0x00007fe0f9212000,0x00007fe0f9313000)] Threads with active compile tasks: VM state: not at safepoint (not fully initialized) VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) [0x00007fe0f00223a0] PerfDataMemAlloc_lock - owner thread: 0x00007fe0f0026400 Heap address: 0x0000000000000000, size: 0 MB, Compressed Oops mode: 32-bit CDS archive(s) mapped at: [0x0000000000000000-0x0000000000000000-0x0000000000000000), size 0, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 0. Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0 GC Precious Log: Dll operation events (0 events): No events Deoptimization events (0 events): No events Classes unloaded (0 events): No events Classes redefined (0 events): No events Internal exceptions (0 events): No events VM Operations (0 events): No events Events (1 events): Event: 3.451 Protecting memory [0x00007fe0f9212000,0x00007fe0f9216000] with protection modes 0 Dynamic libraries: 564b49abb000-564b49abc000 r-xp 00000000 103:03 176451330 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/bin/java 564b49abd000-564b49abe000 r--p 00001000 103:03 176451330 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/bin/java 564b49abe000-564b49abf000 rw-p 00002000 103:03 176451330 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/bin/java 564b4a90d000-564b4a954000 rw-p 00000000 00:00 0 [heap] 7fe0e83f4000-7fe0f0000000 r--s 00000000 103:03 176453250 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/modules 7fe0f0000000-7fe0f0035000 rw-p 00000000 00:00 0 7fe0f0035000-7fe0f4000000 ---p 00000000 00:00 0 7fe0f6877000-7fe0f6c6c000 rw-p 00000000 00:00 0 7fe0f6c6c000-7fe0f6c78000 r-xp 00000000 08:03 27167256 /usr/lib64/libnss_files-2.17.so 7fe0f6c78000-7fe0f6e77000 ---p 0000c000 08:03 27167256 /usr/lib64/libnss_files-2.17.so 7fe0f6e77000-7fe0f6e78000 r--p 0000b000 08:03 27167256 /usr/lib64/libnss_files-2.17.so 7fe0f6e78000-7fe0f6e79000 rw-p 0000c000 08:03 27167256 /usr/lib64/libnss_files-2.17.so 7fe0f6e79000-7fe0f6e7f000 rw-p 00000000 00:00 0 7fe0f6e7f000-7fe0f6f80000 r-xp 00000000 08:03 27167235 /usr/lib64/libm-2.17.so 7fe0f6f80000-7fe0f717f000 ---p 00101000 08:03 27167235 /usr/lib64/libm-2.17.so 7fe0f717f000-7fe0f7180000 r--p 00100000 08:03 27167235 /usr/lib64/libm-2.17.so 7fe0f7180000-7fe0f7181000 rw-p 00101000 08:03 27167235 /usr/lib64/libm-2.17.so 7fe0f7181000-7fe0f7188000 r-xp 00000000 08:03 27167306 /usr/lib64/librt-2.17.so 7fe0f7188000-7fe0f7387000 ---p 00007000 08:03 27167306 /usr/lib64/librt-2.17.so 7fe0f7387000-7fe0f7388000 r--p 00006000 08:03 27167306 /usr/lib64/librt-2.17.so 7fe0f7388000-7fe0f7389000 rw-p 00007000 08:03 27167306 /usr/lib64/librt-2.17.so 7fe0f7389000-7fe0f85c2000 r-xp 00000000 103:03 176452006 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/server/libjvm.so 7fe0f85c2000-7fe0f867b000 r--p 01238000 103:03 176452006 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/server/libjvm.so 7fe0f867b000-7fe0f86b0000 rw-p 012f1000 103:03 176452006 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/server/libjvm.so 7fe0f86b0000-7fe0f870a000 rw-p 00000000 00:00 0 7fe0f870a000-7fe0f88ce000 r-xp 00000000 08:03 27167139 /usr/lib64/libc-2.17.so 7fe0f88ce000-7fe0f8acd000 ---p 001c4000 08:03 27167139 /usr/lib64/libc-2.17.so 7fe0f8acd000-7fe0f8ad1000 r--p 001c3000 08:03 27167139 /usr/lib64/libc-2.17.so 7fe0f8ad1000-7fe0f8ad3000 rw-p 001c7000 08:03 27167139 /usr/lib64/libc-2.17.so 7fe0f8ad3000-7fe0f8ad8000 rw-p 00000000 00:00 0 7fe0f8ad8000-7fe0f8ada000 r-xp 00000000 08:03 27167163 /usr/lib64/libdl-2.17.so 7fe0f8ada000-7fe0f8cda000 ---p 00002000 08:03 27167163 /usr/lib64/libdl-2.17.so 7fe0f8cda000-7fe0f8cdb000 r--p 00002000 08:03 27167163 /usr/lib64/libdl-2.17.so 7fe0f8cdb000-7fe0f8cdc000 rw-p 00003000 08:03 27167163 /usr/lib64/libdl-2.17.so 7fe0f8cdc000-7fe0f8cf3000 r-xp 00000000 08:03 27167285 /usr/lib64/libpthread-2.17.so 7fe0f8cf3000-7fe0f8ef2000 ---p 00017000 08:03 27167285 /usr/lib64/libpthread-2.17.so 7fe0f8ef2000-7fe0f8ef3000 r--p 00016000 08:03 27167285 /usr/lib64/libpthread-2.17.so 7fe0f8ef3000-7fe0f8ef4000 rw-p 00017000 08:03 27167285 /usr/lib64/libpthread-2.17.so 7fe0f8ef4000-7fe0f8ef8000 rw-p 00000000 00:00 0 7fe0f8ef8000-7fe0f8f0d000 r-xp 00000000 08:03 27167352 /usr/lib64/libz.so.1.2.7 7fe0f8f0d000-7fe0f910c000 ---p 00015000 08:03 27167352 /usr/lib64/libz.so.1.2.7 7fe0f910c000-7fe0f910d000 r--p 00014000 08:03 27167352 /usr/lib64/libz.so.1.2.7 7fe0f910d000-7fe0f910e000 rw-p 00015000 08:03 27167352 /usr/lib64/libz.so.1.2.7 7fe0f910e000-7fe0f9130000 r-xp 00000000 08:03 27167114 /usr/lib64/ld-2.17.so 7fe0f91ec000-7fe0f91f4000 rw-s 00000000 08:03 14959042 /tmp/hsperfdata_jenkins/14 (deleted) 7fe0f91f4000-7fe0f920f000 r-xp 00000000 103:03 176453227 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjimage.so 7fe0f920f000-7fe0f9211000 r--p 0001a000 103:03 176453227 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjimage.so 7fe0f9211000-7fe0f9212000 rw-p 0001c000 103:03 176453227 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjimage.so 7fe0f9212000-7fe0f9216000 ---p 00000000 00:00 0 7fe0f9216000-7fe0f9317000 rw-p 00000000 00:00 0 7fe0f9317000-7fe0f9325000 r-xp 00000000 103:03 176453238 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjli.so 7fe0f9325000-7fe0f9326000 ---p 0000e000 103:03 176453238 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjli.so 7fe0f9326000-7fe0f9327000 r--p 0000e000 103:03 176453238 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjli.so 7fe0f9327000-7fe0f9328000 rw-p 0000f000 103:03 176453238 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjli.so 7fe0f9328000-7fe0f932a000 rw-p 00000000 00:00 0 7fe0f932a000-7fe0f932b000 rw-p 00000000 00:00 0 7fe0f932b000-7fe0f932c000 ---p 00000000 00:00 0 7fe0f932c000-7fe0f932d000 r--p 00000000 00:00 0 7fe0f932d000-7fe0f932e000 ---p 00000000 00:00 0 7fe0f932e000-7fe0f932f000 rw-p 00000000 00:00 0 7fe0f932f000-7fe0f9330000 r--p 00021000 08:03 27167114 /usr/lib64/ld-2.17.so 7fe0f9330000-7fe0f9331000 rw-p 00022000 08:03 27167114 /usr/lib64/ld-2.17.so 7fe0f9331000-7fe0f9332000 rw-p 00000000 00:00 0 7ffc76ee5000-7ffc76f07000 rw-p 00000000 00:00 0 [stack] 7ffc76feb000-7ffc76fef000 r--p 00000000 00:00 0 [vvar] 7ffc76fef000-7ffc76ff1000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] VM Arguments: jvm_args: -Djava.io.tmpdir=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10275/execroot/__main__/_tmp/4aefb0d4cf3b97495947e89fa880f998 -XX:ErrorFile=/dev/stderr java_command: com.google.devtools.coverageoutputgenerator.Main --coverage_dir=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10275/execroot/__main__/bazel-out/k8-fastbuild/testlogs/_coverage/pkg/ddl/ddl_test/shard_40_of_50/test --output_file=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10275/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_40_of_50/coverage.dat --filter_sources=/usr/bin/.+ --filter_sources=/usr/lib/.+ --filter_sources=/usr/include.+ --filter_sources=/Applications/.+ --source_file_manifest=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10275/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ddl/ddl_test.instrumented_files java_class_path (initial): /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/remote_coverage_tools/Main.runfiles/__main__/../remote_coverage_tools/all_lcov_merger_tools_deploy.jar Launcher Type: SUN_STANDARD [Global flags] uint ConcGCThreads = 9 {product} {ergonomic} ccstr ErrorFile = /dev/stderr {product} {command line} uint G1ConcRefinementThreads = 35 {product} {ergonomic} uintx GCDrainStackTargetSize = 64 {product} {ergonomic} size_t InitialHeapSize = 2147483648 {product} {ergonomic} size_t MarkStackSize = 4194304 {product} {ergonomic} size_t MaxHeapSize = 32178700288 {product} {ergonomic} size_t MinHeapSize = 6815736 {product} {ergonomic} uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} bool SegmentedCodeCache = true {product} {ergonomic} bool UseCompressedClassPointers = true {product lp64_product} {ergonomic} bool UseCompressedOops = true {product lp64_product} {ergonomic} bool UseG1GC = true {product} {ergonomic} Logging: Log output configuration: #0: stdout all=warning uptime,level,tags #1: stderr all=off uptime,level,tags Environment Variables: PATH=.:/bin:/usr/bin:/usr/local/bin LC_CTYPE=en_US.UTF-8 TMPDIR=/tmp TZ=Asia/Shanghai Signal Handlers: SIGSEGV: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGBUS: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGFPE: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGPIPE: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGXFSZ: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGILL: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGUSR2: SR_handler in libjvm.so, mask=00000000000000000000000000000000, flags=SA_RESTART|SA_SIGINFO SIGHUP: SIG_DFL, mask=00000000000000000000000000000000, flags=none SIGINT: SIG_DFL, mask=00000000000000000000000000000000, flags=none SIGTERM: SIG_DFL, mask=00000000000000000000000000000000, flags=none SIGQUIT: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGTRAP: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS: CentOS Linux release 7.9.2009 (Core) uname: Linux 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 17:09:15 UTC 2023 x86_64 OS uptime: 348 days 4:19 hours libc: glibc 2.17 NPTL 2.17 rlimit (soft/hard): STACK 8192k/infinity , CORE infinity/infinity , NPROC infinity/infinity , NOFILE 1048576/1048576 , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK 64k/64k load average: 73.17 63.95 36.71 /proc/meminfo: MemTotal: 394325736 kB MemFree: 105466544 kB MemAvailable: 295204228 kB Buffers: 82494616 kB Cached: 104682592 kB SwapCached: 0 kB Active: 101053528 kB Inactive: 146058912 kB Active(anon): 1092056 kB Inactive(anon): 63313668 kB Active(file): 99961472 kB Inactive(file): 82745244 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Zswap: 0 kB Zswapped: 0 kB Dirty: 529180 kB Writeback: 0 kB AnonPages: 59936068 kB Mapped: 1712464 kB Shmem: 4479048 kB KReclaimable: 10563352 kB Slab: 21107276 kB SReclaimable: 10563352 kB SUnreclaim: 10543924 kB KernelStack: 106528 kB PageTables: 230000 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 197162868 kB Committed_AS: 111108064 kB VmallocTotal: 34359738367 kB VmallocUsed: 1199560 kB VmallocChunk: 0 kB Percpu: 19828800 kB HardwareCorrupted: 0 kB AnonHugePages: 8192 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FileHugePages: 0 kB FilePmdMapped: 0 kB CmaTotal: 0 kB CmaFree: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB DirectMap4k: 34894724 kB DirectMap2M: 344332288 kB DirectMap1G: 24117248 kB /sys/kernel/mm/transparent_hugepage/enabled: always madvise [never] /sys/kernel/mm/transparent_hugepage/defrag (defrag/compaction efforts parameter): always defer defer+madvise madvise [never] Process Memory: Virtual Size: 236024K (peak: 236024K) Resident Set Size: 15172K (peak: 15172K) (anon: 5680K, file: 9492K, shmem: 0K) Swapped out: 0K C-Heap outstanding allocations: 4417K, retained: 150K glibc malloc tunables: (default) /proc/sys/kernel/threads-max (system-wide limit on the number of threads): 3080345 /proc/sys/vm/max_map_count (maximum number of memory map areas a process may have): 65530 /proc/sys/kernel/pid_max (system-wide limit on number of process identifiers): 4194304 container (cgroup) information: container_type: cgroupv1 cpu_cpuset_cpus: 0,11-36,47-71 cpu_memory_nodes: 0-1 active_processor_count: 52 cpu_quota: no quota cpu_period: 100000 cpu_shares: 16384 memory_limit_in_bytes: 358674152 k memory_and_swap_limit_in_bytes: unlimited memory_soft_limit_in_bytes: unlimited memory_usage_in_bytes: 72488432 k memory_max_usage_in_bytes: 77629424 k maximum number of tasks: 2464276 current number of tasks: 1274 Steal ticks since vm start: 0 Steal ticks percentage since vm start: 0.000 CPU: total 72 (initial active 52) CPU Model and flags from /proc/cpuinfo: model name : Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities Online cpus: 0-71 Offline cpus: BIOS frequency limitation: Frequency switch latency (ns): 20000 Available cpu frequencies: Current governor: performance Core performance/turbo boost: Memory: 4k page, physical 358674152k(286149048k free), swap 0k(0k free) Page Sizes: 4k vm_info: OpenJDK 64-Bit Server VM (17.0.5+8-LTS) for linux-amd64 JRE (17.0.5+8-LTS) (Zulu17.38+21-CA), built on Oct 7 2022 12:47:57 by "zulu_re" with gcc 8.3.0 END. # # ================================================================================ [11,171 / 11,610] 244 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 57s remote-cache, linux-sandbox ... (70 actions running) [11,182 / 11,610] 245 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 58s remote-cache, linux-sandbox ... (70 actions running) [11,188 / 11,610] 245 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,192 / 11,612] 245 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,193 / 11,612] 245 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 62s remote-cache, linux-sandbox ... (70 actions running) [11,194 / 11,612] 245 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 63s remote-cache, linux-sandbox ... (70 actions running) [11,201 / 11,612] 245 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 64s remote-cache, linux-sandbox ... (67 actions, 66 running) [11,205 / 11,612] 245 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,205 / 11,612] 245 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 67s remote-cache, linux-sandbox ... (70 actions running) FLAKY: //pkg/disttask/importinto:importinto_test (Summary) /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_5_of_15/test_attempts/attempt_1.log [11,209 / 11,612] 246 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 68s remote-cache, linux-sandbox ... (70 actions running) [11,210 / 11,612] 246 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 70s remote-cache, linux-sandbox ... (70 actions running) [11,215 / 11,612] 246 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 71s remote-cache, linux-sandbox ... (67 actions, 66 running) [11,221 / 11,627] 246 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,225 / 11,627] 246 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 74s remote-cache, linux-sandbox ... (70 actions running) INFO: From Testing //pkg/ttl/ttlworker:ttlworker_test (shard 12 of 48): ==================== Test output for //pkg/ttl/ttlworker:ttlworker_test (shard 12 of 48): # # A fatal error has been detected by the Java Runtime Environment: # # SIGBUS (0x7) at pc=0x00007fd1cda198dd, pid=14, tid=65 # # JRE version: (17.0.5+8) (build ) # Java VM: OpenJDK 64-Bit Server VM (17.0.5+8-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64) # Problematic frame: # V [libjvm.so+0xc0d8dd] PerfMemory::alloc(unsigned long)+0x5d # # Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10249/execroot/__main__/core.14) # # --------------- S U M M A R Y ------------ Command Line: -Djava.io.tmpdir=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10249/execroot/__main__/_tmp/fb29b587a0af87c7cfcf425152b2fbec -XX:ErrorFile=/dev/stderr com.google.devtools.coverageoutputgenerator.Main --coverage_dir=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10249/execroot/__main__/bazel-out/k8-fastbuild/testlogs/_coverage/pkg/ttl/ttlworker/ttlworker_test/shard_12_of_48/test --output_file=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10249/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_12_of_48/coverage.dat --filter_sources=/usr/bin/.+ --filter_sources=/usr/lib/.+ --filter_sources=/usr/include.+ --filter_sources=/Applications/.+ --source_file_manifest=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10249/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ttl/ttlworker/ttlworker_test.instrumented_files Host: Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz, 72 cores, 342G, CentOS Linux release 7.9.2009 (Core) Time: Mon May 6 15:10:05 2024 CST elapsed time: 4.042782 seconds (0d 0h 0m 4s) --------------- T H R E A D --------------- Current thread (0x00007fd1c8026460): JavaThread "Unknown thread" [_thread_in_vm, id=65, stack(0x00007fd1cec8f000,0x00007fd1ced90000)] Stack: [0x00007fd1cec8f000,0x00007fd1ced90000], sp=0x00007fd1ced8eaa0, free space=1022k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0xc0d8dd] PerfMemory::alloc(unsigned long)+0x5d V [libjvm.so+0xc0c079] PerfLong::PerfLong(CounterNS, char const*, PerfData::Units, PerfData::Variability)+0x59 V [libjvm.so+0xc0cc5f] PerfDataManager::create_long_variable(CounterNS, char const*, PerfData::Units, long, JavaThread*)+0x4f V [libjvm.so+0xb0bbac] Management::init()+0x3c V [libjvm.so+0xb0bda9] management_init()+0x9 V [libjvm.so+0x7ed5ce] init_globals()+0xe V [libjvm.so+0xe87f89] Threads::create_vm(JavaVMInitArgs*, bool*)+0x289 V [libjvm.so+0x8a7741] JNI_CreateJavaVM+0x51 C [libjli.so+0x3b1a] JavaMain+0x8a C [libjli.so+0x7d69] ThreadJavaMain+0x9 siginfo: si_signo: 7 (SIGBUS), si_code: 2 (BUS_ADRERR), si_addr: 0x00007fd1cec6901c Registers: RAX=0x00007fd1cec69000, RBX=0x0000000000000038, RCX=0x00007fd1c8025240, RDX=0x00000000000001e0 RSP=0x00007fd1ced8eaa0, RBP=0x00007fd1ced8eac0, RSI=0x0000564d14433330, RDI=0x00007fd1c8022408 R8 =0x0000564d14433330, R9 =0x00007fd1ce1da2cd, R10=0x0000000000000003, R11=0x00007fd1ce310d80 R12=0x00007fd1c8022400, R13=0x00007fd1cec691a8, R14=0x0000000000000003, R15=0x0000000000000030 RIP=0x00007fd1cda198dd, EFLAGS=0x0000000000010202, CSGSFS=0x002b000000000033, ERR=0x0000000000000006 TRAPNO=0x000000000000000e Top of Stack: (sp=0x00007fd1ced8eaa0) 0x00007fd1ced8eaa0: 00007fd1c802b2b0 000000000000000e 0x00007fd1ced8eab0: 00007fd1c802b2b0 0000000000000038 0x00007fd1ced8eac0: 00007fd1ced8eb10 00007fd1cda18079 0x00007fd1ced8ead0: 000000770000006e 0000000000000000 Instructions: (pc=0x00007fd1cda198dd) 0x00007fd1cda197dd: 75 41 48 8d 05 c6 c3 74 00 55 8b 00 48 89 e5 83 0x00007fd1cda197ed: f8 02 74 37 8b 05 a9 ac 74 00 85 c0 74 1f 80 3d 0x00007fd1cda197fd: 8e ac 74 00 00 75 16 48 83 3d b4 ac 74 00 00 74 0x00007fd1cda1980d: 05 e8 3d 13 00 00 c6 05 76 ac 74 00 01 5d c3 0f 0x00007fd1cda1981d: 1f 40 00 c3 0f 1f 80 00 00 00 00 48 8d 05 29 da 0x00007fd1cda1982d: 74 00 48 83 38 00 75 bc e8 c6 e3 ff ff eb b5 0f 0x00007fd1cda1983d: 1f 40 00 8b 05 5a ac 74 00 85 c0 74 26 80 3d 3f 0x00007fd1cda1984d: ac 74 00 00 75 1d 48 83 3d 65 ac 74 00 00 74 1b 0x00007fd1cda1985d: 55 48 89 e5 e8 ea 12 00 00 c6 05 23 ac 74 00 01 0x00007fd1cda1986d: 5d c3 90 c3 0f 1f 80 00 00 00 00 c6 05 11 ac 74 0x00007fd1cda1987d: 00 01 c3 55 48 89 e5 41 55 41 54 53 48 83 ec 08 0x00007fd1cda1988d: 48 8d 05 54 9b 6e 00 80 38 00 74 77 48 8d 05 98 0x00007fd1cda1989d: 79 74 00 48 89 fb 4c 8b 20 4d 85 e4 74 08 4c 89 0x00007fd1cda198ad: e7 e8 6d 57 f7 ff 4c 8b 2d f6 ab 74 00 48 8b 05 0x00007fd1cda198bd: d7 ab 74 00 49 8d 54 1d 00 48 3b 15 eb ab 74 00 0x00007fd1cda198cd: 73 31 48 89 15 da ab 74 00 48 2b 15 e3 ab 74 00 0x00007fd1cda198dd: 83 40 1c 01 89 50 08 4d 85 e4 74 08 4c 89 e7 e8 0x00007fd1cda198ed: cf 58 f7 ff 48 83 c4 08 4c 89 e8 5b 41 5c 41 5d 0x00007fd1cda198fd: 5d c3 90 01 58 0c 45 31 ed eb dc 0f 1f 84 00 00 0x00007fd1cda1990d: 00 00 00 48 83 c4 08 45 31 ed 5b 4c 89 e8 41 5c 0x00007fd1cda1991d: 41 5d 5d c3 90 66 66 2e 0f 1f 84 00 00 00 00 00 0x00007fd1cda1992d: 0f 1f 00 48 8d 05 b1 9a 6e 00 80 38 00 75 04 c3 0x00007fd1cda1993d: 0f 1f 00 55 48 89 e5 53 48 83 ec 08 48 8b 1d 48 0x00007fd1cda1994d: ab 74 00 e8 db c1 fb ff 48 89 43 10 48 83 c4 08 0x00007fd1cda1995d: 5b 5d c3 55 48 89 e5 41 54 4c 8d 25 5b fc 72 00 0x00007fd1cda1996d: 53 49 83 3c 24 00 74 4b 31 d2 be 08 00 00 00 bf 0x00007fd1cda1997d: 01 10 00 00 e8 fa df 7a ff 4d 8b 24 24 48 89 c3 0x00007fd1cda1998d: 4c 89 e7 e8 3b 43 64 ff b9 01 10 00 00 48 89 da 0x00007fd1cda1999d: 4c 89 e7 48 89 c6 e8 18 d7 7b ff 84 c0 74 0c 48 0x00007fd1cda199ad: 89 d8 5b 41 5c 5d c3 0f 1f 40 00 48 89 df e8 50 0x00007fd1cda199bd: e1 7a ff 31 d2 be 08 00 00 00 bf 16 00 00 00 e8 0x00007fd1cda199cd: af df 7a ff 48 89 c3 e8 c7 c3 fb ff 48 89 df be --------------- P R O C E S S --------------- Threads class SMR info: _java_thread_list=0x00007fd1ce182c20, length=0, elements={ } Java Threads: ( => current thread ) Other Threads: =>0x00007fd1c8026460 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=65, stack(0x00007fd1cec8f000,0x00007fd1ced90000)] Threads with active compile tasks: VM state: not at safepoint (not fully initialized) VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) [0x00007fd1c8022400] PerfDataMemAlloc_lock - owner thread: 0x00007fd1c8026460 Heap address: 0x0000000000000000, size: 0 MB, Compressed Oops mode: 32-bit CDS archive(s) mapped at: [0x0000000000000000-0x0000000000000000-0x0000000000000000), size 0, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 0. Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0 GC Precious Log: Dll operation events (0 events): No events Deoptimization events (0 events): No events Classes unloaded (0 events): No events Classes redefined (0 events): No events Internal exceptions (0 events): No events VM Operations (0 events): No events Events (1 events): Event: 4.025 Protecting memory [0x00007fd1cec8f000,0x00007fd1cec93000] with protection modes 0 Dynamic libraries: 564d12da3000-564d12da4000 r-xp 00000000 103:03 176451330 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/bin/java 564d12da5000-564d12da6000 r--p 00001000 103:03 176451330 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/bin/java 564d12da6000-564d12da7000 rw-p 00002000 103:03 176451330 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/bin/java 564d1440c000-564d14453000 rw-p 00000000 00:00 0 [heap] 7fd1c03f4000-7fd1c8000000 r--s 00000000 103:03 176453250 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/modules 7fd1c8000000-7fd1c8035000 rw-p 00000000 00:00 0 7fd1c8035000-7fd1cc000000 ---p 00000000 00:00 0 7fd1cc2fa000-7fd1cc6ef000 rw-p 00000000 00:00 0 7fd1cc6ef000-7fd1cc6fb000 r-xp 00000000 08:03 27167256 /usr/lib64/libnss_files-2.17.so 7fd1cc6fb000-7fd1cc8fa000 ---p 0000c000 08:03 27167256 /usr/lib64/libnss_files-2.17.so 7fd1cc8fa000-7fd1cc8fb000 r--p 0000b000 08:03 27167256 /usr/lib64/libnss_files-2.17.so 7fd1cc8fb000-7fd1cc8fc000 rw-p 0000c000 08:03 27167256 /usr/lib64/libnss_files-2.17.so 7fd1cc8fc000-7fd1cc902000 rw-p 00000000 00:00 0 7fd1cc902000-7fd1cca03000 r-xp 00000000 08:03 27167235 /usr/lib64/libm-2.17.so 7fd1cca03000-7fd1ccc02000 ---p 00101000 08:03 27167235 /usr/lib64/libm-2.17.so 7fd1ccc02000-7fd1ccc03000 r--p 00100000 08:03 27167235 /usr/lib64/libm-2.17.so 7fd1ccc03000-7fd1ccc04000 rw-p 00101000 08:03 27167235 /usr/lib64/libm-2.17.so 7fd1ccc04000-7fd1ccc0b000 r-xp 00000000 08:03 27167306 /usr/lib64/librt-2.17.so 7fd1ccc0b000-7fd1cce0a000 ---p 00007000 08:03 27167306 /usr/lib64/librt-2.17.so 7fd1cce0a000-7fd1cce0b000 r--p 00006000 08:03 27167306 /usr/lib64/librt-2.17.so 7fd1cce0b000-7fd1cce0c000 rw-p 00007000 08:03 27167306 /usr/lib64/librt-2.17.so 7fd1cce0c000-7fd1ce045000 r-xp 00000000 103:03 176452006 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/server/libjvm.so 7fd1ce045000-7fd1ce0fe000 r--p 01238000 103:03 176452006 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/server/libjvm.so 7fd1ce0fe000-7fd1ce133000 rw-p 012f1000 103:03 176452006 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/server/libjvm.so 7fd1ce133000-7fd1ce18d000 rw-p 00000000 00:00 0 7fd1ce18d000-7fd1ce351000 r-xp 00000000 08:03 27167139 /usr/lib64/libc-2.17.so 7fd1ce351000-7fd1ce550000 ---p 001c4000 08:03 27167139 /usr/lib64/libc-2.17.so 7fd1ce550000-7fd1ce554000 r--p 001c3000 08:03 27167139 /usr/lib64/libc-2.17.so 7fd1ce554000-7fd1ce556000 rw-p 001c7000 08:03 27167139 /usr/lib64/libc-2.17.so 7fd1ce556000-7fd1ce55b000 rw-p 00000000 00:00 0 7fd1ce55b000-7fd1ce55d000 r-xp 00000000 08:03 27167163 /usr/lib64/libdl-2.17.so 7fd1ce55d000-7fd1ce75d000 ---p 00002000 08:03 27167163 /usr/lib64/libdl-2.17.so 7fd1ce75d000-7fd1ce75e000 r--p 00002000 08:03 27167163 /usr/lib64/libdl-2.17.so 7fd1ce75e000-7fd1ce75f000 rw-p 00003000 08:03 27167163 /usr/lib64/libdl-2.17.so 7fd1ce75f000-7fd1ce776000 r-xp 00000000 08:03 27167285 /usr/lib64/libpthread-2.17.so 7fd1ce776000-7fd1ce975000 ---p 00017000 08:03 27167285 /usr/lib64/libpthread-2.17.so 7fd1ce975000-7fd1ce976000 r--p 00016000 08:03 27167285 /usr/lib64/libpthread-2.17.so 7fd1ce976000-7fd1ce977000 rw-p 00017000 08:03 27167285 /usr/lib64/libpthread-2.17.so 7fd1ce977000-7fd1ce97b000 rw-p 00000000 00:00 0 7fd1ce97b000-7fd1ce990000 r-xp 00000000 08:03 27167352 /usr/lib64/libz.so.1.2.7 7fd1ce990000-7fd1ceb8f000 ---p 00015000 08:03 27167352 /usr/lib64/libz.so.1.2.7 7fd1ceb8f000-7fd1ceb90000 r--p 00014000 08:03 27167352 /usr/lib64/libz.so.1.2.7 7fd1ceb90000-7fd1ceb91000 rw-p 00015000 08:03 27167352 /usr/lib64/libz.so.1.2.7 7fd1ceb91000-7fd1cebb3000 r-xp 00000000 08:03 27167114 /usr/lib64/ld-2.17.so 7fd1cec69000-7fd1cec71000 rw-s 00000000 08:03 14959042 /tmp/hsperfdata_jenkins/14 (deleted) 7fd1cec71000-7fd1cec8c000 r-xp 00000000 103:03 176453227 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjimage.so 7fd1cec8c000-7fd1cec8e000 r--p 0001a000 103:03 176453227 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjimage.so 7fd1cec8e000-7fd1cec8f000 rw-p 0001c000 103:03 176453227 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjimage.so 7fd1cec8f000-7fd1cec93000 ---p 00000000 00:00 0 7fd1cec93000-7fd1ced94000 rw-p 00000000 00:00 0 7fd1ced94000-7fd1ceda2000 r-xp 00000000 103:03 176453238 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjli.so 7fd1ceda2000-7fd1ceda3000 ---p 0000e000 103:03 176453238 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjli.so 7fd1ceda3000-7fd1ceda4000 r--p 0000e000 103:03 176453238 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjli.so 7fd1ceda4000-7fd1ceda5000 rw-p 0000f000 103:03 176453238 /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/external/remotejdk17_linux/lib/libjli.so 7fd1ceda5000-7fd1ceda7000 rw-p 00000000 00:00 0 7fd1ceda7000-7fd1ceda8000 rw-p 00000000 00:00 0 7fd1ceda8000-7fd1ceda9000 ---p 00000000 00:00 0 7fd1ceda9000-7fd1cedaa000 r--p 00000000 00:00 0 7fd1cedaa000-7fd1cedab000 ---p 00000000 00:00 0 7fd1cedab000-7fd1cedac000 rw-p 00000000 00:00 0 7fd1cedac000-7fd1cedb0000 r--p 00000000 00:00 0 [vvar] 7fd1cedb0000-7fd1cedb2000 r-xp 00000000 00:00 0 [vdso] 7fd1cedb2000-7fd1cedb3000 r--p 00021000 08:03 27167114 /usr/lib64/ld-2.17.so 7fd1cedb3000-7fd1cedb4000 rw-p 00022000 08:03 27167114 /usr/lib64/ld-2.17.so 7fd1cedb4000-7fd1cedb5000 rw-p 00000000 00:00 0 7ffd84fd1000-7ffd84ff3000 rw-p 00000000 00:00 0 [stack] ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] VM Arguments: jvm_args: -Djava.io.tmpdir=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10249/execroot/__main__/_tmp/fb29b587a0af87c7cfcf425152b2fbec -XX:ErrorFile=/dev/stderr java_command: com.google.devtools.coverageoutputgenerator.Main --coverage_dir=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10249/execroot/__main__/bazel-out/k8-fastbuild/testlogs/_coverage/pkg/ttl/ttlworker/ttlworker_test/shard_12_of_48/test --output_file=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10249/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_12_of_48/coverage.dat --filter_sources=/usr/bin/.+ --filter_sources=/usr/lib/.+ --filter_sources=/usr/include.+ --filter_sources=/Applications/.+ --source_file_manifest=/home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/sandbox/linux-sandbox/10249/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ttl/ttlworker/ttlworker_test.instrumented_files java_class_path (initial): /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/remote_coverage_tools/Main.runfiles/__main__/../remote_coverage_tools/all_lcov_merger_tools_deploy.jar Launcher Type: SUN_STANDARD [Global flags] uint ConcGCThreads = 9 {product} {ergonomic} ccstr ErrorFile = /dev/stderr {product} {command line} uint G1ConcRefinementThreads = 35 {product} {ergonomic} uintx GCDrainStackTargetSize = 64 {product} {ergonomic} size_t InitialHeapSize = 2147483648 {product} {ergonomic} size_t MarkStackSize = 4194304 {product} {ergonomic} size_t MaxHeapSize = 32178700288 {product} {ergonomic} size_t MinHeapSize = 6815736 {product} {ergonomic} uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} bool SegmentedCodeCache = true {product} {ergonomic} bool UseCompressedClassPointers = true {product lp64_product} {ergonomic} bool UseCompressedOops = true {product lp64_product} {ergonomic} bool UseG1GC = true {product} {ergonomic} Logging: Log output configuration: #0: stdout all=warning uptime,level,tags #1: stderr all=off uptime,level,tags Environment Variables: PATH=.:/bin:/usr/bin:/usr/local/bin LC_CTYPE=en_US.UTF-8 TMPDIR=/tmp TZ=Asia/Shanghai Signal Handlers: SIGSEGV: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGBUS: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGFPE: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGPIPE: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGXFSZ: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGILL: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGUSR2: SR_handler in libjvm.so, mask=00000000000000000000000000000000, flags=SA_RESTART|SA_SIGINFO SIGHUP: SIG_DFL, mask=00000000000000000000000000000000, flags=none SIGINT: SIG_DFL, mask=00000000000000000000000000000000, flags=none SIGTERM: SIG_DFL, mask=00000000000000000000000000000000, flags=none SIGQUIT: javaSignalHandler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO SIGTRAP: crash_handler in libjvm.so, mask=11100100010111111101111111111110, flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS: CentOS Linux release 7.9.2009 (Core) uname: Linux 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 17:09:15 UTC 2023 x86_64 OS uptime: 348 days 4:19 hours libc: glibc 2.17 NPTL 2.17 rlimit (soft/hard): STACK 8192k/infinity , CORE infinity/infinity , NPROC infinity/infinity , NOFILE 1048576/1048576 , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK 64k/64k load average: 73.17 63.95 36.71 /proc/meminfo: MemTotal: 394325736 kB MemFree: 105471080 kB MemAvailable: 295208764 kB Buffers: 82494616 kB Cached: 104682592 kB SwapCached: 0 kB Active: 101053024 kB Inactive: 146057400 kB Active(anon): 1092056 kB Inactive(anon): 63311652 kB Active(file): 99960968 kB Inactive(file): 82745748 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Zswap: 0 kB Zswapped: 0 kB Dirty: 529180 kB Writeback: 0 kB AnonPages: 59933548 kB Mapped: 1708432 kB Shmem: 4479048 kB KReclaimable: 10563352 kB Slab: 21107276 kB SReclaimable: 10563352 kB SUnreclaim: 10543924 kB KernelStack: 106528 kB PageTables: 230000 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 197162868 kB Committed_AS: 111101388 kB VmallocTotal: 34359738367 kB VmallocUsed: 1199560 kB VmallocChunk: 0 kB Percpu: 19828800 kB HardwareCorrupted: 0 kB AnonHugePages: 8192 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FileHugePages: 0 kB FilePmdMapped: 0 kB CmaTotal: 0 kB CmaFree: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB DirectMap4k: 34894724 kB DirectMap2M: 344332288 kB DirectMap1G: 24117248 kB /sys/kernel/mm/transparent_hugepage/enabled: always madvise [never] /sys/kernel/mm/transparent_hugepage/defrag (defrag/compaction efforts parameter): always defer defer+madvise madvise [never] Process Memory: Virtual Size: 236024K (peak: 236024K) Resident Set Size: 15272K (peak: 15272K) (anon: 5680K, file: 9592K, shmem: 0K) Swapped out: 0K C-Heap outstanding allocations: 4417K, retained: 150K glibc malloc tunables: (default) /proc/sys/kernel/threads-max (system-wide limit on the number of threads): 3080345 /proc/sys/vm/max_map_count (maximum number of memory map areas a process may have): 65530 /proc/sys/kernel/pid_max (system-wide limit on number of process identifiers): 4194304 container (cgroup) information: container_type: cgroupv1 cpu_cpuset_cpus: 0,11-36,47-71 cpu_memory_nodes: 0-1 active_processor_count: 52 cpu_quota: no quota cpu_period: 100000 cpu_shares: 16384 memory_limit_in_bytes: 358674152 k memory_and_swap_limit_in_bytes: unlimited memory_soft_limit_in_bytes: unlimited memory_usage_in_bytes: 72487240 k memory_max_usage_in_bytes: 77629424 k maximum number of tasks: 2464276 current number of tasks: 1274 Steal ticks since vm start: 0 Steal ticks percentage since vm start: 0.000 CPU: total 72 (initial active 52) CPU Model and flags from /proc/cpuinfo: model name : Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities Online cpus: 0-71 Offline cpus: BIOS frequency limitation: Frequency switch latency (ns): 20000 Available cpu frequencies: Current governor: performance Core performance/turbo boost: Memory: 4k page, physical 358674152k(286145988k free), swap 0k(0k free) Page Sizes: 4k vm_info: OpenJDK 64-Bit Server VM (17.0.5+8-LTS) for linux-amd64 JRE (17.0.5+8-LTS) (Zulu17.38+21-CA), built on Oct 7 2022 12:47:57 by "zulu_re" with gcc 8.3.0 END. # # ================================================================================ [11,226 / 11,627] 246 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,237 / 11,629] 246 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,241 / 11,647] 246 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 28 of 43); 78s remote-cache, linux-sandbox ... (70 actions running) [11,243 / 11,647] 246 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 41s remote-cache, linux-sandbox ... (67 actions, 66 running) [11,247 / 11,647] 246 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 42s remote-cache, linux-sandbox ... (70 actions running) [11,247 / 11,647] 247 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 43s remote-cache, linux-sandbox ... (70 actions running) [11,256 / 11,653] 247 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,257 / 11,653] 247 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 46s remote-cache, linux-sandbox ... (70 actions running) [11,264 / 11,653] 248 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,265 / 11,653] 248 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 49s remote-cache, linux-sandbox ... (70 actions running) [11,269 / 11,653] 248 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 50s remote-cache, linux-sandbox ... (70 actions running) [11,272 / 11,653] 248 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,275 / 11,655] 249 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 52s remote-cache, linux-sandbox ... (70 actions running) [11,281 / 11,655] 250 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,283 / 11,666] 250 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 55s remote-cache, linux-sandbox ... (70 actions running) [11,284 / 11,666] 251 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 56s remote-cache, linux-sandbox ... (70 actions running) [11,285 / 11,666] 251 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,292 / 11,666] 251 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 63s remote-cache, linux-sandbox ... (70 actions running) [11,295 / 11,666] 251 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 65s remote-cache, linux-sandbox ... (70 actions running) [11,299 / 11,687] 251 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,300 / 11,687] 251 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 68s remote-cache, linux-sandbox ... (70 actions running) [11,308 / 11,687] 251 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,313 / 11,689] 251 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,313 / 11,689] 251 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 72s remote-cache, linux-sandbox ... (70 actions running) [11,315 / 11,719] 251 / 375 tests; Testing //pkg/bindinfo:bindinfo_test (shard 34 of 43); 74s remote-cache, linux-sandbox ... (70 actions running) [11,320 / 11,719] 253 / 375 tests; Testing //pkg/session:session_test (shard 49 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [11,321 / 11,719] 253 / 375 tests; Testing //pkg/session:session_test (shard 49 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,330 / 11,719] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [11,333 / 11,719] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [11,333 / 11,719] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [11,342 / 11,719] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [11,344 / 11,719] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,345 / 11,719] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,348 / 11,727] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,352 / 11,764] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 53s remote-cache, linux-sandbox ... (69 actions running) [11,353 / 11,764] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [11,358 / 11,798] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,358 / 11,798] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [11,358 / 11,798] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [11,371 / 11,798] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,373 / 11,798] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,375 / 11,798] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,375 / 11,798] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [11,376 / 11,798] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [11,383 / 11,798] 253 / 375 tests; Testing //pkg/session:session_test (shard 3 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,386 / 11,798] 254 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,387 / 11,798] 254 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [11,389 / 11,798] 255 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,390 / 11,798] 255 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,391 / 11,798] 255 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,396 / 11,798] 255 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [11,397 / 11,798] 255 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,398 / 11,798] 255 / 375 tests; Testing //pkg/session:session_test (shard 5 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,399 / 11,798] 255 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 34 of 48); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,402 / 11,798] 255 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 34 of 48); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,405 / 11,800] 255 / 375 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 34 of 48); 46s remote-cache, linux-sandbox ... (69 actions running) FLAKY: //pkg/ttl/ttlworker:ttlworker_test (Summary) /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_12_of_48/test_attempts/attempt_1.log [11,412 / 11,800] 256 / 375 tests; Testing //pkg/session:session_test (shard 48 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [11,415 / 11,827] 257 / 375 tests; Testing //pkg/session:session_test (shard 48 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [11,420 / 11,827] 257 / 375 tests; Testing //pkg/session:session_test (shard 48 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,426 / 11,827] 257 / 375 tests; Testing //pkg/session:session_test (shard 48 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [11,431 / 11,827] 257 / 375 tests; Testing //pkg/session:session_test (shard 48 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [11,435 / 11,840] 257 / 375 tests; Testing //pkg/session:session_test (shard 48 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [11,436 / 11,840] 257 / 375 tests; Testing //pkg/session:session_test (shard 48 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [11,436 / 11,840] 257 / 375 tests; Testing //pkg/session:session_test (shard 48 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) FLAKY: //pkg/ddl:ddl_test (Summary) /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_40_of_50/test_attempts/attempt_1.log [11,446 / 11,840] 258 / 375 tests; Testing //pkg/session:session_test (shard 48 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,448 / 11,840] 258 / 375 tests; Testing //pkg/session:session_test (shard 48 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,455 / 11,885] 258 / 375 tests; Testing //pkg/session:session_test (shard 48 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,458 / 11,885] 260 / 375 tests; Testing //pkg/session:session_test (shard 48 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,460 / 11,885] 260 / 375 tests; Testing //pkg/session:session_test (shard 48 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [11,467 / 11,885] 261 / 375 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,472 / 11,947] 261 / 375 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,475 / 11,976] 261 / 375 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,479 / 11,976] 261 / 375 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,480 / 11,976] 261 / 375 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 44s remote-cache, linux-sandbox ... (70 actions running) [11,482 / 11,976] 261 / 375 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 45s remote-cache, linux-sandbox ... (70 actions running) [11,485 / 11,978] 261 / 375 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,491 / 11,978] 263 / 375 tests; Testing //pkg/session:session_test (shard 6 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [11,491 / 11,978] 263 / 375 tests; Testing //pkg/session:session_test (shard 6 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [11,498 / 11,978] 264 / 375 tests; Testing //pkg/session:session_test (shard 6 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,501 / 11,985] 264 / 375 tests; Testing //pkg/session:session_test (shard 6 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,507 / 12,023] 264 / 375 tests; Testing //pkg/session:session_test (shard 6 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,512 / 12,023] 264 / 375 tests; Testing //pkg/session:session_test (shard 6 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,513 / 12,023] 264 / 375 tests; Testing //pkg/session:session_test (shard 6 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,519 / 12,023] 265 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,520 / 12,023] 265 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [11,522 / 12,023] 265 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 51s remote-cache, linux-sandbox ... (70 actions running) [11,526 / 12,074] 266 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,530 / 12,074] 266 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,533 / 12,078] 266 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [11,534 / 12,078] 266 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,534 / 12,078] 266 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [11,534 / 12,078] 266 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [11,541 / 12,078] 266 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,544 / 12,098] 266 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [11,548 / 12,098] 266 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,555 / 12,100] 266 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,560 / 12,100] 266 / 375 tests; Testing //pkg/session:session_test (shard 7 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,563 / 12,100] 267 / 375 tests; Testing //pkg/executor:executor_test (shard 46 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [11,567 / 12,100] 268 / 375 tests; Testing //pkg/executor:executor_test (shard 46 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [11,569 / 12,100] 268 / 375 tests; Testing //pkg/executor:executor_test (shard 46 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,573 / 12,100] 268 / 375 tests; Testing //pkg/executor:executor_test (shard 46 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,573 / 12,100] 268 / 375 tests; Testing //pkg/executor:executor_test (shard 46 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,574 / 12,100] 268 / 375 tests; Testing //pkg/executor:executor_test (shard 46 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,574 / 12,100] 268 / 375 tests; Testing //pkg/executor:executor_test (shard 46 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [11,575 / 12,100] 268 / 375 tests; Testing //pkg/executor:executor_test (shard 46 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,581 / 12,100] 268 / 375 tests; Testing //pkg/executor:executor_test (shard 46 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,583 / 12,100] 268 / 375 tests; Testing //pkg/executor:executor_test (shard 46 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [11,585 / 12,100] 268 / 375 tests; Testing //pkg/executor:executor_test (shard 46 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,601 / 12,117] 268 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 70s remote-cache, linux-sandbox ... (70 actions running) [11,603 / 12,117] 268 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,606 / 12,117] 268 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,608 / 12,117] 268 / 375 tests; Testing //pkg/session:session_test (shard 8 of 50); 74s remote-cache, linux-sandbox ... (70 actions running) [11,610 / 12,117] 269 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,611 / 12,117] 269 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,611 / 12,117] 269 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [11,612 / 12,117] 269 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,621 / 12,117] 269 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,621 / 12,117] 269 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [11,621 / 12,117] 269 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 70s remote-cache, linux-sandbox ... (70 actions running) [11,628 / 12,117] 269 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,631 / 12,143] 269 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,633 / 12,143] 269 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 74s remote-cache, linux-sandbox ... (70 actions running) [11,637 / 12,143] 270 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 76s remote-cache, linux-sandbox ... (70 actions running) [11,641 / 12,143] 270 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [11,642 / 12,143] 270 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,644 / 12,143] 270 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 83s remote-cache, linux-sandbox ... (70 actions running) [11,646 / 12,143] 270 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,650 / 12,143] 270 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 86s remote-cache, linux-sandbox ... (70 actions running) [11,650 / 12,143] 270 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [11,652 / 12,143] 270 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [11,653 / 12,143] 270 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,660 / 12,145] 270 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,662 / 12,145] 270 / 375 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 92s remote-cache, linux-sandbox ... (70 actions running) [11,667 / 12,145] 271 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [11,670 / 12,145] 271 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,670 / 12,145] 271 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [11,671 / 12,145] 271 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [11,671 / 12,145] 271 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [11,676 / 12,145] 272 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 51s remote-cache, linux-sandbox ... (70 actions running) [11,679 / 12,145] 272 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [11,682 / 12,145] 272 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,685 / 12,145] 272 / 375 tests; Testing //pkg/session:session_test (shard 11 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,689 / 12,145] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,691 / 12,145] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 53s remote-cache, linux-sandbox ... (70 actions running) [11,693 / 12,145] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 55s remote-cache, linux-sandbox ... (70 actions running) [11,693 / 12,145] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 56s remote-cache, linux-sandbox ... (70 actions running) [11,694 / 12,145] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,695 / 12,145] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,701 / 12,145] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,703 / 12,151] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 61s remote-cache, linux-sandbox ... (70 actions running) [11,704 / 12,151] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 63s remote-cache, linux-sandbox ... (67 actions, 66 running) [11,711 / 12,151] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 64s remote-cache, linux-sandbox ... (70 actions running) [11,716 / 12,151] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 65s remote-cache, linux-sandbox ... (70 actions running) [11,717 / 12,151] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,723 / 12,151] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,728 / 12,151] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,729 / 12,151] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,731 / 12,151] 272 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 71s remote-cache, linux-sandbox ... (70 actions running) [11,734 / 12,151] 274 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,735 / 12,151] 274 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,735 / 12,151] 274 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 75s remote-cache, linux-sandbox ... (70 actions running) [11,735 / 12,151] 274 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 79s remote-cache, linux-sandbox ... (70 actions running) [11,745 / 12,151] 274 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,745 / 12,151] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 81s remote-cache, linux-sandbox ... (70 actions running) [11,747 / 12,151] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,752 / 12,151] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 84s remote-cache, linux-sandbox ... (70 actions running) [11,752 / 12,151] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 86s remote-cache, linux-sandbox ... (70 actions running) [11,757 / 12,151] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,759 / 12,158] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 89s remote-cache, linux-sandbox ... (70 actions running) [11,760 / 12,158] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,762 / 12,158] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,762 / 12,158] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 93s remote-cache, linux-sandbox ... (70 actions running) [11,765 / 12,173] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 94s remote-cache, linux-sandbox ... (70 actions running) [11,765 / 12,173] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 96s remote-cache, linux-sandbox ... (70 actions running) [11,766 / 12,173] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 97s remote-cache, linux-sandbox ... (70 actions running) [11,766 / 12,173] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 99s remote-cache, linux-sandbox ... (70 actions running) [11,775 / 12,173] 275 / 375 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,778 / 12,173] 275 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [11,784 / 12,173] 275 / 375 tests; Testing //pkg/session:session_test (shard 14 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,787 / 12,173] 275 / 375 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 19); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,791 / 12,173] 275 / 375 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 19); 47s remote-cache, linux-sandbox ... (70 actions running) [11,796 / 12,173] 275 / 375 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 19); 48s remote-cache, linux-sandbox ... (70 actions running) [11,798 / 12,173] 275 / 375 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 19); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,800 / 12,173] 275 / 375 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 19); 51s remote-cache, linux-sandbox ... (70 actions running) [11,800 / 12,173] 275 / 375 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 19); 52s remote-cache, linux-sandbox ... (70 actions running) [11,801 / 12,173] 275 / 375 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 19); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,801 / 12,173] 276 / 375 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 19); 54s remote-cache, linux-sandbox ... (70 actions running) [11,810 / 12,173] 276 / 375 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 19); 56s remote-cache, linux-sandbox ... (70 actions running) [11,811 / 12,173] 276 / 375 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 19); 57s remote-cache, linux-sandbox ... (70 actions running) [11,813 / 12,173] 277 / 375 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 19); 59s remote-cache, linux-sandbox ... (70 actions running) [11,819 / 12,173] 277 / 375 tests; Testing //pkg/session:session_test (shard 45 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [11,824 / 12,173] 277 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 1 of 37); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,825 / 12,173] 277 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 1 of 37); 50s remote-cache, linux-sandbox ... (70 actions running) [11,832 / 12,173] 277 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 36); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,832 / 12,173] 277 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 36); 45s remote-cache, linux-sandbox ... (70 actions running) [11,833 / 12,173] 278 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 36); 46s remote-cache, linux-sandbox ... (70 actions running) [11,836 / 12,175] 278 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 36); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,836 / 12,175] 278 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 36); 49s remote-cache, linux-sandbox ... (70 actions running) [11,836 / 12,175] 278 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 36); 50s remote-cache, linux-sandbox ... (70 actions running) [11,839 / 12,175] 278 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 36); 51s remote-cache, linux-sandbox ... (70 actions running) [11,842 / 12,175] 279 / 375 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 1 of 5); 38s remote-cache, linux-sandbox ... (70 actions running) [11,842 / 12,175] 279 / 375 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 1 of 5); 39s remote-cache, linux-sandbox ... (70 actions running) [11,847 / 12,194] 279 / 375 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 1 of 5); 40s remote-cache, linux-sandbox ... (70 actions running) [11,847 / 12,194] 279 / 375 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 1 of 5); 42s remote-cache, linux-sandbox ... (70 actions running) [11,849 / 12,194] 280 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [11,850 / 12,196] 280 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,852 / 12,196] 280 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,855 / 12,196] 280 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,858 / 12,196] 280 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,863 / 12,220] 281 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,863 / 12,220] 281 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [11,864 / 12,220] 281 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,868 / 12,220] 281 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,869 / 12,220] 282 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,872 / 12,220] 282 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 51s remote-cache, linux-sandbox ... (70 actions running) [11,875 / 12,220] 282 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [11,876 / 12,220] 282 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,877 / 12,220] 282 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,881 / 12,222] 282 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,884 / 12,222] 282 / 375 tests; Testing //pkg/executor:executor_test (shard 35 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,887 / 12,222] 282 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [11,888 / 12,222] 282 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [11,889 / 12,227] 282 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,891 / 12,227] 282 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [11,892 / 12,227] 282 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,894 / 12,227] 283 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,898 / 12,227] 283 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 63s remote-cache, linux-sandbox ... (70 actions running) [11,899 / 12,227] 283 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [11,899 / 12,227] 283 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [11,903 / 12,227] 283 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,905 / 12,227] 283 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,908 / 12,227] 283 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [11,909 / 12,227] 283 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,910 / 12,227] 283 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 73s remote-cache, linux-sandbox ... (70 actions running) [11,910 / 12,227] 283 / 375 tests; Testing //pkg/executor:executor_test (shard 42 of 50); 75s remote-cache, linux-sandbox ... (70 actions running) [11,918 / 12,227] 284 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 64s remote-cache, linux-sandbox ... (70 actions running) [11,921 / 12,227] 284 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 66s remote-cache, linux-sandbox ... (70 actions running) [11,924 / 12,227] 284 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 67s remote-cache, linux-sandbox ... (70 actions running) [11,927 / 12,227] 285 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,928 / 12,227] 285 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,931 / 12,227] 285 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 71s remote-cache, linux-sandbox ... (70 actions running) [11,934 / 12,227] 285 / 375 tests; Testing //pkg/session:session_test (shard 19 of 50); 69s remote-cache, linux-sandbox ... (69 actions running) [11,934 / 12,227] 285 / 375 tests; Testing //pkg/session:session_test (shard 19 of 50); 70s remote-cache, linux-sandbox ... (70 actions running) [11,934 / 12,227] 285 / 375 tests; Testing //pkg/session:session_test (shard 19 of 50); 71s remote-cache, linux-sandbox ... (70 actions running) [11,940 / 12,227] 285 / 375 tests; Testing //pkg/session:session_test (shard 19 of 50); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,944 / 12,229] 285 / 375 tests; Testing //pkg/session:session_test (shard 19 of 50); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,946 / 12,229] 285 / 375 tests; Testing //pkg/session:session_test (shard 19 of 50); 75s remote-cache, linux-sandbox ... (70 actions running) [11,947 / 12,229] 285 / 375 tests; Testing //pkg/session:session_test (shard 19 of 50); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,948 / 12,229] 285 / 375 tests; Testing //pkg/session:session_test (shard 19 of 50); 80s remote-cache, linux-sandbox ... (70 actions running) [11,948 / 12,229] 285 / 375 tests; Testing //pkg/session:session_test (shard 19 of 50); 81s remote-cache, linux-sandbox ... (70 actions running) [11,954 / 12,229] 286 / 375 tests; Testing //pkg/session:session_test (shard 19 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,957 / 12,229] 286 / 375 tests; Testing //pkg/session:session_test (shard 19 of 50); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,958 / 12,229] 286 / 375 tests; Testing //pkg/session:session_test (shard 19 of 50); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,958 / 12,229] 286 / 375 tests; Testing //pkg/session:session_test (shard 19 of 50); 86s remote-cache, linux-sandbox ... (70 actions running) [11,961 / 12,229] 286 / 375 tests; Testing //pkg/executor:executor_test (shard 41 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [11,962 / 12,229] 286 / 375 tests; Testing //pkg/executor:executor_test (shard 41 of 50); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,963 / 12,229] 287 / 375 tests; Testing //pkg/executor:executor_test (shard 41 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,966 / 12,229] 288 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [11,966 / 12,229] 288 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [11,966 / 12,229] 288 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [11,970 / 12,262] 288 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,970 / 12,262] 288 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [11,970 / 12,262] 288 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [11,971 / 12,262] 288 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [11,978 / 12,262] 289 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,983 / 12,311] 289 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 71s remote-cache, linux-sandbox ... (70 actions running) [11,986 / 12,311] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,987 / 12,311] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 74s remote-cache, linux-sandbox ... (70 actions running) [11,987 / 12,311] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 75s remote-cache, linux-sandbox ... (70 actions running) [11,989 / 12,332] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 76s remote-cache, linux-sandbox ... (70 actions running) [11,990 / 12,332] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,990 / 12,332] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [11,996 / 12,332] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 81s remote-cache, linux-sandbox ... (70 actions running) [11,996 / 12,332] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 82s remote-cache, linux-sandbox ... (70 actions running) [12,001 / 12,332] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,004 / 12,365] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 85s remote-cache, linux-sandbox ... (70 actions running) [12,005 / 12,365] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [12,007 / 12,365] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [12,009 / 12,365] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [12,011 / 12,365] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 90s remote-cache, linux-sandbox ... (70 actions running) [12,012 / 12,365] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 92s remote-cache, linux-sandbox ... (70 actions running) [12,012 / 12,365] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 94s remote-cache, linux-sandbox ... (70 actions running) [12,013 / 12,365] 290 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 95s remote-cache, linux-sandbox ... (70 actions running) [12,013 / 12,365] 291 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [12,019 / 12,365] 291 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 98s remote-cache, linux-sandbox ... (70 actions running) [12,022 / 12,365] 291 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 99s remote-cache, linux-sandbox ... (70 actions running) [12,025 / 12,365] 291 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,027 / 12,365] 291 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 102s remote-cache, linux-sandbox ... (70 actions running) [12,028 / 12,365] 291 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,029 / 12,365] 291 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 106s remote-cache, linux-sandbox ... (70 actions running) [12,032 / 12,365] 291 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 107s remote-cache, linux-sandbox ... (70 actions running) [12,034 / 12,365] 291 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,034 / 12,365] 291 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 110s remote-cache, linux-sandbox ... (70 actions running) [12,034 / 12,365] 291 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 111s remote-cache, linux-sandbox ... (70 actions running) [12,039 / 12,365] 291 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 113s remote-cache, linux-sandbox ... (70 actions running) [12,040 / 12,365] 291 / 375 tests; Testing //pkg/session:session_test (shard 20 of 50); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,047 / 12,403] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,051 / 12,403] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,053 / 12,403] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 111s remote-cache, linux-sandbox ... (70 actions running) [12,054 / 12,403] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,055 / 12,403] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 113s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,063 / 12,403] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 115s remote-cache, linux-sandbox ... (70 actions running) [12,063 / 12,403] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 117s remote-cache, linux-sandbox ... (70 actions running) [12,067 / 12,403] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 119s remote-cache, linux-sandbox ... (70 actions running) [12,068 / 12,403] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 120s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,071 / 12,403] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 122s remote-cache, linux-sandbox ... (70 actions running) [12,072 / 12,403] 291 / 375 tests; Testing //pkg/session:session_test (shard 21 of 50); 123s remote-cache, linux-sandbox ... (70 actions running) [12,076 / 12,403] 291 / 375 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 10); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,078 / 12,403] 291 / 375 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 10); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,080 / 12,403] 291 / 375 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 10); 65s remote-cache, linux-sandbox ... (70 actions running) [12,081 / 12,403] 292 / 375 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 10); 66s remote-cache, linux-sandbox ... (70 actions running) [12,085 / 12,403] 292 / 375 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 10); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,088 / 12,403] 292 / 375 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 10); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,088 / 12,403] 292 / 375 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 10); 70s remote-cache, linux-sandbox ... (70 actions running) [12,089 / 12,403] 292 / 375 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 10); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,091 / 12,403] 293 / 375 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 10); 72s remote-cache, linux-sandbox ... (70 actions running) [12,093 / 12,403] 293 / 375 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 10); 74s remote-cache, linux-sandbox ... (70 actions running) [12,093 / 12,403] 294 / 375 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 10); 75s remote-cache, linux-sandbox ... (70 actions running) [12,094 / 12,403] 294 / 375 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 11 of 20); 39s remote-cache, linux-sandbox ... (70 actions running) [12,094 / 12,403] 295 / 375 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 11 of 20); 40s remote-cache, linux-sandbox ... (70 actions running) [12,097 / 12,403] 295 / 375 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 11 of 20); 42s remote-cache, linux-sandbox ... (70 actions running) [12,100 / 12,427] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,103 / 12,429] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 37s remote-cache, linux-sandbox ... (70 actions running) [12,103 / 12,429] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 38s remote-cache, linux-sandbox ... (70 actions running) [12,108 / 12,429] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 39s remote-cache, linux-sandbox ... (70 actions running) [12,110 / 12,434] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 40s remote-cache, linux-sandbox ... (70 actions running) [12,110 / 12,434] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 41s remote-cache, linux-sandbox ... (70 actions running) [12,117 / 12,434] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 43s remote-cache, linux-sandbox ... (70 actions running) [12,117 / 12,434] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 44s remote-cache, linux-sandbox ... (70 actions running) [12,118 / 12,480] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,120 / 12,480] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 47s remote-cache, linux-sandbox ... (70 actions running) [12,121 / 12,480] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,125 / 12,480] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,125 / 12,480] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 51s remote-cache, linux-sandbox ... (70 actions running) [12,126 / 12,480] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,129 / 12,480] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,129 / 12,480] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 55s remote-cache, linux-sandbox ... (70 actions running) [12,129 / 12,480] 296 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 57s remote-cache, linux-sandbox ... (70 actions running) [12,131 / 12,480] 297 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 58s remote-cache, linux-sandbox ... (70 actions running) [12,137 / 12,480] 297 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 36); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,140 / 12,480] 297 / 375 tests; Testing //pkg/session:session_test (shard 23 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [12,140 / 12,480] 298 / 375 tests; Testing //pkg/session:session_test (shard 23 of 50); 63s remote-cache, linux-sandbox ... (70 actions running) [12,141 / 12,480] 298 / 375 tests; Testing //pkg/session:session_test (shard 23 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [12,141 / 12,480] 298 / 375 tests; Testing //pkg/session:session_test (shard 23 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [12,141 / 12,480] 299 / 375 tests; Testing //pkg/session:session_test (shard 23 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [12,150 / 12,480] 299 / 375 tests; Testing //pkg/session:session_test (shard 24 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,152 / 12,480] 299 / 375 tests; Testing //pkg/session:session_test (shard 24 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,152 / 12,480] 299 / 375 tests; Testing //pkg/session:session_test (shard 24 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [12,155 / 12,480] 299 / 375 tests; Testing //pkg/session:session_test (shard 24 of 50); 70s remote-cache, linux-sandbox ... (69 actions running) [12,156 / 12,480] 299 / 375 tests; Testing //pkg/session:session_test (shard 24 of 50); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,158 / 12,480] 299 / 375 tests; Testing //pkg/session:session_test (shard 24 of 50); 73s remote-cache, linux-sandbox ... (68 actions running) [12,161 / 12,484] 299 / 375 tests; Testing //pkg/session:session_test (shard 24 of 50); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,162 / 12,484] 299 / 375 tests; Testing //pkg/session:session_test (shard 24 of 50); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,167 / 12,484] 299 / 375 tests; Testing //pkg/session:session_test (shard 24 of 50); 77s remote-cache, linux-sandbox ... (70 actions running) [12,168 / 12,484] 299 / 375 tests; Testing //pkg/session:session_test (shard 25 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,171 / 12,535] 299 / 375 tests; Testing //pkg/session:session_test (shard 25 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [12,172 / 12,535] 299 / 375 tests; Testing //pkg/session:session_test (shard 25 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,179 / 12,535] 299 / 375 tests; Testing //pkg/session:session_test (shard 25 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,180 / 12,535] 299 / 375 tests; Testing //pkg/session:session_test (shard 25 of 50); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,184 / 12,535] 299 / 375 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,186 / 12,535] 299 / 375 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 51s remote-cache, linux-sandbox ... (70 actions running) [12,188 / 12,535] 299 / 375 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 52s remote-cache, linux-sandbox ... (70 actions running) [12,189 / 12,535] 299 / 375 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,190 / 12,535] 299 / 375 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 55s remote-cache, linux-sandbox ... (70 actions running) [12,193 / 12,535] 299 / 375 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,195 / 12,535] 299 / 375 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 58s remote-cache, linux-sandbox ... (70 actions running) [12,196 / 12,535] 299 / 375 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,197 / 12,535] 299 / 375 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 62s remote-cache, linux-sandbox ... (70 actions running) [12,197 / 12,535] 299 / 375 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 65s remote-cache, linux-sandbox ... (70 actions running) [12,206 / 12,535] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,210 / 12,535] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,210 / 12,535] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 63s remote-cache, linux-sandbox ... (70 actions running) [12,214 / 12,535] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 64s remote-cache, linux-sandbox ... (70 actions running) [12,214 / 12,535] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 66s remote-cache, linux-sandbox ... (70 actions running) [12,219 / 12,535] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 67s remote-cache, linux-sandbox ... (70 actions running) [12,223 / 12,535] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 69s remote-cache, linux-sandbox ... (70 actions running) [12,224 / 12,535] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 71s remote-cache, linux-sandbox ... (70 actions running) [12,225 / 12,535] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,237 / 12,535] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 76s remote-cache, linux-sandbox ... (70 actions running) [12,237 / 12,535] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 77s remote-cache, linux-sandbox ... (70 actions running) [12,243 / 12,535] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,251 / 12,550] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,258 / 12,563] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,266 / 12,563] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,268 / 12,563] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 83s remote-cache, linux-sandbox ... (70 actions running) [12,273 / 12,563] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,277 / 12,563] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,280 / 12,563] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 87s remote-cache, linux-sandbox ... (70 actions running) [12,280 / 12,563] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 88s remote-cache, linux-sandbox ... (70 actions running) [12,283 / 12,601] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,283 / 12,601] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 91s remote-cache, linux-sandbox ... (70 actions running) [12,284 / 12,601] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 92s remote-cache, linux-sandbox ... (70 actions running) [12,296 / 12,616] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,301 / 12,629] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,304 / 12,633] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,312 / 12,633] 301 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 97s remote-cache, linux-sandbox ... (66 actions, 62 running) [12,318 / 12,633] 304 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,319 / 12,633] 304 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,321 / 12,633] 305 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 71s remote-cache, linux-sandbox ... (70 actions running) [12,325 / 12,633] 305 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,328 / 12,633] 305 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 74s remote-cache, linux-sandbox ... (70 actions running) [12,331 / 12,633] 305 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,331 / 12,633] 305 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 77s remote-cache, linux-sandbox ... (70 actions running) [12,339 / 12,633] 305 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 78s remote-cache, linux-sandbox ... (70 actions running) [12,341 / 12,633] 305 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,343 / 12,633] 305 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 81s remote-cache, linux-sandbox ... (70 actions running) [12,344 / 12,655] 305 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,355 / 12,655] 306 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,358 / 12,655] 306 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 85s remote-cache, linux-sandbox ... (70 actions running) [12,360 / 12,655] 306 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,361 / 12,655] 306 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,361 / 12,655] 306 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 89s remote-cache, linux-sandbox ... (70 actions running) [12,371 / 12,655] 306 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 90s remote-cache, linux-sandbox ... (70 actions running) [12,373 / 12,655] 306 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,376 / 12,655] 306 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 93s remote-cache, linux-sandbox ... (70 actions running) [12,377 / 12,655] 306 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,384 / 12,655] 307 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 96s remote-cache, linux-sandbox ... (70 actions running) [12,388 / 12,655] 307 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 98s remote-cache, linux-sandbox ... (70 actions running) [12,389 / 12,655] 307 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,394 / 12,655] 307 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 101s remote-cache, linux-sandbox ... (70 actions running) [12,394 / 12,655] 307 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 103s remote-cache, linux-sandbox ... (70 actions running) [12,394 / 12,655] 307 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 104s remote-cache, linux-sandbox ... (70 actions running) [12,394 / 12,655] 308 / 375 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 22 of 37); 106s remote-cache, linux-sandbox ... (70 actions running) [12,411 / 12,655] 308 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 76s remote-cache, linux-sandbox ... (70 actions running) [12,414 / 12,678] 308 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,414 / 12,678] 308 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [12,423 / 12,678] 308 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 80s remote-cache, linux-sandbox ... (70 actions running) [12,423 / 12,678] 308 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 82s remote-cache, linux-sandbox ... (70 actions running) [12,426 / 12,678] 308 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 83s remote-cache, linux-sandbox ... (70 actions running) [12,427 / 12,678] 308 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [12,433 / 12,678] 309 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 85s remote-cache, linux-sandbox ... (70 actions running) [12,440 / 12,678] 309 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 86s remote-cache, linux-sandbox ... (70 actions running) [12,441 / 12,678] 309 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [12,447 / 12,678] 309 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [12,452 / 12,678] 309 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 91s remote-cache, linux-sandbox ... (70 actions running) [12,455 / 12,678] 310 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,460 / 12,678] 310 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,461 / 12,678] 310 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 95s remote-cache, linux-sandbox ... (70 actions running) [12,461 / 12,678] 311 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [12,462 / 12,678] 311 / 375 tests; Testing //pkg/session:session_test (shard 29 of 50); 98s remote-cache, linux-sandbox ... (70 actions running) [12,471 / 12,678] 311 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 80s remote-cache, linux-sandbox ... (70 actions running) [12,471 / 12,678] 311 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 82s remote-cache, linux-sandbox ... (70 actions running) [12,471 / 12,678] 311 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 83s remote-cache, linux-sandbox ... (70 actions running) [12,481 / 12,719] 311 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,482 / 12,719] 311 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 86s remote-cache, linux-sandbox ... (70 actions running) [12,483 / 12,719] 311 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,485 / 12,719] 311 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 90s remote-cache, linux-sandbox ... (70 actions running) [12,487 / 12,719] 311 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 91s remote-cache, linux-sandbox ... (70 actions running) [12,489 / 12,719] 311 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 93s remote-cache, linux-sandbox ... (70 actions running) [12,492 / 12,719] 313 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 95s remote-cache, linux-sandbox ... (70 actions running) [12,493 / 12,719] 313 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [12,495 / 12,719] 313 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 97s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,503 / 12,719] 313 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,506 / 12,725] 313 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,508 / 12,725] 313 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 101s remote-cache, linux-sandbox ... (70 actions running) [12,510 / 12,725] 313 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 102s remote-cache, linux-sandbox ... (70 actions running) [12,511 / 12,725] 313 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,511 / 12,725] 313 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 105s remote-cache, linux-sandbox ... (70 actions running) [12,519 / 12,725] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 106s remote-cache, linux-sandbox ... (70 actions running) [12,520 / 12,725] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 108s remote-cache, linux-sandbox ... (70 actions running) [12,520 / 12,725] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 110s remote-cache, linux-sandbox ... (70 actions running) [12,523 / 12,725] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 111s remote-cache, linux-sandbox ... (70 actions running) [12,525 / 12,725] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 112s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,527 / 12,725] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 114s remote-cache, linux-sandbox ... (70 actions running) [12,535 / 12,733] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,536 / 12,733] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 116s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,541 / 12,733] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 118s remote-cache, linux-sandbox ... (70 actions running) [12,542 / 12,733] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 119s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,545 / 12,733] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 121s remote-cache, linux-sandbox ... (70 actions running) [12,548 / 12,733] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 122s remote-cache, linux-sandbox ... (70 actions running) [12,549 / 12,733] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 124s remote-cache, linux-sandbox ... (70 actions running) [12,550 / 12,733] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 126s remote-cache, linux-sandbox ... (70 actions running) [12,553 / 12,733] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 127s remote-cache, linux-sandbox ... (70 actions running) [12,554 / 12,784] 314 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 128s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,563 / 12,784] 315 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 129s remote-cache, linux-sandbox ... (70 actions running) [12,566 / 12,784] 315 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 130s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,571 / 12,784] 316 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 131s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,578 / 12,784] 317 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 133s remote-cache, linux-sandbox ... (70 actions running) [12,579 / 12,784] 318 / 375 tests; Testing //pkg/session:session_test (shard 34 of 50); 134s remote-cache, linux-sandbox ... (70 actions running) [12,581 / 12,784] 318 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 96s remote-cache, linux-sandbox ... (70 actions running) [12,587 / 12,784] 318 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 97s remote-cache, linux-sandbox ... (70 actions running) [12,590 / 12,784] 318 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 98s remote-cache, linux-sandbox ... (70 actions running) [12,592 / 12,784] 318 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,592 / 12,784] 318 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 101s remote-cache, linux-sandbox ... (70 actions running) [12,599 / 12,784] 318 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,600 / 12,786] 318 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,601 / 12,786] 318 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 105s remote-cache, linux-sandbox ... (70 actions running) [12,611 / 12,786] 318 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 107s remote-cache, linux-sandbox ... (70 actions running) [12,615 / 12,786] 318 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 108s remote-cache, linux-sandbox ... (67 actions, 66 running) [12,619 / 12,788] 318 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,626 / 12,788] 319 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 111s remote-cache, linux-sandbox ... (70 actions running) [12,627 / 12,788] 319 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 112s remote-cache, linux-sandbox ... (70 actions running) [12,629 / 12,788] 319 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 113s remote-cache, linux-sandbox ... (70 actions running) [12,631 / 12,788] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 33 of 37); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,635 / 12,788] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,637 / 12,788] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,639 / 12,788] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 74s remote-cache, linux-sandbox ... (70 actions running) [12,639 / 12,788] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 76s remote-cache, linux-sandbox ... (70 actions running) [12,640 / 12,788] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 78s remote-cache, linux-sandbox ... (70 actions running) [12,652 / 12,788] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 79s remote-cache, linux-sandbox ... (70 actions running) [12,653 / 12,788] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,653 / 12,788] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 82s remote-cache, linux-sandbox ... (70 actions running) [12,657 / 12,816] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 83s remote-cache, linux-sandbox ... (70 actions running) [12,673 / 12,834] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 84s remote-cache, linux-sandbox ... (70 actions running) [12,677 / 12,860] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,682 / 12,860] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,682 / 12,860] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 88s remote-cache, linux-sandbox ... (70 actions running) [12,693 / 12,860] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,697 / 12,887] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,698 / 12,887] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 92s remote-cache, linux-sandbox ... (70 actions running) [12,698 / 12,887] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 94s remote-cache, linux-sandbox ... (70 actions running) [12,699 / 12,887] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,715 / 12,887] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 96s remote-cache, linux-sandbox ... (70 actions running) [12,718 / 12,905] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 98s remote-cache, linux-sandbox ... (70 actions running) [12,725 / 12,942] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,733 / 12,942] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,738 / 12,942] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 102s remote-cache, linux-sandbox ... (70 actions running) [12,741 / 12,942] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 103s remote-cache, linux-sandbox ... (70 actions running) [12,749 / 12,964] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,758 / 12,964] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,760 / 12,964] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 107s remote-cache, linux-sandbox ... (70 actions running) [12,763 / 13,015] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,765 / 13,015] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,765 / 13,015] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 111s remote-cache, linux-sandbox ... (70 actions running) [12,766 / 13,015] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 37); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,780 / 13,015] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 63s remote-cache, linux-sandbox ... (70 actions running) [12,780 / 13,015] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 64s remote-cache, linux-sandbox ... (70 actions running) [12,782 / 13,032] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,802 / 13,136] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,806 / 13,136] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 68s remote-cache, linux-sandbox ... (70 actions running) [12,807 / 13,136] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,810 / 13,136] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,818 / 13,136] 328 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,820 / 13,136] 328 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 73s remote-cache, linux-sandbox ... (70 actions running) [12,820 / 13,136] 329 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 74s remote-cache, linux-sandbox ... (70 actions running) [12,830 / 13,136] 329 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 76s remote-cache, linux-sandbox ... (70 actions running) [12,830 / 13,136] 329 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 77s remote-cache, linux-sandbox ... (70 actions running) [12,838 / 13,136] 329 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 79s remote-cache, linux-sandbox ... (70 actions running) [12,838 / 13,136] 330 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 81s remote-cache, linux-sandbox ... (70 actions running) [12,850 / 13,165] 330 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,857 / 13,165] 330 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 84s remote-cache, linux-sandbox ... (70 actions running) [12,859 / 13,165] 330 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,860 / 13,165] 330 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,869 / 13,165] 330 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 88s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,876 / 13,165] 330 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,876 / 13,165] 330 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 90s remote-cache, linux-sandbox ... (70 actions running) [12,876 / 13,165] 330 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 92s remote-cache, linux-sandbox ... (70 actions running) [12,882 / 13,165] 330 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 94s remote-cache, linux-sandbox ... (70 actions running) [12,894 / 13,172] 331 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 95s remote-cache, linux-sandbox ... (69 actions running) [12,894 / 13,172] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 96s remote-cache, linux-sandbox ... (70 actions running) [12,901 / 13,172] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,906 / 13,172] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,910 / 13,172] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,914 / 13,172] 333 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 39s remote-cache, linux-sandbox ... (70 actions running) [12,918 / 13,172] 333 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,919 / 13,172] 333 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,919 / 13,172] 334 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 42s remote-cache, linux-sandbox ... (70 actions running) [12,932 / 13,172] 334 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 43s remote-cache, linux-sandbox ... (70 actions running) [12,935 / 13,172] 335 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 44s remote-cache, linux-sandbox ... (70 actions running) [12,937 / 13,174] 335 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 45s remote-cache, linux-sandbox ... (70 actions running) [12,937 / 13,174] 335 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 47s remote-cache, linux-sandbox ... (70 actions running) [12,949 / 13,174] 335 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,955 / 13,174] 336 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 50s remote-cache, linux-sandbox ... (67 actions, 66 running) [12,957 / 13,180] 336 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,959 / 13,180] 336 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 52s remote-cache, linux-sandbox ... (70 actions running) [12,968 / 13,202] 336 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,978 / 13,204] 336 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 54s remote-cache, linux-sandbox ... (69 actions running) [12,979 / 13,204] 336 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 56s remote-cache, linux-sandbox ... (70 actions running) [12,985 / 13,204] 336 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 57s remote-cache, linux-sandbox ... (70 actions running) [12,990 / 13,204] 336 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 29 of 37); 50s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,996 / 13,204] 336 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 29 of 37); 51s remote-cache, linux-sandbox ... (70 actions running) [12,997 / 13,215] 336 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 29 of 37); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,999 / 13,215] 336 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 29 of 37); 54s remote-cache, linux-sandbox ... (70 actions running) [13,011 / 13,215] 338 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 29 of 37); 55s remote-cache, linux-sandbox ... (70 actions running) [13,023 / 13,215] 338 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 29 of 37); 57s remote-cache, linux-sandbox ... (70 actions running) [13,029 / 13,215] 339 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 29 of 37); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,037 / 13,215] 339 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 29 of 37); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,041 / 13,215] 339 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 29 of 37); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,048 / 13,215] 340 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 29 of 37); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,054 / 13,215] 340 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 29 of 37); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,056 / 13,215] 340 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 29 of 37); 64s remote-cache, linux-sandbox ... (70 actions running) [13,058 / 13,215] 341 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 29 of 37); 66s remote-cache, linux-sandbox ... (70 actions running) [13,059 / 13,215] 341 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,059 / 13,215] 341 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 56s remote-cache, linux-sandbox ... (69 actions running) [13,068 / 13,217] 341 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,071 / 13,217] 342 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 59s remote-cache, linux-sandbox ... (70 actions running) [13,080 / 13,226] 342 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 60s remote-cache, linux-sandbox ... (70 actions running) [13,084 / 13,262] 342 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 62s remote-cache, linux-sandbox ... (70 actions running) [13,084 / 13,262] 342 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 63s remote-cache, linux-sandbox ... (70 actions running) [13,087 / 13,262] 343 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,097 / 13,262] 343 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,104 / 13,268] 343 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,104 / 13,268] 343 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 68s remote-cache, linux-sandbox ... (70 actions running) [13,115 / 13,268] 345 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 69s remote-cache, linux-sandbox ... (70 actions running) [13,119 / 13,268] 345 / 375 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 4 of 5); 35s remote-cache, linux-sandbox ... (70 actions running) [13,119 / 13,268] 345 / 375 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 4 of 5); 36s remote-cache, linux-sandbox ... (70 actions running) [13,120 / 13,268] 346 / 375 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 4 of 5); 38s remote-cache, linux-sandbox ... (70 actions running) [13,121 / 13,268] 346 / 375 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 4 of 5); 40s remote-cache, linux-sandbox ... (70 actions running) [13,121 / 13,268] 346 / 375 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 4 of 5); 41s remote-cache, linux-sandbox ... (70 actions running) [13,133 / 13,268] 346 / 375 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 4 of 5); 42s remote-cache, linux-sandbox ... (67 actions, 64 running) [13,135 / 13,268] 346 / 375 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 4 of 5); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,138 / 13,268] 346 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 7 of 36); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,153 / 13,322] 348 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 7 of 36); 34s remote-cache, linux-sandbox ... (70 actions running) [13,161 / 13,334] 349 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 9 of 36); 30s remote-cache, linux-sandbox ... (70 actions running) [13,164 / 13,334] 349 / 375 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 3 of 5); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,165 / 13,334] 350 / 375 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 3 of 5); 33s remote-cache, linux-sandbox ... (70 actions running) [13,173 / 13,334] 350 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 15 of 17); 30s remote-cache, linux-sandbox ... (70 actions running) [13,176 / 13,334] 351 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 15 of 17); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,178 / 13,334] 351 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 15 of 17); 33s remote-cache, linux-sandbox ... (70 actions running) [13,179 / 13,334] 351 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 15 of 17); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,179 / 13,334] 351 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 15 of 17); 36s remote-cache, linux-sandbox ... (70 actions running) [13,180 / 13,334] 351 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 15 of 17); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,189 / 13,334] 352 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 11 of 36); 38s remote-cache, linux-sandbox ... (70 actions running) [13,189 / 13,334] 352 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 11 of 36); 39s remote-cache, linux-sandbox ... (70 actions running) [13,196 / 13,336] 354 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,204 / 13,372] 354 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,205 / 13,372] 354 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 41s remote-cache, linux-sandbox ... (70 actions running) [13,205 / 13,372] 354 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 43s remote-cache, linux-sandbox ... (70 actions running) [13,210 / 13,372] 356 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 44s remote-cache, linux-sandbox ... (70 actions running) [13,213 / 13,372] 357 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 46s remote-cache, linux-sandbox ... (70 actions running) [13,217 / 13,386] 357 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 48s remote-cache, linux-sandbox ... (70 actions running) [13,218 / 13,386] 357 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,221 / 13,386] 357 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 51s remote-cache, linux-sandbox ... (70 actions running) [13,221 / 13,386] 357 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 52s remote-cache, linux-sandbox ... (70 actions running) [13,223 / 13,395] 357 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 54s remote-cache, linux-sandbox ... (70 actions running) [13,225 / 13,395] 358 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 56s remote-cache, linux-sandbox ... (70 actions running) [13,227 / 13,395] 358 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [13,230 / 13,395] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [13,236 / 13,395] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,239 / 13,426] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,247 / 13,432] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,248 / 13,432] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [13,249 / 13,432] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,249 / 13,432] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [13,250 / 13,432] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,255 / 13,432] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [13,261 / 13,453] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [13,264 / 13,460] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [13,266 / 13,460] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 63s remote-cache, linux-sandbox ... (70 actions running) [13,272 / 13,460] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,277 / 13,460] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,278 / 13,460] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [13,284 / 13,460] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,286 / 13,460] 360 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 70s remote-cache, linux-sandbox ... (70 actions running) [13,286 / 13,460] 361 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 1 of 50); 71s remote-cache, linux-sandbox ... (70 actions running) [13,293 / 13,460] 361 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 47s remote-cache, linux-sandbox ... (70 actions running) [13,294 / 13,460] 361 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,296 / 13,460] 361 / 375 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 50s remote-cache, linux-sandbox ... (70 actions running) [13,303 / 13,460] 361 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 48s remote-cache, linux-sandbox ... (70 actions running) [13,303 / 13,460] 362 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 50s remote-cache, linux-sandbox ... (70 actions running) [13,305 / 13,460] 362 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 51s remote-cache, linux-sandbox ... (70 actions running) [13,307 / 13,460] 362 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,311 / 13,460] 362 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 54s remote-cache, linux-sandbox ... (70 actions running) [13,316 / 13,490] 362 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,322 / 13,490] 363 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,324 / 13,490] 363 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,325 / 13,490] 363 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 59s remote-cache, linux-sandbox ... (70 actions running) [13,333 / 13,490] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 60s remote-cache, linux-sandbox ... (70 actions running) [13,334 / 13,490] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,337 / 13,490] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 64s remote-cache, linux-sandbox ... (70 actions running) [13,337 / 13,490] 365 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 66s remote-cache, linux-sandbox ... (70 actions running) [13,338 / 13,490] 365 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 67s remote-cache, linux-sandbox ... (70 actions running) [13,345 / 13,490] 365 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 68s remote-cache, linux-sandbox ... (70 actions running) [13,347 / 13,490] 365 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,348 / 13,490] 365 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,352 / 13,490] 365 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 72s remote-cache, linux-sandbox ... (70 actions running) [13,357 / 13,490] 365 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 39); 39s remote-cache, linux-sandbox ... (70 actions running) [13,357 / 13,490] 365 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 39); 41s remote-cache, linux-sandbox ... (70 actions running) [13,357 / 13,490] 365 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 39); 42s remote-cache, linux-sandbox ... (70 actions running) [13,357 / 13,490] 365 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 39); 43s remote-cache, linux-sandbox ... (70 actions running) [13,368 / 13,490] 365 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 39); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,373 / 13,490] 366 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 39); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,375 / 13,490] 366 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 39); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,382 / 13,490] 366 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 27 of 36); 43s remote-cache, linux-sandbox ... (70 actions running) [13,384 / 13,490] 366 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 27 of 36); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,386 / 13,490] 366 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 27 of 36); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,393 / 13,490] 366 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 27 of 36); 47s remote-cache, linux-sandbox ... (68 actions, 66 running) [13,393 / 13,490] 366 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 27 of 36); 48s remote-cache, linux-sandbox ... (70 actions running) [13,398 / 13,490] 366 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 27 of 36); 50s remote-cache, linux-sandbox ... (67 actions, 66 running) [13,405 / 13,490] 367 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 27 of 36); 51s remote-cache, linux-sandbox ... (70 actions running) [13,406 / 13,490] 367 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 27 of 36); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,406 / 13,490] 367 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 27 of 36); 55s remote-cache, linux-sandbox ... (70 actions running) [13,414 / 13,490] 369 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 9 of 50); 39s remote-cache, linux-sandbox ... (70 actions running) [13,415 / 13,490] 369 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 9 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [13,420 / 13,490] 370 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 31 of 36); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,421 / 13,490] 370 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 31 of 36); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,427 / 13,490] 371 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 31 of 36); 44s remote-cache, linux-sandbox ... (70 actions running) [13,431 / 13,490] 371 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 31 of 36); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,433 / 13,490] 372 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 15 of 39); 43s remote-cache, linux-sandbox ... (70 actions running) [13,433 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 15 of 39); 45s remote-cache, linux-sandbox ... (70 actions running) [13,435 / 13,490] 373 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 12 of 50); 34s remote-cache, linux-sandbox ... (70 actions running) [13,436 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 39); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,436 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 39); 41s remote-cache, linux-sandbox ... (70 actions running) [13,437 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 39); 38s remote-cache, linux-sandbox ... (70 actions running) [13,439 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 39); 39s remote-cache, linux-sandbox ... (70 actions running) [13,440 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 39); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,440 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 39); 43s remote-cache, linux-sandbox ... (70 actions running) [13,441 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 45s remote-cache, linux-sandbox ... (70 actions running) [13,442 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,443 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 48s remote-cache, linux-sandbox ... (70 actions running) [13,444 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,444 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 52s remote-cache, linux-sandbox ... (70 actions running) [13,446 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 54s remote-cache, linux-sandbox ... (70 actions running) [13,447 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 56s remote-cache, linux-sandbox ... (70 actions running) [13,448 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,448 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 59s remote-cache, linux-sandbox ... (70 actions running) [13,450 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,451 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 62s remote-cache, linux-sandbox ... (70 actions running) [13,451 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 65s remote-cache, linux-sandbox ... (70 actions running) [13,452 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 66s remote-cache, linux-sandbox ... (70 actions running) [13,460 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 68s remote-cache, linux-sandbox ... (60 actions running) [13,467 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 70s remote-cache, linux-sandbox ... (46 actions running) [13,468 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 71s remote-cache, linux-sandbox ... (44 actions running) [13,468 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 73s remote-cache, linux-sandbox ... (44 actions running) [13,470 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 74s remote-cache, linux-sandbox ... (40 actions running) [13,471 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 76s remote-cache, linux-sandbox ... (38 actions running) [13,471 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 80s remote-cache, linux-sandbox ... (38 actions running) [13,473 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 82s remote-cache, linux-sandbox ... (34 actions running) [13,475 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 84s remote-cache, linux-sandbox ... (30 actions running) [13,475 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 85s remote-cache, linux-sandbox ... (30 actions running) [13,479 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 87s remote-cache, linux-sandbox ... (22 actions running) [13,482 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 89s remote-cache, linux-sandbox ... (16 actions running) [13,485 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 75s remote-cache, linux-sandbox ... (10 actions running) [13,485 / 13,490] 373 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 77s remote-cache, linux-sandbox ... (10 actions running) [13,489 / 13,490] 374 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 41 of 50); 27s remote-cache, linux-sandbox [13,489 / 13,490] 374 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 41 of 50); 29s remote-cache, linux-sandbox INFO: Elapsed time: 1603.565s, Critical Path: 286.62s INFO: 13478 processes: 6001 remote cache hit, 1515 internal, 5962 linux-sandbox. INFO: Build completed successfully, 13478 total actions //pkg/disttask/importinto:importinto_test FLAKY, failed in 1 out of 16 in 36.3s Stats over 16 runs: max = 36.3s, min = 5.6s, avg = 14.2s, dev = 11.5s /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_1_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_7_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_5_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_8_of_15/coverage.dat //pkg/ttl/ttlworker:ttlworker_test FLAKY, failed in 1 out of 49 in 66.8s Stats over 49 runs: max = 66.8s, min = 5.4s, avg = 25.9s, dev = 17.1s /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_48_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_47_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_46_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_45_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_1_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_2_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_44_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_3_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_4_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_43_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_42_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_41_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_6_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_5_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_7_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_40_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_9_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_8_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_11_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_39_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_10_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_14_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_13_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_15_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_38_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_16_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_17_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_12_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_18_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_22_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_19_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_37_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_25_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_24_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_27_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_26_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_20_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_29_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_30_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_21_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_28_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_23_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_33_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_31_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_32_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_36_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_35_of_48/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_34_of_48/coverage.dat //pkg/ddl:ddl_test FLAKY, failed in 1 out of 51 in 56.4s Stats over 51 runs: max = 56.4s, min = 14.4s, avg = 21.9s, dev = 7.2s /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_34_of_50/coverage.dat Test cases: finished with 8177 passing and 0 failing out of 8177 test cases Executed 207 out of 375 tests: 375 tests pass. root: /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/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-7.5/ghpr_unit_test/tidb [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] sh + ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log Parse from local file: tidb/bazel-test.log Output files: bazel-flaky-summaries.log bazel-go-test-index.log bazel-go-test-problem-cases.json bazel-target-output-L1322-1701.log bazel-target-output-L537-916.log bazel-target-output-L924-1303.log [Pipeline] sh ++ uuidgen + timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: ce364f18-3d14-45a8-9c1e-9d2ac096e1b9' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: release-7.5' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/823/' --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: ce364f18-3d14-45a8-9c1e-9d2ac096e1b9 > ce-source: https://do.pingcap.net/jenkins/ > ce-type: test-case-run-report > ce-repo: pingcap/tidb > ce-branch: release-7.5 > ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/823/ > ce-specversion: 1.0 > content-type: application/json; charset=UTF-8 > Content-Length: 2 > } [data not shown] * upload completely sent off: 2 out of 2 bytes 100 2 0 0 100 2 0 1 0:00:02 0:00:01 0:00:01 1 100 2 0 0 0 2 0 0 --:--:-- 0:00:02 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:03 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:04 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:05 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:06 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:07 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:08 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:09 --:--:-- 0+ true [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_unit_test/tidb [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-06T07:31:17.792Z] ['info'] _____ _ / ____| | | | | ___ __| | ___ ___ _____ __ | | / _ \ / _` |/ _ \/ __/ _ \ \ / / | |___| (_) | (_| | __/ (_| (_) \ V / \_____\___/ \__,_|\___|\___\___/ \_/ Codecov report uploader 0.5.0 [2024-05-06T07:31:17.793Z] ['info'] => Project root located at: . [2024-05-06T07:31:17.797Z] ['info'] -> Token found by environment variables [2024-05-06T07:31:17.812Z] ['info'] Searching for coverage files... [2024-05-06T07:31:20.300Z] ['info'] => Found 1 possible coverage files: ./coverage.dat [2024-05-06T07:31:20.300Z] ['info'] Processing ./coverage.dat... [2024-05-06T07:31:20.574Z] ['info'] Using manual override from args. [2024-05-06T07:31:20.574Z] ['info'] Detected Jenkins CI as the CI provider. [2024-05-06T07:31:20.587Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F53027&build=823&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Frelease-7.5%2Fjob%2Fghpr_unit_test%2F823%2F&commit=0e2105d15b5f48db76daef198eaa459e2a36b3de&job=&pr=53027&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent= [2024-05-06T07:31:21.592Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/0e2105d15b5f48db76daef198eaa459e2a36b3de https://storage.googleapis.com/codecov/v4/raw/2024-05-06/F6B65B6EE70BEC6C6B5E073ED3BB1A79/0e2105d15b5f48db76daef198eaa459e2a36b3de/d64dfe4b-c11e-40d1-89ae-f002622aca83.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20240506%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240506T073121Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=59413b8b63ec8fa19242587cabd8526bc41de6c913a369559d7c0027e6fe8225 [2024-05-06T07:31:21.593Z] ['info'] Uploading... [2024-05-06T07:31:25.127Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/0e2105d15b5f48db76daef198eaa459e2a36b3de"} [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