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-8923-pc7wm-pr466-f1kn6
Agent pingcap-tidb-ghpr-unit-test-8923-pc7wm-pr466-f1kn6 is provisioned from template pingcap_tidb_ghpr_unit_test_8923-pc7wm-pr466
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8923/"
    runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/8923/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "b49ddede943a223edeee8961d9058697552ef870"
    jenkins/label: "pingcap_tidb_ghpr_unit_test_8923-pc7wm"
  name: "pingcap-tidb-ghpr-unit-test-8923-pc7wm-pr466-f1kn6"
  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-8923-pc7wm-pr466-f1kn6"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-ghpr-unit-test-8923-pc7wm-pr466-f1kn6"
    - 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-8923-pc7wm-pr466-f1kn6 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
 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main)
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10
 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=10e4ce85-cf18-4bb9-96c1-acedda3e8703
JENKINS_NODE_COOKIE=9d34dec1-6947-4aee-ab19-8371e31b3648
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8923/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-unit-test-8923-pc7wm-pr466-f1kn6
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-8923
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787380667319848960","prowjobid":"10e4ce85-cf18-4bb9-96c1-acedda3e8703","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"516977e1f99d9df87e142e1ea280baed56a12a70","base_link":"https://github.com/pingcap/tidb/commit/516977e1f99d9df87e142e1ea280baed56a12a70","pulls":[{"number":51300,"author":"ystaticy","sha":"71684e0710b428f0b4f13893397d6bdbd0a49a6f","title":"[DNM]GC: Support keyspace level GC","link":"https://github.com/pingcap/tidb/pull/51300","commit_link":"https://github.com/pingcap/tidb/pull/51300/commits/71684e0710b428f0b4f13893397d6bdbd0a49a6f","author_link":"https://github.com/ystaticy"}]}}
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/8923/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8923/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/8923/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=#8923
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787380667319848960
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/8923/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_unit_test_8923-pc7wm
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_8923-pc7wm pingcap-tidb-ghpr-unit-test-8923-pc7wm-pr466-f1kn6
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-unit-test-8923-pc7wm-pr466-f1kn6
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect
BUILD_NUMBER=8923
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-build3622581036=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 jenkins root 1, 3 May  6 15:16 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8923-pc7wm-pr466-f1kn6 bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8923-pc7wm-pr466-f1kn6 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: 2824
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 0 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 07:16:12 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-516977e)
460055552 bytes in 1.45 secs (317171680 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 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master               -> origin/master
   990d73b056..71684e0710  refs/pull/51300/head -> origin/pr/51300/head
HEAD is now at 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
๐Ÿšง Checkouting to base SHA:516977e1f99d9df87e142e1ea280baed56a12a70...
HEAD is now at 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
516977e1f99d9df87e142e1ea280baed56a12a70
516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
06ee59bd9c planner: add projections to keep join keys as `col=col` (#52989)
600b2ed4bf *: bump client-go to fix #53011 (#53012)
๐Ÿšง Pre-merge heads of pull requests to base SHA: 516977e1f99d9df87e142e1ea280baed56a12a70 ...
Merge made by the 'ort' strategy.
 pkg/domain/infosync/BUILD.bazel |   1 +
 pkg/domain/infosync/info.go     |  18 ++-
 pkg/keyspace/BUILD.bazel        |   5 +
 pkg/keyspace/keyspace.go        |  77 ++++++++++
 pkg/keyspace/keyspace_test.go   |  57 ++++++++
 pkg/kv/interface_mock_test.go   |   4 +
 pkg/kv/kv.go                    |   2 +
 pkg/store/driver/BUILD.bazel    |   1 +
 pkg/store/driver/tikv_driver.go |  27 +++-
 pkg/store/gcworker/BUILD.bazel  |   2 +
 pkg/store/gcworker/gc_worker.go | 316 +++++++++++++++++++++++++++++++++++-----
 pkg/store/helper/helper.go      |   1 +
 pkg/util/mock/store.go          |   5 +
 13 files changed, 473 insertions(+), 43 deletions(-)
๐Ÿงพ Pre-merged result:
030d0e2046f35a51b454abae537aa6875749310f
030d0e2046 Merge commit '71684e0710b428f0b4f13893397d6bdbd0a49a6f' into HEAD
71684e0710 fix func name
a4c786c1fd fix comments
โœ… Pre merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache saved successfully (git/pingcap/tidb/rev-516977e-71684e0)
460149760 bytes in 22.76 secs (20214692 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] withCredentials
Masking supported pattern matches of $CODECOV_TOKEN
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/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: 08f51737-2a31-4cf1-8900-b0f16dae0d89
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_07_15_59.532047769/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 (235 packages loaded, 11565 targets configured)
INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).
INFO: Found 1 target...
[0 / 125] [Prepa] Expanding template gazelle-runner.bash
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 2.4 MiB / 3.6 MiB; 0s remote-cache ... (3 actions, 0 running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 1s remote-cache ... (3 actions, 0 running)
[77 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (30 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 24.417s, Critical Path: 3.72s
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: a7b4bfbc-0f3c-4725-bce8-7c8721db6fab
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_07_15_59.532047769/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 (136 packages loaded, 13014 targets configured)
INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).
INFO: Found 1 target...
[0 / 12] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[272 / 607] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache
[594 / 607] [Prepa] GoCompilePkg external/com_github_tikv_client_go_v2/internal/kvrpc/kvrpc.a ... (2 actions, 0 running)
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 4.555s, Critical Path: 2.43s
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: 4fdf7ce5-d6ba-4c55-8fea-270a36f6f840
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_07_15_59.532047769/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 (1271 packages loaded, 15045 targets configured)
Analyzing: 411 targets (1474 packages loaded, 19921 targets configured)
Analyzing: 411 targets (1644 packages loaded, 23485 targets configured)
Analyzing: 411 targets (1828 packages loaded, 24914 targets configured)
Analyzing: 411 targets (1917 packages loaded, 25541 targets configured)
Analyzing: 411 targets (1920 packages loaded, 25680 targets configured)
Analyzing: 411 targets (1981 packages loaded, 26680 targets configured)
INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured).
 checking cached actions
INFO: Found 411 test targets...
[0 / 15] [Prepa] Writing file br/cmd/br/br_test/baseline_coverage.dat ... (16 actions, 0 running)
[1,465 / 9,764] GoTestGenTest pkg/keyspace/keyspace_test_/testmain.go; 0s remote-cache, linux-sandbox ... (35 actions, 2 running)
[1,506 / 9,764] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/include/asm_amd64.h; 1s remote-cache ... (35 actions, 0 running)
[1,509 / 9,764] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 9.0 MiB / 10.3 MiB; 2s remote-cache ... (35 actions, 0 running)
[1,560 / 9,764] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 3s remote-cache ... (36 actions, 2 running)
[2,158 / 9,764] GoCompilePkg external/com_github_tidwall_btree/btree.a; Downloading external/com_github_tidwall_btree/btree.a; 0s remote-cache ... (35 actions, 0 running)
[2,736 / 9,773] GoCompilePkg external/io_opentelemetry_go_otel_sdk/instrumentation/instrumentation.a; Downloading external/io_opentelemetry_go_otel_sdk/instrumentation/instrumentation.x; 0s remote-cache ... (34 actions, 0 running)
[3,154 / 9,822] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 35.0 MiB / 96.2 MiB; 0s remote-cache ... (35 actions, 0 running)
[3,442 / 9,853] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 79.1 MiB / 96.2 MiB; 1s remote-cache ... (34 actions, 0 running)
[3,616 / 9,910] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; 2s remote-cache ... (35 actions, 0 running)
[3,816 / 9,992] 14 / 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, 46.0 MiB / 69.8 MiB; 1s remote-cache ... (35 actions, 0 running)
[4,076 / 10,006] 51 / 411 tests; GoCompilePkg pkg/parser/parser.a; Downloading pkg/parser/parser.a, 10.0 MiB / 11.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,539 / 10,112] 74 / 411 tests; GoLink pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test; Downloading pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test, 7.0 MiB / 23.1 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,975 / 10,116] 78 / 411 tests; GoLink pkg/util/cdcutil/cdcutil_test_/cdcutil_test; 0s remote-cache ... (35 actions, 0 running)
[5,181 / 10,134] 81 / 411 tests; GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 16.7 MiB / 24.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,351 / 10,134] 81 / 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, 38.0 MiB / 75.3 MiB; 1s remote-cache ... (33 actions, 0 running)
[5,410 / 10,142] 81 / 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, 50.0 MiB / 75.3 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,482 / 10,206] 85 / 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, 62.0 MiB / 75.3 MiB; 3s remote-cache ... (37 actions, 4 running)
[5,527 / 10,244] 88 / 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, 72.3 MiB / 75.3 MiB; 4s remote-cache ... (36 actions, 2 running)
[5,559 / 10,246] 91 / 411 tests; GoLink pkg/util/timeutil/timeutil_test_/timeutil_test; Downloading pkg/util/timeutil/timeutil_test_/timeutil_test, 21.0 MiB / 27.9 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,591 / 10,250] 92 / 411 tests; GoLink br/pkg/restore/ingestrec/ingestrec_test_/ingestrec_test; Downloading br/pkg/restore/ingestrec/ingestrec_test_/ingestrec_test, 27.7 MiB / 27.8 MiB; 3s remote-cache ... (34 actions, 0 running)
[5,647 / 10,276] 97 / 411 tests; GoLink pkg/util/parser/parser_test_/parser_test; Downloading pkg/util/parser/parser_test_/parser_test, 37.0 MiB / 37.3 MiB; 4s remote-cache ... (35 actions, 0 running)
[5,700 / 10,283] 106 / 411 tests; GoLink pkg/kv/kv_test_/kv_test; Downloading pkg/kv/kv_test_/kv_test, 8.0 MiB / 31.1 MiB; 1s remote-cache ... (36 actions, 2 running)
[5,754 / 10,283] 107 / 411 tests; GoLink pkg/kv/kv_test_/kv_test; Downloading pkg/kv/kv_test_/kv_test, 18.0 MiB / 31.1 MiB; 2s remote-cache ... (21 actions, 3 running)
[5,827 / 10,314] 109 / 411 tests; GoLink pkg/store/driver/error/error_test_/error_test; Downloading pkg/store/driver/error/error_test_/error_test, 26.0 MiB / 28.9 MiB; 2s remote-cache ... (41 actions, 12 running)
[5,876 / 10,318] 111 / 411 tests; GoLink br/pkg/logutil/logutil_test_/logutil_test; 2s remote-cache ... (42 actions, 14 running)
[5,918 / 10,339] 112 / 411 tests; GoLink pkg/util/rowcodec/rowcodec_test_/rowcodec_test; Downloading pkg/util/rowcodec/rowcodec_test_/rowcodec_test, 29.0 MiB / 31.2 MiB; 2s remote-cache ... (42 actions, 14 running)
[5,952 / 10,365] 113 / 411 tests; GoLink pkg/tidb-binlog/pump_client/pump_client_test_/pump_client_test; Downloading pkg/tidb-binlog/pump_client/pump_client_test_/pump_client_test, 28.0 MiB / 30.1 MiB; 2s remote-cache ... (49 actions, 28 running)
[6,011 / 10,456] 115 / 411 tests; GoLink pkg/util/generatedexpr/generatedexpr_test_/generatedexpr_test; Downloading pkg/util/generatedexpr/generatedexpr_test_/generatedexpr_test, 37.0 MiB / 38.6 MiB; 3s remote-cache ... (44 actions, 18 running)
[6,066 / 10,464] 121 / 411 tests; Testing //pkg/util/stmtsummary/v2:stmtsummary_test (shard 2 of 13); Downloading pkg/util/stmtsummary/v2/stmtsummary_test/shard_2_of_13/coverage.dat, 6.0 MiB / 6.8 MiB; 0s remote-cache ... (44 actions, 18 running)
[6,114 / 10,464] 127 / 411 tests; GoCompilePkg pkg/meta/context.recompile550.a; 1s remote-cache, linux-sandbox ... (55 actions, 40 running)
[6,167 / 10,464] 127 / 411 tests; GoCompilePkg pkg/structure/variable.recompile1085.a; 1s remote-cache, linux-sandbox ... (53 actions, 36 running)
[6,228 / 10,515] 130 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 1s remote-cache, linux-sandbox ... (67 actions, 64 running)
[6,281 / 10,515] 130 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 2s remote-cache, linux-sandbox ... (66 actions, 62 running)
[6,318 / 10,515] 130 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 3s remote-cache, linux-sandbox ... (62 actions, 55 running)
[6,346 / 10,517] 130 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 4s remote-cache, linux-sandbox ... (59 actions, 48 running)
[6,381 / 10,526] 130 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 5s remote-cache, linux-sandbox ... (56 actions, 42 running)
[6,399 / 10,526] 131 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 6s remote-cache, linux-sandbox ... (59 actions, 48 running)
[6,431 / 10,541] 135 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 7s remote-cache, linux-sandbox ... (66 actions, 63 running)
[6,440 / 10,541] 135 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 8s remote-cache, linux-sandbox ... (66 actions, 62 running)
[6,450 / 10,543] 135 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 9s remote-cache, linux-sandbox ... (67 actions, 64 running)
[6,470 / 10,558] 136 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 10s remote-cache, linux-sandbox ... (68 actions, 66 running)
[6,479 / 10,558] 137 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 11s remote-cache, linux-sandbox ... (68 actions, 66 running)
[6,503 / 10,558] 138 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 12s remote-cache, linux-sandbox ... (63 actions, 56 running)
[6,514 / 10,560] 139 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 13s remote-cache, linux-sandbox ... (67 actions, 64 running)
[6,542 / 10,574] 140 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 14s remote-cache, linux-sandbox ... (67 actions, 64 running)
[6,552 / 10,586] 140 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 15s remote-cache, linux-sandbox ... (67 actions, 64 running)
[6,572 / 10,586] 142 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 16s remote-cache, linux-sandbox ... (60 actions, 50 running)
[6,588 / 10,586] 143 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 17s remote-cache, linux-sandbox ... (66 actions, 62 running)
[6,604 / 10,586] 144 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[6,606 / 10,586] 144 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[6,630 / 10,586] 144 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[6,638 / 10,586] 144 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,652 / 10,586] 144 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,665 / 10,586] 145 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,672 / 10,586] 145 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,672 / 10,586] 145 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; 25s remote-cache, linux-sandbox ... (70 actions running)
[6,702 / 10,596] 145 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,729 / 10,596] 145 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; 24s remote-cache, linux-sandbox ... (63 actions, 62 running)
[6,735 / 10,598] 145 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,762 / 10,598] 145 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,763 / 10,598] 145 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,794 / 10,600] 146 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 8s remote-cache, linux-sandbox ... (70 actions running)
[6,827 / 10,602] 148 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 9s remote-cache, linux-sandbox ... (70 actions running)
[6,847 / 10,602] 148 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 10s remote-cache, linux-sandbox ... (69 actions running)
[6,866 / 10,602] 148 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,884 / 10,635] 148 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 12s remote-cache, linux-sandbox ... (69 actions running)
[6,902 / 10,637] 148 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,905 / 10,637] 148 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[6,924 / 10,637] 150 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 16s remote-cache, linux-sandbox ... (70 actions running)
[6,954 / 10,659] 150 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,974 / 10,659] 150 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 18s remote-cache, linux-sandbox ... (68 actions, 66 running)
[6,992 / 10,659] 150 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,005 / 10,659] 150 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 20s remote-cache, linux-sandbox ... (68 actions, 67 running)
[7,028 / 10,663] 151 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 21s remote-cache, linux-sandbox ... (67 actions, 66 running)
[7,033 / 10,663] 151 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,064 / 10,678] 152 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,090 / 10,680] 153 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,104 / 10,680] 153 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 26s remote-cache, linux-sandbox ... (69 actions running)
[7,115 / 10,680] 154 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 27s remote-cache, linux-sandbox ... (70 actions running)
[7,116 / 10,680] 155 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 28s remote-cache, linux-sandbox ... (70 actions running)
[7,117 / 10,680] 155 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,164 / 10,744] 155 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 30s remote-cache, linux-sandbox ... (67 actions, 66 running)
[7,176 / 10,744] 155 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 31s remote-cache, linux-sandbox ... (60 actions, 54 running)
[7,199 / 10,744] 157 / 411 tests; GoCompilePkg pkg/expression/expression.a; 30s remote-cache, linux-sandbox ... (69 actions running)
[7,218 / 10,744] 158 / 411 tests; GoCompilePkg pkg/expression/expression.a; 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,240 / 10,768] 158 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 17s remote-cache, linux-sandbox ... (68 actions, 67 running)
[7,260 / 10,768] 159 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 18s remote-cache, linux-sandbox ... (69 actions running)
[7,278 / 10,781] 159 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,298 / 10,788] 160 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,323 / 10,818] 161 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 21s remote-cache, linux-sandbox ... (68 actions, 66 running)
[7,347 / 10,820] 161 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 23s remote-cache, linux-sandbox ... (70 actions running)
[7,368 / 10,820] 161 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 25s remote-cache, linux-sandbox ... (70 actions running)
[7,392 / 10,820] 161 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 26s remote-cache, linux-sandbox ... (70 actions running)
[7,409 / 10,877] 162 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 27s remote-cache, linux-sandbox ... (70 actions running)
[7,420 / 10,877] 163 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 28s remote-cache, linux-sandbox ... (70 actions running)
[7,451 / 10,877] 163 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,471 / 10,877] 164 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,491 / 10,887] 164 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,515 / 10,887] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,530 / 10,887] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,550 / 10,887] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,582 / 10,893] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,599 / 10,893] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,617 / 10,893] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,638 / 10,893] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 38s remote-cache, linux-sandbox ... (69 actions running)
[7,661 / 10,897] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,669 / 10,897] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,690 / 10,904] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 42s remote-cache, linux-sandbox ... (70 actions running)
[7,717 / 10,904] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,742 / 10,904] 166 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,768 / 10,904] 169 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,779 / 10,904] 169 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,803 / 10,904] 169 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,821 / 10,904] 169 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 49s remote-cache, linux-sandbox ... (70 actions running)
[7,843 / 10,904] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 50s remote-cache, linux-sandbox ... (70 actions running)
[7,858 / 10,930] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 51s remote-cache, linux-sandbox ... (70 actions running)
[7,879 / 10,958] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,890 / 10,958] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 53s remote-cache, linux-sandbox ... (69 actions running)
[7,901 / 10,958] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,917 / 10,964] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,938 / 10,964] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,952 / 10,964] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,971 / 10,975] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,986 / 10,975] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,999 / 10,985] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,016 / 10,985] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 62s remote-cache, linux-sandbox ... (70 actions running)
[8,027 / 10,985] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 63s remote-cache, linux-sandbox ... (70 actions running)
[8,044 / 10,987] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 64s remote-cache, linux-sandbox ... (70 actions running)
[8,046 / 10,987] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 65s remote-cache, linux-sandbox ... (70 actions running)
[8,049 / 10,987] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 66s remote-cache, linux-sandbox ... (70 actions running)
[8,071 / 10,987] 172 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,087 / 10,987] 172 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 68s remote-cache, linux-sandbox ... (69 actions running)
[8,098 / 10,987] 173 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,111 / 10,987] 173 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,124 / 10,987] 174 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,139 / 10,987] 174 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 72s remote-cache, linux-sandbox ... (69 actions running)
[8,158 / 10,987] 174 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,173 / 10,987] 174 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,182 / 10,987] 174 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 75s remote-cache, linux-sandbox ... (69 actions running)
[8,195 / 10,987] 174 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 76s remote-cache, linux-sandbox ... (69 actions running)
[8,202 / 10,987] 174 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 33s remote-cache, linux-sandbox ... (70 actions running)
[8,203 / 10,987] 174 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,224 / 10,987] 174 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,232 / 10,987] 174 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,246 / 10,987] 175 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,254 / 10,987] 175 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 39s remote-cache, linux-sandbox ... (70 actions running)
[8,260 / 10,987] 175 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 40s remote-cache, linux-sandbox ... (70 actions running)
[8,268 / 10,987] 175 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 41s remote-cache, linux-sandbox ... (70 actions running)
[8,280 / 10,987] 176 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 42s remote-cache, linux-sandbox ... (70 actions running)
[8,299 / 10,989] 176 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,316 / 10,989] 176 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,327 / 10,989] 176 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,338 / 10,989] 176 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 47s remote-cache, linux-sandbox ... (70 actions running)
[8,339 / 10,989] 177 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 48s remote-cache, linux-sandbox ... (70 actions running)
[8,370 / 10,989] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 27); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,382 / 10,989] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,396 / 10,989] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,406 / 10,989] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,426 / 10,989] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,443 / 11,000] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,458 / 11,000] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,475 / 11,000] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,481 / 11,000] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,501 / 11,000] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 31s remote-cache, linux-sandbox ... (70 actions running)
[8,512 / 11,000] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 33s remote-cache, linux-sandbox ... (70 actions running)
[8,512 / 11,000] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 34s remote-cache, linux-sandbox ... (70 actions running)
[8,512 / 11,000] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 35s remote-cache, linux-sandbox ... (70 actions running)
[8,515 / 11,000] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,547 / 11,000] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,567 / 11,000] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,574 / 11,000] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,590 / 11,000] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,598 / 11,005] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 42s remote-cache, linux-sandbox ... (69 actions running)
[8,608 / 11,005] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 43s remote-cache, linux-sandbox ... (69 actions running)
[8,617 / 11,005] 179 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 44s remote-cache, linux-sandbox ... (69 actions running)
[8,627 / 11,005] 179 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,642 / 11,005] 179 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,644 / 11,022] 179 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 47s remote-cache, linux-sandbox ... (70 actions running)
[8,660 / 11,022] 180 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 48s remote-cache, linux-sandbox ... (70 actions running)
[8,660 / 11,022] 180 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 49s remote-cache, linux-sandbox ... (70 actions running)
[8,660 / 11,022] 180 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 50s remote-cache, linux-sandbox ... (70 actions running)
[8,686 / 11,073] 181 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 51s remote-cache, linux-sandbox ... (70 actions running)
[8,691 / 11,073] 181 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 52s remote-cache, linux-sandbox ... (70 actions running)
[8,697 / 11,073] 181 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 53s remote-cache, linux-sandbox ... (69 actions running)
[8,707 / 11,077] 182 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 54s remote-cache, linux-sandbox ... (70 actions running)
[8,720 / 11,077] 183 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 55s remote-cache, linux-sandbox ... (67 actions, 66 running)
[8,724 / 11,077] 183 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,735 / 11,077] 183 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,747 / 11,077] 184 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,751 / 11,077] 184 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 60s remote-cache, linux-sandbox ... (69 actions running)
[8,776 / 11,093] 185 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 61s remote-cache, linux-sandbox ... (70 actions running)
[8,779 / 11,093] 185 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 63s remote-cache, linux-sandbox ... (70 actions running)
[8,779 / 11,093] 185 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 64s remote-cache, linux-sandbox ... (70 actions running)
[8,786 / 11,093] 185 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 65s remote-cache, linux-sandbox ... (70 actions running)
[8,812 / 11,095] 187 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[8,824 / 11,103] 187 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,840 / 11,103] 187 / 411 tests; GoCompilePkg pkg/planner/util/core.recompile1117.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[8,863 / 11,103] 188 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/core.recompile1245.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[8,872 / 11,103] 188 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/core.recompile1245.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[8,885 / 11,103] 188 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/core.recompile1245.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[8,902 / 11,103] 188 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/executor.recompile1256.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[8,914 / 11,103] 188 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/executor.recompile1256.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[8,929 / 11,103] 189 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/executor.recompile1256.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[8,938 / 11,103] 189 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/executor.recompile1256.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[8,956 / 11,103] 189 / 411 tests; GoCompilePkg pkg/infoschema/core.recompile1265.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,971 / 11,103] 189 / 411 tests; GoCompilePkg pkg/infoschema/core.recompile1265.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,978 / 11,103] 189 / 411 tests; GoCompilePkg pkg/infoschema/core.recompile1265.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,001 / 11,114] 189 / 411 tests; GoCompilePkg pkg/table/tables/executor.recompile1256.a; 12s remote-cache, linux-sandbox ... (70 actions running)
[9,017 / 11,124] 189 / 411 tests; GoCompilePkg pkg/table/tables/executor.recompile1256.a; 13s remote-cache, linux-sandbox ... (70 actions running)
[9,029 / 11,126] 190 / 411 tests; GoCompilePkg pkg/table/tables/executor.recompile1256.a; 14s remote-cache, linux-sandbox ... (70 actions running)
[9,049 / 11,131] 190 / 411 tests; GoCompilePkg pkg/table/tables/executor.recompile1256.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,056 / 11,131] 190 / 411 tests; GoCompilePkg pkg/table/tables/executor.recompile1256.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,064 / 11,131] 191 / 411 tests; GoCompilePkg pkg/table/tables/executor.recompile1256.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,072 / 11,131] 192 / 411 tests; GoCompilePkg pkg/table/tables/executor.recompile1256.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,081 / 11,131] 192 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 12s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,088 / 11,131] 192 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 13s remote-cache, linux-sandbox ... (70 actions running)
[9,090 / 11,131] 192 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 14s remote-cache, linux-sandbox ... (68 actions, 67 running)
[9,092 / 11,131] 192 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,119 / 11,141] 193 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,121 / 11,179] 193 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[9,140 / 11,179] 194 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[9,148 / 11,230] 194 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/executor.recompile1256.a; 12s remote-cache, linux-sandbox ... (70 actions running)
[9,155 / 11,230] 194 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/executor.recompile1256.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,168 / 11,236] 194 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/executor.recompile1256.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,172 / 11,287] 194 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/executor.recompile1256.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,180 / 11,303] 195 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/executor.recompile1256.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[9,192 / 11,303] 197 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/executor.recompile1256.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[9,202 / 11,303] 197 / 411 tests; GoCompilePkg pkg/sessionctx/variable/executor.recompile1256.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,209 / 11,303] 197 / 411 tests; GoCompilePkg pkg/sessionctx/variable/executor.recompile1256.a; 12s remote-cache, linux-sandbox ... (69 actions running)
[9,221 / 11,327] 197 / 411 tests; GoCompilePkg pkg/sessionctx/variable/executor.recompile1256.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,227 / 11,327] 197 / 411 tests; GoCompilePkg pkg/sessionctx/variable/executor.recompile1256.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[9,246 / 11,332] 198 / 411 tests; GoCompilePkg pkg/sessionctx/variable/executor.recompile1256.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,257 / 11,332] 198 / 411 tests; GoCompilePkg pkg/sessionctx/variable/executor.recompile1256.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,262 / 11,332] 198 / 411 tests; GoCompilePkg pkg/sessionctx/variable/executor.recompile1256.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,276 / 11,332] 199 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,291 / 11,383] 200 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,299 / 11,383] 200 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,305 / 11,383] 200 / 411 tests; GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 16s remote-cache, linux-sandbox ... (70 actions running)
[9,319 / 11,411] 200 / 411 tests; GoCompilePkg pkg/infoschema/executor.recompile1278.a; 14s remote-cache, linux-sandbox ... (70 actions running)
[9,325 / 11,411] 200 / 411 tests; GoCompilePkg pkg/infoschema/executor.recompile1278.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[9,334 / 11,411] 200 / 411 tests; GoCompilePkg pkg/infoschema/executor.recompile1278.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,344 / 11,440] 200 / 411 tests; GoCompilePkg pkg/infoschema/executor.recompile1278.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[9,348 / 11,440] 201 / 411 tests; GoCompilePkg pkg/infoschema/executor.recompile1278.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[9,362 / 11,440] 201 / 411 tests; GoCompilePkg pkg/infoschema/executor.recompile1278.a; 19s remote-cache, linux-sandbox ... (62 actions, 54 running)
[9,368 / 11,440] 201 / 411 tests; GoCompilePkg pkg/util/dbutil/core.recompile1116.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,381 / 11,472] 201 / 411 tests; GoCompilePkg pkg/util/dbutil/core.recompile1116.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,394 / 11,472] 201 / 411 tests; GoCompilePkg pkg/util/dbutil/core.recompile1116.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[9,394 / 11,472] 201 / 411 tests; GoCompilePkg pkg/util/dbutil/core.recompile1116.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[9,394 / 11,472] 201 / 411 tests; GoCompilePkg pkg/util/dbutil/core.recompile1116.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[9,412 / 11,472] 201 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 16s remote-cache, linux-sandbox ... (70 actions running)
[9,421 / 11,485] 201 / 411 tests; GoCompilePkg pkg/ddl/ddl.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[9,440 / 11,485] 201 / 411 tests; GoCompilePkg br/pkg/storage/core.recompile1284.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,448 / 11,485] 201 / 411 tests; GoCompilePkg br/pkg/storage/core.recompile1284.a; 18s remote-cache, linux-sandbox ... (69 actions running)
[9,455 / 11,485] 201 / 411 tests; GoCompilePkg pkg/lightning/common/core.recompile1118.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,474 / 11,485] 201 / 411 tests; GoCompilePkg pkg/lightning/common/core.recompile1118.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,486 / 11,487] 201 / 411 tests; GoCompilePkg pkg/lightning/common/core.recompile1118.a; 16s remote-cache, linux-sandbox ... (69 actions running)
[9,497 / 11,487] 201 / 411 tests; GoCompilePkg pkg/lightning/common/core.recompile1118.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,512 / 11,487] 201 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,521 / 11,487] 201 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,534 / 11,494] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,542 / 11,494] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 11s remote-cache, linux-sandbox ... (70 actions running)
[9,562 / 11,494] 201 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,577 / 11,545] 203 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 12s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,591 / 11,545] 203 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,604 / 11,563] 204 / 411 tests; Testing //pkg/table/tables:tables_test (shard 30 of 31); 9s remote-cache, linux-sandbox ... (70 actions running)
[9,607 / 11,563] 204 / 411 tests; Testing //pkg/table/tables:tables_test (shard 30 of 31); 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,611 / 11,563] 204 / 411 tests; Testing //pkg/table/tables:tables_test (shard 30 of 31); 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,640 / 11,593] 204 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,644 / 11,614] 204 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 6s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,653 / 11,614] 204 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 7s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,661 / 11,614] 204 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 8s remote-cache, linux-sandbox ... (70 actions running)
[9,673 / 11,614] 204 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 9s remote-cache, linux-sandbox ... (70 actions running)
[9,673 / 11,614] 204 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 10s remote-cache, linux-sandbox ... (70 actions running)
[9,689 / 11,614] 205 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,694 / 11,614] 205 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,700 / 11,614] 205 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 14s remote-cache, linux-sandbox ... (69 actions running)
[9,700 / 11,614] 205 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[9,719 / 11,614] 205 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 16s remote-cache, linux-sandbox ... (70 actions running)
[9,723 / 11,614] 206 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[9,728 / 11,614] 206 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[9,733 / 11,614] 206 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,733 / 11,614] 207 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[9,750 / 11,614] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,751 / 11,614] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,769 / 11,614] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,773 / 11,614] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 25s remote-cache, linux-sandbox ... (70 actions running)
[9,781 / 11,614] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 26s remote-cache, linux-sandbox ... (70 actions running)
[9,787 / 11,614] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,792 / 11,614] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,811 / 11,614] 208 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 22s remote-cache, linux-sandbox ... (70 actions running)
[9,826 / 11,616] 208 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,840 / 11,616] 209 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,847 / 11,616] 209 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,850 / 11,616] 209 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 27s remote-cache, linux-sandbox ... (70 actions running)
[9,875 / 11,616] 212 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 28s remote-cache, linux-sandbox ... (70 actions running)
[9,878 / 11,616] 213 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 29s remote-cache, linux-sandbox ... (70 actions running)
[9,886 / 11,616] 213 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,910 / 11,616] 213 / 411 tests; Testing //pkg/table/tables:tables_test (shard 5 of 31); 11s remote-cache, linux-sandbox ... (69 actions running)
[9,914 / 11,636] 213 / 411 tests; Testing //pkg/table/tables:tables_test (shard 5 of 31); 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,929 / 11,636] 214 / 411 tests; Testing //pkg/table/tables:tables_test (shard 5 of 31); 13s remote-cache, linux-sandbox ... (69 actions running)
[9,940 / 11,636] 214 / 411 tests; GoCompilePkg pkg/ddl/core.recompile1273.a; 12s remote-cache, linux-sandbox ... (70 actions running)
[9,953 / 11,636] 214 / 411 tests; GoCompilePkg pkg/ddl/core.recompile1273.a; 13s remote-cache, linux-sandbox ... (70 actions running)
[9,961 / 11,636] 214 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 14 of 50); 9s remote-cache, linux-sandbox ... (67 actions, 64 running)
[9,973 / 11,636] 214 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 14 of 50); 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,988 / 11,640] 214 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 14 of 50); 11s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,000 / 11,640] 214 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 14 of 50); 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,026 / 11,640] 214 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 10s remote-cache, linux-sandbox ... (70 actions running)
[10,028 / 11,640] 214 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 11s remote-cache, linux-sandbox ... (70 actions running)
[10,032 / 11,640] 214 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,064 / 11,667] 214 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,070 / 11,667] 214 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 15s remote-cache, linux-sandbox ... (70 actions running)
[10,073 / 11,667] 214 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,100 / 11,667] 215 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,107 / 11,667] 215 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,120 / 11,667] 216 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,129 / 11,667] 217 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,135 / 11,667] 217 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 22s remote-cache, linux-sandbox ... (70 actions running)
[10,136 / 11,667] 217 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,143 / 11,667] 217 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,154 / 11,667] 217 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,163 / 11,718] 218 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,172 / 11,718] 218 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,177 / 11,718] 218 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,189 / 11,718] 218 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,192 / 11,718] 218 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,201 / 11,720] 218 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 32s remote-cache, linux-sandbox ... (70 actions running)
[10,203 / 11,720] 219 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 33s remote-cache, linux-sandbox ... (70 actions running)
[10,207 / 11,720] 219 / 411 tests; GoCompilePkg br/pkg/checksum/executor.recompile1286.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[10,209 / 11,720] 219 / 411 tests; GoCompilePkg br/pkg/checksum/executor.recompile1286.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[10,210 / 11,720] 219 / 411 tests; GoCompilePkg br/pkg/checksum/executor.recompile1286.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[10,212 / 11,720] 221 / 411 tests; GoCompilePkg br/pkg/checksum/executor.recompile1286.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[10,223 / 11,720] 222 / 411 tests; GoCompilePkg pkg/owner/executor.recompile1380.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[10,224 / 11,720] 222 / 411 tests; GoCompilePkg pkg/owner/executor.recompile1380.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[10,236 / 11,720] 222 / 411 tests; GoCompilePkg pkg/owner/executor.recompile1380.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,242 / 11,722] 222 / 411 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[10,244 / 11,722] 222 / 411 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[10,245 / 11,722] 222 / 411 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[10,251 / 11,726] 222 / 411 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 21s remote-cache, linux-sandbox ... (70 actions running)
[10,251 / 11,726] 222 / 411 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 22s remote-cache, linux-sandbox ... (70 actions running)
[10,265 / 11,726] 223 / 411 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,275 / 11,726] 223 / 411 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,286 / 11,726] 223 / 411 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,295 / 11,726] 223 / 411 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 27s remote-cache, linux-sandbox ... (69 actions running)
[10,304 / 11,726] 223 / 411 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,319 / 11,726] 223 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,329 / 11,726] 223 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,338 / 11,726] 224 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 30s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,350 / 11,726] 224 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 31s remote-cache, linux-sandbox ... (70 actions running)
[10,359 / 11,726] 224 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 32s remote-cache, linux-sandbox ... (70 actions running)
[10,366 / 11,726] 224 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 33s remote-cache, linux-sandbox ... (70 actions running)
[10,373 / 11,728] 224 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,384 / 11,728] 224 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,389 / 11,728] 224 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,393 / 11,728] 224 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,407 / 11,730] 224 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,413 / 11,730] 224 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,420 / 11,730] 224 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 36s remote-cache, linux-sandbox ... (69 actions running)
[10,430 / 11,781] 225 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 37s remote-cache, linux-sandbox ... (69 actions running)
[10,433 / 11,794] 225 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,433 / 11,794] 225 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,433 / 11,794] 225 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 41s remote-cache, linux-sandbox ... (69 actions running)
[10,445 / 11,798] 226 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 42s remote-cache, linux-sandbox ... (70 actions running)
[10,451 / 11,798] 226 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,486 / 11,804] 228 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,499 / 11,804] 228 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 24s remote-cache, linux-sandbox ... (67 actions, 66 running)
[10,507 / 11,804] 228 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,515 / 11,804] 228 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 27s remote-cache, linux-sandbox ... (70 actions running)
[10,535 / 11,804] 228 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 28s remote-cache, linux-sandbox ... (70 actions running)
[10,546 / 11,804] 228 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,560 / 11,804] 228 / 411 tests; Testing //pkg/lightning/backend/kv:kv_test (shard 12 of 19); 7s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,572 / 11,813] 228 / 411 tests; GoCompilePkg pkg/infoschema/perfschema/core.recompile1244.a; 8s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,577 / 11,815] 228 / 411 tests; GoCompilePkg pkg/infoschema/perfschema/core.recompile1244.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,595 / 11,815] 228 / 411 tests; GoCompilePkg pkg/infoschema/perfschema/core.recompile1244.a; 10s remote-cache, linux-sandbox ... (69 actions running)
[10,596 / 11,815] 229 / 411 tests; GoCompilePkg pkg/infoschema/perfschema/core.recompile1244.a; 11s remote-cache, linux-sandbox ... (70 actions running)
[10,610 / 11,815] 229 / 411 tests; GoCompilePkg pkg/infoschema/perfschema/core.recompile1244.a; 12s remote-cache, linux-sandbox ... (69 actions running)
[10,621 / 11,815] 229 / 411 tests; GoCompilePkg pkg/infoschema/perfschema/core.recompile1244.a; 14s remote-cache, linux-sandbox ... (69 actions running)
[10,632 / 11,819] 229 / 411 tests; GoCompilePkg pkg/infoschema/perfschema/core.recompile1244.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,644 / 11,819] 229 / 411 tests; GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1258.a; 11s remote-cache, linux-sandbox ... (69 actions running)
[10,653 / 11,819] 229 / 411 tests; GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1258.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,657 / 11,819] 229 / 411 tests; GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1258.a; 13s remote-cache, linux-sandbox ... (70 actions running)
[10,667 / 11,819] 229 / 411 tests; GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1258.a; 14s remote-cache, linux-sandbox ... (70 actions running)
[10,672 / 11,819] 230 / 411 tests; GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1258.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[10,684 / 11,825] 230 / 411 tests; GoCompilePkg pkg/disttask/framework/scheduler/executor.recompile1258.a; 16s remote-cache, linux-sandbox ... (69 actions running)
[10,693 / 11,825] 230 / 411 tests; GoCompilePkg pkg/ddl/schematracker/executor.recompile1241.a; 15s remote-cache, linux-sandbox ... (68 actions, 67 running)
[10,711 / 11,827] 230 / 411 tests; Testing //pkg/executor/aggregate:aggregate_test (shard 3 of 3); 9s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,721 / 11,827] 230 / 411 tests; Testing //pkg/executor/aggregate:aggregate_test (shard 3 of 3); 10s remote-cache, linux-sandbox ... (69 actions running)
[10,726 / 11,827] 230 / 411 tests; Testing //pkg/executor/aggregate:aggregate_test (shard 3 of 3); 12s remote-cache, linux-sandbox ... (70 actions running)
[10,735 / 11,827] 230 / 411 tests; Testing //pkg/executor/aggregate:aggregate_test (shard 3 of 3); 13s remote-cache, linux-sandbox ... (70 actions running)
[10,748 / 11,827] 232 / 411 tests; GoCompilePkg pkg/util/profile/executor.recompile1255.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,752 / 11,827] 233 / 411 tests; GoCompilePkg pkg/util/profile/executor.recompile1255.a; 14s remote-cache, linux-sandbox ... (70 actions running)
[10,753 / 11,827] 233 / 411 tests; GoCompilePkg pkg/util/profile/executor.recompile1255.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[10,759 / 11,827] 233 / 411 tests; GoCompilePkg pkg/util/profile/executor.recompile1255.a; 16s remote-cache, linux-sandbox ... (70 actions running)
[10,763 / 11,827] 235 / 411 tests; GoCompilePkg pkg/util/profile/executor.recompile1255.a; 17s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,772 / 11,866] 235 / 411 tests; GoCompilePkg pkg/util/profile/executor.recompile1255.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,777 / 11,866] 235 / 411 tests; GoCompilePkg pkg/util/profile/executor.recompile1255.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,784 / 11,866] 235 / 411 tests; GoCompilePkg pkg/domain/executor.recompile1401.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[10,784 / 11,866] 235 / 411 tests; GoCompilePkg pkg/domain/executor.recompile1401.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[10,801 / 11,866] 236 / 411 tests; GoCompilePkg pkg/privilege/privileges/executor.recompile1256.a; 18s remote-cache, linux-sandbox ... (69 actions running)
[10,805 / 11,866] 236 / 411 tests; GoCompilePkg pkg/privilege/privileges/executor.recompile1256.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,815 / 11,917] 236 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,826 / 11,917] 237 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 20s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,833 / 11,917] 237 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,840 / 11,917] 237 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 23s remote-cache, linux-sandbox ... (70 actions running)
[10,850 / 11,950] 237 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 24s remote-cache, linux-sandbox ... (70 actions running)
[10,859 / 11,950] 238 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 25s remote-cache, linux-sandbox ... (70 actions running)
[10,865 / 11,950] 238 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,872 / 11,950] 238 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 27s remote-cache, linux-sandbox ... (70 actions running)
[10,876 / 11,950] 238 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 28s remote-cache, linux-sandbox ... (69 actions running)
[10,887 / 11,962] 238 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,895 / 11,974] 238 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,903 / 11,974] 238 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1244.a; 30s remote-cache, linux-sandbox ... (69 actions running)
[10,909 / 11,974] 239 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1244.a; 31s remote-cache, linux-sandbox ... (70 actions running)
[10,922 / 11,974] 240 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1244.a; 32s remote-cache, linux-sandbox ... (70 actions running)
[10,933 / 11,974] 240 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1244.a; 33s remote-cache, linux-sandbox ... (70 actions running)
[10,946 / 11,992] 240 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,952 / 11,992] 240 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,959 / 11,992] 240 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 20s remote-cache, linux-sandbox ... (69 actions running)
Aborted by Jenkins Admin
Sending interrupt signal to process
Killing processes
kill finished with exit code 0
[10,970 / 12,027] 240 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
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: b9abc243-b498-4c38-8983-ed15b05f9fed' --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/8923/' --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: b9abc243-b498-4c38-8983-ed15b05f9fed
> 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/8923/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 2
> 
} [data not shown]
* upload completely sent off: 2 out of 2 bytes

100     2    0     0  100     2      0      1  0:00:02  0:00:01  0:00:01     1
100     2    0     0    0     2      0      0 --:--:--  0:00:02 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:03 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:04 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:05 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:06 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:07 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:08 --:--:--     0
100     2    0     0    0     2      0      0 --:--:--  0:00:09 --:--:--     0+ true
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: fa2f7549-3af1-406d-aee6-d2c451b86e76
Finished: ABORTED