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-8925-bk44x-n2cxr-n4hrv
Agent pingcap-tidb-ghpr-unit-test-8925-bk44x-n2cxr-n4hrv is provisioned from template pingcap_tidb_ghpr_unit_test_8925-bk44x-n2cxr
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8925/"
    runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/8925/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "4b7b830e883213ec132964d0bd3b148168f403d7"
    jenkins/label: "pingcap_tidb_ghpr_unit_test_8925-bk44x"
  name: "pingcap-tidb-ghpr-unit-test-8925-bk44x-n2cxr-n4hrv"
  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-8925-bk44x-n2cxr-n4hrv"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-ghpr-unit-test-8925-bk44x-n2cxr-n4hrv"
    - 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-8925-bk44x-n2cxr-n4hrv in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/PingCAP-QE/ci.git
 > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test # timeout=10
Fetching upstream changes from https://github.com/PingCAP-QE/ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5
Avoid second fetch
Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main)
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10
 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=43c0371d-9e89-41e8-8681-4b1e33d1f089
JENKINS_NODE_COOKIE=54d01a4d-7f0a-4f79-85e3-63465befb5ed
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8925/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-unit-test-8925-bk44x-n2cxr-n4hrv
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
KUBERNETES_PORT=tcp://10.233.0.1:443
KUBERNETES_PORT_443_TCP_PORT=443
TERM=xterm
STAGE_NAME=Debug info
BUILD_TAG=jenkins-pingcap-tidb-ghpr_unit_test-8925
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787384531603427328","prowjobid":"43c0371d-9e89-41e8-8681-4b1e33d1f089","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":53028,"author":"qw4990","sha":"ed09a33d8b7e45799c3fad4377674155b5f78e7c","title":"planner: small refactor for plan cache","link":"https://github.com/pingcap/tidb/pull/53028","commit_link":"https://github.com/pingcap/tidb/pull/53028/commits/ed09a33d8b7e45799c3fad4377674155b5f78e7c","author_link":"https://github.com/qw4990"}]}}
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/8925/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8925/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/8925/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=#8925
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787384531603427328
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/8925/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_unit_test_8925-bk44x
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_8925-bk44x pingcap-tidb-ghpr-unit-test-8925-bk44x-n2cxr-n4hrv
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-unit-test-8925-bk44x-n2cxr-n4hrv
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect
BUILD_NUMBER=8925
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-build1317596375=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 root root 1, 3 May  6 15:31 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8925-bk44x-n2cxr-n4hrv bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8925-bk44x-n2cxr-n4hrv 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: 19538
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 1 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 07:31:34 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 3.85 secs (119593188 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
 * [new ref]               refs/pull/53028/head -> origin/pr/53028/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 ...
Updating 516977e1f9..ed09a33d8b
Fast-forward
 pkg/expression/util.go            | 3 +--
 pkg/planner/core/plan_cache.go    | 1 -
 pkg/sessionctx/stmtctx/stmtctx.go | 1 -
 3 files changed, 1 insertion(+), 4 deletions(-)
๐Ÿงพ Pre-merged result:
ed09a33d8b7e45799c3fad4377674155b5f78e7c
ed09a33d8b fixup
298d67b892 fixup
677f5e01ac fixup
โœ… Pre merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache saved successfully (git/pingcap/tidb/rev-516977e-ed09a33)
460153856 bytes in 15.74 secs (29233725 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: 04183773-7c73-4b27-b8ec-4fe4ac94e329
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_31_24.1515746555/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 (218 packages loaded, 11553 targets configured)
INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).
INFO: Found 1 target...
[0 / 279] [Prepa] Creating source manifest for //:gazelle ... ( 1 action running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 6.9 MiB / 7.3 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)
[26 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (27 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 25.595s, Critical Path: 4.22s
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: 2864181b-e1b1-42d8-bbcb-c540c6a1ae23
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_31_24.1515746555/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 (114 packages loaded, 12981 targets configured)
INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).
INFO: Found 1 target...
[0 / 11] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running)
[272 / 607] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache
[561 / 607] GoCompilePkg external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a; 0s remote-cache ... (3 actions, 0 running)
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 5.175s, Critical Path: 2.96s
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: 1feb2f62-e9fc-4a56-8b88-a3fecb18d4de
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_31_24.1515746555/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 (1225 packages loaded, 18116 targets configured)
Analyzing: 411 targets (1609 packages loaded, 22690 targets configured)
Analyzing: 411 targets (1714 packages loaded, 24026 targets configured)
Analyzing: 411 targets (1916 packages loaded, 25432 targets configured)
Analyzing: 411 targets (1917 packages loaded, 25541 targets configured)
Analyzing: 411 targets (1976 packages loaded, 26303 targets configured)
Analyzing: 411 targets (1981 packages loaded, 26973 targets configured)
INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured).
INFO: Found 411 test targets...
[0 / 9] [Prepa] Writing file br/pkg/aws/aws_test/baseline_coverage.dat ... (7 actions, 0 running)
[1,419 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 2.1 MiB / 10.3 MiB; 0s remote-cache ... (36 actions, 2 running)
[1,426 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache ... (36 actions, 2 running)
[1,454 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (36 actions, 2 running)
[1,497 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/net/http.a, 6.0 MiB / 8.3 MiB; 3s remote-cache ... (36 actions, 2 running)
[1,731 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (27 actions, 0 running)
[2,318 / 9,763] GoCompilePkg external/in_gopkg_yaml_v3/yaml_v3.a; 0s remote-cache ... (34 actions, 0 running)
[2,925 / 9,800] GoCompilePkg external/org_golang_google_protobuf/internal/impl/impl.a; 0s remote-cache ... (34 actions, 0 running)
[3,241 / 9,843] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 23.0 MiB / 96.2 MiB; 0s remote-cache ... (35 actions, 0 running)
[3,520 / 9,917] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 57.0 MiB / 96.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[3,749 / 9,923] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 82.3 MiB / 96.2 MiB; 2s remote-cache ... (35 actions, 0 running)
[3,996 / 9,945] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 58.0 MiB / 69.8 MiB; 2s remote-cache ... (34 actions, 0 running)
[4,225 / 9,969] 9 / 411 tests; GoLink pkg/util/stringutil/stringutil_test_/stringutil_test; Downloading pkg/util/stringutil/stringutil_test_/stringutil_test, 5.0 MiB / 5.1 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,621 / 10,042] 27 / 411 tests; GoLink br/pkg/trace/trace_test_/trace_test; 0s remote-cache ... (35 actions, 0 running)
[4,941 / 10,058] 61 / 411 tests; GoLink pkg/util/engine/engine_test_/engine_test; Downloading pkg/util/engine/engine_test_/engine_test, 9.0 MiB / 19.0 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,125 / 10,115] 76 / 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, 39.0 MiB / 75.3 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,246 / 10,133] 79 / 411 tests; GoCompilePkg external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a; Downloading external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a, 9.0 MiB / 12.0 MiB; 0s remote-cache ... (10 actions, 0 running)
[5,413 / 10,133] 81 / 411 tests; GoLink pkg/privilege/privileges/ldap/ldap_test_/ldap_test; Downloading pkg/privilege/privileges/ldap/ldap_test_/ldap_test, 8.1 MiB / 23.6 MiB; 0s remote-cache ... (24 actions, 0 running)
[5,472 / 10,146] 82 / 411 tests; GoLink pkg/privilege/privileges/ldap/ldap_test_/ldap_test; Downloading pkg/privilege/privileges/ldap/ldap_test_/ldap_test, 23.0 MiB / 23.6 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,536 / 10,192] 88 / 411 tests; GoLink pkg/util/kvcache/kvcache_test_/kvcache_test; Downloading pkg/util/kvcache/kvcache_test_/kvcache_test, 22.0 MiB / 25.4 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,593 / 10,208] 95 / 411 tests; GoLink pkg/types/types_test_/types_test; 2s remote-cache ... (36 actions, 2 running)
[5,654 / 10,272] 101 / 411 tests; GoLink pkg/util/parser/parser_test_/parser_test; Downloading pkg/util/parser/parser_test_/parser_test, 32.0 MiB / 37.3 MiB; 2s remote-cache ... (38 actions, 6 running)
[5,712 / 10,286] 105 / 411 tests; GoLink pkg/store/driver/error/error_test_/error_test; Downloading pkg/store/driver/error/error_test_/error_test, 15.0 MiB / 28.9 MiB; 1s remote-cache ... (43 actions, 16 running)
[5,765 / 10,300] 109 / 411 tests; GoLink pkg/ddl/label/label_test_/label_test; Downloading pkg/ddl/label/label_test_/label_test, 24.7 MiB / 29.2 MiB; 1s remote-cache ... (44 actions, 18 running)
[5,866 / 10,309] 114 / 411 tests; GoCompilePkg pkg/util/gctuner.recompile545.a; 0s remote-cache, linux-sandbox ... (67 actions, 64 running)
[5,948 / 10,312] 115 / 411 tests; GoLink pkg/kv/kv_test_/kv_test; 1s remote-cache, linux-sandbox ... (66 actions, 63 running)
[6,001 / 10,368] 115 / 411 tests; GoLink pkg/testkit/testutil/testutil_test_/testutil_test; 1s remote-cache, linux-sandbox ... (59 actions, 52 running)
[6,035 / 10,392] 116 / 411 tests; GoLink pkg/testkit/testutil/testutil_test_/testutil_test; 2s remote-cache, linux-sandbox ... (63 actions, 56 running)
[6,056 / 10,392] 117 / 411 tests; GoLink pkg/testkit/testutil/testutil_test_/testutil_test; 4s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,095 / 10,444] 117 / 411 tests; GoLink pkg/util/generatedexpr/generatedexpr_test_/generatedexpr_test; 2s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,132 / 10,448] 121 / 411 tests; Testing //pkg/util/topsql/collector:collector_test; 2s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,180 / 10,516] 124 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 3s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,199 / 10,516] 124 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 4s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,237 / 10,516] 126 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 5s remote-cache, linux-sandbox ... (67 actions, 66 running)
[6,260 / 10,516] 126 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 6s remote-cache, linux-sandbox ... (68 actions, 66 running)
[6,285 / 10,518] 127 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 7s remote-cache, linux-sandbox ... (70 actions running)
[6,314 / 10,533] 128 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 8s remote-cache, linux-sandbox ... (70 actions running)
[6,334 / 10,547] 128 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 9s remote-cache, linux-sandbox ... (68 actions, 67 running)
[6,358 / 10,547] 128 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 10s remote-cache, linux-sandbox ... (70 actions running)
[6,372 / 10,547] 129 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 11s remote-cache, linux-sandbox ... (70 actions running)
[6,379 / 10,547] 129 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,398 / 10,549] 130 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 13s remote-cache, linux-sandbox ... (70 actions running)
[6,425 / 10,561] 131 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 14s remote-cache, linux-sandbox ... (70 actions running)
[6,438 / 10,561] 131 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 15s remote-cache, linux-sandbox ... (70 actions running)
[6,459 / 10,561] 131 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,460 / 10,561] 131 / 411 tests; Testing //pkg/tidb-binlog/pump_client:pump_client_test; 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,493 / 10,569] 133 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; 12s remote-cache, linux-sandbox ... (70 actions running)
[6,513 / 10,569] 136 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; 13s remote-cache, linux-sandbox ... (67 actions, 65 running)
[6,526 / 10,569] 136 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,538 / 10,578] 136 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 14s remote-cache, linux-sandbox ... (67 actions, 66 running)
[6,544 / 10,578] 136 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 16s remote-cache, linux-sandbox ... (70 actions running)
[6,544 / 10,578] 136 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[6,577 / 10,580] 138 / 411 tests; Testing //pkg/util/gctuner:gctuner_test (shard 4 of 5); 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,616 / 10,580] 139 / 411 tests; Testing //pkg/util/gctuner:gctuner_test (shard 4 of 5); 14s remote-cache, linux-sandbox ... (69 actions running)
[6,641 / 10,584] 139 / 411 tests; Testing //pkg/util/gctuner:gctuner_test (shard 4 of 5); 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,663 / 10,584] 141 / 411 tests; Testing //pkg/util/gctuner:gctuner_test (shard 4 of 5); 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,680 / 10,584] 142 / 411 tests; Testing //pkg/util/gctuner:gctuner_test (shard 4 of 5); 18s remote-cache, linux-sandbox ... (70 actions running)
[6,720 / 10,584] 144 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 14s remote-cache, linux-sandbox ... (67 actions, 66 running)
[6,744 / 10,584] 144 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 15s remote-cache, linux-sandbox ... (64 actions, 58 running)
[6,769 / 10,586] 145 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,798 / 10,586] 145 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,821 / 10,596] 146 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,830 / 10,596] 146 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,855 / 10,598] 146 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 21s remote-cache, linux-sandbox ... (70 actions running)
[6,857 / 10,598] 147 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,893 / 10,649] 148 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,916 / 10,649] 148 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,931 / 10,649] 148 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 25s remote-cache, linux-sandbox ... (67 actions, 64 running)
[6,955 / 10,649] 148 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,962 / 10,684] 148 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,997 / 10,699] 149 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 29s remote-cache, linux-sandbox ... (70 actions running)
[7,023 / 10,699] 149 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,040 / 10,701] 149 / 411 tests; GoCompilePkg pkg/expression/expression.a; 16s remote-cache, linux-sandbox ... (69 actions running)
[7,076 / 10,711] 150 / 411 tests; GoCompilePkg pkg/expression/expression.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,113 / 10,711] 152 / 411 tests; GoCompilePkg pkg/expression/expression.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,134 / 10,735] 152 / 411 tests; GoCompilePkg pkg/expression/expression.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,165 / 10,737] 152 / 411 tests; GoCompilePkg pkg/expression/expression.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,183 / 10,737] 153 / 411 tests; GoCompilePkg pkg/expression/expression.a; 22s remote-cache, linux-sandbox ... (70 actions running)
[7,203 / 10,739] 154 / 411 tests; GoCompilePkg pkg/expression/expression.a; 23s remote-cache, linux-sandbox ... (70 actions running)
[7,234 / 10,762] 155 / 411 tests; GoCompilePkg pkg/expression/expression.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,259 / 10,792] 157 / 411 tests; GoCompilePkg pkg/expression/expression.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,260 / 10,792] 157 / 411 tests; GoCompilePkg pkg/expression/expression.a; 27s remote-cache, linux-sandbox ... (70 actions running)
[7,283 / 10,794] 157 / 411 tests; GoCompilePkg pkg/expression/expression.a; 28s remote-cache, linux-sandbox ... (70 actions running)
[7,309 / 10,824] 158 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[7,333 / 10,824] 160 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 19s remote-cache, linux-sandbox ... (67 actions, 66 running)
[7,369 / 10,824] 160 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,393 / 10,839] 160 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 21s remote-cache, linux-sandbox ... (68 actions, 66 running)
[7,404 / 10,839] 160 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,441 / 10,839] 161 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,465 / 10,839] 162 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,466 / 10,839] 162 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,495 / 10,839] 162 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,524 / 10,850] 163 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,537 / 10,850] 163 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,541 / 10,850] 163 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,554 / 10,850] 163 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 31s remote-cache, linux-sandbox ... (70 actions running)
[7,583 / 10,864] 164 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,603 / 10,864] 164 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,622 / 10,864] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 35s remote-cache, linux-sandbox ... (67 actions, 66 running)
[7,635 / 10,864] 167 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 36s remote-cache, linux-sandbox ... (70 actions running)
[7,635 / 10,864] 167 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 37s remote-cache, linux-sandbox ... (70 actions running)
[7,660 / 10,919] 168 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 39s remote-cache, linux-sandbox ... (68 actions, 66 running)
[7,682 / 10,925] 168 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 40s remote-cache, linux-sandbox ... (67 actions, 66 running)
[7,693 / 10,925] 168 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 41s remote-cache, linux-sandbox ... (69 actions running)
[7,701 / 10,953] 168 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 42s remote-cache, linux-sandbox ... (70 actions running)
[7,718 / 10,953] 169 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,742 / 10,953] 169 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,763 / 10,953] 169 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,772 / 10,953] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,792 / 10,953] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,819 / 10,953] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,829 / 10,953] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,847 / 10,953] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,850 / 10,953] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,870 / 10,960] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,890 / 10,960] 172 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 55s remote-cache, linux-sandbox ... (70 actions running)
[7,904 / 10,960] 172 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 56s remote-cache, linux-sandbox ... (70 actions running)
[7,920 / 10,960] 172 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 57s remote-cache, linux-sandbox ... (70 actions running)
[7,924 / 10,960] 172 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,945 / 10,960] 172 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,968 / 10,960] 172 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,983 / 10,960] 172 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 27); 30s remote-cache, linux-sandbox ... (70 actions running)
[7,993 / 10,960] 172 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 27); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,003 / 10,960] 173 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 27); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,007 / 10,960] 173 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 4 of 27); 34s remote-cache, linux-sandbox ... (70 actions running)
[8,040 / 10,971] 173 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 28s remote-cache, linux-sandbox ... (70 actions running)
[8,066 / 10,971] 173 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,093 / 10,971] 174 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,104 / 10,976] 174 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,105 / 10,976] 174 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 33s remote-cache, linux-sandbox ... (70 actions running)
[8,106 / 10,976] 174 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,149 / 10,976] 175 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 35s remote-cache, linux-sandbox ... (69 actions running)
[8,179 / 10,976] 176 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,187 / 10,976] 176 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,209 / 10,976] 176 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,219 / 10,976] 176 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,220 / 10,976] 176 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 41s remote-cache, linux-sandbox ... (70 actions running)
[8,253 / 10,993] 177 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 42s remote-cache, linux-sandbox ... (70 actions running)
[8,272 / 11,003] 177 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,290 / 11,003] 178 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 44s remote-cache, linux-sandbox ... (70 actions running)
[8,307 / 11,003] 180 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 45s remote-cache, linux-sandbox ... (70 actions running)
[8,321 / 11,003] 180 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 46s remote-cache, linux-sandbox ... (70 actions running)
[8,330 / 11,003] 181 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 38s remote-cache, linux-sandbox ... (70 actions running)
[8,354 / 11,003] 181 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,370 / 11,003] 181 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 40s remote-cache, linux-sandbox ... (67 actions, 66 running)
[8,393 / 11,003] 181 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,414 / 11,003] 182 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,431 / 11,003] 182 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 44s remote-cache, linux-sandbox ... (70 actions running)
[8,432 / 11,003] 182 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 45s remote-cache, linux-sandbox ... (70 actions running)
[8,458 / 11,003] 182 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,480 / 11,003] 182 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,502 / 11,003] 182 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,514 / 11,003] 182 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,546 / 11,003] 183 / 411 tests; GoCompilePkg pkg/planner/util/core.recompile1117.a; 9s remote-cache, linux-sandbox ... (69 actions running)
[8,564 / 11,003] 183 / 411 tests; GoCompilePkg pkg/planner/util/core.recompile1117.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,583 / 11,003] 183 / 411 tests; GoCompilePkg pkg/planner/util/core.recompile1117.a; 12s remote-cache, linux-sandbox ... (70 actions running)
[8,604 / 11,003] 183 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 5s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,635 / 11,017] 183 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 6s remote-cache, linux-sandbox ... (68 actions, 66 running)
[8,650 / 11,017] 183 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 7s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,678 / 11,017] 185 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 9s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,702 / 11,017] 185 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,725 / 11,017] 185 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,741 / 11,068] 185 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,756 / 11,082] 186 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 13s remote-cache, linux-sandbox ... (65 actions, 61 running)
[8,768 / 11,082] 188 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 14s remote-cache, linux-sandbox ... (70 actions running)
[8,788 / 11,101] 188 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,797 / 11,170] 188 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,835 / 11,236] 189 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,836 / 11,236] 189 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 19s remote-cache, linux-sandbox ... (70 actions running)
[8,866 / 11,236] 189 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,871 / 11,236] 189 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 21s remote-cache, linux-sandbox ... (70 actions running)
[8,885 / 11,255] 189 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 22s remote-cache, linux-sandbox ... (70 actions running)
[8,904 / 11,255] 189 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,916 / 11,255] 189 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 24s remote-cache, linux-sandbox ... (67 actions, 66 running)
[8,941 / 11,257] 190 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,959 / 11,262] 191 / 411 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 9); 26s remote-cache, linux-sandbox ... (69 actions running)
[8,981 / 11,262] 193 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/core.recompile1243.a; 10s remote-cache, linux-sandbox ... (70 actions running)
[9,002 / 11,262] 193 / 411 tests; Testing //pkg/structure:structure_test (shard 2 of 4); 4s remote-cache, linux-sandbox ... (67 actions, 66 running)
[9,016 / 11,342] 194 / 411 tests; Testing //pkg/statistics/handle:handle_test (shard 4 of 4); 4s remote-cache, linux-sandbox ... (70 actions running)
[9,048 / 11,342] 194 / 411 tests; GoLink pkg/lightning/backend/tidb/tidb_test_/tidb_test; 5s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,057 / 11,358] 194 / 411 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 4); 5s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,059 / 11,358] 194 / 411 tests; Testing //pkg/statistics/handle:handle_test (shard 1 of 4); 6s remote-cache, linux-sandbox ... (70 actions running)
[9,092 / 11,360] 195 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/core.recompile1245.a; 4s remote-cache, linux-sandbox ... (70 actions running)
[9,095 / 11,360] 195 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/core.recompile1245.a; 5s remote-cache, linux-sandbox ... (70 actions running)
[9,105 / 11,360] 196 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/core.recompile1245.a; 6s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,130 / 11,360] 196 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/core.recompile1245.a; 7s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,135 / 11,360] 196 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/core.recompile1245.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,148 / 11,360] 198 / 411 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 9s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,164 / 11,360] 199 / 411 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 11s remote-cache, linux-sandbox ... (70 actions running)
[9,180 / 11,360] 200 / 411 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 12s remote-cache, linux-sandbox ... (70 actions running)
[9,201 / 11,398] 200 / 411 tests; GoCompilePkg pkg/infoschema/core.recompile1265.a; 7s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,215 / 11,404] 200 / 411 tests; GoCompilePkg pkg/infoschema/core.recompile1265.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,235 / 11,455] 201 / 411 tests; GoCompilePkg pkg/infoschema/core.recompile1265.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,251 / 11,455] 202 / 411 tests; GoCompilePkg pkg/infoschema/core.recompile1265.a; 11s remote-cache, linux-sandbox ... (69 actions running)
[9,272 / 11,455] 202 / 411 tests; GoCompilePkg pkg/expression/ddl.recompile1223.a; 12s remote-cache, linux-sandbox ... (70 actions running)
[9,282 / 11,455] 202 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/executor.recompile1256.a; 7s remote-cache, linux-sandbox ... (70 actions running)
[9,294 / 11,455] 202 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/executor.recompile1256.a; 8s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,297 / 11,455] 202 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/executor.recompile1256.a; 9s remote-cache, linux-sandbox ... (70 actions running)
[9,313 / 11,455] 202 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/executor.recompile1256.a; 10s remote-cache, linux-sandbox ... (54 actions, 38 running)
[9,327 / 11,455] 202 / 411 tests; Testing //br/pkg/checkpoint:checkpoint_test (shard 5 of 5); 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,336 / 11,455] 202 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 11s remote-cache, linux-sandbox ... (70 actions running)
[9,364 / 11,455] 204 / 411 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,373 / 11,473] 204 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 14 of 50); 5s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,391 / 11,473] 204 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 14 of 50); 6s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,397 / 11,473] 204 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 14 of 50); 7s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,407 / 11,473] 204 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 14 of 50); 8s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,415 / 11,473] 204 / 411 tests; Testing //pkg/lightning/backend/external:external_test (shard 14 of 50); 9s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,438 / 11,473] 205 / 411 tests; GoCompilePkg pkg/table/tables/core.recompile1245.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,446 / 11,524] 205 / 411 tests; GoCompilePkg pkg/table/tables/core.recompile1245.a; 11s remote-cache, linux-sandbox ... (70 actions running)
[9,453 / 11,524] 205 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 17 of 17); 9s remote-cache, linux-sandbox ... (66 actions running)
[9,472 / 11,524] 205 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 17 of 17); 10s remote-cache, linux-sandbox ... (70 actions running)
[9,479 / 11,524] 205 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 17 of 17); 11s remote-cache, linux-sandbox ... (70 actions running)
[9,496 / 11,524] 205 / 411 tests; GoCompilePkg pkg/statistics/handle/usage/core.recompile1240.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,506 / 11,524] 205 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1109.a; 12s remote-cache, linux-sandbox ... (70 actions running)
[9,520 / 11,524] 205 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1222.a; 8s remote-cache, linux-sandbox ... (70 actions running)
[9,523 / 11,524] 205 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1222.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,537 / 11,524] 205 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1222.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,551 / 11,524] 205 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1222.a; 12s remote-cache, linux-sandbox ... (70 actions running)
[9,552 / 11,524] 205 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1222.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,577 / 11,536] 206 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,589 / 11,536] 206 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 12s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,596 / 11,536] 206 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 13s remote-cache, linux-sandbox ... (70 actions running)
[9,597 / 11,536] 206 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 14s remote-cache, linux-sandbox ... (70 actions running)
[9,599 / 11,536] 206 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[9,623 / 11,538] 207 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 16s remote-cache, linux-sandbox ... (70 actions running)
[9,636 / 11,548] 207 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[9,646 / 11,548] 208 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,651 / 11,548] 208 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,660 / 11,548] 208 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,678 / 11,548] 208 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 22s remote-cache, linux-sandbox ... (66 actions, 64 running)
[9,688 / 11,548] 208 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,692 / 11,548] 208 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 24s remote-cache, linux-sandbox ... (70 actions running)
[9,713 / 11,548] 208 / 411 tests; GoCompilePkg pkg/ddl/ingest/ddl.recompile1221.a; 13s remote-cache, linux-sandbox ... (70 actions running)
[9,719 / 11,548] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 10s remote-cache, linux-sandbox ... (70 actions running)
[9,728 / 11,548] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 12s remote-cache, linux-sandbox ... (70 actions running)
[9,728 / 11,548] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 13s remote-cache, linux-sandbox ... (70 actions running)
[9,754 / 11,548] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,770 / 11,552] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,780 / 11,552] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,796 / 11,552] 210 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[9,818 / 11,552] 210 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[9,832 / 11,573] 212 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 20s remote-cache, linux-sandbox ... (66 actions, 62 running)
[9,844 / 11,575] 212 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 22s remote-cache, linux-sandbox ... (70 actions running)
[9,871 / 11,579] 214 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,880 / 11,579] 214 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 20s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,896 / 11,579] 214 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 21s remote-cache, linux-sandbox ... (70 actions running)
[9,905 / 11,579] 214 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 22s remote-cache, linux-sandbox ... (70 actions running)
[9,907 / 11,579] 214 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 24s remote-cache, linux-sandbox ... (70 actions running)
[9,909 / 11,579] 214 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 25s remote-cache, linux-sandbox ... (70 actions running)
[9,930 / 11,579] 215 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; 10s remote-cache, linux-sandbox ... (70 actions running)
[9,935 / 11,611] 215 / 411 tests; GoCompilePkg pkg/ddl/ddl.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,945 / 11,611] 216 / 411 tests; GoCompilePkg pkg/ddl/ddl.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,952 / 11,611] 217 / 411 tests; GoCompilePkg pkg/ddl/ddl.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,966 / 11,611] 217 / 411 tests; GoCompilePkg pkg/infoschema/perfschema/core.recompile1244.a; 11s remote-cache, linux-sandbox ... (69 actions running)
[9,977 / 11,631] 218 / 411 tests; GoCompilePkg pkg/infoschema/perfschema/core.recompile1244.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,984 / 11,631] 218 / 411 tests; GoCompilePkg pkg/infoschema/perfschema/core.recompile1244.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,998 / 11,631] 218 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,010 / 11,649] 218 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 16s remote-cache, linux-sandbox ... (70 actions running)
[10,010 / 11,649] 218 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[10,010 / 11,649] 218 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[10,032 / 11,649] 218 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,037 / 11,649] 219 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 20s remote-cache, linux-sandbox ... (66 actions, 64 running)
[10,046 / 11,649] 219 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,065 / 11,679] 219 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,079 / 11,679] 219 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 23s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,091 / 11,679] 219 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,104 / 11,689] 219 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,118 / 11,689] 219 / 411 tests; GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 26s remote-cache, linux-sandbox ... (68 actions, 67 running)
[10,136 / 11,689] 219 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,149 / 11,689] 219 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 22s remote-cache, linux-sandbox ... (70 actions running)
[10,150 / 11,689] 219 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,151 / 11,689] 219 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,178 / 11,689] 219 / 411 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 10s remote-cache, linux-sandbox ... (70 actions running)
[10,191 / 11,689] 219 / 411 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 11s remote-cache, linux-sandbox ... (70 actions running)
[10,200 / 11,689] 219 / 411 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 12s remote-cache, linux-sandbox ... (69 actions running)
[10,204 / 11,689] 219 / 411 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 13s remote-cache, linux-sandbox ... (70 actions running)
[10,205 / 11,689] 219 / 411 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 14s remote-cache, linux-sandbox ... (70 actions running)
[10,226 / 11,689] 219 / 411 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,249 / 11,689] 219 / 411 tests; Testing //pkg/lightning/backend/local:local_test (shard 12 of 50); 8s remote-cache, linux-sandbox ... (70 actions running)
[10,249 / 11,689] 219 / 411 tests; Testing //pkg/lightning/backend/local:local_test (shard 12 of 50); 9s remote-cache, linux-sandbox ... (70 actions running)
[10,265 / 11,689] 219 / 411 tests; Testing //pkg/table/tables:tables_test (shard 5 of 31); 9s remote-cache, linux-sandbox ... (67 actions, 66 running)
[10,280 / 11,689] 219 / 411 tests; Testing //pkg/table/tables:tables_test (shard 5 of 31); 11s remote-cache, linux-sandbox ... (70 actions running)
[10,294 / 11,689] 219 / 411 tests; Testing //pkg/table/tables:tables_test (shard 5 of 31); 12s remote-cache, linux-sandbox ... (70 actions running)
[10,300 / 11,689] 219 / 411 tests; GoCompilePkg pkg/util/profile/executor.recompile1255.a; 10s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,308 / 11,689] 219 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 9s remote-cache, linux-sandbox ... (70 actions running)
[10,325 / 11,689] 220 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,334 / 11,689] 220 / 411 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 11s remote-cache, linux-sandbox ... (65 actions, 60 running)
[10,345 / 11,716] 221 / 411 tests; GoCompilePkg pkg/ttl/cache/core.recompile1272.a; 11s remote-cache, linux-sandbox ... (70 actions running)
[10,363 / 11,716] 221 / 411 tests; GoCompilePkg pkg/ttl/cache/core.recompile1272.a; 12s remote-cache, linux-sandbox ... (70 actions running)
[10,363 / 11,716] 221 / 411 tests; GoCompilePkg pkg/ttl/cache/core.recompile1272.a; 13s remote-cache, linux-sandbox ... (70 actions running)
[10,366 / 11,716] 221 / 411 tests; GoCompilePkg pkg/ttl/cache/core.recompile1272.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,392 / 11,716] 221 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 13s remote-cache, linux-sandbox ... (70 actions running)
[10,402 / 11,716] 221 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,413 / 11,716] 221 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,421 / 11,716] 221 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,429 / 11,716] 222 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 18s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,440 / 11,716] 223 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 19s remote-cache, linux-sandbox ... (67 actions, 64 running)
[10,458 / 11,716] 223 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 20s remote-cache, linux-sandbox ... (67 actions, 64 running)
[10,479 / 11,716] 223 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,482 / 11,773] 223 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,492 / 11,773] 223 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 23s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,508 / 11,773] 223 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,512 / 11,773] 223 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 25s remote-cache, linux-sandbox ... (70 actions running)
[10,526 / 11,773] 223 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 26s remote-cache, linux-sandbox ... (68 actions running)
[10,534 / 11,773] 223 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[10,540 / 11,773] 223 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 16s remote-cache, linux-sandbox ... (70 actions running)
[10,560 / 11,775] 224 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,574 / 11,775] 224 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[10,590 / 11,775] 224 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,603 / 11,775] 224 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,607 / 11,775] 225 / 411 tests; GoCompilePkg pkg/ddl/ingest/executor.recompile1257.a; 22s remote-cache, linux-sandbox ... (70 actions running)
[10,614 / 11,826] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 13s remote-cache, linux-sandbox ... (70 actions running)
[10,631 / 11,877] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,638 / 11,877] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,656 / 11,912] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,665 / 11,912] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 18s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,677 / 11,912] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 19s remote-cache, linux-sandbox ... (69 actions running)
[10,684 / 11,912] 225 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 20s remote-cache, linux-sandbox ... (70 actions running)
[10,693 / 11,912] 226 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 16s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,707 / 11,912] 226 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,715 / 11,918] 226 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 19s remote-cache, linux-sandbox ... (70 actions running)
[10,736 / 11,918] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,746 / 11,918] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 21s remote-cache, linux-sandbox ... (67 actions, 66 running)
[10,757 / 11,918] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 22s remote-cache, linux-sandbox ... (69 actions running)
[10,765 / 11,918] 228 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,776 / 11,918] 229 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,787 / 11,918] 229 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,797 / 11,918] 229 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,808 / 11,920] 229 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,821 / 11,920] 229 / 411 tests; Testing //pkg/ddl:ddl_test (shard 50 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,825 / 11,920] 229 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[10,834 / 11,920] 229 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,835 / 11,920] 229 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,839 / 11,920] 229 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,863 / 11,920] 230 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,876 / 11,978] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,880 / 11,978] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 21s remote-cache, linux-sandbox ... (70 actions running)
[10,886 / 11,978] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 22s remote-cache, linux-sandbox ... (70 actions running)
[10,910 / 11,978] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,922 / 11,978] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 24s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,941 / 11,978] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,951 / 11,978] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,966 / 11,978] 231 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 27s remote-cache, linux-sandbox ... (67 actions, 66 running)
[10,987 / 11,978] 231 / 411 tests; Testing //pkg/ddl:ddl_test (shard 49 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,990 / 11,978] 231 / 411 tests; Testing //pkg/ddl:ddl_test (shard 49 of 50); 17s remote-cache, linux-sandbox ... (70 actions running)
[11,006 / 11,978] 231 / 411 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 12s remote-cache, linux-sandbox ... (70 actions running)
[11,024 / 11,978] 231 / 411 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,037 / 11,996] 231 / 411 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 14s remote-cache, linux-sandbox ... (70 actions running)
[11,042 / 11,996] 231 / 411 tests; Testing //pkg/expression:expression_test (shard 4 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,051 / 11,996] 231 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,075 / 11,996] 231 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,082 / 12,013] 231 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 19s remote-cache, linux-sandbox ... (70 actions running)
[11,092 / 12,017] 231 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 20s remote-cache, linux-sandbox ... (70 actions running)
[11,103 / 12,017] 231 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 21s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,111 / 12,017] 231 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,118 / 12,017] 231 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 24s remote-cache, linux-sandbox ... (70 actions running)
[11,133 / 12,017] 232 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 25s remote-cache, linux-sandbox ... (70 actions running)
[11,147 / 12,058] 233 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,152 / 12,058] 234 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 28s remote-cache, linux-sandbox ... (70 actions running)
[11,153 / 12,058] 235 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 29s remote-cache, linux-sandbox ... (70 actions running)
[11,182 / 12,086] 235 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,188 / 12,088] 235 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,202 / 12,088] 238 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 27s remote-cache, linux-sandbox ... (69 actions running)
[11,213 / 12,101] 239 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,213 / 12,101] 239 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 29s remote-cache, linux-sandbox ... (70 actions running)
[11,237 / 12,115] 239 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 31s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,241 / 12,115] 239 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,255 / 12,115] 240 / 411 tests; Testing //pkg/expression:expression_test (shard 5 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,261 / 12,145] 240 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[11,274 / 12,145] 240 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,290 / 12,173] 241 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,299 / 12,199] 242 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 19s remote-cache, linux-sandbox ... (70 actions running)
[11,316 / 12,201] 242 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 20s remote-cache, linux-sandbox ... (68 actions running)
[11,323 / 12,230] 243 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,332 / 12,281] 243 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,336 / 12,281] 243 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,354 / 12,281] 243 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,358 / 12,281] 244 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,368 / 12,281] 244 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 27s remote-cache, linux-sandbox ... (70 actions running)
[11,372 / 12,281] 244 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,381 / 12,283] 244 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,387 / 12,300] 245 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 31s remote-cache, linux-sandbox ... (70 actions running)
[11,402 / 12,357] 246 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,410 / 12,375] 247 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,419 / 12,375] 247 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 35s remote-cache, linux-sandbox ... (70 actions running)
[11,425 / 12,375] 247 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,430 / 12,375] 248 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,441 / 12,375] 248 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 39s remote-cache, linux-sandbox ... (70 actions running)
[11,447 / 12,375] 248 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,453 / 12,375] 248 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,453 / 12,375] 248 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,461 / 12,375] 248 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 43s remote-cache, linux-sandbox ... (70 actions running)
[11,463 / 12,375] 248 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 44s remote-cache, linux-sandbox ... (69 actions running)
[11,470 / 12,375] 248 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,473 / 12,426] 248 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,484 / 12,426] 249 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,489 / 12,426] 249 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 49s remote-cache, linux-sandbox ... (70 actions running)
[11,489 / 12,426] 250 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,498 / 12,477] 251 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,507 / 12,488] 251 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,511 / 12,488] 251 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 54s remote-cache, linux-sandbox ... (70 actions running)
[11,517 / 12,488] 251 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 55s remote-cache, linux-sandbox ... (70 actions running)
[11,521 / 12,488] 251 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,529 / 12,498] 251 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 58s remote-cache, linux-sandbox ... (70 actions running)
[11,532 / 12,498] 252 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 59s remote-cache, linux-sandbox ... (70 actions running)
[11,539 / 12,498] 252 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 61s remote-cache, linux-sandbox ... (70 actions running)
[11,543 / 12,498] 252 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 62s remote-cache, linux-sandbox ... (70 actions running)
[11,545 / 12,498] 252 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,554 / 12,498] 253 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,559 / 12,500] 253 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 66s remote-cache, linux-sandbox ... (70 actions running)
[11,563 / 12,500] 253 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
Aborted by Jenkins Admin
Sending interrupt signal to process
Killing processes
[11,565 / 12,500] 254 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 68s remote-cache, linux-sandbox ... (70 actions running)
kill finished with exit code 0
script returned exit code 143
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
No test report files were found. Configuration error?
+ ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log
Parse from local file: tidb/bazel-test.log
Output files:
ls: cannot access bazel-target-output-*.log: No such file or directory
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: fdd93284-4dad-48c7-80c2-f5b2d1f5c860' --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/8925/' --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: fdd93284-4dad-48c7-80c2-f5b2d1f5c860
> 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/8925/
> 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: 68e6ec03-db6e-4fd4-b334-8ced8a87c94d
Finished: ABORTED