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 due for a refresh after 60 minutes, clearing.
Caching library tipipeline@main
Attempting to resolve main from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git ls-remote -- https://github.com/PingCAP-QE/ci # timeout=10
Found match: refs/heads/main revision 03312178c534dce949face80c69812d989e55009
The recommended git tool is: git
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/jobs/pingcap/jobs/tidb/jobs/ghpr_unit_test/workspace@libs/028688d6a2298cb8f56fc89656584a6e89655f25aed21ceab3b5624e60735994/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/PingCAP-QE/ci # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/PingCAP-QE/ci
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --no-tags --force --progress -- https://github.com/PingCAP-QE/ci +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 03312178c534dce949face80c69812d989e55009 (main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10
[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-8959-jxtvm-kw6hv-jhrg3
Agent pingcap-tidb-ghpr-unit-test-8959-jxtvm-kw6hv-jhrg3 is provisioned from template pingcap_tidb_ghpr_unit_test_8959-jxtvm-kw6hv
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8959/"
    runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/8959/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "feca1ace8cdfc8ae86748a39c58b2e60a07383aa"
    jenkins/label: "pingcap_tidb_ghpr_unit_test_8959-jxtvm"
  name: "pingcap-tidb-ghpr-unit-test-8959-jxtvm-kw6hv-jhrg3"
  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-8959-jxtvm-kw6hv-jhrg3"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-ghpr-unit-test-8959-jxtvm-kw6hv-jhrg3"
    - 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-8959-jxtvm-kw6hv-jhrg3 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)"
[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
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10
+ printenv
PROW_JOB_ID=26c84232-b915-4c4d-abf7-c2f901db4522
JENKINS_NODE_COOKIE=ffbfcd52-75d4-401e-9834-46927bcdcf0d
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8959/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-unit-test-8959-jxtvm-kw6hv-jhrg3
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-8959
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787627270953766912","prowjobid":"26c84232-b915-4c4d-abf7-c2f901db4522","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"e3c2c301823e4f9873b872b719a9f794b3534264","base_link":"https://github.com/pingcap/tidb/commit/e3c2c301823e4f9873b872b719a9f794b3534264","pulls":[{"number":53039,"author":"RidRisR","sha":"533994efde4d0825306035f795c04cd0c9086041","title":"br: add more options for br sql client","link":"https://github.com/pingcap/tidb/pull/53039","commit_link":"https://github.com/pingcap/tidb/pull/53039/commits/533994efde4d0825306035f795c04cd0c9086041","author_link":"https://github.com/RidRisR"}]}}
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/8959/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8959/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/8959/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=#8959
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787627270953766912
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/8959/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_unit_test_8959-jxtvm
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_8959-jxtvm pingcap-tidb-ghpr-unit-test-8959-jxtvm-kw6hv-jhrg3
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-unit-test-8959-jxtvm-kw6hv-jhrg3
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect
BUILD_NUMBER=8959
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-build2875961092=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 root root 1, 3 May  7 07:35 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8959-jxtvm-kw6hv-jhrg3 bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8959-jxtvm-kw6hv-jhrg3 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: 22482
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 0 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 23:35:54 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-e3c2c30)
463519232 bytes in 1.47 secs (314634055 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 e3c2c30182 br: Add goleak test for br integration test (#52741)
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master               -> origin/master
   9738f4e9e3..533994efde  refs/pull/53039/head -> origin/pr/53039/head
HEAD is now at e3c2c30182 br: Add goleak test for br integration test (#52741)
๐Ÿšง Checkouting to base SHA:e3c2c301823e4f9873b872b719a9f794b3534264...
HEAD is now at e3c2c30182 br: Add goleak test for br integration test (#52741)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
e3c2c301823e4f9873b872b719a9f794b3534264
e3c2c30182 br: Add goleak test for br integration test (#52741)
b421b729c8 planner: merge fast plan cache and normal plan cache (#53033)
957e6ae67d planner: move MemtablePredicateExtractor interface to a unified base place. (#53031)
๐Ÿšง Pre-merge heads of pull requests to base SHA: e3c2c301823e4f9873b872b719a9f794b3534264 ...
Merge made by the 'ort' strategy.
 pkg/executor/brie.go        |    42 +-
 pkg/parser/ast/misc.go      |    26 +-
 pkg/parser/keywords.go      |     8 +
 pkg/parser/keywords_test.go |     2 +-
 pkg/parser/misc.go          |     8 +
 pkg/parser/parser.go        | 19455 +++++++++++++++++++++---------------------
 pkg/parser/parser.y         |    48 +
 pkg/parser/parser_test.go   |     3 +-
 8 files changed, 9897 insertions(+), 9695 deletions(-)
๐Ÿงพ Pre-merged result:
d8c97939b06ac0b5ebdb44c20d6ed810b18849d1
d8c97939b0 Merge commit '533994efde4d0825306035f795c04cd0c9086041' into HEAD
533994efde fix consistent
cbabb08d33 fix
โœ… Pre merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache saved successfully (git/pingcap/tidb/rev-e3c2c30-533994e)
464136704 bytes in 7.81 secs (59406355 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: 997c3454-1ece-44ff-a2d3-1bc43a909861
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_23_35_46.1152057773/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 (45 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 (258 packages loaded, 11646 targets configured)
INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).
INFO: Found 1 target...
[0 / 314] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 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/go/types.a, 1023.8 KiB / 5.9 MiB; 0s remote-cache ... (3 actions, 0 running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running)
[95 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 13.0 MiB / 17.2 MiB; 2s remote-cache ... (50 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 23.001s, Critical Path: 3.80s
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: 439da4c8-67f7-4525-9f77-688583a69991
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_23_35_46.1152057773/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 (173 packages loaded, 13353 targets configured)
INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).
INFO: Found 1 target...
[0 / 6] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[273 / 607] [Prepa] GoCompilePkg external/org_golang_google_grpc/internal/grpclog/grpclog.a
[575 / 607] [Prepa] GoCompilePkg external/com_github_tikv_pd_client/tsoutil/tsoutil.a ... (3 actions, 0 running)
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 4.590s, Critical Path: 2.68s
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: e5d01efa-9a2f-4a42-887e-13179425f2d9
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_23_35_46.1152057773/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 (1232 packages loaded, 14935 targets configured)
Analyzing: 411 targets (1452 packages loaded, 21153 targets configured)
Analyzing: 411 targets (1614 packages loaded, 23257 targets configured)
Analyzing: 411 targets (1917 packages loaded, 25541 targets configured)
Analyzing: 411 targets (1920 packages loaded, 25680 targets configured)
Analyzing: 411 targets (1981 packages loaded, 26843 targets configured)
INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured).
 checking cached actions
INFO: Found 411 test targets...
[0 / 19] [Prepa] Writing file br/pkg/checkpoint/checkpoint_test/baseline_coverage.dat ... (18 actions, 0 running)
[1,359 / 9,763] GoTestGenTest br/pkg/restore/log_restore/log_restore_test_/testmain.go; Downloading br/pkg/restore/log_restore/log_restore_test_/testmain.go; 0s remote-cache ... (35 actions, 0 running)
[1,395 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 10.0 MiB / 10.3 MiB; 1s remote-cache ... (35 actions, 0 running)
[1,407 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (35 actions, 0 running)
[1,467 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 15.0 MiB / 17.2 MiB; 3s remote-cache ... (35 actions, 0 running)
[2,028 / 9,763] GoCompilePkg external/org_golang_x_tools/go/analysis/passes/unusedwrite/unusedwrite.a [for tool]; Downloading external/org_golang_x_tools/go/analysis/passes/unusedwrite/unusedwrite.a; 0s remote-cache ... (10 actions, 0 running)
[2,619 / 9,771] GoCompilePkg external/com_github_datadog_zstd/zstd.a; Downloading external/com_github_datadog_zstd/zstd.a, 2.2 MiB / 2.3 MiB; 0s remote-cache ... (34 actions, 0 running)
[3,110 / 9,797] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 39.0 MiB / 96.2 MiB; 0s remote-cache ... (35 actions, 0 running)
[3,427 / 9,824] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 81.0 MiB / 96.2 MiB; 1s remote-cache ... (35 actions, 0 running)
[3,821 / 9,854] 7 / 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, 8.0 MiB / 69.8 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,077 / 9,882] 27 / 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 / 69.8 MiB; 1s remote-cache ... (35 actions, 0 running)
[4,392 / 9,944] 51 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 2s remote-cache ... (35 actions, 0 running)
[4,786 / 9,968] 65 / 411 tests; GoCompilePkg external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a; Downloading external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a, 9.0 MiB / 9.0 MiB; 0s remote-cache ... (34 actions, 0 running)
[4,953 / 10,002] 69 / 411 tests; GoCompilePkg pkg/parser/parser_test.internal.a; Downloading pkg/parser/parser_test.internal.a, 9.0 MiB / 11.8 MiB; 0s remote-cache ... (33 actions, 0 running)
[5,108 / 10,109] 73 / 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, 25.0 MiB / 75.3 MiB; 0s remote-cache ... (46 actions, 24 running)
[5,203 / 10,117] 75 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 66.3 MiB / 75.3 MiB; 1s remote-cache ... (62 actions, 54 running)
[5,281 / 10,121] 78 / 411 tests; Testing //pkg/parser/ast:ast_test (shard 25 of 50); 0s remote-cache, linux-sandbox ... (55 actions, 50 running)
[5,467 / 10,135] 82 / 411 tests; GoLink pkg/util/systimemon/systimemon_test_/systimemon_test; 0s remote-cache ... (35 actions, 0 running)
[5,543 / 10,153] 84 / 411 tests; GoLink pkg/util/collate/collate_test_/collate_test; Downloading pkg/util/collate/collate_test_/collate_test, 25.0 MiB / 26.1 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,629 / 10,251] 90 / 411 tests; GoLink br/pkg/restore/ingestrec/ingestrec_test_/ingestrec_test; Downloading br/pkg/restore/ingestrec/ingestrec_test_/ingestrec_test, 20.7 MiB / 27.8 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,672 / 10,257] 97 / 411 tests; GoLink pkg/util/cpu/cpu_test_/cpu_test; Downloading pkg/util/cpu/cpu_test_/cpu_test, 32.0 MiB / 33.7 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,746 / 10,287] 102 / 411 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 29.0 MiB / 40.5 MiB; 2s remote-cache ... (35 actions, 0 running)
[5,825 / 10,340] 111 / 411 tests; GoLink br/pkg/logutil/logutil_test_/logutil_test; Downloading br/pkg/logutil/logutil_test_/logutil_test, 11.0 MiB / 30.4 MiB; 1s remote-cache ... (35 actions, 0 running)
[5,886 / 10,340] 112 / 411 tests; GoLink br/pkg/logutil/logutil_test_/logutil_test; Downloading br/pkg/logutil/logutil_test_/logutil_test, 26.0 MiB / 30.4 MiB; 2s remote-cache ... (36 actions, 2 running)
[5,933 / 10,356] 112 / 411 tests; GoLink pkg/kv/kv_test_/kv_test; 2s remote-cache ... (36 actions, 2 running)
[6,002 / 10,418] 114 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 2s remote-cache, linux-sandbox ... (45 actions, 22 running)
[6,085 / 10,420] 115 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 3s remote-cache, linux-sandbox ... (50 actions, 31 running)
[6,122 / 10,429] 117 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 4s remote-cache, linux-sandbox ... (52 actions, 35 running)
[6,168 / 10,440] 119 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 5s remote-cache, linux-sandbox ... (58 actions, 46 running)
[6,212 / 10,473] 120 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 6s remote-cache, linux-sandbox ... (61 actions, 53 running)
[6,265 / 10,481] 120 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 7s remote-cache, linux-sandbox ... (66 actions, 62 running)
[6,294 / 10,481] 122 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 8s remote-cache, linux-sandbox ... (70 actions running)
[6,317 / 10,485] 122 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 9s remote-cache, linux-sandbox ... (70 actions running)
[6,355 / 10,498] 124 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 10s remote-cache, linux-sandbox ... (69 actions, 67 running)
[6,374 / 10,498] 124 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 11s remote-cache, linux-sandbox ... (67 actions, 64 running)
[6,404 / 10,498] 124 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,443 / 10,498] 124 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,468 / 10,498] 125 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 14s remote-cache, linux-sandbox ... (68 actions, 66 running)
[6,501 / 10,498] 127 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 15s remote-cache, linux-sandbox ... (67 actions, 66 running)
[6,516 / 10,498] 127 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,534 / 10,498] 127 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,567 / 10,508] 127 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,589 / 10,508] 127 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,611 / 10,508] 128 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,626 / 10,508] 129 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 22s remote-cache, linux-sandbox ... (68 actions, 66 running)
[6,645 / 10,508] 129 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 23s remote-cache, linux-sandbox ... (68 actions, 67 running)
[6,657 / 10,508] 129 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 24s remote-cache, linux-sandbox ... (70 actions running)
[6,678 / 10,533] 130 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 25s remote-cache, linux-sandbox ... (69 actions running)
[6,685 / 10,533] 131 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 26s remote-cache, linux-sandbox ... (70 actions running)
[6,716 / 10,533] 132 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[6,742 / 10,533] 133 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 28s remote-cache, linux-sandbox ... (70 actions running)
[6,765 / 10,533] 133 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 29s remote-cache, linux-sandbox ... (67 actions, 64 running)
[6,794 / 10,533] 133 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 30s remote-cache, linux-sandbox ... (67 actions, 64 running)
[6,823 / 10,533] 134 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 31s remote-cache, linux-sandbox ... (70 actions running)
[6,837 / 10,533] 134 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 32s remote-cache, linux-sandbox ... (70 actions running)
[6,884 / 10,533] 134 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 33s remote-cache, linux-sandbox ... (68 actions, 66 running)
[6,926 / 10,533] 134 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 34s remote-cache, linux-sandbox ... (68 actions, 66 running)
[6,955 / 10,533] 134 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 35s remote-cache, linux-sandbox ... (67 actions, 65 running)
[6,999 / 10,533] 134 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,016 / 10,557] 134 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 38s remote-cache, linux-sandbox ... (66 actions, 64 running)
[7,054 / 10,587] 134 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,069 / 10,589] 134 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 40s remote-cache, linux-sandbox ... (70 actions running)
[7,107 / 10,629] 135 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 41s remote-cache, linux-sandbox ... (66 actions, 63 running)
[7,123 / 10,629] 135 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,147 / 10,636] 135 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 43s remote-cache, linux-sandbox ... (69 actions running)
[7,167 / 10,642] 135 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 44s remote-cache, linux-sandbox ... (68 actions, 66 running)
[7,170 / 10,642] 136 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 45s remote-cache, linux-sandbox ... (70 actions running)
[7,208 / 10,732] 139 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 46s remote-cache, linux-sandbox ... (69 actions running)
[7,238 / 10,732] 140 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,252 / 10,732] 140 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,283 / 10,736] 141 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,286 / 10,736] 141 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 51s remote-cache, linux-sandbox ... (66 actions, 64 running)
[7,333 / 10,736] 143 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,355 / 10,736] 144 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 53s remote-cache, linux-sandbox ... (70 actions running)
[7,383 / 10,746] 144 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,399 / 10,761] 144 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,428 / 10,763] 144 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,456 / 10,763] 144 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,458 / 10,763] 144 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,494 / 10,781] 145 / 411 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,503 / 10,781] 146 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,542 / 10,781] 147 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 47s remote-cache, linux-sandbox ... (70 actions running)
[7,564 / 10,781] 147 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 48s remote-cache, linux-sandbox ... (70 actions running)
[7,577 / 10,781] 147 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 49s remote-cache, linux-sandbox ... (70 actions running)
[7,597 / 10,781] 147 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 51s remote-cache, linux-sandbox ... (70 actions running)
[7,627 / 10,809] 150 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 52s remote-cache, linux-sandbox ... (70 actions running)
[7,648 / 10,809] 150 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,670 / 10,835] 151 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,695 / 10,839] 151 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,712 / 10,872] 151 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,734 / 10,872] 151 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,737 / 10,872] 151 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,769 / 10,877] 151 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,796 / 10,877] 152 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,814 / 10,877] 152 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 62s remote-cache, linux-sandbox ... (70 actions running)
[7,836 / 10,877] 152 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 63s remote-cache, linux-sandbox ... (70 actions running)
[7,848 / 10,877] 153 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 64s remote-cache, linux-sandbox ... (70 actions running)
[7,883 / 10,877] 153 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 65s remote-cache, linux-sandbox ... (69 actions running)
[7,909 / 10,877] 154 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,928 / 10,877] 155 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 67s remote-cache, linux-sandbox ... (67 actions, 65 running)
[7,946 / 10,877] 155 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[7,964 / 10,877] 155 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 70s remote-cache, linux-sandbox ... (70 actions running)
[7,965 / 10,877] 155 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,011 / 10,884] 157 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 6s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,023 / 10,884] 158 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 7s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,045 / 10,884] 158 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 8s remote-cache, linux-sandbox ... (67 actions, 64 running)
[8,061 / 10,884] 158 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,085 / 10,889] 158 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 11s remote-cache, linux-sandbox ... (70 actions running)
[8,122 / 10,891] 158 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,152 / 10,891] 160 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,176 / 10,891] 160 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 14s remote-cache, linux-sandbox ... (68 actions, 66 running)
[8,195 / 10,891] 160 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,227 / 10,897] 161 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 16s remote-cache, linux-sandbox ... (67 actions, 66 running)
[8,243 / 10,897] 161 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 18s remote-cache, linux-sandbox ... (70 actions running)
[8,243 / 10,897] 162 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 19s remote-cache, linux-sandbox ... (70 actions running)
[8,286 / 10,897] 162 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,296 / 10,897] 162 / 411 tests; Testing //br/pkg/utils:utils_test (shard 25 of 32); 22s remote-cache, linux-sandbox ... (70 actions running)
[8,318 / 10,897] 162 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 6s remote-cache, linux-sandbox ... (67 actions, 66 running)
[8,337 / 10,899] 163 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 8s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,353 / 10,905] 163 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 9s remote-cache, linux-sandbox ... (69 actions running)
[8,371 / 10,929] 163 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,388 / 10,944] 164 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,406 / 10,944] 164 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,416 / 10,944] 164 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 13s remote-cache, linux-sandbox ... (68 actions, 66 running)
[8,428 / 10,944] 164 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 14s remote-cache, linux-sandbox ... (70 actions running)
[8,444 / 10,950] 164 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[8,464 / 10,950] 164 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,474 / 10,950] 164 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 18s remote-cache, linux-sandbox ... (67 actions, 66 running)
[8,502 / 10,950] 164 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[8,522 / 10,950] 165 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[8,525 / 10,950] 166 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,545 / 10,950] 166 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 22s remote-cache, linux-sandbox ... (69 actions running)
[8,559 / 10,950] 166 / 411 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,573 / 10,954] 166 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,585 / 10,956] 168 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 22s remote-cache, linux-sandbox ... (69 actions running)
[8,600 / 10,956] 168 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,606 / 10,956] 168 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,629 / 10,956] 169 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 26s remote-cache, linux-sandbox ... (70 actions running)
[8,635 / 10,966] 169 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,657 / 10,966] 169 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,677 / 10,966] 170 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,693 / 10,986] 173 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 31s remote-cache, linux-sandbox ... (70 actions running)
[8,695 / 10,986] 173 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,712 / 10,986] 175 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,734 / 11,068] 175 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 34s remote-cache, linux-sandbox ... (70 actions running)
[8,760 / 11,081] 176 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,768 / 11,085] 176 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,775 / 11,085] 176 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,777 / 11,085] 177 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 39s remote-cache, linux-sandbox ... (70 actions running)
[8,795 / 11,087] 177 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,810 / 11,087] 178 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,819 / 11,087] 179 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,831 / 11,098] 179 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,836 / 11,098] 179 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 45s remote-cache, linux-sandbox ... (70 actions running)
[8,861 / 11,098] 181 / 411 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 17 of 27); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,875 / 11,098] 182 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,887 / 11,098] 182 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,901 / 11,098] 182 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,918 / 11,100] 182 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[8,922 / 11,100] 182 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 30s remote-cache, linux-sandbox ... (70 actions running)
[8,944 / 11,100] 182 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 31s remote-cache, linux-sandbox ... (70 actions running)
[8,957 / 11,100] 183 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 32s remote-cache, linux-sandbox ... (70 actions running)
[8,972 / 11,100] 183 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 33s remote-cache, linux-sandbox ... (70 actions running)
[8,975 / 11,100] 183 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 34s remote-cache, linux-sandbox ... (70 actions running)
[8,992 / 11,100] 184 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 36s remote-cache, linux-sandbox ... (70 actions running)
[8,994 / 11,100] 184 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 37s remote-cache, linux-sandbox ... (70 actions running)
[9,021 / 11,111] 184 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,032 / 11,111] 184 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,044 / 11,111] 184 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 40s remote-cache, linux-sandbox ... (70 actions running)
[9,056 / 11,111] 184 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,068 / 11,111] 184 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,081 / 11,111] 185 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,108 / 11,111] 186 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,118 / 11,111] 186 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 46s remote-cache, linux-sandbox ... (66 actions, 63 running)
[9,125 / 11,111] 186 / 411 tests; Testing //pkg/store/copr:copr_test (shard 6 of 29); 47s remote-cache, linux-sandbox ... (70 actions running)
[9,161 / 11,111] 187 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 21s remote-cache, linux-sandbox ... (67 actions, 64 running)
[9,169 / 11,111] 187 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 22s remote-cache, linux-sandbox ... (70 actions running)
[9,187 / 11,111] 188 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 23s remote-cache, linux-sandbox ... (70 actions running)
[9,205 / 11,111] 188 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 24s remote-cache, linux-sandbox ... (70 actions running)
[9,220 / 11,115] 188 / 411 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,240 / 11,115] 188 / 411 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 15s remote-cache, linux-sandbox ... (66 actions, 62 running)
[9,257 / 11,115] 189 / 411 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 16s remote-cache, linux-sandbox ... (69 actions running)
[9,276 / 11,115] 189 / 411 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 17s remote-cache, linux-sandbox ... (68 actions, 66 running)
[9,283 / 11,115] 189 / 411 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 18s remote-cache, linux-sandbox ... (69 actions running)
[9,283 / 11,115] 190 / 411 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 19s remote-cache, linux-sandbox ... (70 actions running)
[9,300 / 11,115] 191 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 7s remote-cache, linux-sandbox ... (67 actions, 65 running)
[9,308 / 11,132] 192 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 9s remote-cache, linux-sandbox ... (70 actions running)
[9,319 / 11,134] 192 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,324 / 11,134] 192 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 11s remote-cache, linux-sandbox ... (69 actions running)
[9,337 / 11,134] 193 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,340 / 11,134] 193 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 14s remote-cache, linux-sandbox ... (70 actions running)
[9,357 / 11,164] 193 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[9,366 / 11,164] 193 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 16s remote-cache, linux-sandbox ... (70 actions running)
[9,378 / 11,164] 193 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[9,381 / 11,164] 193 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[9,386 / 11,164] 193 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[9,390 / 11,164] 193 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,403 / 11,164] 193 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,414 / 11,164] 193 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 23s remote-cache, linux-sandbox ... (70 actions running)
[9,426 / 11,164] 193 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,443 / 11,196] 193 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 26s remote-cache, linux-sandbox ... (70 actions running)
[9,444 / 11,196] 193 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 27s remote-cache, linux-sandbox ... (70 actions running)
[9,466 / 11,208] 193 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,473 / 11,213] 193 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,487 / 11,213] 193 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,505 / 11,251] 193 / 411 tests; GoCompilePkg pkg/executor/importer/executor.recompile1410.a; 27s remote-cache, linux-sandbox ... (67 actions, 66 running)
[9,524 / 11,251] 193 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 25s remote-cache, linux-sandbox ... (70 actions running)
[9,540 / 11,251] 193 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,550 / 11,251] 193 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,568 / 11,251] 193 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,580 / 11,251] 193 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,586 / 11,251] 193 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 22s remote-cache, linux-sandbox ... (69 actions running)
[9,594 / 11,251] 193 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,611 / 11,251] 194 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,618 / 11,264] 194 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 25s remote-cache, linux-sandbox ... (67 actions, 66 running)
[9,623 / 11,264] 194 / 411 tests; GoCompilePkg pkg/bindinfo/core.recompile1271.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,649 / 11,264] 194 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,667 / 11,287] 195 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,689 / 11,338] 195 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,693 / 11,338] 195 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 23s remote-cache, linux-sandbox ... (70 actions running)
[9,710 / 11,338] 196 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,731 / 11,338] 196 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,746 / 11,338] 196 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,756 / 11,346] 196 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,770 / 11,357] 196 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[9,791 / 11,357] 196 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 21s remote-cache, linux-sandbox ... (70 actions running)
[9,800 / 11,375] 196 / 411 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1256.a; 22s remote-cache, linux-sandbox ... (67 actions running)
[9,814 / 11,375] 196 / 411 tests; Testing //pkg/lightning/backend/local:local_test (shard 34 of 50); 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,830 / 11,375] 196 / 411 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,837 / 11,414] 196 / 411 tests; Testing //pkg/table/tables:tables_test (shard 2 of 31); 9s remote-cache, linux-sandbox ... (68 actions, 67 running)
[9,844 / 11,414] 196 / 411 tests; Testing //pkg/table/tables:tables_test (shard 2 of 31); 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,854 / 11,416] 197 / 411 tests; Testing //pkg/table/tables:tables_test (shard 2 of 31); 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,859 / 11,416] 197 / 411 tests; Testing //pkg/table/tables:tables_test (shard 2 of 31); 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,867 / 11,430] 198 / 411 tests; GoCompilePkg pkg/disttask/framework/scheduler/core.recompile1245.a; 9s remote-cache, linux-sandbox ... (68 actions running)
[9,872 / 11,434] 198 / 411 tests; GoCompilePkg pkg/disttask/framework/scheduler/core.recompile1245.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,879 / 11,434] 198 / 411 tests; GoCompilePkg pkg/disttask/framework/scheduler/core.recompile1245.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,885 / 11,434] 199 / 411 tests; GoCompilePkg pkg/disttask/framework/scheduler/core.recompile1245.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,904 / 11,434] 200 / 411 tests; GoCompilePkg pkg/owner/core.recompile1367.a; 14s remote-cache, linux-sandbox ... (65 actions, 60 running)
[9,905 / 11,434] 200 / 411 tests; GoCompilePkg pkg/owner/core.recompile1367.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[9,918 / 11,434] 200 / 411 tests; GoCompilePkg br/pkg/checksum/core.recompile1272.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,932 / 11,434] 200 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 15s remote-cache, linux-sandbox ... (70 actions running)
[9,939 / 11,434] 200 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 16s remote-cache, linux-sandbox ... (70 actions running)
[9,955 / 11,434] 201 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 17s remote-cache, linux-sandbox ... (70 actions running)
[9,964 / 11,434] 202 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,979 / 11,434] 202 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,992 / 11,434] 203 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[9,996 / 11,434] 203 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,022 / 11,434] 203 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 23s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,030 / 11,434] 203 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 24s remote-cache, linux-sandbox ... (70 actions running)
[10,069 / 11,536] 203 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 18s remote-cache, linux-sandbox ... (64 actions, 58 running)
[10,071 / 11,536] 203 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[10,098 / 11,536] 203 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 21s remote-cache, linux-sandbox ... (70 actions running)
[10,104 / 11,554] 203 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 22s remote-cache, linux-sandbox ... (70 actions running)
[10,124 / 11,554] 203 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,131 / 11,554] 203 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,150 / 11,554] 203 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,167 / 11,554] 203 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,167 / 11,554] 203 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 23s remote-cache, linux-sandbox ... (70 actions running)
[10,169 / 11,554] 203 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 24s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,183 / 11,554] 204 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,191 / 11,554] 204 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,192 / 11,554] 204 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 28s remote-cache, linux-sandbox ... (70 actions running)
[10,204 / 11,554] 204 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 29s remote-cache, linux-sandbox ... (62 actions, 54 running)
[10,219 / 11,554] 204 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,223 / 11,554] 204 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,231 / 11,554] 205 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,243 / 11,554] 205 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,250 / 11,554] 205 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,257 / 11,554] 206 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 35s remote-cache, linux-sandbox ... (70 actions running)
[10,272 / 11,554] 206 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 22); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,284 / 11,603] 206 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,295 / 11,605] 206 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 23s remote-cache, linux-sandbox ... (70 actions running)
[10,303 / 11,605] 206 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,321 / 11,605] 206 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,332 / 11,605] 206 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 18s remote-cache, linux-sandbox ... (70 actions running)
[10,360 / 11,605] 207 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 19s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,371 / 11,605] 207 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,391 / 11,622] 207 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,404 / 11,622] 208 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 23s remote-cache, linux-sandbox ... (67 actions, 65 running)
[10,416 / 11,622] 208 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,433 / 11,624] 208 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 25s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,445 / 11,624] 208 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 26s remote-cache, linux-sandbox ... (69 actions running)
[10,462 / 11,624] 209 / 411 tests; GoCompilePkg pkg/expression/core.recompile1246.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,467 / 11,624] 209 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,488 / 11,624] 209 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,496 / 11,624] 209 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,506 / 11,624] 210 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 21s remote-cache, linux-sandbox ... (68 actions, 67 running)
[10,519 / 11,636] 210 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 22s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,534 / 11,636] 210 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 23s remote-cache, linux-sandbox ... (67 actions, 64 running)
[10,545 / 11,642] 210 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 24s remote-cache, linux-sandbox ... (68 actions, 67 running)
[10,570 / 11,680] 211 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,586 / 11,715] 211 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 27s remote-cache, linux-sandbox ... (68 actions, 67 running)
[10,594 / 11,715] 212 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 28s remote-cache, linux-sandbox ... (70 actions running)
[10,595 / 11,715] 212 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,616 / 11,719] 213 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 31s remote-cache, linux-sandbox ... (70 actions running)
[10,625 / 11,719] 213 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 32s remote-cache, linux-sandbox ... (70 actions running)
[10,637 / 11,719] 213 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 33s remote-cache, linux-sandbox ... (70 actions running)
[10,648 / 11,719] 213 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 34s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,651 / 11,719] 213 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,676 / 11,772] 214 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 37s remote-cache, linux-sandbox ... (70 actions running)
[10,694 / 11,799] 215 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,709 / 11,799] 216 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 39s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,722 / 11,799] 216 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 41s remote-cache, linux-sandbox ... (70 actions running)
[10,733 / 11,799] 217 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 42s remote-cache, linux-sandbox ... (70 actions running)
[10,743 / 11,799] 218 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,755 / 11,850] 218 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 44s remote-cache, linux-sandbox ... (67 actions, 64 running)
[10,760 / 11,901] 218 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,773 / 11,901] 219 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 47s remote-cache, linux-sandbox ... (70 actions running)
[10,777 / 11,901] 219 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,788 / 11,918] 219 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,790 / 11,918] 219 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 50s remote-cache, linux-sandbox ... (69 actions running)
[10,801 / 11,918] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 36s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,811 / 11,969] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,817 / 11,969] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 38s remote-cache, linux-sandbox ... (70 actions running)
[10,824 / 11,969] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 39s remote-cache, linux-sandbox ... (70 actions running)
[10,828 / 11,969] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 40s remote-cache, linux-sandbox ... (69 actions running)
[10,832 / 11,969] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 41s remote-cache, linux-sandbox ... (70 actions running)
[10,838 / 11,969] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 42s remote-cache, linux-sandbox ... (70 actions running)
[10,853 / 11,969] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 43s remote-cache, linux-sandbox ... (70 actions running)
[10,867 / 11,969] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 44s remote-cache, linux-sandbox ... (70 actions running)
[10,878 / 11,969] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,886 / 11,969] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 47s remote-cache, linux-sandbox ... (69 actions running)
[10,888 / 11,969] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,911 / 11,969] 219 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,921 / 11,969] 220 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 50s remote-cache, linux-sandbox ... (70 actions running)
[10,932 / 11,969] 220 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 51s remote-cache, linux-sandbox ... (70 actions running)
[10,936 / 11,969] 220 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,948 / 11,969] 220 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,951 / 11,969] 220 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 56s remote-cache, linux-sandbox ... (70 actions running)
[10,952 / 11,969] 220 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 46 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,966 / 11,969] 220 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 19 of 22); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,969 / 11,969] 220 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 19 of 22); 35s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,974 / 11,969] 220 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 19 of 22); 36s remote-cache, linux-sandbox ... (69 actions running)
[10,988 / 11,969] 220 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 19 of 22); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,006 / 11,988] 220 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 19 of 22); 39s remote-cache, linux-sandbox ... (68 actions, 67 running)
[11,016 / 11,988] 220 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 19 of 22); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,028 / 11,988] 220 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 50 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,030 / 11,988] 220 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 50 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,050 / 11,988] 221 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 50 of 50); 37s remote-cache, linux-sandbox ... (69 actions running)
[11,055 / 11,988] 221 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 50 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,067 / 11,988] 221 / 411 tests; Testing //br/pkg/backup:backup_test (shard 3 of 8); 37s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,070 / 11,988] 221 / 411 tests; Testing //br/pkg/backup:backup_test (shard 3 of 8); 39s remote-cache, linux-sandbox ... (70 actions running)
[11,081 / 11,988] 222 / 411 tests; Testing //br/pkg/backup:backup_test (shard 3 of 8); 40s remote-cache, linux-sandbox ... (70 actions running)
[11,082 / 11,988] 222 / 411 tests; Testing //br/pkg/backup:backup_test (shard 3 of 8); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,090 / 11,988] 222 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 14 of 17); 37s remote-cache, linux-sandbox ... (70 actions running)
[11,100 / 11,988] 222 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 14 of 17); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,104 / 11,988] 222 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 14 of 17); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,114 / 11,988] 222 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 14 of 17); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,123 / 11,988] 222 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 14 of 17); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,133 / 12,014] 222 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 14 of 17); 43s remote-cache, linux-sandbox ... (70 actions running)
[11,140 / 12,014] 222 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,144 / 12,014] 222 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,155 / 12,014] 223 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,160 / 12,014] 223 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,177 / 12,065] 223 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,188 / 12,065] 223 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,199 / 12,065] 223 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,208 / 12,065] 223 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 43s remote-cache, linux-sandbox ... (70 actions running)
[11,214 / 12,065] 223 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,221 / 12,065] 223 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 45s remote-cache, linux-sandbox ... (70 actions running)
[11,226 / 12,065] 223 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 46s remote-cache, linux-sandbox ... (70 actions running)
[11,228 / 12,065] 223 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 47s remote-cache, linux-sandbox ... (70 actions running)
[11,239 / 12,065] 224 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,243 / 12,065] 224 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,245 / 12,065] 224 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 51s remote-cache, linux-sandbox ... (70 actions running)
[11,257 / 12,065] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,263 / 12,065] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,271 / 12,093] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,281 / 12,095] 225 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 18 of 22); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,286 / 12,099] 225 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 1 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,293 / 12,099] 225 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 1 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,295 / 12,099] 225 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 1 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,303 / 12,099] 225 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 1 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,311 / 12,099] 226 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,316 / 12,105] 226 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 34s remote-cache, linux-sandbox ... (70 actions running)
[11,318 / 12,105] 226 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 35s remote-cache, linux-sandbox ... (70 actions running)
[11,319 / 12,105] 226 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,329 / 12,156] 226 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,334 / 12,169] 226 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,341 / 12,169] 227 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 34s remote-cache, linux-sandbox ... (70 actions running)
[11,349 / 12,169] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 34s remote-cache, linux-sandbox ... (70 actions running)
[11,352 / 12,169] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,356 / 12,169] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,358 / 12,169] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 38s remote-cache, linux-sandbox ... (70 actions running)
[11,363 / 12,169] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 39s remote-cache, linux-sandbox ... (70 actions running)
[11,367 / 12,169] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,373 / 12,169] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,375 / 12,169] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,376 / 12,169] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,380 / 12,188] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,385 / 12,198] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,386 / 12,198] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,394 / 12,198] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,398 / 12,198] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,401 / 12,198] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 51s remote-cache, linux-sandbox ... (70 actions running)
[11,406 / 12,198] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,410 / 12,198] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,414 / 12,198] 228 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 3 of 22); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,417 / 12,198] 228 / 411 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,420 / 12,198] 228 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 20 of 20); 37s remote-cache, linux-sandbox ... (70 actions running)
[11,427 / 12,198] 228 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 1 of 20); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,430 / 12,198] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 8 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,434 / 12,198] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 8 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,436 / 12,198] 228 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 8 of 50); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,442 / 12,198] 229 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 42s remote-cache, linux-sandbox ... (70 actions running)
[11,446 / 12,198] 229 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 43s remote-cache, linux-sandbox ... (70 actions running)
[11,447 / 12,198] 229 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 44s remote-cache, linux-sandbox ... (70 actions running)
[11,452 / 12,198] 229 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,457 / 12,217] 229 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,461 / 12,217] 229 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,464 / 12,217] 229 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 49s remote-cache, linux-sandbox ... (70 actions running)
[11,469 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,473 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,478 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,485 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,489 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,491 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 47s remote-cache, linux-sandbox ... (70 actions running)
[11,494 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,496 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 49s remote-cache, linux-sandbox ... (70 actions running)
[11,502 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,506 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,509 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 53s remote-cache, linux-sandbox ... (70 actions running)
[11,510 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,515 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,520 / 12,217] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,525 / 12,237] 230 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,531 / 12,237] 230 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 18 of 18); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,537 / 12,237] 230 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 36s remote-cache, linux-sandbox ... (70 actions running)
[11,541 / 12,237] 230 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 37s remote-cache, linux-sandbox ... (70 actions running)
[11,544 / 12,237] 230 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,548 / 12,237] 230 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,550 / 12,237] 230 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,550 / 12,237] 230 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 43s remote-cache, linux-sandbox ... (70 actions running)
[11,551 / 12,237] 230 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,566 / 12,237] 230 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,568 / 12,237] 231 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 12 of 17); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,573 / 12,237] 231 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,578 / 12,237] 231 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 40s remote-cache, linux-sandbox ... (70 actions running)
[11,581 / 12,242] 231 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,585 / 12,242] 231 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,588 / 12,242] 231 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,595 / 12,242] 231 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,597 / 12,242] 231 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,601 / 12,242] 231 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 47s remote-cache, linux-sandbox ... (70 actions running)
[11,605 / 12,242] 232 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,606 / 12,242] 232 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,606 / 12,242] 232 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 51s remote-cache, linux-sandbox ... (70 actions running)
[11,611 / 12,242] 232 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,615 / 12,293] 232 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,620 / 12,293] 232 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,621 / 12,293] 232 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 56s remote-cache, linux-sandbox ... (70 actions running)
[11,626 / 12,293] 232 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 58s remote-cache, linux-sandbox ... (70 actions running)
[11,631 / 12,293] 232 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,635 / 12,293] 232 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,643 / 12,293] 232 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,644 / 12,293] 232 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,648 / 12,293] 232 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 57s remote-cache, linux-sandbox ... (70 actions running)
[11,651 / 12,293] 232 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,656 / 12,293] 233 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,664 / 12,293] 233 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,666 / 12,293] 233 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,672 / 12,293] 233 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 45s remote-cache, linux-sandbox ... (70 actions running)
[11,675 / 12,293] 233 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,681 / 12,293] 233 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 46s remote-cache, linux-sandbox ... (69 actions running)
[11,685 / 12,293] 233 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,688 / 12,293] 233 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 49s remote-cache, linux-sandbox ... (70 actions running)
[11,694 / 12,293] 233 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,701 / 12,293] 233 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,705 / 12,293] 233 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 53s remote-cache, linux-sandbox ... (70 actions running)
[11,709 / 12,293] 233 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,710 / 12,293] 233 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,712 / 12,293] 233 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 57s remote-cache, linux-sandbox ... (70 actions running)
[11,715 / 12,293] 234 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 58s remote-cache, linux-sandbox ... (70 actions running)
[11,717 / 12,293] 234 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 59s remote-cache, linux-sandbox ... (70 actions running)
[11,720 / 12,293] 234 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 61s remote-cache, linux-sandbox ... (70 actions running)
[11,722 / 12,293] 234 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 62s remote-cache, linux-sandbox ... (70 actions running)
[11,723 / 12,293] 234 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 63s remote-cache, linux-sandbox ... (70 actions running)
[11,725 / 12,293] 234 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 64s remote-cache, linux-sandbox ... (70 actions running)
[11,729 / 12,293] 234 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 65s remote-cache, linux-sandbox ... (70 actions running)
[11,730 / 12,293] 234 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,735 / 12,293] 234 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,737 / 12,293] 234 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,743 / 12,293] 235 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,750 / 12,293] 235 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,754 / 12,322] 235 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 71s remote-cache, linux-sandbox ... (70 actions running)
[11,757 / 12,322] 235 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,761 / 12,322] 235 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,763 / 12,322] 235 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,767 / 12,322] 235 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
Aborted by Jenkins Admin
Sending interrupt signal to process
Killing processes
kill finished with exit code 0
script returned exit code 143
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ ./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: 6fb80dd9-82f6-45ca-91ee-dd1dc751d6ae' --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/8959/' --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: 6fb80dd9-82f6-45ca-91ee-dd1dc751d6ae
> 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/8959/
> 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
< HTTP/1.1 200 OK
< Date: Mon, 06 May 2024 23:46:28 GMT
< Content-Length: 0
< 

100     2    0     0  100     2      0    133 --:--:-- --:--:-- --:--:--   142
* Connection #0 to host cloudevents-server.apps.svc left intact
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: d60cefe1-f47d-4e9e-ba93-f7b825f4cfff
Finished: ABORTED