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-8924-t38qq-ltjjm-nb1nk
Agent pingcap-tidb-ghpr-unit-test-8924-t38qq-ltjjm-nb1nk is provisioned from template pingcap_tidb_ghpr_unit_test_8924-t38qq-ltjjm
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8924/"
    runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/8924/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "3e15bff9c06736771cebddfb0088b87cd8bb746b"
    jenkins/label: "pingcap_tidb_ghpr_unit_test_8924-t38qq"
  name: "pingcap-tidb-ghpr-unit-test-8924-t38qq-ltjjm-nb1nk"
  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-8924-t38qq-ltjjm-nb1nk"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-ghpr-unit-test-8924-t38qq-ltjjm-nb1nk"
    - 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-8924-t38qq-ltjjm-nb1nk in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/PingCAP-QE/ci.git
 > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test # timeout=10
Fetching upstream changes from https://github.com/PingCAP-QE/ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5
 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main)
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10
 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=205e5f62-d961-45e9-be32-6c23b7e9d590
JENKINS_NODE_COOKIE=65ab483e-f26f-4d40-b3a3-4b032b2218f7
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8924/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-unit-test-8924-t38qq-ltjjm-nb1nk
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
KUBERNETES_PORT_443_TCP_PORT=443
KUBERNETES_PORT=tcp://10.233.0.1:443
TERM=xterm
STAGE_NAME=Debug info
BUILD_TAG=jenkins-pingcap-tidb-ghpr_unit_test-8924
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787383156047876098","prowjobid":"205e5f62-d961-45e9-be32-6c23b7e9d590","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"516977e1f99d9df87e142e1ea280baed56a12a70","base_link":"https://github.com/pingcap/tidb/commit/516977e1f99d9df87e142e1ea280baed56a12a70","pulls":[{"number":51300,"author":"ystaticy","sha":"5990e546ec8017f8a8a9ecba3cdde2b1cdb212fd","title":"[DNM]GC: Support keyspace level GC","link":"https://github.com/pingcap/tidb/pull/51300","commit_link":"https://github.com/pingcap/tidb/pull/51300/commits/5990e546ec8017f8a8a9ecba3cdde2b1cdb212fd","author_link":"https://github.com/ystaticy"}]}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8924/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8924/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/8924/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=#8924
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787383156047876098
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/8924/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_unit_test_8924-t38qq
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_8924-t38qq pingcap-tidb-ghpr-unit-test-8924-t38qq-ltjjm-nb1nk
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-unit-test-8924-t38qq-ltjjm-nb1nk
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect
BUILD_NUMBER=8924
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-build162838089=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw- 1 root root 1, 3 May  6 15:25 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8924-t38qq-ltjjm-nb1nk bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8924-t38qq-ltjjm-nb1nk 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: 22682
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 0 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 07:26:06 UTC 2024
;; MSG SIZE  rcvd: 77

[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-516977e)
460055552 bytes in 1.13 secs (405421685 bytes/sec)
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $SSH_KEY
[Pipeline] {
[Pipeline] sh
+ '[' -d /home/jenkins/.ssh ']'
+ mkdir /home/jenkins/.ssh
+ chmod 0700 /home/jenkins/.ssh
+ cp **** /home/jenkins/.ssh/id_rsa
+ chmod 400 /home/jenkins/.ssh/id_rsa
+ ssh-keyscan -t rsa,dsa github.com
# github.com:22 SSH-2.0-babeld-9713928c
# github.com:22 SSH-2.0-babeld-9713928c
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] retry
[Pipeline] {
[Pipeline] sh
git version 2.37.2
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.git/
.git
HEAD is now at 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master               -> origin/master
   990d73b056..5990e546ec  refs/pull/51300/head -> origin/pr/51300/head
HEAD is now at 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
๐Ÿšง Checkouting to base SHA:516977e1f99d9df87e142e1ea280baed56a12a70...
HEAD is now at 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
516977e1f99d9df87e142e1ea280baed56a12a70
516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
06ee59bd9c planner: add projections to keep join keys as `col=col` (#52989)
600b2ed4bf *: bump client-go to fix #53011 (#53012)
๐Ÿšง Pre-merge heads of pull requests to base SHA: 516977e1f99d9df87e142e1ea280baed56a12a70 ...
Merge made by the 'ort' strategy.
 pkg/domain/infosync/BUILD.bazel |   1 +
 pkg/domain/infosync/info.go     |  18 ++-
 pkg/keyspace/BUILD.bazel        |   5 +
 pkg/keyspace/keyspace.go        |  77 ++++++++++
 pkg/keyspace/keyspace_test.go   |  57 ++++++++
 pkg/kv/interface_mock_test.go   |   4 +
 pkg/kv/kv.go                    |   2 +
 pkg/store/driver/BUILD.bazel    |   1 +
 pkg/store/driver/tikv_driver.go |  27 +++-
 pkg/store/gcworker/BUILD.bazel  |   2 +
 pkg/store/gcworker/gc_worker.go | 316 +++++++++++++++++++++++++++++++++++-----
 pkg/store/helper/helper.go      |   1 +
 pkg/util/mock/store.go          |   5 +
 13 files changed, 473 insertions(+), 43 deletions(-)
๐Ÿงพ Pre-merged result:
60a6d51a9991c413160a0177d3d8a51187724424
60a6d51a99 Merge commit '5990e546ec8017f8a8a9ecba3cdde2b1cdb212fd' into HEAD
5990e546ec fix func name
71684e0710 fix func name
โœ… Pre merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache not saved (git/pingcap/tidb/rev-516977e-5990e54 already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] withCredentials
Masking supported pattern matches of $CODECOV_TOKEN
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] sh
+ sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common
+ git diff .
diff --git a/Makefile.common b/Makefile.common
index b540debd42..9264b96d48 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage"
 
 ifneq ("$(CI)", "")
 	BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp
-	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp
-	BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp
+	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache
+	BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache
 endif
 BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/...
+ git status
HEAD detached from origin/master
You are in a sparse checkout with 100% of tracked files present.

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

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328
go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c
go: downloading github.com/sergi/go-diff v1.1.0
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 6cfb8ec0-a632-4f94-9538-54293a2a470f
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_25_54.2386350779/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=315150 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/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 (252 packages loaded, 11492 targets configured)
INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).
INFO: Found 1 target...
[0 / 309] [Prepa] Writing file external/bazel_gazelle/cmd/gazelle/gazelle_/langs.go [for tool]
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/include/textflag.h; 0s remote-cache ... (3 actions, 0 running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 6.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (3 actions, 0 running)
[313 / 316] GoCompilePkg external/bazel_gazelle/language/go/go.a [for tool]; 0s remote-cache
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 26.076s, Critical Path: 4.25s
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: 5d8ba19b-f616-4e01-a8bc-20584e59eae9
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_25_54.2386350779/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=315150 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/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 (128 packages loaded, 12961 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)
[273 / 607] [Prepa] GoCompilePkg external/in_gopkg_natefinch_lumberjack_v2/lumberjack_v2.a
[582 / 607] GoCompilePkg external/com_github_tikv_pd_client/http/http.a; Downloading external/com_github_tikv_pd_client/http/http.a, 879.8 KiB / 1.1 MiB; 0s remote-cache ... (3 actions, 0 running)
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 4.627s, Critical Path: 2.63s
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: 7946386d-491f-49c1-9f40-fd3a81a0d637
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_25_54.2386350779/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 (1223 packages loaded, 16951 targets configured)
Analyzing: 411 targets (1423 packages loaded, 20287 targets configured)
Analyzing: 411 targets (1639 packages loaded, 23296 targets configured)
Analyzing: 411 targets (1828 packages loaded, 24497 targets configured)
Analyzing: 411 targets (1917 packages loaded, 25541 targets configured)
Analyzing: 411 targets (1945 packages loaded, 25823 targets configured)
Analyzing: 411 targets (1976 packages loaded, 26303 targets configured)
Analyzing: 411 targets (1981 packages loaded, 26767 targets configured)
INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured).
 checking cached actions
INFO: Found 411 test targets...
[0 / 28] [Prepa] Writing file br/pkg/restore/data/data_test/baseline_coverage.dat
[1,447 / 9,764] GoToolchainBinaryBuild external/go_sdk/builder [for tool]; Downloading external/go_sdk/builder, 2.7 MiB / 5.3 MiB; 0s remote-cache ... (36 actions, 2 running)
[1,498 / 9,764] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 1s remote-cache ... (35 actions, 0 running)
[1,530 / 9,764] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/asm, 2.0 MiB / 3.5 MiB; 2s remote-cache ... (35 actions, 0 running)
[1,532 / 9,764] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 3s remote-cache ... (36 actions, 2 running)
[1,974 / 9,764] GoTestGenTest pkg/store/gcworker/gcworker_test_/testmain.go; 1s remote-cache, linux-sandbox ... (29 actions, 2 running)
[2,542 / 9,764] GoCompilePkg external/com_github_google_pprof/profile/profile.a; Downloading external/com_github_google_pprof/profile/profile.a, 1023.9 KiB / 1.4 MiB; 0s remote-cache ... (35 actions, 0 running)
[3,184 / 9,800] GoLink pkg/parser/mysql/mysql_test_/mysql_test; Downloading pkg/parser/mysql/mysql_test_/mysql_test, 3.0 MiB / 4.2 MiB; 0s remote-cache ... (33 actions, 0 running)
[3,563 / 9,859] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 48.0 MiB / 96.2 MiB; 0s remote-cache ... (35 actions, 0 running)
[3,784 / 9,902] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 80.1 MiB / 96.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[4,040 / 9,967] GoCompilePkg external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a; 0s remote-cache ... (34 actions, 0 running)
[4,404 / 10,006] 22 / 411 tests; GoCompilePkg external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a; 0s remote-cache ... (35 actions, 0 running)
[4,797 / 10,110] 73 / 411 tests; GoLink pkg/util/etcd/etcd_test_/etcd_test; Downloading pkg/util/etcd/etcd_test_/etcd_test, 19.0 MiB / 21.5 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,105 / 10,118] 76 / 411 tests; GoLink pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test; Downloading pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test, 16.3 MiB / 23.1 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,278 / 10,134] 81 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 28.9 MiB / 75.3 MiB; 0s remote-cache ... (35 actions, 0 running)
[5,425 / 10,134] 81 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 1s remote-cache ... (35 actions, 0 running)
[5,505 / 10,153] 85 / 411 tests; GoLink pkg/util/memory/memory_test_/memory_test; Downloading pkg/util/memory/memory_test_/memory_test, 25.0 MiB / 25.4 MiB; 1s remote-cache ... (35 actions, 3 running)
[5,570 / 10,199] 90 / 411 tests; GoLink pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test; Downloading pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test, 21.0 MiB / 29.6 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,632 / 10,266] 97 / 411 tests; GoLink pkg/util/cteutil/cteutil_test_/cteutil_test; Downloading pkg/util/cteutil/cteutil_test_/cteutil_test, 26.0 MiB / 28.8 MiB; 1s remote-cache ... (36 actions, 2 running)
[5,693 / 10,278] 104 / 411 tests; GoLink pkg/lightning/duplicate/duplicate_test_/duplicate_test; Downloading pkg/lightning/duplicate/duplicate_test_/duplicate_test, 27.1 MiB / 32.4 MiB; 2s remote-cache ... (36 actions, 2 running)
[5,811 / 10,307] 109 / 411 tests; GoLink pkg/util/plancodec/plancodec_test_/plancodec_test; 0s remote-cache ... (37 actions, 4 running)
[5,898 / 10,309] 111 / 411 tests; GoLink br/pkg/logutil/logutil_test_/logutil_test; Downloading br/pkg/logutil/logutil_test_/logutil_test, 30.3 MiB / 30.4 MiB; 1s remote-cache ... (41 actions, 12 running)
[5,995 / 10,391] 112 / 411 tests; GoLink pkg/util/rowcodec/rowcodec_test_/rowcodec_test; Downloading pkg/util/rowcodec/rowcodec_test_/rowcodec_test, 28.0 MiB / 31.2 MiB; 1s remote-cache ... (46 actions, 22 running)
[6,034 / 10,395] 117 / 411 tests; GoCompilePkg pkg/structure/variable.recompile1085.a; 2s remote-cache, linux-sandbox ... (51 actions, 32 running)
[6,070 / 10,472] 118 / 411 tests; GoCompilePkg pkg/structure/variable.recompile1085.a; 3s remote-cache, linux-sandbox ... (53 actions, 36 running)
[6,090 / 10,472] 123 / 411 tests; GoCompilePkg pkg/sessionctx/variable/variable_test.internal.recompileinternal.a; 4s remote-cache, linux-sandbox ... (52 actions, 34 running)
[6,150 / 10,515] 126 / 411 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 21.0 MiB / 43.2 MiB; 0s remote-cache ... (52 actions, 34 running)
[6,211 / 10,520] 128 / 411 tests; GoCompilePkg pkg/structure/sqlexec.recompile1096.a; 0s remote-cache, linux-sandbox ... (54 actions, 38 running)
[6,259 / 10,520] 129 / 411 tests; GoCompilePkg br/pkg/storage/storage_test.internal.recompileinternal.a; 1s remote-cache, linux-sandbox ... (61 actions, 52 running)
[6,329 / 10,520] 132 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 1s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,347 / 10,520] 132 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 2s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,376 / 10,534] 132 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 3s remote-cache, linux-sandbox ... (64 actions, 58 running)
[6,432 / 10,565] 134 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 4s remote-cache, linux-sandbox ... (61 actions, 52 running)
[6,473 / 10,565] 139 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 5s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,473 / 10,565] 139 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 7s remote-cache, linux-sandbox ... (70 actions running)
[6,494 / 10,565] 139 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 8s remote-cache, linux-sandbox ... (70 actions running)
[6,515 / 10,584] 143 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,522 / 10,584] 144 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,530 / 10,584] 144 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 12s remote-cache, linux-sandbox ... (70 actions running)
[6,537 / 10,584] 144 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 14s remote-cache, linux-sandbox ... (70 actions running)
[6,538 / 10,584] 144 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,569 / 10,586] 145 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,570 / 10,586] 145 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[6,619 / 10,586] 145 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; 16s remote-cache, linux-sandbox ... (66 actions, 63 running)
[6,633 / 10,586] 145 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,651 / 10,586] 145 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,683 / 10,586] 145 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; 11s remote-cache, linux-sandbox ... (68 actions, 66 running)
[6,721 / 10,590] 147 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,721 / 10,590] 147 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; 14s remote-cache, linux-sandbox ... (70 actions running)
[6,722 / 10,590] 147 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[6,723 / 10,590] 147 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,755 / 10,590] 147 / 411 tests; GoCompilePkg pkg/extension/expression.recompile1163.a; 17s remote-cache, linux-sandbox ... (66 actions, 64 running)
[6,783 / 10,623] 147 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 8s remote-cache, linux-sandbox ... (66 actions, 64 running)
[6,808 / 10,623] 147 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 9s remote-cache, linux-sandbox ... (68 actions, 67 running)
[6,813 / 10,623] 147 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,816 / 10,623] 147 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 11s remote-cache, linux-sandbox ... (67 actions, 64 running)
[6,843 / 10,623] 147 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 12s remote-cache, linux-sandbox ... (50 actions, 32 running)
[6,860 / 10,635] 148 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 13s remote-cache, linux-sandbox ... (68 actions, 66 running)
[6,874 / 10,637] 149 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 14s remote-cache, linux-sandbox ... (67 actions, 64 running)
[6,929 / 10,637] 151 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 16s remote-cache, linux-sandbox ... (70 actions running)
[6,954 / 10,637] 151 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,969 / 10,637] 151 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[6,969 / 10,637] 151 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[6,972 / 10,637] 151 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 21s remote-cache, linux-sandbox ... (66 actions, 64 running)
[7,021 / 10,651] 151 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 22s remote-cache, linux-sandbox ... (64 actions, 59 running)
[7,053 / 10,651] 153 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 24s remote-cache, linux-sandbox ... (70 actions running)
[7,060 / 10,651] 153 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 25s remote-cache, linux-sandbox ... (68 actions, 66 running)
[7,088 / 10,651] 153 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,133 / 10,696] 155 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; 28s remote-cache, linux-sandbox ... (67 actions, 64 running)
[7,150 / 10,696] 155 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 7s remote-cache, linux-sandbox ... (68 actions, 66 running)
[7,168 / 10,696] 155 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 8s remote-cache, linux-sandbox ... (62 actions, 56 running)
[7,196 / 10,698] 156 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 9s remote-cache, linux-sandbox ... (57 actions, 44 running)
[7,210 / 10,702] 159 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 10s remote-cache, linux-sandbox ... (70 actions running)
[7,228 / 10,704] 160 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 12s remote-cache, linux-sandbox ... (70 actions running)
[7,268 / 10,761] 161 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 13s remote-cache, linux-sandbox ... (68 actions, 66 running)
[7,291 / 10,761] 162 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,326 / 10,763] 163 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 15s remote-cache, linux-sandbox ... (65 actions, 60 running)
[7,348 / 10,763] 163 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 16s remote-cache, linux-sandbox ... (63 actions, 57 running)
[7,363 / 10,763] 163 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 17s remote-cache, linux-sandbox ... (64 actions, 58 running)
[7,410 / 10,825] 164 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 18s remote-cache, linux-sandbox ... (65 actions, 60 running)
[7,421 / 10,825] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 19s remote-cache, linux-sandbox ... (65 actions, 60 running)
[7,469 / 10,853] 166 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 20s remote-cache, linux-sandbox ... (62 actions, 54 running)
[7,510 / 10,853] 166 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 21s remote-cache, linux-sandbox ... (60 actions, 50 running)
[7,543 / 10,853] 167 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 22s remote-cache, linux-sandbox ... (62 actions, 54 running)
[7,566 / 10,853] 169 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 23s remote-cache, linux-sandbox ... (67 actions, 64 running)
[7,575 / 10,853] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 25s remote-cache, linux-sandbox ... (61 actions, 58 running)
[7,626 / 10,915] 170 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 26s remote-cache, linux-sandbox ... (66 actions, 62 running)
[7,642 / 10,915] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 27s remote-cache, linux-sandbox ... (68 actions, 66 running)
[7,684 / 10,915] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 28s remote-cache, linux-sandbox ... (64 actions, 58 running)
[7,702 / 10,921] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 29s remote-cache, linux-sandbox ... (63 actions, 56 running)
[7,708 / 10,921] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 30s remote-cache, linux-sandbox ... (63 actions, 56 running)
[7,709 / 10,921] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 31s remote-cache, linux-sandbox ... (63 actions, 56 running)
[7,752 / 10,921] 174 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 33s remote-cache, linux-sandbox ... (70 actions running)
[7,787 / 10,921] 174 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,819 / 10,921] 174 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 36s remote-cache, linux-sandbox ... (70 actions running)
[7,819 / 10,921] 174 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 38s remote-cache, linux-sandbox ... (70 actions running)
[7,820 / 10,921] 174 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,867 / 10,974] 174 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 40s remote-cache, linux-sandbox ... (65 actions, 60 running)
[7,888 / 10,974] 177 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 41s remote-cache, linux-sandbox ... (67 actions, 64 running)
[7,909 / 10,974] 178 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 42s remote-cache, linux-sandbox ... (65 actions, 62 running)
[7,924 / 10,974] 178 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 43s remote-cache, linux-sandbox ... (63 actions, 56 running)
[7,957 / 10,974] 179 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 45s remote-cache, linux-sandbox ... (70 actions running)
[7,958 / 10,974] 179 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,998 / 10,974] 179 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,028 / 10,974] 179 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 49s remote-cache, linux-sandbox ... (70 actions running)
[8,038 / 10,974] 179 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 50s remote-cache, linux-sandbox ... (70 actions running)
[8,061 / 10,974] 179 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 52s remote-cache, linux-sandbox ... (65 actions, 64 running)
[8,099 / 10,992] 180 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 53s remote-cache, linux-sandbox ... (67 actions, 64 running)
[8,137 / 10,992] 181 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 54s remote-cache, linux-sandbox ... (68 actions, 66 running)
[8,162 / 10,992] 182 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 55s remote-cache, linux-sandbox ... (70 actions running)
[8,162 / 10,992] 182 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 58s remote-cache, linux-sandbox ... (70 actions running)
[8,196 / 10,992] 182 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 59s remote-cache, linux-sandbox ... (70 actions running)
[8,220 / 10,992] 182 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 60s remote-cache, linux-sandbox ... (69 actions running)
[8,237 / 10,992] 182 / 411 tests; GoLink pkg/store/copr/copr_test/copr_test_test_/copr_test_test; 2s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,264 / 10,992] 182 / 411 tests; GoLink pkg/store/copr/copr_test/copr_test_test_/copr_test_test; 4s remote-cache, linux-sandbox ... (68 actions, 66 running)
[8,296 / 11,005] 182 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1218.a; 4s remote-cache, linux-sandbox ... (67 actions, 64 running)
[8,320 / 11,005] 183 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1218.a; 6s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,352 / 11,005] 184 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1218.a; 7s remote-cache, linux-sandbox ... (67 actions, 64 running)
[8,353 / 11,005] 184 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1218.a; 8s remote-cache, linux-sandbox ... (70 actions running)
[8,353 / 11,005] 184 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1218.a; 9s remote-cache, linux-sandbox ... (70 actions running)
[8,355 / 11,005] 184 / 411 tests; GoCompilePkg pkg/extension/ddl.recompile1248.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,390 / 11,007] 185 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/core.recompile1266.a; 5s remote-cache, linux-sandbox ... (70 actions running)
[8,390 / 11,007] 185 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/core.recompile1266.a; 6s remote-cache, linux-sandbox ... (70 actions running)
[8,394 / 11,007] 185 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/core.recompile1266.a; 7s remote-cache, linux-sandbox ... (63 actions, 62 running)
[8,416 / 11,007] 185 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/core.recompile1266.a; 8s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,455 / 11,007] 185 / 411 tests; GoCompilePkg pkg/expression/tables.recompile1159.a; 2s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,473 / 11,007] 185 / 411 tests; GoCompilePkg pkg/extension/domain.recompile1251.a; 2s remote-cache, linux-sandbox ... (70 actions running)
[8,473 / 11,007] 185 / 411 tests; GoCompilePkg pkg/extension/domain.recompile1251.a; 3s remote-cache, linux-sandbox ... (70 actions running)
[8,503 / 11,007] 185 / 411 tests; GoLink pkg/infoschema/test/cachetest/cachetest_test_/cachetest_test; 4s remote-cache, linux-sandbox ... (65 actions, 62 running)
[8,529 / 11,017] 185 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; 5s remote-cache, linux-sandbox ... (68 actions, 66 running)
[8,568 / 11,045] 187 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/ddl.recompile1220.a; 2s remote-cache, linux-sandbox ... (65 actions, 60 running)
[8,583 / 11,045] 189 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/ddl.recompile1220.a; 4s remote-cache, linux-sandbox ... (67 actions, 64 running)
[8,594 / 11,045] 190 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/ddl.recompile1220.a; 5s remote-cache, linux-sandbox ... (68 actions, 66 running)
[8,605 / 11,045] 191 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/ddl.recompile1220.a; 6s remote-cache, linux-sandbox ... (70 actions running)
[8,605 / 11,045] 191 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/ddl.recompile1220.a; 8s remote-cache, linux-sandbox ... (70 actions running)
[8,634 / 11,045] 191 / 411 tests; GoCompilePkg pkg/structure/core.recompile1241.a; 9s remote-cache, linux-sandbox ... (70 actions running)
[8,654 / 11,119] 191 / 411 tests; GoCompilePkg pkg/structure/core.recompile1241.a; 10s remote-cache, linux-sandbox ... (67 actions, 64 running)
[8,690 / 11,119] 191 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1241.a; 10s remote-cache, linux-sandbox ... (65 actions, 60 running)
[8,701 / 11,119] 191 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1241.a; 11s remote-cache, linux-sandbox ... (66 actions, 62 running)
[8,733 / 11,119] 192 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 5s remote-cache, linux-sandbox ... (66 actions, 62 running)
[8,744 / 11,119] 193 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 6s remote-cache, linux-sandbox ... (67 actions, 64 running)
[8,756 / 11,119] 193 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 7s remote-cache, linux-sandbox ... (68 actions, 66 running)
[8,785 / 11,143] 193 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 8s remote-cache, linux-sandbox ... (64 actions, 58 running)
[8,804 / 11,245] 193 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 9s remote-cache, linux-sandbox ... (62 actions, 55 running)
[8,830 / 11,245] 193 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 10s remote-cache, linux-sandbox ... (61 actions, 53 running)
[8,845 / 11,245] 193 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 11s remote-cache, linux-sandbox ... (63 actions, 56 running)
[8,864 / 11,245] 194 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 12s remote-cache, linux-sandbox ... (66 actions, 62 running)
[8,872 / 11,245] 195 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 13s remote-cache, linux-sandbox ... (68 actions, 66 running)
[8,877 / 11,245] 195 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 14s remote-cache, linux-sandbox ... (68 actions, 66 running)
[8,900 / 11,245] 195 / 411 tests; GoCompilePkg pkg/extension/core.recompile1271.a; 15s remote-cache, linux-sandbox ... (57 actions, 44 running)
[8,929 / 11,275] 195 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 6s remote-cache, linux-sandbox ... (63 actions, 56 running)
[8,953 / 11,277] 195 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 7s remote-cache, linux-sandbox ... (51 actions, 32 running)
[8,970 / 11,279] 196 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 8s remote-cache, linux-sandbox ... (60 actions, 50 running)
[8,992 / 11,279] 198 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 9s remote-cache, linux-sandbox ... (57 actions, 44 running)
[9,006 / 11,279] 198 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 10s remote-cache, linux-sandbox ... (59 actions, 48 running)
[9,026 / 11,283] 199 / 411 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 11s remote-cache, linux-sandbox ... (57 actions, 44 running)
[9,045 / 11,283] 200 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/executor.recompile1280.a; 7s remote-cache, linux-sandbox ... (66 actions, 62 running)
[9,071 / 11,283] 201 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/executor.recompile1280.a; 8s remote-cache, linux-sandbox ... (67 actions, 64 running)
[9,091 / 11,283] 201 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/executor.recompile1280.a; 9s remote-cache, linux-sandbox ... (66 actions, 62 running)
[9,107 / 11,283] 201 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/executor.recompile1280.a; 10s remote-cache, linux-sandbox ... (66 actions, 62 running)
[9,117 / 11,283] 202 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/executor.recompile1280.a; 11s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,136 / 11,334] 203 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/executor.recompile1280.a; 12s remote-cache, linux-sandbox ... (68 actions, 67 running)
[9,151 / 11,334] 203 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/executor.recompile1280.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,170 / 11,395] 203 / 411 tests; GoCompilePkg pkg/ddl/ddl.a; 14s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,184 / 11,395] 203 / 411 tests; GoCompilePkg pkg/ddl/ddl.a; 15s remote-cache, linux-sandbox ... (65 actions, 62 running)
[9,210 / 11,395] 204 / 411 tests; GoCompilePkg pkg/structure/executor.recompile1254.a; 10s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,230 / 11,395] 204 / 411 tests; GoCompilePkg pkg/structure/executor.recompile1254.a; 11s remote-cache, linux-sandbox ... (64 actions, 58 running)
[9,244 / 11,395] 204 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/core.recompile1243.a; 11s remote-cache, linux-sandbox ... (66 actions, 62 running)
[9,254 / 11,395] 204 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/core.recompile1243.a; 12s remote-cache, linux-sandbox ... (67 actions, 64 running)
[9,269 / 11,395] 204 / 411 tests; GoCompilePkg pkg/sessionctx/binloginfo/core.recompile1243.a; 13s remote-cache, linux-sandbox ... (68 actions, 67 running)
[9,279 / 11,395] 204 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 9s remote-cache, linux-sandbox ... (66 actions, 64 running)
[9,289 / 11,411] 204 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 11s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,302 / 11,413] 204 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 12s remote-cache, linux-sandbox ... (67 actions, 64 running)
[9,309 / 11,413] 205 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 13s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,315 / 11,413] 205 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 14s remote-cache, linux-sandbox ... (67 actions, 65 running)
[9,323 / 11,413] 206 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 15s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,327 / 11,413] 206 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,351 / 11,415] 207 / 411 tests; GoCompilePkg pkg/store/mockstore/mockcopr/core.recompile1245.a; 16s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,363 / 11,415] 207 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1221.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,369 / 11,415] 207 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1221.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,384 / 11,415] 207 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1221.a; 16s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,400 / 11,415] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,412 / 11,415] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,429 / 11,415] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,438 / 11,415] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,446 / 11,415] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,463 / 11,415] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,463 / 11,415] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 23s remote-cache, linux-sandbox ... (70 actions running)
[9,478 / 11,415] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 24s remote-cache, linux-sandbox ... (70 actions running)
[9,479 / 11,415] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,487 / 11,415] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 27s remote-cache, linux-sandbox ... (69 actions running)
[9,506 / 11,415] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,516 / 11,415] 208 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 29s remote-cache, linux-sandbox ... (70 actions running)
[9,528 / 11,415] 208 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,542 / 11,415] 208 / 411 tests; GoLink pkg/structure/structure_test_/structure_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,548 / 11,420] 208 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,560 / 11,420] 208 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,561 / 11,420] 208 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 16s remote-cache, linux-sandbox ... (70 actions running)
[9,574 / 11,420] 208 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 17s remote-cache, linux-sandbox ... (66 actions, 62 running)
[9,585 / 11,420] 208 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[9,594 / 11,420] 208 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[9,598 / 11,430] 208 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,614 / 11,443] 208 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 22s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,619 / 11,443] 208 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,624 / 11,443] 209 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 24s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,649 / 11,481] 209 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,657 / 11,481] 209 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 27s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,666 / 11,519] 209 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 28s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,680 / 11,519] 209 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 20s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,696 / 11,519] 209 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,709 / 11,570] 209 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 23s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,726 / 11,570] 209 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,736 / 11,570] 210 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,745 / 11,602] 211 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,748 / 11,602] 211 / 411 tests; GoCompilePkg pkg/planner/core/core.a; 27s remote-cache, linux-sandbox ... (68 actions, 66 running)
Aborted by Jenkins Admin
Sending interrupt signal to process
Killing processes
[9,777 / 11,602] 212 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1244.a; 15s remote-cache, linux-sandbox ... (68 actions, 66 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
+ ./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
No test report files were found. Configuration error?
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 3c3007ac-440d-43e3-81cb-69846b9772b3' --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/8924/' --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: 3c3007ac-440d-43e3-81cb-69846b9772b3
> 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/8924/
> 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: 877d2764-b08e-4734-9c3a-378c7bd4f138
Finished: ABORTED