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-8934-27vl8-zbbqs-277s7
Still waiting to schedule task
โ€˜pingcap-tidb-ghpr-unit-test-8934-27vl8-zbbqs-277s7โ€™ is offline
Agent pingcap-tidb-ghpr-unit-test-8934-27vl8-zbbqs-277s7 is provisioned from template pingcap_tidb_ghpr_unit_test_8934-27vl8-zbbqs
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8934/"
    runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/8934/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "897928e1b10803e9039e0d095c5fec7bdf7b36ba"
    jenkins/label: "pingcap_tidb_ghpr_unit_test_8934-27vl8"
  name: "pingcap-tidb-ghpr-unit-test-8934-27vl8-zbbqs-277s7"
  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-8934-27vl8-zbbqs-277s7"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-ghpr-unit-test-8934-27vl8-zbbqs-277s7"
    - 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-8934-27vl8-zbbqs-277s7 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=ead228c1-7a70-455b-9a58-ddf80c1e3bac
JENKINS_NODE_COOKIE=bd02fafd-eb76-4b89-b782-123eeb080a4c
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8934/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-unit-test-8934-27vl8-zbbqs-277s7
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-8934
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787404402504503296","prowjobid":"ead228c1-7a70-455b-9a58-ddf80c1e3bac","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"659f32a81300f9dbcea9032b3c8e4825555ccfd1","base_link":"https://github.com/pingcap/tidb/commit/659f32a81300f9dbcea9032b3c8e4825555ccfd1","pulls":[{"number":53031,"author":"AilinKid","sha":"80816ed53f0a0c8605c9eced9cdd73bad2d6101d","title":"planner: move MemtablePredicateExtractor interface to a unified base place.","link":"https://github.com/pingcap/tidb/pull/53031","commit_link":"https://github.com/pingcap/tidb/pull/53031/commits/80816ed53f0a0c8605c9eced9cdd73bad2d6101d","author_link":"https://github.com/AilinKid"}]}}
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/8934/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8934/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/8934/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=#8934
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787404402504503296
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/8934/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_unit_test_8934-27vl8
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_8934-27vl8 pingcap-tidb-ghpr-unit-test-8934-27vl8-zbbqs-277s7
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-unit-test-8934-27vl8-zbbqs-277s7
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect
BUILD_NUMBER=8934
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-build2197344622=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 root root 1, 3 May  6 16:50 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8934-27vl8-zbbqs-277s7 bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8934-27vl8-zbbqs-277s7 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: 34935
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 1 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 08:50:32 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-659f32a)
460225024 bytes in 1.70 secs (270956462 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 659f32a813 infoschema: try other PDs if one cannot serve the request (#52843)
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master               -> origin/master
 * [new ref]               refs/pull/53031/head -> origin/pr/53031/head
HEAD is now at 659f32a813 infoschema: try other PDs if one cannot serve the request (#52843)
๐Ÿšง Checkouting to base SHA:659f32a81300f9dbcea9032b3c8e4825555ccfd1...
HEAD is now at 659f32a813 infoschema: try other PDs if one cannot serve the request (#52843)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
659f32a81300f9dbcea9032b3c8e4825555ccfd1
659f32a813 infoschema: try other PDs if one cannot serve the request (#52843)
516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
06ee59bd9c planner: add projections to keep join keys as `col=col` (#52989)
๐Ÿšง Pre-merge heads of pull requests to base SHA: 659f32a81300f9dbcea9032b3c8e4825555ccfd1 ...
Updating 659f32a813..80816ed53f
Fast-forward
 pkg/executor/infoschema_reader.go                | 92 ++++++++++++------------
 pkg/planner/core/base/misc_base.go               | 22 ++++++
 pkg/planner/core/explain.go                      |  2 +-
 pkg/planner/core/logical_plans.go                |  2 +-
 pkg/planner/core/memtable_predicate_extractor.go | 71 +++++++++---------
 pkg/planner/core/physical_plans.go               |  2 +-
 6 files changed, 107 insertions(+), 84 deletions(-)
๐Ÿงพ Pre-merged result:
80816ed53f0a0c8605c9eced9cdd73bad2d6101d
80816ed53f .
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 merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache not saved (git/pingcap/tidb/rev-659f32a-80816ed 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: 9e0a0946-fcdc-4674-9880-b6eebec13b08
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_08_50_22.3106896891/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 (205 packages loaded, 11364 targets configured)
INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).
INFO: Found 1 target...
[0 / 110] [Prepa] Writing file external/go_sdk/packages.txt [for tool] ... ( 1 action running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 5.9 MiB / 10.3 MiB; 0s remote-cache ... (3 actions, 0 running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running)
[25 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (23 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 25.612s, Critical Path: 4.28s
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: 0ebab94b-4c9b-45eb-a208-e7f2f0f4c1ab
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_08_50_22.3106896891/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 (133 packages loaded, 13014 targets configured)
INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).
INFO: Found 1 target...
[0 / 9] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running)
[272 / 607] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache
[559 / 607] GoCompilePkg external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a; 0s remote-cache ... (3 actions, 0 running)
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 5.307s, Critical Path: 3.26s
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: b98d712e-b253-4303-bcf1-4374ca97a4a1
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_08_50_22.3106896891/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 (1201 packages loaded, 15073 targets configured)
Analyzing: 411 targets (1535 packages loaded, 21324 targets configured)
Analyzing: 411 targets (1679 packages loaded, 23600 targets configured)
Analyzing: 411 targets (1730 packages loaded, 24332 targets configured)
Analyzing: 411 targets (1917 packages loaded, 25541 targets configured)
Analyzing: 411 targets (1917 packages loaded, 25541 targets configured)
Analyzing: 411 targets (1980 packages loaded, 26559 targets configured)
Analyzing: 411 targets (1981 packages loaded, 26989 targets configured)
INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured).
INFO: Found 411 test targets...
[0 / 16] [Prepa] Writing file br/cmd/br/br_test/baseline_coverage.dat ... (14 actions, 0 running)
[1,365 / 9,763] [Prepa] GoStdlib external/io_bazel_rules_go/stdlib_/pkg ... (34 actions, 0 running)
[1,407 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.3 MiB / 17.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[1,409 / 9,763] GoTestGenTest pkg/infoschema/test/cachetest/cachetest_test_/testmain.go; Downloading pkg/infoschema/test/cachetest/cachetest_test_/testmain.go; 2s remote-cache ... (35 actions, 0 running)
[1,448 / 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; 3s remote-cache ... (36 actions, 2 running)
[2,041 / 9,763] GoCompilePkg external/co_honnef_go_tools/staticcheck/staticcheck.a [for tool]; 0s remote-cache ... (4 actions, 0 running)
[2,622 / 9,771] GoCompilePkg external/com_github_felixge_httpsnoop/httpsnoop.a; 0s remote-cache ... (33 actions, 0 running)
[3,062 / 9,795] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 30.0 MiB / 96.2 MiB; 0s remote-cache ... (35 actions, 0 running)
[3,294 / 9,818] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 57.0 MiB / 96.2 MiB; 2s remote-cache ... (35 actions, 0 running)
[3,296 / 9,818] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 57.0 MiB / 96.2 MiB; 4s remote-cache ... (34 actions, 0 running)
[3,502 / 9,832] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 83.0 MiB / 96.2 MiB; 5s remote-cache ... (35 actions, 0 running)
[3,694 / 9,875] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; 6s remote-cache ... (35 actions, 0 running)
[3,936 / 9,918] 14 / 411 tests; GoLink pkg/util/dbterror/plannererrors/plannererrors_test_/plannererrors_test; Downloading pkg/util/dbterror/plannererrors/plannererrors_test_/plannererrors_test, 5.0 MiB / 5.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,204 / 9,985] 42 / 411 tests; GoLink pkg/parser/types/types_test_/types_test; Downloading pkg/parser/types/types_test_/types_test, 14.0 MiB / 16.2 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,415 / 10,001] 56 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 0s remote-cache ... (35 actions, 0 running)
[4,686 / 10,054] 71 / 411 tests; GoLink pkg/parser/ast/ast_test_/ast_test; Downloading pkg/parser/ast/ast_test_/ast_test, 16.0 MiB / 16.8 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,892 / 10,107] 72 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/s3/s3.a; Downloading external/com_github_aws_aws_sdk_go/service/s3/s3.a, 6.0 MiB / 15.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,029 / 10,109] 75 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 23.0 MiB / 75.3 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,144 / 10,109] 75 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 36.0 MiB / 75.3 MiB; 2s remote-cache ... (18 actions, 0 running)
[5,216 / 10,109] 75 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 63.0 MiB / 75.3 MiB; 3s remote-cache ... (16 actions, 0 running)
[5,283 / 10,119] 79 / 411 tests; GoLink pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test; Downloading pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test, 15.0 MiB / 23.1 MiB; 0s remote-cache ... (6 actions, 0 running)
[5,367 / 10,133] 81 / 411 tests; GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; Downloading pkg/util/execdetails/execdetails_test_/execdetails_test, 27.0 MiB / 28.0 MiB; 0s remote-cache ... (29 actions, 0 running)
[5,471 / 10,135] 82 / 411 tests; GoLink pkg/util/collate/collate_test_/collate_test; Downloading pkg/util/collate/collate_test_/collate_test, 13.0 MiB / 26.1 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,510 / 10,135] 82 / 411 tests; GoLink pkg/util/collate/collate_test_/collate_test; Downloading pkg/util/collate/collate_test_/collate_test, 22.0 MiB / 26.1 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,534 / 10,144] 82 / 411 tests; GoLink pkg/ttl/metrics/metrics_test_/metrics_test; Downloading pkg/ttl/metrics/metrics_test_/metrics_test, 23.0 MiB / 23.4 MiB; 3s remote-cache ... (35 actions, 0 running)
[5,573 / 10,198] 84 / 411 tests; GoLink pkg/types/parser_driver/parser_driver_test_/parser_driver_test; Downloading pkg/types/parser_driver/parser_driver_test_/parser_driver_test, 18.0 MiB / 28.4 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,600 / 10,200] 92 / 411 tests; GoLink pkg/types/parser_driver/parser_driver_test_/parser_driver_test; Downloading pkg/types/parser_driver/parser_driver_test_/parser_driver_test, 26.0 MiB / 28.4 MiB; 3s remote-cache ... (35 actions, 0 running)
[5,659 / 10,267] 95 / 411 tests; GoLink pkg/util/cteutil/cteutil_test_/cteutil_test; Downloading pkg/util/cteutil/cteutil_test_/cteutil_test, 28.0 MiB / 28.8 MiB; 4s remote-cache ... (35 actions, 0 running)
[5,703 / 10,277] 100 / 411 tests; GoLink pkg/util/parser/parser_test_/parser_test; Downloading pkg/util/parser/parser_test_/parser_test, 37.0 MiB / 37.3 MiB; 5s remote-cache ... (35 actions, 0 running)
[5,751 / 10,284] 103 / 411 tests; GoLink pkg/util/cpu/cpu_test_/cpu_test; Downloading pkg/util/cpu/cpu_test_/cpu_test, 26.0 MiB / 33.7 MiB; 3s remote-cache ... (35 actions, 0 running)
[5,817 / 10,298] 109 / 411 tests; GoLink pkg/kv/kv_test_/kv_test; Downloading pkg/kv/kv_test_/kv_test, 29.0 MiB / 31.1 MiB; 3s remote-cache ... (35 actions, 0 running)
[5,894 / 10,324] 111 / 411 tests; GoLink br/pkg/logutil/logutil_test_/logutil_test; Downloading br/pkg/logutil/logutil_test_/logutil_test, 27.0 MiB / 30.4 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,949 / 10,336] 112 / 411 tests; GoLink pkg/util/rowcodec/rowcodec_test_/rowcodec_test; Downloading pkg/util/rowcodec/rowcodec_test_/rowcodec_test, 26.0 MiB / 31.2 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,982 / 10,338] 112 / 411 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 28.0 MiB / 40.5 MiB; 3s remote-cache ... (35 actions, 0 running)
[6,007 / 10,338] 114 / 411 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 34.0 MiB / 40.5 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,049 / 10,389] 115 / 411 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; 5s remote-cache ... (34 actions, 0 running)
[6,084 / 10,462] 116 / 411 tests; GoLink pkg/util/topsql/collector/collector_test_/collector_test; Downloading pkg/util/topsql/collector/collector_test_/collector_test, 30.0 MiB / 30.1 MiB; 4s remote-cache ... (35 actions, 0 running)
[6,124 / 10,468] 119 / 411 tests; GoLink pkg/util/topsql/reporter/reporter_test_/reporter_test; 4s remote-cache ... (35 actions, 0 running)
[6,171 / 10,507] 121 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 39.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,211 / 10,511] 122 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 48.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,250 / 10,511] 125 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 56.4 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running)
[6,294 / 10,516] 128 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 65.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,330 / 10,516] 128 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 73.0 MiB / 78.6 MiB; 9s remote-cache ... (34 actions, 0 running)
[6,369 / 10,527] 128 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; Downloading pkg/meta/expression.recompile557.a, 46.9 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running)
[6,404 / 10,527] 131 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; Downloading pkg/meta/expression.recompile557.a, 55.9 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running)
[6,451 / 10,531] 132 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; Downloading pkg/meta/expression.recompile557.a, 64.9 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running)
[6,486 / 10,531] 132 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; Downloading pkg/meta/expression.recompile557.a, 72.9 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,512 / 10,531] 132 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; Downloading pkg/sessionctx/sessionstates/expression.recompile1158.a, 68.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,536 / 10,531] 132 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; Downloading pkg/sessionctx/sessionstates/expression.recompile1158.a, 75.0 MiB / 78.6 MiB; 9s remote-cache ... (35 actions, 0 running)
[6,554 / 10,533] 133 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 66.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running)
[6,576 / 10,533] 133 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 73.0 MiB / 78.6 MiB; 9s remote-cache ... (35 actions, 0 running)
[6,601 / 10,544] 134 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; Downloading pkg/sessionctx/variable/expression.recompile1100.a, 76.0 MiB / 78.6 MiB; 10s remote-cache ... (35 actions, 0 running)
[6,634 / 10,552] 134 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 74.0 MiB / 80.2 MiB; 10s remote-cache ... (35 actions, 0 running)
[6,655 / 10,552] 137 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 11s remote-cache ... (36 actions, 2 running)
[6,707 / 10,580] 139 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 61.0 MiB / 78.6 MiB; 9s remote-cache ... (35 actions, 0 running)
[6,756 / 10,594] 140 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 69.0 MiB / 78.6 MiB; 10s remote-cache ... (38 actions, 6 running)
[6,805 / 10,594] 143 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; 11s remote-cache ... (38 actions, 6 running)
[6,859 / 10,594] 145 / 411 tests; GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; Downloading pkg/sessionctx/sessionctx_test_/sessionctx_test, 41.0 MiB / 55.8 MiB; 5s remote-cache ... (37 actions, 4 running)
[6,926 / 10,607] 147 / 411 tests; GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; Downloading pkg/sessionctx/sessionctx_test_/sessionctx_test, 52.0 MiB / 55.8 MiB; 6s remote-cache ... (37 actions, 4 running)
[6,992 / 10,611] 147 / 411 tests; GoLink pkg/metrics/metrics_test_/metrics_test; Downloading pkg/metrics/metrics_test_/metrics_test, 30.0 MiB / 54.8 MiB; 3s remote-cache ... (36 actions, 2 running)
[7,033 / 10,611] 149 / 411 tests; GoLink pkg/metrics/metrics_test_/metrics_test; Downloading pkg/metrics/metrics_test_/metrics_test, 40.0 MiB / 54.8 MiB; 4s remote-cache ... (36 actions, 2 running)
[7,077 / 10,611] 149 / 411 tests; GoLink pkg/metrics/metrics_test_/metrics_test; Downloading pkg/metrics/metrics_test_/metrics_test, 49.0 MiB / 54.8 MiB; 5s remote-cache ... (38 actions, 6 running)
[7,144 / 10,645] 150 / 411 tests; GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 40.0 MiB / 51.9 MiB; 4s remote-cache ... (38 actions, 7 running)
[7,187 / 10,645] 150 / 411 tests; GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 48.0 MiB / 51.9 MiB; 5s remote-cache ... (39 actions, 8 running)
[7,238 / 10,678] 150 / 411 tests; GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 49.6 MiB / 56.6 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,281 / 10,689] 151 / 411 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 51.0 MiB / 61.2 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,343 / 10,689] 153 / 411 tests; GoLink pkg/util/util_test_/util_test; 6s remote-cache ... (35 actions, 0 running)
[7,398 / 10,740] 153 / 411 tests; GoLink pkg/table/table_test_/table_test; Downloading pkg/table/table_test_/table_test, 54.0 MiB / 67.5 MiB; 5s remote-cache ... (35 actions, 0 running)
[7,440 / 10,740] 154 / 411 tests; GoLink pkg/table/table_test_/table_test; Downloading pkg/table/table_test_/table_test, 62.0 MiB / 67.5 MiB; 6s remote-cache ... (35 actions, 0 running)
[7,489 / 10,762] 154 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 63.0 MiB / 151.3 MiB; 6s remote-cache ... (35 actions, 0 running)
[7,531 / 10,764] 156 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 74.0 MiB / 151.3 MiB; 7s remote-cache ... (37 actions, 4 running)
[7,574 / 10,799] 157 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 84.0 MiB / 151.3 MiB; 8s remote-cache ... (35 actions, 0 running)
[7,607 / 10,808] 157 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 92.0 MiB / 151.3 MiB; 9s remote-cache ... (35 actions, 0 running)
[7,642 / 10,866] 157 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 100.0 MiB / 151.3 MiB; 10s remote-cache ... (35 actions, 0 running)
[7,660 / 10,868] 159 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 107.0 MiB / 151.3 MiB; 11s remote-cache ... (35 actions, 0 running)
[7,688 / 10,868] 161 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 114.0 MiB / 151.3 MiB; 12s remote-cache ... (35 actions, 0 running)
[7,715 / 10,868] 162 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 122.0 MiB / 151.3 MiB; 13s remote-cache ... (35 actions, 0 running)
[7,746 / 10,874] 163 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 130.0 MiB / 151.3 MiB; 14s remote-cache ... (35 actions, 0 running)
[7,777 / 10,886] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 139.0 MiB / 151.3 MiB; 15s remote-cache ... (35 actions, 0 running)
[7,803 / 10,903] 166 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 147.0 MiB / 151.3 MiB; 16s remote-cache ... (36 actions, 2 running)
[7,838 / 10,903] 169 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 17s remote-cache ... (36 actions, 2 running)
[7,876 / 10,903] 169 / 411 tests; GoLink pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test; Downloading pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test, 24.0 MiB / 54.4 MiB; 3s remote-cache ... (36 actions, 2 running)
[7,916 / 10,903] 170 / 411 tests; GoLink pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test; Downloading pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test, 33.0 MiB / 54.4 MiB; 4s remote-cache ... (37 actions, 4 running)
[7,944 / 10,903] 171 / 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; 5s remote-cache ... (37 actions, 4 running)
[7,973 / 10,903] 171 / 411 tests; GoLink pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test; Downloading pkg/store/mockstore/unistore/tikv/tikv_test_/tikv_test, 49.0 MiB / 54.4 MiB; 6s remote-cache ... (37 actions, 4 running)
[8,012 / 10,932] 172 / 411 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 56.0 MiB / 68.0 MiB; 7s remote-cache ... (37 actions, 4 running)
[8,037 / 10,932] 172 / 411 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 65.0 MiB / 68.0 MiB; 8s remote-cache ... (37 actions, 4 running)
[8,068 / 10,960] 172 / 411 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; Downloading pkg/store/mockstore/unistore/unistore_test_/unistore_test, 48.0 MiB / 56.1 MiB; 6s remote-cache ... (37 actions, 4 running)
[8,096 / 10,960] 174 / 411 tests; GoLink pkg/store/mockstore/unistore/unistore_test_/unistore_test; Downloading pkg/store/mockstore/unistore/unistore_test_/unistore_test, 55.0 MiB / 56.1 MiB; 7s remote-cache ... (37 actions, 6 running)
[8,143 / 10,971] 175 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/core.recompile1266.a; 7s remote-cache, linux-sandbox ... (41 actions, 12 running)
[8,177 / 10,971] 175 / 411 tests; GoLink br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test; Downloading br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test, 54.0 MiB / 58.6 MiB; 7s remote-cache ... (41 actions, 14 running)
[8,208 / 10,982] 175 / 411 tests; GoLink pkg/ddl/copr/copr_test_/copr_test; Downloading pkg/ddl/copr/copr_test_/copr_test, 48.0 MiB / 53.8 MiB; 6s remote-cache ... (41 actions, 12 running)
[8,254 / 10,986] 176 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 5s remote-cache, linux-sandbox ... (40 actions, 10 running)
[8,282 / 10,986] 176 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 6s remote-cache, linux-sandbox ... (41 actions, 12 running)
[8,316 / 10,986] 177 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 7s remote-cache, linux-sandbox ... (41 actions, 12 running)
[8,358 / 10,988] 178 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 8s remote-cache, linux-sandbox ... (41 actions, 12 running)
[8,378 / 10,988] 178 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 9s remote-cache, linux-sandbox ... (43 actions, 16 running)
[8,407 / 10,988] 180 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1241.a; 9s remote-cache, linux-sandbox ... (41 actions, 13 running)
[8,429 / 10,993] 180 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1241.a; 10s remote-cache, linux-sandbox ... (42 actions, 14 running)
[8,446 / 10,993] 180 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 82.0 MiB / 113.1 MiB; 11s remote-cache ... (42 actions, 14 running)
[8,476 / 10,993] 180 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 90.6 MiB / 113.1 MiB; 12s remote-cache ... (42 actions, 14 running)
[8,513 / 10,993] 180 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 100.0 MiB / 113.1 MiB; 13s remote-cache ... (42 actions, 14 running)
[8,545 / 11,046] 181 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 111.0 MiB / 113.1 MiB; 14s remote-cache ... (40 actions, 10 running)
[8,575 / 11,070] 182 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 74.0 MiB / 107.0 MiB; 10s remote-cache ... (40 actions, 10 running)
[8,604 / 11,081] 184 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 81.0 MiB / 107.0 MiB; 11s remote-cache ... (42 actions, 14 running)
[8,633 / 11,083] 184 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 89.0 MiB / 107.0 MiB; 12s remote-cache ... (42 actions, 15 running)
[8,659 / 11,083] 184 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 96.0 MiB / 107.0 MiB; 13s remote-cache ... (45 actions, 20 running)
[8,680 / 11,083] 185 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 103.0 MiB / 107.0 MiB; 14s remote-cache ... (45 actions, 20 running)
[8,707 / 11,083] 185 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 15s remote-cache ... (43 actions, 16 running)
[8,729 / 11,089] 185 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 13s remote-cache, linux-sandbox ... (41 actions, 14 running)
[8,764 / 11,089] 185 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 14s remote-cache, linux-sandbox ... (45 actions, 20 running)
[8,788 / 11,089] 185 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 15s remote-cache, linux-sandbox ... (42 actions, 14 running)
[8,821 / 11,106] 185 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 16s remote-cache, linux-sandbox ... (46 actions, 22 running)
[8,843 / 11,106] 185 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 18s remote-cache, linux-sandbox ... (46 actions, 22 running)
[8,868 / 11,106] 186 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 19s remote-cache, linux-sandbox ... (47 actions, 24 running)
[8,899 / 11,106] 186 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; 14s remote-cache ... (44 actions, 18 running)
[8,918 / 11,108] 186 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 12s remote-cache, linux-sandbox ... (45 actions, 20 running)
[8,942 / 11,108] 186 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 13s remote-cache, linux-sandbox ... (45 actions, 20 running)
[8,970 / 11,108] 187 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 14s remote-cache, linux-sandbox ... (46 actions, 23 running)
[8,988 / 11,108] 188 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 15s remote-cache, linux-sandbox ... (47 actions, 25 running)
[9,006 / 11,108] 189 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 16s remote-cache, linux-sandbox ... (49 actions, 28 running)
[9,023 / 11,159] 189 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 17s remote-cache, linux-sandbox ... (48 actions, 26 running)
[9,042 / 11,159] 189 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 18s remote-cache, linux-sandbox ... (52 actions, 34 running)
[9,050 / 11,159] 189 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 19s remote-cache, linux-sandbox ... (52 actions, 34 running)
[9,064 / 11,159] 189 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 20s remote-cache, linux-sandbox ... (50 actions, 30 running)
[9,074 / 11,159] 189 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 16s remote-cache, linux-sandbox ... (50 actions, 30 running)
[9,086 / 11,159] 189 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 17s remote-cache, linux-sandbox ... (50 actions, 30 running)
[9,100 / 11,159] 189 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 18s remote-cache, linux-sandbox ... (51 actions, 32 running)
[9,111 / 11,161] 190 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 19s remote-cache, linux-sandbox ... (51 actions, 32 running)
[9,130 / 11,161] 190 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 12s remote-cache, linux-sandbox ... (51 actions, 32 running)
[9,147 / 11,181] 190 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 13s remote-cache, linux-sandbox ... (50 actions, 32 running)
[9,165 / 11,192] 190 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 14s remote-cache, linux-sandbox ... (50 actions, 33 running)
[9,183 / 11,205] 190 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 15s remote-cache, linux-sandbox ... (55 actions, 40 running)
[9,202 / 11,209] 191 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 16s remote-cache, linux-sandbox ... (60 actions, 50 running)
[9,219 / 11,209] 192 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 17s remote-cache, linux-sandbox ... (58 actions, 48 running)
[9,247 / 11,258] 192 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 18s remote-cache, linux-sandbox ... (59 actions, 49 running)
[9,272 / 11,272] 193 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 19s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,292 / 11,272] 193 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 20s remote-cache, linux-sandbox ... (60 actions, 50 running)
[9,316 / 11,272] 194 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 9s remote-cache, linux-sandbox ... (51 actions, 33 running)
[9,328 / 11,272] 194 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 10s remote-cache, linux-sandbox ... (59 actions, 48 running)
[9,353 / 11,274] 195 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 11s remote-cache, linux-sandbox ... (56 actions, 42 running)
[9,376 / 11,325] 195 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 12s remote-cache, linux-sandbox ... (58 actions, 47 running)
[9,397 / 11,325] 197 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 13s remote-cache, linux-sandbox ... (58 actions, 47 running)
[9,418 / 11,325] 197 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 14s remote-cache, linux-sandbox ... (57 actions, 44 running)
[9,438 / 11,325] 197 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 15s remote-cache, linux-sandbox ... (56 actions, 43 running)
[9,458 / 11,325] 198 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 16s remote-cache, linux-sandbox ... (59 actions, 49 running)
[9,467 / 11,344] 198 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 17s remote-cache, linux-sandbox ... (59 actions, 48 running)
[9,479 / 11,344] 198 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 18s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,490 / 11,367] 198 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 20s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,493 / 11,367] 198 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 21s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,499 / 11,367] 198 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 22s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,508 / 11,367] 199 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 23s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,531 / 11,371] 199 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 14s remote-cache, linux-sandbox ... (55 actions, 40 running)
[9,544 / 11,426] 201 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 15s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,560 / 11,426] 202 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 16s remote-cache, linux-sandbox ... (57 actions, 44 running)
[9,571 / 11,439] 202 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 17s remote-cache, linux-sandbox ... (57 actions, 44 running)
[9,580 / 11,439] 203 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 18s remote-cache, linux-sandbox ... (56 actions, 42 running)
[9,594 / 11,439] 203 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 19s remote-cache, linux-sandbox ... (61 actions, 53 running)
[9,619 / 11,439] 205 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 20s remote-cache, linux-sandbox ... (63 actions, 56 running)
[9,627 / 11,439] 205 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 21s remote-cache, linux-sandbox ... (65 actions, 60 running)
[9,643 / 11,439] 205 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 19s remote-cache, linux-sandbox ... (65 actions, 60 running)
[9,653 / 11,490] 205 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 20s remote-cache, linux-sandbox ... (65 actions, 60 running)
[9,679 / 11,490] 205 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 20s remote-cache, linux-sandbox ... (62 actions, 55 running)
[9,699 / 11,490] 206 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 21s remote-cache, linux-sandbox ... (62 actions, 55 running)
[9,724 / 11,490] 206 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 21s remote-cache, linux-sandbox ... (62 actions, 54 running)
[9,742 / 11,490] 206 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 21s remote-cache, linux-sandbox ... (60 actions, 50 running)
[9,757 / 11,490] 206 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 22s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,782 / 11,506] 206 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 17s remote-cache, linux-sandbox ... (59 actions, 48 running)
[9,793 / 11,506] 206 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 18s remote-cache, linux-sandbox ... (59 actions, 48 running)
[9,805 / 11,506] 206 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 19s remote-cache, linux-sandbox ... (58 actions, 46 running)
[9,815 / 11,506] 206 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 20s remote-cache, linux-sandbox ... (60 actions, 50 running)
[9,841 / 11,532] 207 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 21s remote-cache, linux-sandbox ... (54 actions, 38 running)
[9,855 / 11,532] 208 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 18s remote-cache, linux-sandbox ... (62 actions, 55 running)
[9,865 / 11,532] 208 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 19s remote-cache, linux-sandbox ... (62 actions, 55 running)
[9,879 / 11,532] 208 / 411 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 11s remote-cache, linux-sandbox ... (62 actions, 54 running)
[9,894 / 11,532] 208 / 411 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 12s remote-cache, linux-sandbox ... (62 actions, 54 running)
[9,917 / 11,593] 208 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; 10s remote-cache, linux-sandbox ... (63 actions, 56 running)
[9,936 / 11,593] 209 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; 11s remote-cache, linux-sandbox ... (62 actions, 55 running)
[9,950 / 11,593] 210 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; 12s remote-cache, linux-sandbox ... (63 actions, 56 running)
[9,983 / 11,625] 211 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 11s remote-cache, linux-sandbox ... (63 actions, 56 running)
[10,005 / 11,625] 211 / 411 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 12s remote-cache, linux-sandbox ... (65 actions, 60 running)
[10,030 / 11,639] 211 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 12s remote-cache, linux-sandbox ... (66 actions, 62 running)
[10,058 / 11,639] 211 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 13s remote-cache, linux-sandbox ... (66 actions, 62 running)
[10,071 / 11,639] 211 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 14s remote-cache, linux-sandbox ... (66 actions, 62 running)
[10,080 / 11,639] 211 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 15s remote-cache, linux-sandbox ... (66 actions, 62 running)
[10,098 / 11,639] 212 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 17s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,122 / 11,649] 213 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 18s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,130 / 11,649] 213 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 19s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,139 / 11,649] 213 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 20s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,154 / 11,649] 214 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,162 / 11,649] 214 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 20s remote-cache, linux-sandbox ... (69 actions running)
[10,162 / 11,649] 214 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 21s remote-cache, linux-sandbox ... (70 actions running)
[10,181 / 11,649] 214 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,199 / 11,651] 215 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 19s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,215 / 11,702] 215 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 21s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,241 / 11,702] 216 / 411 tests; GoCompilePkg pkg/owner/core.recompile1367.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,251 / 11,702] 216 / 411 tests; Testing //pkg/table/tables:tables_test (shard 30 of 31); 12s remote-cache, linux-sandbox ... (70 actions running)
[10,263 / 11,702] 216 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 12s remote-cache, linux-sandbox ... (70 actions running)
[10,279 / 11,702] 216 / 411 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 13s remote-cache, linux-sandbox ... (67 actions, 66 running)
[10,288 / 11,719] 217 / 411 tests; Testing //pkg/table/tables:tables_test (shard 2 of 31); 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,295 / 11,719] 217 / 411 tests; Testing //pkg/table/tables:tables_test (shard 2 of 31); 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,309 / 11,719] 217 / 411 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 13s remote-cache, linux-sandbox ... (68 actions, 67 running)
[10,315 / 11,800] 217 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,331 / 11,800] 217 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,344 / 11,823] 217 / 411 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,359 / 11,823] 217 / 411 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,371 / 11,823] 217 / 411 tests; GoLink br/pkg/backup/backup_test_/backup_test; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,380 / 11,832] 217 / 411 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,396 / 11,832] 217 / 411 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 12s remote-cache, linux-sandbox ... (70 actions running)
[10,415 / 11,832] 218 / 411 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,423 / 11,883] 218 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 10s remote-cache, linux-sandbox ... (70 actions running)
[10,430 / 11,883] 218 / 411 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,442 / 11,909] 219 / 411 tests; GoCompilePkg br/pkg/checksum/executor.recompile1286.a; 8s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,454 / 11,909] 219 / 411 tests; GoCompilePkg br/pkg/checksum/executor.recompile1286.a; 9s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,461 / 11,909] 219 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 8s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,468 / 11,909] 219 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 9s remote-cache, linux-sandbox ... (69 actions running)
[10,472 / 11,909] 219 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,491 / 11,909] 219 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 12s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,510 / 11,909] 219 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 13s remote-cache, linux-sandbox ... (67 actions, 64 running)
[10,526 / 11,960] 219 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 13s remote-cache, linux-sandbox ... (66 actions, 63 running)
[10,551 / 11,962] 220 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 14s remote-cache, linux-sandbox ... (65 actions, 61 running)
[10,573 / 11,991] 220 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 16s remote-cache, linux-sandbox ... (67 actions, 64 running)
[10,586 / 11,991] 220 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 17s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,600 / 12,009] 220 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,610 / 12,009] 220 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,619 / 12,057] 221 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 20s remote-cache, linux-sandbox ... (70 actions running)
[10,626 / 12,077] 221 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 21s remote-cache, linux-sandbox ... (70 actions running)
[10,627 / 12,077] 221 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,634 / 12,077] 221 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,640 / 12,106] 221 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,644 / 12,106] 221 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 25s remote-cache, linux-sandbox ... (69 actions running)
[10,648 / 12,106] 221 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,650 / 12,106] 221 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 28s remote-cache, linux-sandbox ... (70 actions running)
[10,650 / 12,106] 221 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 29s remote-cache, linux-sandbox ... (70 actions running)
[10,650 / 12,106] 222 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 30s remote-cache, linux-sandbox ... (70 actions running)
[10,666 / 12,106] 222 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,675 / 12,106] 222 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,680 / 12,112] 222 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,688 / 12,112] 222 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 35s remote-cache, linux-sandbox ... (70 actions running)
[10,695 / 12,112] 222 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 15 of 16); 36s remote-cache, linux-sandbox ... (67 actions, 66 running)
[10,706 / 12,163] 222 / 411 tests; Testing //br/pkg/backup:backup_test (shard 8 of 8); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,715 / 12,163] 222 / 411 tests; Testing //br/pkg/backup:backup_test (shard 8 of 8); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,725 / 12,163] 222 / 411 tests; Testing //br/pkg/backup:backup_test (shard 8 of 8); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,736 / 12,163] 222 / 411 tests; Testing //br/pkg/backup:backup_test (shard 8 of 8); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,743 / 12,163] 222 / 411 tests; Testing //br/pkg/backup:backup_test (shard 8 of 8); 41s remote-cache, linux-sandbox ... (70 actions running)
[10,749 / 12,163] 222 / 411 tests; Testing //br/pkg/backup:backup_test (shard 8 of 8); 42s remote-cache, linux-sandbox ... (70 actions running)
[10,755 / 12,169] 222 / 411 tests; Testing //br/pkg/backup:backup_test (shard 8 of 8); 43s remote-cache, linux-sandbox ... (67 actions, 64 running)
[10,764 / 12,169] 222 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,769 / 12,169] 222 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,770 / 12,169] 222 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 22); 38s remote-cache, linux-sandbox ... (70 actions running)
[10,779 / 12,169] 222 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 37s remote-cache, linux-sandbox ... (70 actions running)
[10,783 / 12,171] 222 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 28 of 28); 35s remote-cache, linux-sandbox ... (70 actions running)
[10,784 / 12,171] 222 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 28 of 28); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,788 / 12,171] 222 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 20 of 20); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,790 / 12,171] 222 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 20 of 20); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,797 / 12,171] 222 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 20 of 20); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,809 / 12,171] 222 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 20 of 20); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,825 / 12,171] 222 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 20 of 20); 36s remote-cache, linux-sandbox ... (65 actions, 62 running)
[10,828 / 12,173] 223 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 20 of 20); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,837 / 12,173] 224 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 20 of 20); 38s remote-cache, linux-sandbox ... (67 actions, 64 running)
[10,851 / 12,177] 224 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 20 of 20); 39s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,870 / 12,177] 226 / 411 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,880 / 12,177] 226 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 1 of 25); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,881 / 12,177] 226 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 1 of 25); 32s remote-cache, linux-sandbox ... (70 actions running)
[10,887 / 12,177] 226 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 1 of 25); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,890 / 12,177] 226 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 1 of 25); 35s remote-cache, linux-sandbox ... (67 actions, 66 running)
[10,895 / 12,177] 226 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 1 of 25); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,900 / 12,177] 226 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 37s remote-cache, linux-sandbox ... (70 actions running)
[10,908 / 12,177] 227 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 38s remote-cache, linux-sandbox ... (70 actions running)
[10,910 / 12,228] 227 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 39s remote-cache, linux-sandbox ... (70 actions running)
[10,917 / 12,228] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,921 / 12,228] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,926 / 12,243] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,930 / 12,243] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,934 / 12,243] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,937 / 12,243] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 46s remote-cache, linux-sandbox ... (70 actions running)
[10,943 / 12,243] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,953 / 12,243] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,961 / 12,243] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 50s remote-cache, linux-sandbox ... (70 actions running)
[10,969 / 12,243] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 51s remote-cache, linux-sandbox ... (70 actions running)
[10,971 / 12,243] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,981 / 12,243] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,988 / 12,251] 229 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 54s remote-cache, linux-sandbox ... (70 actions running)
[10,995 / 12,251] 229 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 2 of 22); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,999 / 12,251] 229 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 2 of 22); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,000 / 12,251] 229 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 2 of 22); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,010 / 12,251] 230 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 29s remote-cache, linux-sandbox ... (70 actions running)
[11,010 / 12,251] 230 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 31s remote-cache, linux-sandbox ... (70 actions running)
[11,016 / 12,251] 230 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 32s remote-cache, linux-sandbox ... (70 actions running)
[11,016 / 12,251] 230 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 33s remote-cache, linux-sandbox ... (70 actions running)
[11,017 / 12,251] 230 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 34s remote-cache, linux-sandbox ... (70 actions running)
[11,022 / 12,251] 230 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 35s remote-cache, linux-sandbox ... (70 actions running)
[11,024 / 12,268] 230 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 36s remote-cache, linux-sandbox ... (70 actions running)
[11,027 / 12,268] 230 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,029 / 12,268] 230 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 39s remote-cache, linux-sandbox ... (70 actions running)
[11,038 / 12,268] 231 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 40s remote-cache, linux-sandbox ... (70 actions running)
[11,042 / 12,268] 231 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,043 / 12,268] 231 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,049 / 12,268] 231 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,051 / 12,268] 231 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 45s remote-cache, linux-sandbox ... (70 actions running)
[11,063 / 12,268] 232 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,068 / 12,268] 233 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,074 / 12,268] 233 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,083 / 12,268] 233 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,097 / 12,268] 233 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,097 / 12,268] 233 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,100 / 12,270] 234 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,102 / 12,270] 234 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,107 / 12,272] 235 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,114 / 12,291] 235 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,122 / 12,291] 236 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,122 / 12,291] 236 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,124 / 12,291] 236 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,126 / 12,291] 236 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,127 / 12,291] 236 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,129 / 12,326] 236 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,130 / 12,326] 236 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,134 / 12,326] 236 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,139 / 12,326] 236 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,142 / 12,326] 236 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,145 / 12,343] 236 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,149 / 12,343] 236 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 53s remote-cache, linux-sandbox ... (70 actions running)
[11,151 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,154 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,157 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,162 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 39s remote-cache, linux-sandbox ... (70 actions running)
[11,167 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 40s remote-cache, linux-sandbox ... (70 actions running)
[11,168 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,173 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,176 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 1 of 5); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,178 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 1 of 5); 36s remote-cache, linux-sandbox ... (70 actions running)
[11,184 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 1 of 5); 37s remote-cache, linux-sandbox ... (70 actions running)
[11,187 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 1 of 5); 38s remote-cache, linux-sandbox ... (70 actions running)
[11,188 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 1 of 5); 39s remote-cache, linux-sandbox ... (70 actions running)
[11,189 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 1 of 5); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,190 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 1 of 5); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,191 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 1 of 5); 43s remote-cache, linux-sandbox ... (70 actions running)
[11,192 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 1 of 5); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,198 / 12,343] 236 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,200 / 12,343] 236 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 45s remote-cache, linux-sandbox ... (70 actions running)
[11,205 / 12,343] 236 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,206 / 12,343] 236 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,213 / 12,343] 236 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 49s remote-cache, linux-sandbox ... (70 actions running)
[11,214 / 12,343] 236 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,218 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,221 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,225 / 12,343] 236 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,228 / 12,343] 237 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 46s remote-cache, linux-sandbox ... (70 actions running)
[11,241 / 12,343] 238 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,252 / 12,349] 238 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,261 / 12,349] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,263 / 12,349] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,264 / 12,349] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,265 / 12,349] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,272 / 12,349] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,272 / 12,349] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 45s remote-cache, linux-sandbox ... (70 actions running)
[11,276 / 12,349] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,279 / 12,349] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,283 / 12,351] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,285 / 12,351] 239 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,291 / 12,351] 240 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,293 / 12,351] 240 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,295 / 12,351] 240 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,302 / 12,351] 241 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,307 / 12,351] 241 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,308 / 12,351] 241 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,314 / 12,351] 241 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 6 of 25); 33s remote-cache, linux-sandbox ... (70 actions running)
[11,318 / 12,351] 241 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 6 of 25); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,324 / 12,351] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 4 of 50); 36s remote-cache, linux-sandbox ... (70 actions running)
[11,324 / 12,351] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 4 of 50); 37s remote-cache, linux-sandbox ... (70 actions running)
[11,329 / 12,351] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 4 of 50); 38s remote-cache, linux-sandbox ... (70 actions running)
[11,336 / 12,357] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 46 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,339 / 12,357] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 46 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,343 / 12,357] 241 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,344 / 12,357] 241 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 39s remote-cache, linux-sandbox ... (70 actions running)
[11,347 / 12,357] 241 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,349 / 12,357] 241 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,353 / 12,357] 241 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 43s remote-cache, linux-sandbox ... (70 actions running)
[11,354 / 12,357] 241 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,355 / 12,357] 241 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,357 / 12,357] 241 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 41s remote-cache, linux-sandbox ... (69 actions running)
[11,358 / 12,357] 241 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,360 / 12,357] 241 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 43s remote-cache, linux-sandbox ... (70 actions running)
[11,361 / 12,357] 241 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,363 / 12,357] 241 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,366 / 12,357] 241 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,367 / 12,357] 241 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,368 / 12,357] 241 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 49s remote-cache, linux-sandbox ... (70 actions running)
[11,372 / 12,357] 241 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,374 / 12,357] 241 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,379 / 12,357] 241 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,384 / 12,357] 242 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 54s remote-cache, linux-sandbox ... (70 actions running)
[11,388 / 12,357] 242 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,392 / 12,357] 242 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,394 / 12,357] 242 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,398 / 12,357] 242 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 59s remote-cache, linux-sandbox ... (70 actions running)
[11,400 / 12,357] 242 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 60s remote-cache, linux-sandbox ... (70 actions running)
[11,404 / 12,357] 242 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 61s remote-cache, linux-sandbox ... (70 actions running)
[11,404 / 12,357] 242 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 64s remote-cache, linux-sandbox ... (70 actions running)
[11,405 / 12,357] 242 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 66s remote-cache, linux-sandbox ... (70 actions running)
[11,406 / 12,357] 242 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,411 / 12,379] 242 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,413 / 12,379] 242 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 70s remote-cache, linux-sandbox ... (70 actions running)
[11,415 / 12,379] 243 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 71s remote-cache, linux-sandbox ... (70 actions running)
[11,415 / 12,379] 243 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 72s remote-cache, linux-sandbox ... (70 actions running)
[11,420 / 12,430] 243 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,420 / 12,430] 243 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 75s remote-cache, linux-sandbox ... (70 actions running)
[11,421 / 12,430] 243 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 76s remote-cache, linux-sandbox ... (70 actions running)
[11,423 / 12,430] 243 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 77s remote-cache, linux-sandbox ... (70 actions running)
[11,423 / 12,430] 243 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 78s remote-cache, linux-sandbox ... (70 actions running)
[11,426 / 12,432] 243 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 79s remote-cache, linux-sandbox ... (70 actions running)
[11,426 / 12,432] 243 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 81s remote-cache, linux-sandbox ... (70 actions running)
[11,428 / 12,432] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 82s remote-cache, linux-sandbox ... (70 actions running)
[11,429 / 12,432] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,432 / 12,432] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 85s remote-cache, linux-sandbox ... (70 actions running)
[11,434 / 12,432] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 87s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,435 / 12,441] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 88s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,437 / 12,441] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 89s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,439 / 12,447] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 90s remote-cache, linux-sandbox ... (70 actions running)
[11,441 / 12,447] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 92s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,443 / 12,447] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 93s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,445 / 12,447] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 94s remote-cache, linux-sandbox ... (70 actions running)
[11,446 / 12,447] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 95s remote-cache, linux-sandbox ... (70 actions running)
[11,449 / 12,447] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 96s remote-cache, linux-sandbox ... (70 actions running)
[11,451 / 12,459] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 97s remote-cache, linux-sandbox ... (70 actions running)
[11,452 / 12,459] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 99s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,454 / 12,459] 245 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 100s remote-cache, linux-sandbox ... (70 actions running)
[11,458 / 12,459] 246 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,459 / 12,459] 246 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,459 / 12,459] 246 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 79s remote-cache, linux-sandbox ... (70 actions running)
[11,459 / 12,459] 246 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 81s remote-cache, linux-sandbox ... (70 actions running)
[11,461 / 12,459] 246 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 82s remote-cache, linux-sandbox ... (70 actions running)
[11,463 / 12,459] 247 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 84s remote-cache, linux-sandbox ... (70 actions running)
[11,469 / 12,461] 247 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 86s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,470 / 12,461] 247 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 87s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,475 / 12,461] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 88s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,477 / 12,461] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 89s remote-cache, linux-sandbox ... (70 actions running)
[11,479 / 12,461] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 90s remote-cache, linux-sandbox ... (70 actions running)
[11,482 / 12,461] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 91s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,485 / 12,461] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 93s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,488 / 12,461] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 94s remote-cache, linux-sandbox ... (70 actions running)
[11,491 / 12,461] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 95s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,510 / 12,461] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 96s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,520 / 12,461] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 97s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,521 / 12,461] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 99s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,524 / 12,461] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 100s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,524 / 12,461] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 102s remote-cache, linux-sandbox ... (70 actions running)
[11,526 / 12,465] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 103s remote-cache, linux-sandbox ... (70 actions running)
[11,527 / 12,465] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 104s remote-cache, linux-sandbox ... (70 actions running)
[11,529 / 12,465] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 105s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,530 / 12,465] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 107s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,531 / 12,465] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 108s remote-cache, linux-sandbox ... (70 actions running)
[11,532 / 12,465] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 109s remote-cache, linux-sandbox ... (70 actions running)
[11,533 / 12,465] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 111s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,534 / 12,465] 248 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 112s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,538 / 12,465] 249 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 69s remote-cache, linux-sandbox ... (70 actions running)
[11,539 / 12,465] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 70s remote-cache, linux-sandbox ... (70 actions running)
[11,543 / 12,465] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 71s remote-cache, linux-sandbox ... (70 actions running)
[11,545 / 12,465] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 72s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,549 / 12,465] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,551 / 12,465] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 75s remote-cache, linux-sandbox ... (70 actions running)
[11,554 / 12,465] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 76s remote-cache, linux-sandbox ... (70 actions running)
[11,556 / 12,465] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,558 / 12,465] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,559 / 12,483] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,561 / 12,483] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 81s remote-cache, linux-sandbox ... (70 actions running)
[11,562 / 12,483] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 82s remote-cache, linux-sandbox ... (70 actions running)
[11,564 / 12,483] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 83s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,566 / 12,483] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,567 / 12,483] 250 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 86s remote-cache, linux-sandbox ... (70 actions running)
[11,575 / 12,483] 251 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 87s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,585 / 12,483] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 88s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,596 / 12,483] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 89s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,597 / 12,483] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 91s remote-cache, linux-sandbox ... (70 actions running)
[11,601 / 12,483] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 92s remote-cache, linux-sandbox ... (70 actions running)
[11,602 / 12,483] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 93s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,604 / 12,483] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 95s remote-cache, linux-sandbox ... (70 actions running)
[11,608 / 12,494] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 96s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,609 / 12,494] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 98s remote-cache, linux-sandbox ... (70 actions running)
[11,610 / 12,494] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 99s remote-cache, linux-sandbox ... (70 actions running)
[11,612 / 12,494] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 100s remote-cache, linux-sandbox ... (70 actions running)
[11,615 / 12,494] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 101s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,617 / 12,494] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 103s remote-cache, linux-sandbox ... (70 actions running)
[11,620 / 12,494] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 104s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,623 / 12,494] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 105s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,626 / 12,494] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 107s remote-cache, linux-sandbox ... (70 actions running)
[11,629 / 12,494] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 108s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,630 / 12,494] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 110s remote-cache, linux-sandbox ... (70 actions running)
[11,633 / 12,494] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 111s remote-cache, linux-sandbox ... (70 actions running)
[11,634 / 12,494] 252 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 112s remote-cache, linux-sandbox ... (70 actions running)
[11,636 / 12,494] 253 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 113s remote-cache, linux-sandbox ... (70 actions running)
[11,639 / 12,494] 253 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 115s remote-cache, linux-sandbox ... (70 actions running)
[11,641 / 12,494] 253 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 116s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,644 / 12,494] 253 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 117s remote-cache, linux-sandbox ... (70 actions running)
[11,647 / 12,494] 253 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 118s remote-cache, linux-sandbox ... (70 actions running)
[11,652 / 12,494] 253 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 80s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,652 / 12,494] 254 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 81s remote-cache, linux-sandbox ... (70 actions running)
[11,656 / 12,494] 254 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 83s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,661 / 12,494] 254 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 84s remote-cache, linux-sandbox ... (70 actions running)
[11,663 / 12,494] 254 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 85s remote-cache, linux-sandbox ... (70 actions running)
[11,664 / 12,494] 254 / 411 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,666 / 12,494] 254 / 411 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,668 / 12,494] 254 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,671 / 12,494] 254 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 67s remote-cache, linux-sandbox ... (70 actions running)
[11,672 / 12,494] 254 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,675 / 12,496] 254 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,678 / 12,496] 255 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 71s remote-cache, linux-sandbox ... (70 actions running)
[11,680 / 12,496] 255 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 72s remote-cache, linux-sandbox ... (70 actions running)
Aborted by Jenkins Admin
Sending interrupt signal to process
Killing processes
[11,683 / 12,496] 256 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 74s remote-cache, linux-sandbox ... (70 actions running)
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: bc6f3dea-fd6c-415e-aa23-a3cbfbe218ec' --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/8934/' --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: bc6f3dea-fd6c-415e-aa23-a3cbfbe218ec
> 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/8934/
> 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< HTTP/1.1 200 OK
< Date: Mon, 06 May 2024 09:01:32 GMT
< Content-Length: 0
< 

100     2    0     0    0     2      0      0 --:--:--  0:00:05 --:--:--     0
* Connection #0 to host cloudevents-server.apps.svc left intact
[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: 87a49566-2ad1-4649-a01e-5beb5ebd0521
Finished: ABORTED