Skip to content

Console Output

Started by user Jenkins Admin
Obtained pipelines/pingcap/tidb/latest/ghpr_unit_test.groovy from git https://github.com/PingCAP-QE/ci.git
Loading library tipipeline@main
Library tipipeline@main is cached. Copying from home.
[Pipeline] Start of Pipeline
[Pipeline] readJSON
[Pipeline] readTrusted
Obtained pipelines/pingcap/tidb/latest/pod-ghpr_unit_test.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-unit-test-8948-n7cp3-xwnlt-62xb6
Still waiting to schedule task
โ€˜pingcap-tidb-ghpr-unit-test-8948-n7cp3-xwnlt-62xb6โ€™ is offline
Agent pingcap-tidb-ghpr-unit-test-8948-n7cp3-xwnlt-62xb6 is provisioned from template pingcap_tidb_ghpr_unit_test_8948-n7cp3-xwnlt
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8948/"
    runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/8948/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "a06d01ce29f800398f2d68c38849ef97fb5a9bb3"
    jenkins/label: "pingcap_tidb_ghpr_unit_test_8948-n7cp3"
  name: "pingcap-tidb-ghpr-unit-test-8948-n7cp3-xwnlt-62xb6"
  namespace: "jenkins-tidb"
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: "kubernetes.io/arch"
            operator: "In"
            values:
            - "amd64"
          - key: "ci-nvme-high-performance"
            operator: "In"
            values:
            - "true"
  containers:
  - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
    lifecycle:
      postStart:
        exec:
          command:
          - "/bin/sh"
          - "/data/bazel-prepare-in-container.sh"
    name: "golang"
    resources:
      requests:
        memory: "32Gi"
        cpu: "16"
    securityContext:
      privileged: true
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.tidb/tmp"
      name: "bazel-out-merged"
    - mountPath: "/bazel-out-lower"
      name: "bazel-out-lower"
      subPath: "tidb/go1.19.2"
    - mountPath: "/bazel-out-overlay"
      name: "bazel-out-overlay"
    - mountPath: "/share/.cache/go-build"
      name: "gocache"
    - mountPath: "/share/.go"
      name: "gopathcache"
    - mountPath: "/share/.cache/bazel-repository-cache"
      name: "bazel-repository-cache"
    - mountPath: "/data/"
      name: "bazel-rc"
      readOnly: true
    - mountPath: "/etc/containerinfo"
      name: "containerinfo"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - image: "hub.pingcap.net/jenkins/network-multitool"
    name: "net-tool"
    resources:
      limits:
        memory: "128Mi"
        cpu: "100m"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-agent.apps.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "pingcap-tidb-ghpr-unit-test-8948-n7cp3-xwnlt-62xb6"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-ghpr-unit-test-8948-n7cp3-xwnlt-62xb6"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/"
    image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  restartPolicy: "Never"
  securityContext:
    fsGroup: 1000
  volumes:
  - emptyDir: {}
    name: "bazel-out-merged"
  - name: "bazel-rc"
    secret:
      secretName: "bazel"
  - emptyDir: {}
    name: "bazel-out-overlay"
  - name: "gocache"
    persistentVolumeClaim:
      claimName: "gocache"
  - downwardAPI:
      items:
      - path: "cpu_limit"
        resourceFieldRef:
          containerName: "golang"
          resource: "limits.cpu"
      - path: "cpu_request"
        resourceFieldRef:
          containerName: "golang"
          resource: "requests.cpu"
      - path: "mem_limit"
        resourceFieldRef:
          containerName: "golang"
          resource: "limits.memory"
      - path: "mem_request"
        resourceFieldRef:
          containerName: "golang"
          resource: "requests.memory"
    name: "containerinfo"
  - name: "bazel-out-lower"
    persistentVolumeClaim:
      claimName: "bazel-out-data"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - name: "gopathcache"
    persistentVolumeClaim:
      claimName: "gopathcache"
  - name: "bazel-repository-cache"
    persistentVolumeClaim:
      claimName: "bazel-repository-cache"

Running on pingcap-tidb-ghpr-unit-test-8948-n7cp3-xwnlt-62xb6 in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/PingCAP-QE/ci.git
 > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test # timeout=10
Fetching upstream changes from https://github.com/PingCAP-QE/ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5
Avoid second fetch
Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main)
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10
 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=a92d5a00-e06e-4277-9dbb-3e633e867f76
JENKINS_NODE_COOKIE=50f8f2ab-bd38-4a47-8bcc-1b1cbf3108da
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8948/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-unit-test-8948-n7cp3-xwnlt-62xb6
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
KUBERNETES_PORT_443_TCP_PORT=443
KUBERNETES_PORT=tcp://10.233.0.1:443
TERM=xterm
STAGE_NAME=Debug info
BUILD_TAG=jenkins-pingcap-tidb-ghpr_unit_test-8948
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787421782953693186","prowjobid":"a92d5a00-e06e-4277-9dbb-3e633e867f76","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"17d3f7fd4599c86fed367db1051156abc0b3cd5b","base_link":"https://github.com/pingcap/tidb/commit/17d3f7fd4599c86fed367db1051156abc0b3cd5b","pulls":[{"number":52971,"author":"Defined2014","sha":"fa25d130c9e586e61c23acca99c098fbc95543c0","title":"*: global index support `index_merge` and `mem_index_merge`","link":"https://github.com/pingcap/tidb/pull/52971","commit_link":"https://github.com/pingcap/tidb/pull/52971/commits/fa25d130c9e586e61c23acca99c098fbc95543c0","author_link":"https://github.com/Defined2014"}]}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8948/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8948/display/redirect?page=artifacts
FILE_SERVER_URL=http://fileserver.pingcap.net
JENKINS_HOME=/var/jenkins_home
GIT_COMMIT=03312178c534dce949face80c69812d989e55009
PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8948/display/redirect
GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct
_=/usr/bin/printenv
POD_CONTAINER=golang
PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap/tidb/ghpr_unit_test
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#8948
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787421782953693186
GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
JOB_BASE_NAME=ghpr_unit_test
GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8948/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_unit_test_8948-n7cp3
GOROOT=/usr/local/go
GIT_BRANCH=origin/main
KUBERNETES_PORT_443_TCP_PROTO=tcp
CI=true
KUBERNETES_SERVICE_PORT_HTTPS=443
WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-3e6615fe387e271fb81c7aa6ce66020ac56f1fb2ffea951b4ecc03fd51f30988
NODE_LABELS=pingcap_tidb_ghpr_unit_test_8948-n7cp3 pingcap-tidb-ghpr-unit-test-8948-n7cp3-xwnlt-62xb6
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-unit-test-8948-n7cp3-xwnlt-62xb6
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect
BUILD_NUMBER=8948
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-build1638463662=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 jenkins root 1, 3 May  6 17:59 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8948-n7cp3-xwnlt-62xb6 bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8948-n7cp3-xwnlt-62xb6 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: 10812
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: 1a1d1819ca1ba29a (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 09:59:39 UTC 2024
;; MSG SIZE  rcvd: 77

[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-17d3f7f)
460455936 bytes in 3.65 secs (126153536 bytes/sec)
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $SSH_KEY
[Pipeline] {
[Pipeline] sh
+ '[' -d /home/jenkins/.ssh ']'
+ mkdir /home/jenkins/.ssh
+ chmod 0700 /home/jenkins/.ssh
+ cp **** /home/jenkins/.ssh/id_rsa
+ chmod 400 /home/jenkins/.ssh/id_rsa
+ ssh-keyscan -t rsa,dsa github.com
# github.com:22 SSH-2.0-babeld-9713928c
# github.com:22 SSH-2.0-babeld-9713928c
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] retry
[Pipeline] {
[Pipeline] sh
git version 2.37.2
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.git/
.git
HEAD is now at 17d3f7fd45 planner: small refactor for plan cache (#53028)
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
POST git-upload-pack (gzip 2073 to 1091 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master               -> origin/master
 * [new ref]               refs/pull/52971/head -> origin/pr/52971/head
HEAD is now at 17d3f7fd45 planner: small refactor for plan cache (#53028)
๐Ÿšง Checkouting to base SHA:17d3f7fd4599c86fed367db1051156abc0b3cd5b...
HEAD is now at 17d3f7fd45 planner: small refactor for plan cache (#53028)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
17d3f7fd4599c86fed367db1051156abc0b3cd5b
17d3f7fd45 planner: small refactor for plan cache (#53028)
659f32a813 infoschema: try other PDs if one cannot serve the request (#52843)
516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
๐Ÿšง Pre-merge heads of pull requests to base SHA: 17d3f7fd4599c86fed367db1051156abc0b3cd5b ...
Merge made by the 'ort' strategy.
 pkg/executor/builder.go                            |  16 ++
 pkg/executor/index_merge_reader.go                 |  79 ++++---
 pkg/executor/mem_reader.go                         | 183 ++++++----------
 pkg/kv/key.go                                      |   4 +-
 pkg/planner/core/find_best_task.go                 |  22 +-
 pkg/planner/core/indexmerge_path.go                |  29 +--
 .../r/executor/partition/global_index.result       |   7 +-
 .../r/globalindex/mem_index_merge.result           | 237 +++++++++++++++++++++
 .../t/globalindex/mem_index_merge.test             | 134 ++++++++++++
 9 files changed, 535 insertions(+), 176 deletions(-)
 create mode 100644 tests/integrationtest/r/globalindex/mem_index_merge.result
 create mode 100644 tests/integrationtest/t/globalindex/mem_index_merge.test
๐Ÿงพ Pre-merged result:
5591fc5b0863da862b5bdefbc13be316c465c9bf
5591fc5b08 Merge commit 'fa25d130c9e586e61c23acca99c098fbc95543c0' into HEAD
fa25d130c9 follow comments
17d3f7fd45 planner: small refactor for plan cache (#53028)
โœ… Pre merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache not saved (git/pingcap/tidb/rev-17d3f7f-fa25d13 already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] withCredentials
Masking supported pattern matches of $CODECOV_TOKEN
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] sh
+ sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common
+ git diff .
diff --git a/Makefile.common b/Makefile.common
index b540debd42..9264b96d48 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage"
 
 ifneq ("$(CI)", "")
 	BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp
-	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp
-	BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp
+	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache
+	BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache
 endif
 BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/...
+ git status
HEAD detached from origin/master
You are in a sparse checkout with 100% of tracked files present.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   Makefile.common

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328
go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c
go: downloading github.com/sergi/go-diff v1.1.0
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 06c2b47c-8f0c-4bed-aaa1-52fc7ae8c05f
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_06_09_59_15.4136109750/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:gazelle (1 packages loaded, 0 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (229 packages loaded, 11630 targets configured)
INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).
INFO: Found 1 target...
[0 / 273] [Prepa] Expanding template gazelle-runner.bash
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/buildid, 1.1 MiB / 1.8 MiB; 0s remote-cache ... (3 actions, 0 running)
[25 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 7.0 MiB / 17.2 MiB; 1s remote-cache ... (2 actions, 0 running)
[186 / 316] GoCompilePkg external/co_honnef_go_tools/go/ir/ir.a [for tool]; 0s remote-cache ... (5 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 24.910s, Critical Path: 3.79s
INFO: 316 processes: 296 remote cache hit, 20 internal.
INFO: Build completed successfully, 316 total actions
INFO: Running command line: bazel-bin/gazelle
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache  \
	--run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && " \
	 //tools/tazel:tazel
INFO: Invocation ID: adb268af-3f20-4d5d-8f86-950a6dbb2249
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_06_09_59_15.4136109750/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build option --run_under has changed, discarding analysis cache.
Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured)
Analyzing: target //tools/tazel:tazel (91 packages loaded, 12927 targets configured)
INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).
INFO: Found 1 target...
[0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[272 / 607] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 0s remote-cache
[514 / 607] GoCompilePkg external/com_github_prometheus_common/expfmt/expfmt.a; Downloading external/com_github_prometheus_common/expfmt/expfmt.a, 383.8 KiB / 621.3 KiB; 0s remote-cache ... (9 actions, 0 running)
[598 / 607] GoCompilePkg external/com_github_tikv_client_go_v2/txnkv/transaction/transaction.a; 0s remote-cache
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 5.604s, Critical Path: 3.32s
INFO: 339 processes: 336 remote cache hit, 3 internal.
INFO: Build completed successfully, 339 total actions
INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb &&  bazel-bin/tools/tazel/tazel_/tazel '
bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --jobs=35 --build_tests_only --test_keep_going=false \
	--@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest \
	-- //... -//cmd/... -//tests/graceshutdown/... \
	-//tests/globalkilltest/... -//tests/readonlytest/... -//br/pkg/task:task_test -//tests/realtikvtest/...
INFO: Invocation ID: c95f6ecb-e9af-4839-9150-38662b09b48b
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'coverage' from /data/..2024_05_06_09_59_15.4136109750/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc:
  Inherited 'test' options: --test_output=errors --test_summary=detailed
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache.
Analyzing: 411 targets (641 packages loaded, 0 targets configured)
Analyzing: 411 targets (1215 packages loaded, 16574 targets configured)
Analyzing: 411 targets (1504 packages loaded, 21015 targets configured)
Analyzing: 411 targets (1667 packages loaded, 23306 targets configured)
Analyzing: 411 targets (1811 packages loaded, 24770 targets configured)
Analyzing: 411 targets (1917 packages loaded, 25541 targets configured)
Analyzing: 411 targets (1918 packages loaded, 25656 targets configured)
Analyzing: 411 targets (1981 packages loaded, 26573 targets configured)
INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured).
 checking cached actions
INFO: Found 411 test targets...
[0 / 20] [Prepa] Writing file br/pkg/backup/backup_test/baseline_coverage.dat ... (35 actions, 0 running)
[1,349 / 9,763] [Prepa] GoStdlib external/io_bazel_rules_go/stdlib_/pkg ... (35 actions, 0 running)
[1,435 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 12.0 MiB / 17.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[1,438 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 11.0 MiB / 17.2 MiB; 2s remote-cache ... (35 actions, 0 running)
[1,444 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 12.0 MiB / 17.2 MiB; 3s remote-cache ... (35 actions, 0 running)
[1,505 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 16.0 MiB / 17.2 MiB; 4s remote-cache ... (35 actions, 2 running)
[2,115 / 9,763] GoCompilePkg build/tidb_nogo_actual~nogo.a [for tool]; Downloading build/tidb_nogo_actual~nogo.a, 463.8 KiB / 798.2 KiB; 0s remote-cache ... (5 actions, 0 running)
[2,591 / 9,770] GoCompilePkg external/com_github_pingcap_badger/surf/surf.a; 0s remote-cache ... (34 actions, 0 running)
[3,069 / 9,772] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 18.7 MiB / 96.2 MiB; 0s remote-cache ... (35 actions, 0 running)
[3,294 / 9,795] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 45.0 MiB / 96.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[3,542 / 9,843] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 76.6 MiB / 96.2 MiB; 2s remote-cache ... (35 actions, 0 running)
[3,756 / 9,881] GoLink pkg/parser/auth/auth_test_/auth_test; Downloading pkg/parser/auth/auth_test_/auth_test, 5.0 MiB / 5.1 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,067 / 9,923] 19 / 411 tests; GoLink pkg/parser/types/types_test_/types_test; 0s remote-cache ... (35 actions, 0 running)
[4,387 / 9,937] 31 / 411 tests; GoCompilePkg pkg/parser/parser.a; Downloading pkg/parser/parser.a, 7.0 MiB / 11.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,636 / 10,055] 45 / 411 tests; GoLink pkg/util/selection/selection_test_/selection_test; Downloading pkg/util/selection/selection_test_/selection_test, 4.0 MiB / 4.7 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,827 / 10,089] 57 / 411 tests; GoCompilePkg external/com_github_cockroachdb_pebble/pebble.a; Downloading external/com_github_cockroachdb_pebble/pebble.a, 7.0 MiB / 10.3 MiB; 0s remote-cache ... (34 actions, 0 running)
[4,937 / 10,097] 66 / 411 tests; GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 22.0 MiB / 24.4 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,139 / 10,109] 75 / 411 tests; GoCompilePkg external/com_github_azure_azure_sdk_for_go_sdk_storage_azblob/blockblob/blockblob.a; Downloading external/com_github_azure_azure_sdk_for_go_sdk_storage_azblob/blockblob/blockblob.x; 0s remote-cache ... (21 actions, 0 running)
[5,247 / 10,109] 75 / 411 tests; GoLink pkg/util/cdcutil/cdcutil_test_/cdcutil_test; Downloading pkg/util/cdcutil/cdcutil_test_/cdcutil_test, 2.0 MiB / 21.6 MiB; 0s remote-cache ... (13 actions, 0 running)
[5,294 / 10,119] 79 / 411 tests; GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; Downloading pkg/util/execdetails/execdetails_test_/execdetails_test, 16.1 MiB / 28.0 MiB; 0s remote-cache ... (12 actions, 0 running)
[5,335 / 10,135] 81 / 411 tests; Testing //pkg/util/topsql/stmtstats:stmtstats_test (shard 8 of 11); Downloading pkg/util/topsql/stmtstats/stmtstats_test/shard_8_of_11/coverage.dat, 5.0 MiB / 5.0 MiB; 0s remote-cache ... (34 actions, 0 running)
[5,523 / 10,146] 82 / 411 tests; GoLink pkg/lightning/log/log_test_/log_test; Downloading pkg/lightning/log/log_test_/log_test, 18.0 MiB / 27.8 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,586 / 10,186] 86 / 411 tests; GoLink pkg/keyspace/keyspace_test_/keyspace_test; Downloading pkg/keyspace/keyspace_test_/keyspace_test, 19.3 MiB / 23.9 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,657 / 10,252] 92 / 411 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 26.2 MiB / 29.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,701 / 10,311] 97 / 411 tests; GoLink br/pkg/restore/ingestrec/ingestrec_test_/ingestrec_test; Downloading br/pkg/restore/ingestrec/ingestrec_test_/ingestrec_test, 24.1 MiB / 27.8 MiB; 1s remote-cache ... (34 actions, 0 running)
[5,755 / 10,327] 101 / 411 tests; GoLink pkg/util/parser/parser_test_/parser_test; Downloading pkg/util/parser/parser_test_/parser_test, 37.0 MiB / 37.3 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,822 / 10,338] 108 / 411 tests; GoLink pkg/kv/kv_test_/kv_test; Downloading pkg/kv/kv_test_/kv_test, 7.0 MiB / 31.1 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,872 / 10,338] 110 / 411 tests; GoLink pkg/kv/kv_test_/kv_test; 1s remote-cache ... (35 actions, 0 running)
[5,964 / 10,362] 112 / 411 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 28.0 MiB / 43.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[6,029 / 10,369] 113 / 411 tests; GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; Downloading pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test, 33.1 MiB / 41.4 MiB; 1s remote-cache ... (35 actions, 0 running)
[6,085 / 10,400] 115 / 411 tests; GoLink pkg/resourcemanager/pool/workerpool/workerpool_test_/workerpool_test; Downloading pkg/resourcemanager/pool/workerpool/workerpool_test_/workerpool_test, 34.0 MiB / 41.6 MiB; 1s remote-cache ... (35 actions, 0 running)
[6,135 / 10,405] 117 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 39.0 MiB / 78.6 MiB; 2s remote-cache ... (35 actions, 0 running)
[6,177 / 10,437] 118 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 51.0 MiB / 78.6 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,239 / 10,463] 121 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 64.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,297 / 10,488] 123 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 77.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,345 / 10,490] 126 / 411 tests; GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; Downloading pkg/sessionctx/sessionctx_test_/sessionctx_test, 47.0 MiB / 55.8 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,395 / 10,496] 127 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 30.0 MiB / 78.6 MiB; 2s remote-cache ... (35 actions, 0 running)
[6,439 / 10,500] 131 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 42.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,476 / 10,541] 134 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 52.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,515 / 10,545] 135 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 61.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,570 / 10,553] 139 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 74.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running)
[6,630 / 10,553] 140 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; Downloading pkg/sessionctx/variable/expression.recompile1100.a, 76.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running)
[6,676 / 10,580] 141 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; Downloading pkg/meta/expression.recompile557.a, 64.2 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,718 / 10,606] 142 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; Downloading pkg/meta/expression.recompile557.a, 76.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running)
[6,753 / 10,606] 142 / 411 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 61.0 MiB / 67.9 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,801 / 10,635] 143 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 46.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,863 / 10,646] 144 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 61.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,908 / 10,646] 145 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 77.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,965 / 10,646] 147 / 411 tests; GoLink pkg/timer/runtime/runtime_test_/runtime_test; Downloading pkg/timer/runtime/runtime_test_/runtime_test, 30.0 MiB / 56.8 MiB; 2s remote-cache ... (35 actions, 0 running)
[7,030 / 10,648] 151 / 411 tests; GoLink pkg/timer/runtime/runtime_test_/runtime_test; Downloading pkg/timer/runtime/runtime_test_/runtime_test, 44.0 MiB / 56.8 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,090 / 10,648] 152 / 411 tests; GoLink pkg/timer/runtime/runtime_test_/runtime_test; 4s remote-cache ... (35 actions, 0 running)
[7,157 / 10,672] 152 / 411 tests; GoLink pkg/table/table_test_/table_test; Downloading pkg/table/table_test_/table_test, 51.0 MiB / 67.5 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,208 / 10,723] 152 / 411 tests; GoLink pkg/table/table_test_/table_test; Downloading pkg/table/table_test_/table_test, 65.0 MiB / 67.5 MiB; 4s remote-cache ... (35 actions, 0 running)
[7,268 / 10,798] 153 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 52.0 MiB / 101.9 MiB; 2s remote-cache ... (35 actions, 0 running)
[7,326 / 10,803] 154 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 82.0 MiB / 101.9 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,387 / 10,831] 154 / 411 tests; GoLink pkg/meta/meta_test_/meta_test; Downloading pkg/meta/meta_test_/meta_test, 48.2 MiB / 61.2 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,441 / 10,831] 155 / 411 tests; GoLink pkg/meta/meta_test_/meta_test; 4s remote-cache ... (35 actions, 0 running)
[7,500 / 10,846] 155 / 411 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 32.0 MiB / 68.0 MiB; 2s remote-cache ... (35 actions, 0 running)
[7,557 / 10,846] 158 / 411 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 46.0 MiB / 68.0 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,609 / 10,846] 158 / 411 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 57.0 MiB / 68.0 MiB; 4s remote-cache ... (35 actions, 0 running)
[7,665 / 10,861] 158 / 411 tests; GoLink pkg/distsql/distsql_test_/distsql_test; 5s remote-cache ... (35 actions, 0 running)
[7,716 / 10,895] 158 / 411 tests; GoLink pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test; Downloading pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test, 32.0 MiB / 55.1 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,765 / 10,895] 159 / 411 tests; GoLink pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test; Downloading pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test, 45.0 MiB / 55.1 MiB; 4s remote-cache ... (35 actions, 0 running)
[7,825 / 10,900] 159 / 411 tests; GoLink pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test; Downloading pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test, 41.0 MiB / 54.4 MiB; 3s remote-cache ... (35 actions, 0 running)
[7,883 / 10,900] 161 / 411 tests; GoLink pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test; 4s remote-cache ... (35 actions, 0 running)
[7,937 / 10,929] 163 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 24.0 MiB / 70.3 MiB; 1s remote-cache ... (35 actions, 0 running)
[7,988 / 10,935] 164 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 38.0 MiB / 70.3 MiB; 3s remote-cache ... (35 actions, 0 running)
[8,010 / 10,935] 164 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 49.0 MiB / 70.3 MiB; 4s remote-cache ... (35 actions, 0 running)
[8,036 / 10,935] 164 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 60.0 MiB / 70.3 MiB; 5s remote-cache ... (35 actions, 0 running)
[8,051 / 10,974] 164 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 65.1 MiB / 70.3 MiB; 6s remote-cache ... (35 actions, 0 running)
[8,054 / 10,974] 164 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 65.1 MiB / 70.3 MiB; 7s remote-cache ... (35 actions, 0 running)
[8,087 / 10,990] 164 / 411 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; Downloading pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test, 40.1 MiB / 52.7 MiB; 6s remote-cache ... (35 actions, 0 running)
[8,135 / 10,992] 167 / 411 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; 7s remote-cache ... (35 actions, 0 running)
[8,180 / 11,007] 172 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 44.1 MiB / 105.8 MiB; 6s remote-cache ... (35 actions, 0 running)
[8,243 / 11,011] 174 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 58.1 MiB / 105.8 MiB; 7s remote-cache ... (35 actions, 0 running)
[8,288 / 11,011] 177 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 71.1 MiB / 105.8 MiB; 8s remote-cache ... (35 actions, 0 running)
[8,338 / 11,011] 178 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 87.1 MiB / 105.8 MiB; 9s remote-cache ... (36 actions, 2 running)
[8,375 / 11,013] 179 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 99.1 MiB / 105.8 MiB; 10s remote-cache ... (36 actions, 2 running)
[8,414 / 11,015] 179 / 411 tests; GoLink pkg/executor/internal/applycache/applycache_test_/applycache_test; Downloading pkg/executor/internal/applycache/applycache_test_/applycache_test, 30.0 MiB / 43.3 MiB; 2s remote-cache ... (36 actions, 2 running)
[8,467 / 11,015] 182 / 411 tests; GoLink pkg/executor/internal/applycache/applycache_test_/applycache_test; 4s remote-cache ... (36 actions, 2 running)
[8,547 / 11,019] 185 / 411 tests; GoCompilePkg pkg/structure/executor.recompile1254.a; 4s remote-cache, linux-sandbox ... (37 actions, 4 running)
[8,601 / 11,021] 185 / 411 tests; GoCompilePkg pkg/structure/executor.recompile1254.a; 5s remote-cache, linux-sandbox ... (37 actions, 4 running)
[8,651 / 11,021] 186 / 411 tests; GoCompilePkg pkg/structure/executor.recompile1254.a; 6s remote-cache, linux-sandbox ... (38 actions, 6 running)
[8,702 / 11,021] 186 / 411 tests; GoCompilePkg pkg/structure/executor.recompile1254.a; 7s remote-cache, linux-sandbox ... (39 actions, 8 running)
[8,748 / 11,027] 186 / 411 tests; GoCompilePkg pkg/structure/executor.recompile1254.a; 8s remote-cache, linux-sandbox ... (40 actions, 10 running)
[8,776 / 11,052] 186 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 5s remote-cache, linux-sandbox ... (39 actions, 8 running)
[8,796 / 11,054] 186 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 6s remote-cache, linux-sandbox ... (40 actions, 10 running)
[8,828 / 11,054] 188 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 7s remote-cache, linux-sandbox ... (40 actions, 10 running)
[8,849 / 11,054] 188 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 8s remote-cache, linux-sandbox ... (40 actions, 10 running)
[8,879 / 11,069] 188 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 9s remote-cache, linux-sandbox ... (40 actions, 12 running)
[8,900 / 11,120] 188 / 411 tests; GoCompilePkg pkg/sessionctx/variable/executor.recompile1256.a; 8s remote-cache, linux-sandbox ... (41 actions, 12 running)
[8,920 / 11,130] 189 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 9s remote-cache, linux-sandbox ... (41 actions, 12 running)
[8,946 / 11,132] 190 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 10s remote-cache, linux-sandbox ... (41 actions, 12 running)
[8,986 / 11,149] 192 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 11s remote-cache, linux-sandbox ... (41 actions, 12 running)
[9,021 / 11,149] 192 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 12s remote-cache, linux-sandbox ... (41 actions, 12 running)
[9,059 / 11,149] 193 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 13s remote-cache, linux-sandbox ... (41 actions, 12 running)
[9,086 / 11,149] 193 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 14s remote-cache, linux-sandbox ... (40 actions, 10 running)
[9,128 / 11,198] 195 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 15s remote-cache, linux-sandbox ... (41 actions, 12 running)
[9,147 / 11,198] 195 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 16s remote-cache, linux-sandbox ... (39 actions, 9 running)
[9,174 / 11,198] 195 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 17s remote-cache, linux-sandbox ... (38 actions, 6 running)
[9,205 / 11,228] 195 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 80.0 MiB / 120.2 MiB; 8s remote-cache ... (41 actions, 12 running)
[9,230 / 11,232] 195 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 88.0 MiB / 120.2 MiB; 9s remote-cache ... (43 actions, 16 running)
[9,259 / 11,232] 196 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 99.0 MiB / 120.2 MiB; 10s remote-cache ... (44 actions, 18 running)
[9,285 / 11,232] 197 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 109.0 MiB / 120.2 MiB; 11s remote-cache ... (43 actions, 16 running)
[9,302 / 11,283] 197 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 117.0 MiB / 120.2 MiB; 12s remote-cache ... (45 actions, 20 running)
[9,323 / 11,336] 197 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; 7s remote-cache, linux-sandbox ... (44 actions, 18 running)
[9,343 / 11,336] 197 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; 8s remote-cache, linux-sandbox ... (45 actions, 20 running)
[9,365 / 11,336] 198 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; 9s remote-cache, linux-sandbox ... (45 actions, 20 running)
[9,390 / 11,336] 198 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; 10s remote-cache, linux-sandbox ... (47 actions, 24 running)
[9,408 / 11,336] 198 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; 11s remote-cache, linux-sandbox ... (43 actions, 17 running)
[9,430 / 11,354] 198 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 73.0 MiB / 99.9 MiB; 9s remote-cache ... (47 actions, 24 running)
[9,443 / 11,354] 199 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 78.0 MiB / 99.9 MiB; 10s remote-cache ... (46 actions, 22 running)
[9,471 / 11,354] 200 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 86.0 MiB / 99.9 MiB; 11s remote-cache ... (47 actions, 24 running)
[9,494 / 11,354] 200 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 94.0 MiB / 99.9 MiB; 12s remote-cache ... (49 actions, 28 running)
[9,515 / 11,354] 200 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; 13s remote-cache ... (49 actions, 28 running)
[9,541 / 11,356] 200 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 12s remote-cache, linux-sandbox ... (49 actions, 28 running)
[9,556 / 11,358] 200 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 13s remote-cache, linux-sandbox ... (48 actions, 26 running)
[9,584 / 11,439] 201 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 15s remote-cache, linux-sandbox ... (50 actions, 30 running)
[9,614 / 11,439] 204 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 16s remote-cache, linux-sandbox ... (50 actions, 30 running)
[9,643 / 11,439] 204 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 17s remote-cache, linux-sandbox ... (53 actions, 36 running)
[9,665 / 11,439] 204 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 18s remote-cache, linux-sandbox ... (54 actions, 39 running)
[9,677 / 11,439] 205 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 13s remote-cache, linux-sandbox ... (54 actions, 39 running)
[9,691 / 11,439] 205 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 15s remote-cache, linux-sandbox ... (53 actions, 36 running)
[9,702 / 11,458] 205 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 16s remote-cache, linux-sandbox ... (55 actions, 40 running)
[9,714 / 11,458] 205 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 17s remote-cache, linux-sandbox ... (56 actions, 42 running)
[9,728 / 11,460] 206 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 18s remote-cache, linux-sandbox ... (57 actions, 44 running)
[9,743 / 11,527] 206 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 12s remote-cache, linux-sandbox ... (57 actions, 44 running)
[9,756 / 11,527] 207 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 13s remote-cache, linux-sandbox ... (57 actions, 44 running)
[9,769 / 11,527] 208 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 14s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,784 / 11,565] 209 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 15s remote-cache, linux-sandbox ... (57 actions, 45 running)
[9,800 / 11,583] 209 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 16s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,823 / 11,583] 209 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 17s remote-cache, linux-sandbox ... (57 actions, 45 running)
[9,840 / 11,599] 209 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 16s remote-cache, linux-sandbox ... (57 actions, 44 running)
[9,858 / 11,682] 209 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 15s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,880 / 11,684] 210 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 16s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,894 / 11,684] 210 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 17s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,907 / 11,684] 210 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 18s remote-cache, linux-sandbox ... (57 actions, 45 running)
[9,934 / 11,684] 210 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 17 of 17); 8s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,944 / 11,684] 211 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 17 of 17); 9s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,958 / 11,684] 211 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 17 of 17); 10s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,978 / 11,684] 211 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 17 of 17); 11s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,995 / 11,684] 212 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 17 of 17); 12s remote-cache, linux-sandbox ... (60 actions, 50 running)
[10,018 / 11,684] 213 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 17 of 17); 13s remote-cache, linux-sandbox ... (61 actions, 52 running)
[10,059 / 11,684] 214 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 12s remote-cache, linux-sandbox ... (61 actions, 52 running)
[10,072 / 11,696] 215 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 12s remote-cache, linux-sandbox ... (64 actions, 58 running)
[10,085 / 11,696] 215 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 13s remote-cache, linux-sandbox ... (62 actions, 55 running)
[10,099 / 11,696] 215 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 14s remote-cache, linux-sandbox ... (59 actions, 48 running)
[10,106 / 11,696] 215 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 15s remote-cache, linux-sandbox ... (64 actions, 58 running)
[10,132 / 11,696] 215 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 16s remote-cache, linux-sandbox ... (65 actions, 60 running)
[10,185 / 11,696] 215 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 12s remote-cache, linux-sandbox ... (66 actions, 63 running)
[10,210 / 11,719] 215 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 9s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,222 / 11,719] 215 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 10s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,237 / 11,719] 215 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 11s remote-cache, linux-sandbox ... (67 actions, 64 running)
[10,248 / 11,719] 215 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 13s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,270 / 11,719] 215 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,277 / 11,740] 215 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[10,281 / 11,740] 215 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 16s remote-cache, linux-sandbox ... (70 actions running)
[10,283 / 11,740] 215 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[10,288 / 11,740] 215 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[10,295 / 11,740] 215 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,307 / 11,740] 215 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 20s remote-cache, linux-sandbox ... (67 actions, 65 running)
[10,319 / 11,740] 215 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 21s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,326 / 11,740] 215 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,346 / 11,740] 217 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 21s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,353 / 11,809] 217 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 22s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,376 / 11,809] 217 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,408 / 11,809] 217 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,435 / 11,809] 217 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,459 / 11,826] 217 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,472 / 11,826] 217 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,488 / 11,826] 218 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,509 / 11,852] 218 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 23s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,529 / 11,852] 218 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,539 / 11,852] 218 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,550 / 11,852] 218 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 27s remote-cache, linux-sandbox ... (62 actions, 54 running)
[10,570 / 11,852] 219 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 23s remote-cache, linux-sandbox ... (66 actions, 62 running)
[10,585 / 11,852] 219 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 24s remote-cache, linux-sandbox ... (65 actions, 60 running)
[10,604 / 11,852] 219 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 25s remote-cache, linux-sandbox ... (65 actions, 60 running)
[10,634 / 11,854] 220 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 26s remote-cache, linux-sandbox ... (64 actions, 58 running)
[10,651 / 11,905] 221 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 27s remote-cache, linux-sandbox ... (62 actions, 54 running)
[10,662 / 11,905] 221 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 28s remote-cache, linux-sandbox ... (63 actions, 57 running)
[10,669 / 11,905] 221 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 29s remote-cache, linux-sandbox ... (64 actions, 58 running)
[10,681 / 11,909] 221 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 30s remote-cache, linux-sandbox ... (64 actions, 58 running)
[10,700 / 11,909] 221 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 31s remote-cache, linux-sandbox ... (63 actions, 56 running)
[10,720 / 11,915] 221 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 32s remote-cache, linux-sandbox ... (63 actions, 56 running)
[10,732 / 11,924] 222 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 33s remote-cache, linux-sandbox ... (63 actions, 56 running)
[10,765 / 11,928] 222 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 30s remote-cache, linux-sandbox ... (64 actions, 58 running)
[10,783 / 11,957] 223 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 31s remote-cache, linux-sandbox ... (63 actions, 56 running)
[10,794 / 11,957] 223 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 32s remote-cache, linux-sandbox ... (65 actions, 60 running)
[10,816 / 11,961] 223 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 19s remote-cache, linux-sandbox ... (63 actions, 58 running)
[10,831 / 12,012] 224 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 20s remote-cache, linux-sandbox ... (65 actions, 60 running)
[10,841 / 12,012] 225 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 21s remote-cache, linux-sandbox ... (66 actions, 62 running)
[10,853 / 12,012] 226 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 22s remote-cache, linux-sandbox ... (65 actions, 60 running)
[10,863 / 12,012] 226 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 23s remote-cache, linux-sandbox ... (63 actions, 57 running)
[10,877 / 12,014] 227 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 24s remote-cache, linux-sandbox ... (63 actions, 56 running)
[10,895 / 12,016] 229 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 25s remote-cache, linux-sandbox ... (62 actions, 54 running)
[10,909 / 12,016] 229 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 26s remote-cache, linux-sandbox ... (64 actions, 58 running)
[10,925 / 12,020] 229 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 28s remote-cache, linux-sandbox ... (65 actions, 60 running)
[10,950 / 12,026] 231 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 29s remote-cache, linux-sandbox ... (64 actions, 58 running)
[10,968 / 12,026] 231 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 30s remote-cache, linux-sandbox ... (65 actions, 60 running)
[10,974 / 12,026] 231 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 31s remote-cache, linux-sandbox ... (67 actions, 64 running)
[10,987 / 12,048] 232 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 1 of 17); 28s remote-cache, linux-sandbox ... (66 actions, 62 running)
[11,000 / 12,048] 233 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 1 of 17); 29s remote-cache, linux-sandbox ... (64 actions, 58 running)
[11,016 / 12,066] 233 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 1 of 17); 30s remote-cache, linux-sandbox ... (65 actions, 60 running)
[11,027 / 12,066] 233 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 1 of 17); 31s remote-cache, linux-sandbox ... (66 actions, 62 running)
[11,039 / 12,066] 233 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 1 of 17); 32s remote-cache, linux-sandbox ... (67 actions, 64 running)
[11,057 / 12,066] 233 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 2 of 17); 33s remote-cache, linux-sandbox ... (67 actions, 64 running)
[11,068 / 12,066] 234 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 2 of 17); 34s remote-cache, linux-sandbox ... (66 actions, 63 running)
[11,076 / 12,066] 234 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 32s remote-cache, linux-sandbox ... (66 actions, 62 running)
[11,083 / 12,066] 234 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 33s remote-cache, linux-sandbox ... (67 actions, 64 running)
[11,092 / 12,078] 234 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 34s remote-cache, linux-sandbox ... (67 actions, 64 running)
[11,105 / 12,129] 234 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 35s remote-cache, linux-sandbox ... (67 actions, 64 running)
[11,119 / 12,140] 235 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 36s remote-cache, linux-sandbox ... (65 actions, 60 running)
[11,133 / 12,140] 235 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 37s remote-cache, linux-sandbox ... (67 actions, 64 running)
[11,149 / 12,147] 237 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 39s remote-cache, linux-sandbox ... (66 actions, 62 running)
[11,152 / 12,147] 238 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 40s remote-cache, linux-sandbox ... (67 actions, 64 running)
[11,159 / 12,147] 238 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 41s remote-cache, linux-sandbox ... (67 actions, 64 running)
[11,173 / 12,218] 238 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 42s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,187 / 12,218] 238 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 43s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,196 / 12,218] 238 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 44s remote-cache, linux-sandbox ... (67 actions, 64 running)
[11,204 / 12,218] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 45s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,218 / 12,257] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 46s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,229 / 12,257] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 47s remote-cache, linux-sandbox ... (67 actions, 65 running)
[11,238 / 12,257] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 48s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,246 / 12,257] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 49s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,264 / 12,257] 239 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 42s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,270 / 12,257] 240 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 43s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,276 / 12,272] 240 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 44s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,288 / 12,274] 241 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 45s remote-cache, linux-sandbox ... (67 actions, 64 running)
[11,295 / 12,274] 241 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 46s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,304 / 12,276] 242 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 47s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,310 / 12,276] 242 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 48s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,318 / 12,276] 242 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 50s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,333 / 12,336] 244 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 51s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,340 / 12,338] 245 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 52s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,344 / 12,338] 245 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 45s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,350 / 12,342] 245 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,355 / 12,342] 246 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,357 / 12,342] 246 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,367 / 12,386] 246 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,372 / 12,386] 247 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,375 / 12,386] 247 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,383 / 12,386] 247 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 49 of 50); 33s remote-cache, linux-sandbox ... (70 actions running)
[11,391 / 12,403] 247 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 49 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,397 / 12,405] 247 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,398 / 12,405] 247 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 33s remote-cache, linux-sandbox ... (70 actions running)
[11,399 / 12,405] 247 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 34s remote-cache, linux-sandbox ... (70 actions running)
[11,401 / 12,405] 247 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,412 / 12,405] 248 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,414 / 12,405] 248 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 38s remote-cache, linux-sandbox ... (70 actions running)
[11,420 / 12,405] 248 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,428 / 12,456] 248 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,434 / 12,456] 248 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,441 / 12,456] 249 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 43s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,447 / 12,466] 249 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,458 / 12,466] 249 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,464 / 12,466] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,468 / 12,466] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,474 / 12,472] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,481 / 12,472] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,483 / 12,472] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,484 / 12,472] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 53s remote-cache, linux-sandbox ... (70 actions running)
[11,496 / 12,472] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,501 / 12,472] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,504 / 12,472] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 56s remote-cache, linux-sandbox ... (69 actions running)
[11,512 / 12,472] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,516 / 12,500] 251 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,522 / 12,500] 251 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 60s remote-cache, linux-sandbox ... (70 actions running)
[11,527 / 12,500] 251 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,530 / 12,500] 251 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 63s remote-cache, linux-sandbox ... (70 actions running)
[11,535 / 12,500] 251 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 64s remote-cache, linux-sandbox ... (70 actions running)
[11,539 / 12,500] 251 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,549 / 12,500] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,549 / 12,500] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 68s remote-cache, linux-sandbox ... (70 actions running)
[11,558 / 12,502] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,569 / 12,582] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 70s remote-cache, linux-sandbox ... (69 actions running)
[11,573 / 12,582] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,578 / 12,582] 253 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 72s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,584 / 12,582] 253 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,592 / 12,582] 253 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,593 / 12,582] 253 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 76s remote-cache, linux-sandbox ... (70 actions running)
[11,594 / 12,582] 253 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,599 / 12,582] 254 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,606 / 12,582] 254 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 80s remote-cache, linux-sandbox ... (70 actions running)
[11,610 / 12,582] 254 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 81s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,616 / 12,582] 254 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 82s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,625 / 12,582] 255 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 84s remote-cache, linux-sandbox ... (70 actions running)
[11,626 / 12,582] 255 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 85s remote-cache, linux-sandbox ... (70 actions running)
[11,630 / 12,582] 256 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 86s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,635 / 12,582] 256 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 87s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,642 / 12,582] 256 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 88s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,644 / 12,582] 256 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 89s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,651 / 12,582] 256 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 91s remote-cache, linux-sandbox ... (70 actions running)
[11,652 / 12,582] 256 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 92s remote-cache, linux-sandbox ... (70 actions running)
[11,653 / 12,582] 256 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 94s remote-cache, linux-sandbox ... (70 actions running)
[11,669 / 12,582] 256 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 59s remote-cache, linux-sandbox ... (70 actions running)
[11,671 / 12,582] 256 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,673 / 12,582] 256 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,676 / 12,582] 256 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,682 / 12,582] 257 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 63s remote-cache, linux-sandbox ... (70 actions running)
[11,687 / 12,582] 257 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,693 / 12,582] 257 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 66s remote-cache, linux-sandbox ... (70 actions running)
[11,697 / 12,582] 257 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 68s remote-cache, linux-sandbox ... (70 actions running)
[11,697 / 12,582] 257 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 69s remote-cache, linux-sandbox ... (70 actions running)
[11,709 / 12,582] 257 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 71s remote-cache, linux-sandbox ... (70 actions running)
[11,719 / 12,582] 257 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 72s remote-cache, linux-sandbox ... (70 actions running)
[11,719 / 12,582] 257 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 74s remote-cache, linux-sandbox ... (70 actions running)
[11,728 / 12,582] 257 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,730 / 12,582] 257 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 77s remote-cache, linux-sandbox ... (70 actions running)
[11,736 / 12,595] 257 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,740 / 12,595] 258 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 80s remote-cache, linux-sandbox ... (70 actions running)
[11,742 / 12,595] 258 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,749 / 12,595] 258 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 83s remote-cache, linux-sandbox ... (70 actions running)
[11,749 / 12,595] 258 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 84s remote-cache, linux-sandbox ... (70 actions running)
[11,757 / 12,595] 258 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 85s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,762 / 12,595] 258 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 87s remote-cache, linux-sandbox ... (70 actions running)
[11,762 / 12,595] 258 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 88s remote-cache, linux-sandbox ... (70 actions running)
[11,768 / 12,595] 259 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 89s remote-cache, linux-sandbox ... (70 actions running)
[11,774 / 12,595] 259 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 91s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,777 / 12,595] 259 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 92s remote-cache, linux-sandbox ... (70 actions running)
[11,778 / 12,595] 259 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 93s remote-cache, linux-sandbox ... (70 actions running)
[11,781 / 12,595] 259 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 94s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,786 / 12,595] 259 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 95s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,788 / 12,595] 259 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 97s remote-cache, linux-sandbox ... (70 actions running)
[11,792 / 12,607] 259 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 98s remote-cache, linux-sandbox ... (70 actions running)
[11,795 / 12,607] 259 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 100s remote-cache, linux-sandbox ... (70 actions running)
[11,798 / 12,607] 259 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 101s remote-cache, linux-sandbox ... (70 actions running)
[11,800 / 12,607] 259 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 103s remote-cache, linux-sandbox ... (70 actions running)
Aborted by Jenkins Admin
Sending interrupt signal to process
Killing processes
kill finished with exit code 0
script returned exit code 143
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
No test report files were found. Configuration error?
+ ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log
Parse from local file: tidb/bazel-test.log
Output files:
ls: cannot access bazel-target-output-*.log: No such file or directory
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 9ecaeca1-88b3-426d-bc94-b49419105412' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: master' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8948/' --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: 9ecaeca1-88b3-426d-bc94-b49419105412
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: master
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8948/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 2
> 
} [data not shown]
* upload completely sent off: 2 out of 2 bytes

100     2    0     0  100     2      0      1  0:00:02  0:00:01  0:00:01     1
100     2    0     0    0     2      0      0 --:--:--  0:00:02 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:03 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:04 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:05 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:06 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:07 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:08 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:09 --:--:--     0+ true
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 6b4b9635-c3df-4fae-b593-17acafd3d51e
Finished: ABORTED