Skip to content

Console Output

Started by user Jenkins Admin
Obtained pipelines/pingcap/tidb/latest/ghpr_build.groovy from git https://github.com/PingCAP-QE/ci.git
Loading library tipipeline@main
Library tipipeline@main is cached. Copying from home.
[Pipeline] Start of Pipeline
[Pipeline] readJSON
[Pipeline] readTrusted
Obtained pipelines/pingcap/tidb/latest/pod-ghpr_build.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-build-8587-nt9wt-lbf43-h189l
Agent pingcap-tidb-ghpr-build-8587-nt9wt-lbf43-h189l is provisioned from template pingcap_tidb_ghpr_build_8587-nt9wt-lbf43
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_build/8587/"
    runUrl: "job/pingcap/job/tidb/job/ghpr_build/8587/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "6900701e835261d2ea8757c4dd74ca7a00da0fda"
    jenkins/label: "pingcap_tidb_ghpr_build_8587-nt9wt"
  name: "pingcap-tidb-ghpr-build-8587-nt9wt-lbf43-h189l"
  namespace: "jenkins-tidb"
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: "kubernetes.io/arch"
            operator: "In"
            values:
            - "amd64"
  containers:
  - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
    lifecycle:
      postStart:
        exec:
          command:
          - "/bin/sh"
          - "/data/bazel-prepare-in-container.sh"
    name: "golang"
    resources:
      limits:
        memory: "64Gi"
        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: "/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
  - image: "hub.pingcap.net/jenkins/python3-requests:latest"
    name: "report"
    resources:
      limits:
        memory: "256Mi"
        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-build-8587-nt9wt-lbf43-h189l"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-ghpr-build-8587-nt9wt-lbf43-h189l"
    - 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"

Running on pingcap-tidb-ghpr-build-8587-nt9wt-lbf43-h189l in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build
[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_build # timeout=10
Fetching upstream changes from https://github.com/PingCAP-QE/ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5
Avoid second fetch
Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main)
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10
 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=62f1a0a0-7257-401a-baff-38c7f620ed10
JENKINS_NODE_COOKIE=a234f2b0-f73a-46b0-b7fa-89d4cd38c795
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/8587/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-build-8587-nt9wt-lbf43-h189l
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_build-8587
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_build","buildid":"1787627270953766915","prowjobid":"62f1a0a0-7257-401a-baff-38c7f620ed10","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_build
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/8587/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/8587/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_build/8587/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_build
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap/tidb/ghpr_build
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#8587
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787627270953766915
GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
JOB_BASE_NAME=ghpr_build
GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/8587/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_build_8587-nt9wt
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_build@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-5ed2184ac1dada1b446f151cad51335854fa74627c8b9c06037d3871b9040057
NODE_LABELS=pingcap-tidb-ghpr-build-8587-nt9wt-lbf43-h189l pingcap_tidb_ghpr_build_8587-nt9wt
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-build-8587-nt9wt-lbf43-h189l
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/display/redirect
BUILD_NUMBER=8587
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-build3631205785=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 jenkins root 1, 3 May  7 07:35 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-8587-nt9wt-lbf43-h189l bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-8587-nt9wt-lbf43-h189l 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: 49761
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 0 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 23:35:57 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_build/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-e3c2c30)
463519232 bytes in 1.33 secs (347553664 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_build/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:
9df26766530e50551a725585becfe53ae08150ae
9df2676653 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 11.92 secs (38931642 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build tidb-server community edition)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb
[Pipeline] {
[Pipeline] sh
+ make bazel_build
mkdir -p bin
bazel --output_user_root=/home/jenkins/.tidb/tmp build --config=ci --repository_cache=/home/jenkins/.tidb/tmp \
	//... --//build:with_nogo_flag=true
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 1092e9c9-4b97-477d-b661-7fc1771433d7
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/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 'build' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/.bazelrc:
  '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 'build' from /data/..2024_05_06_23_35_48.4268456595/bazel:
  'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'build' from /home/jenkins/.bazelrc:
  'build' options: --local_ram_resources=58982 --local_cpu_resources=16 --jobs=16
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 1 packages loaded
Analyzing: 1152 targets (642 packages loaded, 0 targets configured)
Analyzing: 1152 targets (683 packages loaded, 354 targets configured)
Analyzing: 1152 targets (683 packages loaded, 354 targets configured)
Analyzing: 1152 targets (683 packages loaded, 354 targets configured)
Analyzing: 1152 targets (693 packages loaded, 1309 targets configured)
Analyzing: 1152 targets (693 packages loaded, 10569 targets configured)
Analyzing: 1152 targets (697 packages loaded, 10595 targets configured)
Analyzing: 1152 targets (697 packages loaded, 10632 targets configured)
Analyzing: 1152 targets (800 packages loaded, 10632 targets configured)
Analyzing: 1152 targets (876 packages loaded, 11583 targets configured)
Analyzing: 1152 targets (969 packages loaded, 12637 targets configured)
Analyzing: 1152 targets (1016 packages loaded, 14229 targets configured)
Analyzing: 1152 targets (1144 packages loaded, 15181 targets configured)
Analyzing: 1152 targets (1358 packages loaded, 17102 targets configured)
Analyzing: 1152 targets (1471 packages loaded, 18612 targets configured)
Analyzing: 1152 targets (1676 packages loaded, 21839 targets configured)
Analyzing: 1152 targets (1748 packages loaded, 24161 targets configured)
Analyzing: 1152 targets (1783 packages loaded, 26280 targets configured)
Analyzing: 1152 targets (1833 packages loaded, 26513 targets configured)
Analyzing: 1152 targets (1970 packages loaded, 27529 targets configured)
Analyzing: 1152 targets (1970 packages loaded, 27529 targets configured)
Analyzing: 1152 targets (1998 packages loaded, 27798 targets configured)
Analyzing: 1152 targets (2026 packages loaded, 28337 targets configured)
INFO: Analyzed 1152 targets (2026 packages loaded, 28409 targets configured).
 checking cached actions
INFO: Found 1152 targets...
[0 / 416] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[935 / 10,058] Creating runfiles tree bazel-out/k8-fastbuild/bin/cmd/mirror/mirror_/mirror.runfiles; 0s local ... (5 actions, 1 running)
[1,062 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 4.8 MiB / 7.3 MiB; 1s remote-cache ... (16 actions, 0 running)
[1,068 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 8.0 MiB / 10.7 MiB; 2s remote-cache ... (16 actions, 0 running)
[1,075 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 15.0 MiB / 17.2 MiB; 3s remote-cache ... (16 actions, 0 running)
[1,091 / 10,058] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 5.0 MiB / 17.2 MiB; 4s remote-cache ... (15 actions, 0 running)
[1,534 / 10,058] GoCompilePkg external/com_github_gordonklaus_ineffassign/pkg/ineffassign/ineffassign.a [for tool]; Downloading external/com_github_gordonklaus_ineffassign/pkg/ineffassign/ineffassign.a; 0s remote-cache ... (16 actions, 0 running)
[1,964 / 10,058] GoLink build/tidb_nogo_actual_/tidb_nogo_actual [for tool]; Downloading build/tidb_nogo_actual_/tidb_nogo_actual, 13.0 MiB / 16.1 MiB; 0s remote-cache ... (14 actions, 0 running)
[2,369 / 10,058] GoCompilePkg external/com_github_gorilla_handlers/handlers.a; Downloading external/com_github_gorilla_handlers/handlers.facts; 0s remote-cache ... (16 actions, 0 running)
[2,758 / 10,058] GoCompilePkg external/org_golang_google_protobuf/internal/version/version.a; Downloading external/org_golang_google_protobuf/internal/version/version.a; 0s remote-cache ... (16 actions, 0 running)
[3,097 / 10,058] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 9.0 MiB / 69.8 MiB; 0s remote-cache ... (16 actions, 0 running)
[3,242 / 10,058] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 69.8 MiB / 69.8 MiB; 1s remote-cache ... (16 actions, 0 running)
[3,530 / 10,058] GoLink br/pkg/trace/trace_test_/trace_test; Downloading br/pkg/trace/trace_test_/trace_test, 7.0 MiB / 7.7 MiB; 0s remote-cache ... (16 actions, 0 running)
[3,728 / 10,058] GoLink pkg/util/context/context_test_/context_test; 0s remote-cache ... (16 actions, 0 running)
[3,920 / 10,058] GoCompilePkg pkg/parser/ast/ast.a; Downloading pkg/parser/ast/ast.a, 4.1 MiB / 7.6 MiB; 0s remote-cache ... (15 actions, 0 running)
[4,172 / 10,058] GoCompilePkg pkg/parser/parser.a; 0s remote-cache ... (16 actions, 0 running)
[4,496 / 10,058] GoCompilePkg external/com_github_azuread_microsoft_authentication_library_for_go/apps/internal/oauth/ops/wstrust/defs/defs.a; 0s remote-cache ... (16 actions, 0 running)
[4,682 / 10,058] GoCompilePkg external/com_github_pingcap_kvproto/pkg/recoverdatapb/recoverdatapb.a; 0s remote-cache ... (16 actions, 0 running)
[4,876 / 10,058] GoCompilePkg external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a; Downloading external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a, 6.0 MiB / 9.0 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,021 / 10,058] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 10.0 MiB / 75.3 MiB; 0s remote-cache ... (15 actions, 0 running)
[5,094 / 10,058] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 46.3 MiB / 75.3 MiB; 1s remote-cache ... (15 actions, 0 running)
[5,143 / 10,058] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 72.8 MiB / 75.3 MiB; 2s remote-cache ... (16 actions, 0 running)
[5,180 / 10,058] GoLink pkg/lightning/log/log_test_/log_test; 1s remote-cache ... (16 actions, 0 running)
[5,265 / 10,058] GoLink tools/tazel/tazel_/tazel; Downloading tools/tazel/tazel_/tazel, 22.0 MiB / 22.4 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,325 / 10,058] GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 25.0 MiB / 26.9 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,347 / 10,058] GoLink pkg/util/parser/parser_test_/parser_test; 2s remote-cache ... (16 actions, 0 running)
[5,405 / 10,058] GoLink pkg/util/plancodec/plancodec_test_/plancodec_test; Downloading pkg/util/plancodec/plancodec_test_/plancodec_test, 22.6 MiB / 26.6 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,462 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 37.8 MiB / 77.1 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,540 / 10,058] GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 73.2 MiB / 77.1 MiB; 2s remote-cache ... (16 actions, 0 running)
[5,625 / 10,058] GoLink pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test; Downloading pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test, 23.0 MiB / 28.5 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,669 / 10,058] GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 35.0 MiB / 77.1 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,696 / 10,058] GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 53.0 MiB / 77.1 MiB; 2s remote-cache ... (16 actions, 0 running)
[5,731 / 10,058] GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 75.0 MiB / 77.1 MiB; 3s remote-cache ... (16 actions, 0 running)
[5,775 / 10,058] GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1098.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1098.a, 70.0 MiB / 77.1 MiB; 3s remote-cache ... (16 actions, 0 running)
[5,797 / 10,058] GoLink pkg/util/cpuprofile/cpuprofile_test_/cpuprofile_test; 1s remote-cache ... (16 actions, 0 running)
[5,824 / 10,058] GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; Downloading pkg/sessionctx/variable/expression.recompile1100.a, 43.2 MiB / 77.1 MiB; 2s remote-cache ... (16 actions, 0 running)
[5,861 / 10,058] GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; Downloading pkg/sessionctx/variable/expression.recompile1100.a, 67.0 MiB / 77.1 MiB; 3s remote-cache ... (16 actions, 0 running)
[5,909 / 10,058] GoLink pkg/util/expensivequery/expensivequery_test_/expensivequery_test; Downloading pkg/util/expensivequery/expensivequery_test_/expensivequery_test, 39.2 MiB / 39.6 MiB; 2s remote-cache ... (16 actions, 0 running)
[5,953 / 10,058] GoLink pkg/metrics/metrics_test_/metrics_test; Downloading pkg/metrics/metrics_test_/metrics_test, 38.0 MiB / 50.8 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,989 / 10,058] GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 29.4 MiB / 57.1 MiB; 1s remote-cache ... (16 actions, 0 running)
[6,035 / 10,058] GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 53.0 MiB / 57.1 MiB; 2s remote-cache ... (16 actions, 0 running)
[6,083 / 10,058] GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 74.0 MiB / 88.3 MiB; 3s remote-cache ... (16 actions, 0 running)
[6,128 / 10,058] GoLink br/pkg/utils/iter/iter_test_/iter_test; Downloading br/pkg/utils/iter/iter_test_/iter_test, 38.2 MiB / 40.1 MiB; 1s remote-cache ... (16 actions, 0 running)
[6,190 / 10,058] GoCompilePkg pkg/ddl/placement/aggregation.recompile558.a; 0s remote-cache ... (16 actions, 0 running)
[6,232 / 10,058] GoLink pkg/expression/contextopt/contextopt_test_/contextopt_test; Downloading pkg/expression/contextopt/contextopt_test_/contextopt_test, 24.0 MiB / 40.2 MiB; 1s remote-cache ... (16 actions, 0 running)
[6,275 / 10,058] GoLink pkg/resourcemanager/pool/spool/spool_test_/spool_test; Downloading pkg/resourcemanager/pool/spool/spool_test_/spool_test, 40.0 MiB / 40.1 MiB; 2s remote-cache ... (15 actions, 0 running)
[6,310 / 10,058] GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 58.2 MiB / 77.1 MiB; 3s remote-cache ... (16 actions, 0 running)
[6,335 / 10,058] GoCompilePkg pkg/extension/expression.recompile1163.a; Downloading pkg/extension/expression.recompile1163.a, 75.0 MiB / 77.1 MiB; 4s remote-cache ... (16 actions, 0 running)
[6,363 / 10,058] GoLink pkg/meta/meta_test_/meta_test; Downloading pkg/meta/meta_test_/meta_test, 57.0 MiB / 57.1 MiB; 3s remote-cache ... (16 actions, 0 running)
[6,402 / 10,058] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 75.0 MiB / 77.1 MiB; 4s remote-cache ... (16 actions, 0 running)
[6,454 / 10,058] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 50.0 MiB / 88.3 MiB; 2s remote-cache ... (16 actions, 0 running)
[6,495 / 10,058] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 72.4 MiB / 88.3 MiB; 3s remote-cache ... (16 actions, 0 running)
[6,547 / 10,058] GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; 2s remote-cache ... (16 actions, 0 running)
[6,604 / 10,058] GoLink pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test; Downloading pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test, 40.0 MiB / 40.2 MiB; 1s remote-cache ... (16 actions, 0 running)
[6,663 / 10,058] GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 19.0 MiB / 48.6 MiB; 0s remote-cache ... (17 actions, 2 running)
[6,712 / 10,058] GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 47.8 MiB / 48.6 MiB; 1s remote-cache ... (17 actions, 2 running)
[6,752 / 10,058] GoLink pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test; Downloading pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test, 35.0 MiB / 51.3 MiB; 1s remote-cache ... (19 actions, 6 running)
[6,784 / 10,058] GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 50.0 MiB / 55.0 MiB; 2s remote-cache ... (19 actions, 6 running)
[6,814 / 10,058] GoLink pkg/domain/infosync/infosync_test_/infosync_test; 2s remote-cache ... (20 actions, 8 running)
[6,834 / 10,058] GoLink pkg/expression/contextsession/contextsession_test_/contextsession_test; 2s remote-cache ... (19 actions, 6 running)
[6,853 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 2s remote-cache, linux-sandbox ... (21 actions, 10 running)
[6,863 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 3s remote-cache, linux-sandbox ... (21 actions, 10 running)
[6,871 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 4s remote-cache, linux-sandbox ... (20 actions, 8 running)
[6,877 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 6s remote-cache, linux-sandbox ... (21 actions, 10 running)
[6,884 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 7s remote-cache, linux-sandbox ... (21 actions, 10 running)
[6,894 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 8s remote-cache, linux-sandbox ... (22 actions, 12 running)
[6,899 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 9s remote-cache, linux-sandbox ... (22 actions, 12 running)
[6,911 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 10s remote-cache, linux-sandbox ... (23 actions, 14 running)
[6,923 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 11s remote-cache, linux-sandbox ... (24 actions, 16 running)
[6,951 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 12s remote-cache, linux-sandbox ... (24 actions, 18 running)
[6,966 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 13s remote-cache, linux-sandbox ... (25 actions, 18 running)
[6,980 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 14s remote-cache, linux-sandbox ... (23 actions, 15 running)
[6,993 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 15s remote-cache, linux-sandbox ... (25 actions, 18 running)
[7,008 / 10,058] GoCompilePkg pkg/sessionctx/variable/core.recompile1243.a; 16s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,022 / 10,058] GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1241.a; 16s remote-cache, linux-sandbox ... (27 actions, 23 running)
[7,033 / 10,058] GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1241.a; 17s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,046 / 10,058] GoCompilePkg pkg/sessionctx/sessionstates/core.recompile1266.a; 18s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,065 / 10,058] GoCompilePkg pkg/sessionctx/sessionstates/core.recompile1266.a; 19s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,072 / 10,058] GoCompilePkg pkg/sessionctx/sessionstates/core.recompile1266.a; 20s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,083 / 10,058] GoCompilePkg pkg/structure/core.recompile1241.a; 11s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,100 / 10,058] GoCompilePkg pkg/structure/core.recompile1241.a; 12s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,123 / 10,058] GoCompilePkg pkg/structure/core.recompile1241.a; 13s remote-cache, linux-sandbox ... (25 actions, 19 running)
[7,128 / 10,058] GoCompilePkg pkg/structure/core.recompile1241.a; 14s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,133 / 10,058] GoCompilePkg pkg/structure/core.recompile1241.a; 15s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,141 / 10,058] GoCompilePkg pkg/structure/core.recompile1241.a; 16s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,161 / 10,058] GoCompilePkg pkg/structure/core.recompile1241.a; 17s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,166 / 10,058] GoCompilePkg pkg/structure/core.recompile1241.a; 18s remote-cache, linux-sandbox ... (32 actions running)
[7,169 / 10,058] GoCompilePkg pkg/structure/core.recompile1241.a; 19s remote-cache, linux-sandbox ... (32 actions running)
[7,171 / 10,058] GoCompilePkg pkg/structure/core.recompile1241.a; 20s remote-cache, linux-sandbox ... (32 actions running)
[7,175 / 10,058] GoCompilePkg pkg/structure/core.recompile1241.a; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,177 / 10,058] GoCompilePkg pkg/structure/core.recompile1241.a; 23s remote-cache, linux-sandbox ... (32 actions running)
[7,183 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 23s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,188 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,200 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 25s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,206 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 26s remote-cache, linux-sandbox ... (30 actions, 29 running)
[7,212 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 27s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,234 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 28s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,242 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 29s remote-cache, linux-sandbox ... (32 actions running)
[7,250 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 30s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,256 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 32s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,261 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 33s remote-cache, linux-sandbox ... (32 actions running)
[7,262 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 34s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,280 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 36s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,284 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 37s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,285 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 38s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,289 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 39s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,296 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 41s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,301 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 42s remote-cache, linux-sandbox ... (31 actions running)
[7,306 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 43s remote-cache, linux-sandbox ... (32 actions running)
[7,307 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 44s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,310 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 45s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,311 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 47s remote-cache, linux-sandbox ... (32 actions running)
[7,320 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 48s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,320 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 50s remote-cache, linux-sandbox ... (32 actions running)
[7,323 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 51s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,328 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 52s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,332 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 53s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,334 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 55s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,335 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 56s remote-cache, linux-sandbox ... (32 actions running)
[7,340 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 57s remote-cache, linux-sandbox ... (32 actions running)
[7,347 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 59s remote-cache, linux-sandbox ... (32 actions running)
[7,349 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 60s remote-cache, linux-sandbox ... (32 actions running)
[7,353 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 61s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,354 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 62s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,357 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 64s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,360 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 65s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,361 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 66s remote-cache, linux-sandbox ... (32 actions running)
[7,364 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 67s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,366 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 69s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,369 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 70s remote-cache, linux-sandbox ... (31 actions, 29 running)
[7,371 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 71s remote-cache, linux-sandbox ... (32 actions running)
[7,381 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 73s remote-cache, linux-sandbox ... (32 actions running)
[7,390 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 75s remote-cache, linux-sandbox ... (32 actions running)
[7,394 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 76s remote-cache, linux-sandbox ... (32 actions running)
[7,399 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 78s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,402 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 79s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,403 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 80s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,406 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 81s remote-cache, linux-sandbox ... (32 actions running)
[7,415 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 82s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,422 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 83s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,427 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 85s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,433 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 86s remote-cache, linux-sandbox ... (32 actions running)
[7,433 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 87s remote-cache, linux-sandbox ... (32 actions running)
[7,446 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 89s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,449 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 90s remote-cache, linux-sandbox ... (32 actions running)
[7,450 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 91s remote-cache, linux-sandbox ... (32 actions running)
[7,452 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 92s remote-cache, linux-sandbox ... (32 actions running)
[7,454 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 94s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,464 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 95s remote-cache, linux-sandbox ... (32 actions running)
[7,472 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 96s remote-cache, linux-sandbox ... (32 actions running)
[7,474 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 97s remote-cache, linux-sandbox ... (32 actions running)
[7,480 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 98s remote-cache, linux-sandbox ... (32 actions running)
[7,480 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 100s remote-cache, linux-sandbox ... (32 actions running)
[7,487 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 102s remote-cache, linux-sandbox ... (32 actions running)
[7,491 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 103s remote-cache, linux-sandbox ... (32 actions running)
[7,495 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 104s remote-cache, linux-sandbox ... (32 actions running)
[7,497 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 105s remote-cache, linux-sandbox ... (31 actions running)
[7,497 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 107s remote-cache, linux-sandbox ... (32 actions running)
[7,505 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 108s remote-cache, linux-sandbox ... (32 actions running)
[7,508 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 110s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,510 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 111s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,513 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 112s remote-cache, linux-sandbox ... (32 actions running)
[7,519 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 114s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,520 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 115s remote-cache, linux-sandbox ... (32 actions running)
[7,525 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 116s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,527 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 118s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,532 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 119s remote-cache, linux-sandbox ... (32 actions running)
[7,540 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 120s remote-cache, linux-sandbox ... (32 actions running)
[7,542 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 122s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,548 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 123s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,556 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 124s remote-cache, linux-sandbox ... (29 actions, 28 running)
[7,557 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 126s remote-cache, linux-sandbox ... (32 actions running)
[7,557 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 127s remote-cache, linux-sandbox ... (32 actions running)
[7,563 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 128s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,571 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 129s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,575 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 131s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,582 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 132s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,585 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 134s remote-cache, linux-sandbox ... (32 actions running)
[7,594 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 135s remote-cache, linux-sandbox ... (32 actions running)
[7,595 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 136s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,602 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 137s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,603 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 138s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,608 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 139s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,616 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 141s remote-cache, linux-sandbox ... (32 actions running)
[7,622 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 142s remote-cache, linux-sandbox ... (32 actions running)
[7,628 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 143s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,633 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 144s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,635 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 145s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,637 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 147s remote-cache, linux-sandbox ... (32 actions running)
[7,644 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 148s remote-cache, linux-sandbox ... (32 actions running)
[7,645 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 149s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,650 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 150s remote-cache, linux-sandbox ... (31 actions running)
[7,653 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 151s remote-cache, linux-sandbox ... (31 actions running)
[7,655 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 152s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,658 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 154s remote-cache, linux-sandbox ... (32 actions running)
[7,662 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 155s remote-cache, linux-sandbox ... (32 actions running)
[7,663 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 156s remote-cache, linux-sandbox ... (32 actions running)
[7,663 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 157s remote-cache, linux-sandbox ... (32 actions running)
[7,666 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 158s remote-cache, linux-sandbox ... (32 actions running)
[7,670 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 159s remote-cache, linux-sandbox ... (32 actions running)
[7,675 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 160s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,677 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 161s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,681 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 162s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,682 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 163s remote-cache, linux-sandbox ... (31 actions running)
[7,687 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 164s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,695 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 165s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,697 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 167s remote-cache, linux-sandbox ... (32 actions running)
[7,703 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 168s remote-cache, linux-sandbox ... (32 actions running)
[7,709 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 169s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,715 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 170s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,730 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 171s remote-cache, linux-sandbox ... (30 actions, 29 running)
[7,738 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 172s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,740 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 173s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,743 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 175s remote-cache, linux-sandbox ... (32 actions running)
[7,754 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 176s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,759 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 177s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,770 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 178s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,772 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 179s remote-cache, linux-sandbox ... (31 actions running)
[7,779 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 180s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,788 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 181s remote-cache, linux-sandbox ... (31 actions running)
[7,794 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 182s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,800 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 184s remote-cache, linux-sandbox ... (32 actions running)
[7,808 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 186s remote-cache, linux-sandbox ... (32 actions running)
[7,815 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 187s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,815 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 188s remote-cache, linux-sandbox ... (32 actions running)
[7,821 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 189s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,828 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 190s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,830 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 191s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,832 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 193s remote-cache, linux-sandbox ... (32 actions running)
[7,838 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 194s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,843 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 195s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,847 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 197s remote-cache, linux-sandbox ... (32 actions running)
[7,854 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 198s remote-cache, linux-sandbox ... (32 actions running)
[7,854 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 199s remote-cache, linux-sandbox ... (32 actions running)
[7,857 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 200s remote-cache, linux-sandbox ... (32 actions running)
[7,859 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 202s remote-cache, linux-sandbox ... (32 actions running)
[7,860 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 203s remote-cache, linux-sandbox ... (32 actions running)
[7,860 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 205s remote-cache, linux-sandbox ... (32 actions running)
[7,862 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 206s remote-cache, linux-sandbox ... (32 actions running)
[7,864 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 207s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,867 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 208s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,870 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 210s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,871 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 211s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,873 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 212s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,873 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 214s remote-cache, linux-sandbox ... (32 actions running)
[7,880 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 215s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,886 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 216s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,886 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 218s remote-cache, linux-sandbox ... (32 actions running)
[7,894 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 219s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,900 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 220s remote-cache, linux-sandbox ... (29 actions, 28 running)
[7,913 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 221s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,918 / 10,058] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 222s remote-cache, linux-sandbox ... (29 actions, 28 running)
[7,927 / 10,058] GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1109.a; 23s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,935 / 10,058] GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1109.a; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,941 / 10,058] GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1222.a; 20s remote-cache, linux-sandbox ... (32 actions running)
[7,944 / 10,058] GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1222.a; 21s remote-cache, linux-sandbox ... (32 actions running)
[7,947 / 10,058] GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1222.a; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,949 / 10,058] GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1222.a; 24s remote-cache, linux-sandbox ... (32 actions running)
[7,955 / 10,058] GoCompilePkg pkg/ddl/ddl.a; 22s remote-cache, linux-sandbox ... (32 actions running)
[7,958 / 10,058] GoCompilePkg pkg/ddl/ddl.a; 23s remote-cache, linux-sandbox ... (32 actions running)
[7,960 / 10,058] GoCompilePkg pkg/ddl/ddl.a; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,972 / 10,058] GoLink pkg/lightning/backend/local/local_test_/local_test; 11s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,974 / 10,058] GoLink pkg/lightning/backend/local/local_test_/local_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,980 / 10,058] GoLink pkg/lightning/backend/local/local_test_/local_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,984 / 10,058] GoLink pkg/lightning/backend/local/local_test_/local_test; 15s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,989 / 10,058] GoCompilePkg pkg/planner/util/core.recompile1117.a; 12s remote-cache, linux-sandbox ... (32 actions running)
[7,991 / 10,058] GoCompilePkg pkg/planner/util/core.recompile1117.a; 14s remote-cache, linux-sandbox ... (32 actions running)
[7,992 / 10,058] GoCompilePkg pkg/planner/util/core.recompile1117.a; 15s remote-cache, linux-sandbox ... (32 actions running)
[7,996 / 10,058] GoCompilePkg pkg/planner/util/core.recompile1117.a; 16s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,996 / 10,058] GoCompilePkg pkg/planner/util/core.recompile1117.a; 18s remote-cache, linux-sandbox ... (32 actions running)
[8,005 / 10,058] GoCompilePkg pkg/planner/util/core.recompile1117.a; 19s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,012 / 10,058] GoCompilePkg pkg/planner/util/core.recompile1117.a; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,016 / 10,058] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,021 / 10,058] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 23s remote-cache, linux-sandbox ... (32 actions running)
[8,024 / 10,058] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,024 / 10,058] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 26s remote-cache, linux-sandbox ... (32 actions running)
[8,033 / 10,058] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 27s remote-cache, linux-sandbox ... (32 actions running)
[8,034 / 10,058] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 28s remote-cache, linux-sandbox ... (32 actions running)
[8,038 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 19s remote-cache, linux-sandbox ... (32 actions running)
[8,040 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,043 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 22s remote-cache, linux-sandbox ... (32 actions running)
[8,043 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 23s remote-cache, linux-sandbox ... (32 actions running)
[8,045 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,047 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,050 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,050 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 28s remote-cache, linux-sandbox ... (32 actions running)
[8,052 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,053 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 31s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,057 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 33s remote-cache, linux-sandbox ... (32 actions running)
[8,058 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 34s remote-cache, linux-sandbox ... (32 actions running)
[8,060 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 35s remote-cache, linux-sandbox ... (32 actions running)
[8,061 / 10,058] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,063 / 10,058] GoLink pkg/planner/util/util_test_/util_test; 21s remote-cache, linux-sandbox ... (32 actions running)
[8,067 / 10,058] GoLink pkg/planner/util/util_test_/util_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,071 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 23s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,072 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,074 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 25s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,074 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 27s remote-cache, linux-sandbox ... (32 actions running)
[8,077 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 28s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,080 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 29s remote-cache, linux-sandbox ... (29 actions, 28 running)
[8,083 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 31s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,086 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 32s remote-cache, linux-sandbox ... (31 actions running)
[8,087 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 33s remote-cache, linux-sandbox ... (32 actions running)
[8,097 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 34s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,101 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 36s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,109 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 37s remote-cache, linux-sandbox ... (29 actions, 28 running)
[8,115 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 39s remote-cache, linux-sandbox ... (32 actions running)
[8,123 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 40s remote-cache, linux-sandbox ... (32 actions running)
[8,125 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 42s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,134 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 43s remote-cache, linux-sandbox ... (32 actions running)
[8,134 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 44s remote-cache, linux-sandbox ... (32 actions running)
[8,139 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 45s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,146 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 46s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,150 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 47s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,153 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 48s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,160 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 49s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,165 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 50s remote-cache, linux-sandbox ... (31 actions running)
[8,171 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 51s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,175 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 53s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,177 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 54s remote-cache, linux-sandbox ... (32 actions running)
[8,180 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 56s remote-cache, linux-sandbox ... (32 actions running)
[8,188 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 57s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,190 / 10,058] GoCompilePkg pkg/ddl/ingest/core.recompile1246.a; 58s remote-cache, linux-sandbox ... (31 actions running)
[8,198 / 10,058] GoCompilePkg pkg/lightning/backend/kv/core.recompile1114.a; 59s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,200 / 10,058] GoCompilePkg pkg/disttask/framework/storage/task.recompile1236.a; 9s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,203 / 10,058] GoCompilePkg pkg/disttask/framework/storage/task.recompile1236.a; 10s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,203 / 10,058] GoCompilePkg pkg/disttask/framework/storage/task.recompile1236.a; 11s remote-cache, linux-sandbox ... (32 actions running)
[8,205 / 10,058] GoCompilePkg br/pkg/storage/core.recompile1284.a; 7s remote-cache, linux-sandbox ... (32 actions running)
[8,206 / 10,058] GoCompilePkg br/pkg/storage/core.recompile1284.a; 8s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,210 / 10,058] GoCompilePkg br/pkg/storage/core.recompile1284.a; 9s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,217 / 10,058] GoCompilePkg br/pkg/storage/core.recompile1284.a; 11s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,223 / 10,058] GoCompilePkg br/pkg/storage/core.recompile1284.a; 12s remote-cache, linux-sandbox ... (32 actions running)
[8,225 / 10,058] GoCompilePkg br/pkg/storage/core.recompile1284.a; 13s remote-cache, linux-sandbox ... (32 actions running)
[8,227 / 10,058] GoCompilePkg br/pkg/storage/core.recompile1284.a; 14s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,230 / 10,058] GoCompilePkg br/pkg/storage/core.recompile1284.a; 16s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,233 / 10,058] GoCompilePkg br/pkg/storage/core.recompile1284.a; 17s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,241 / 10,058] GoCompilePkg br/pkg/storage/core.recompile1284.a; 18s remote-cache, linux-sandbox ... (32 actions running)
[8,246 / 10,058] GoCompilePkg br/pkg/storage/core.recompile1284.a; 19s remote-cache, linux-sandbox ... (32 actions running)
[8,251 / 10,058] GoCompilePkg br/pkg/storage/core.recompile1284.a; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,252 / 10,058] GoCompilePkg br/pkg/storage/core.recompile1284.a; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,262 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,265 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 24s remote-cache, linux-sandbox ... (32 actions running)
[8,278 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 25s remote-cache, linux-sandbox ... (32 actions running)
[8,279 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 27s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,286 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 28s remote-cache, linux-sandbox ... (32 actions running)
[8,292 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 29s remote-cache, linux-sandbox ... (32 actions running)
[8,297 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 30s remote-cache, linux-sandbox ... (31 actions running)
[8,299 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 31s remote-cache, linux-sandbox ... (32 actions running)
[8,305 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 32s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,308 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 33s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,310 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 34s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,314 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 36s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,314 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 37s remote-cache, linux-sandbox ... (32 actions running)
[8,315 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 38s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,324 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 39s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,327 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 41s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,330 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 42s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,331 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 43s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,335 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 44s remote-cache, linux-sandbox ... (31 actions running)
[8,336 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 45s remote-cache, linux-sandbox ... (32 actions running)
[8,337 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 46s remote-cache, linux-sandbox ... (32 actions running)
[8,340 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 47s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,348 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 49s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,349 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 50s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,349 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 51s remote-cache, linux-sandbox ... (32 actions running)
[8,352 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 52s remote-cache, linux-sandbox ... (32 actions running)
[8,353 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 53s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,357 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 54s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,359 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 56s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,360 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 57s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,363 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 58s remote-cache, linux-sandbox ... (32 actions running)
[8,365 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 59s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,367 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 61s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,369 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 62s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,369 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 63s remote-cache, linux-sandbox ... (32 actions running)
[8,372 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 65s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,373 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 66s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,376 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 67s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,376 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 68s remote-cache, linux-sandbox ... (32 actions running)
[8,377 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 70s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,378 / 10,058] GoCompilePkg pkg/bindinfo/core.recompile1271.a; 71s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,381 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 28s remote-cache, linux-sandbox ... (32 actions running)
[8,382 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 29s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,383 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 30s remote-cache, linux-sandbox ... (32 actions running)
[8,388 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 31s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,390 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 33s remote-cache, linux-sandbox ... (32 actions running)
[8,393 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 34s remote-cache, linux-sandbox ... (32 actions running)
[8,394 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 35s remote-cache, linux-sandbox ... (32 actions running)
[8,395 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 36s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,396 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 37s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,398 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 39s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,402 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 40s remote-cache, linux-sandbox ... (32 actions running)
[8,404 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 41s remote-cache, linux-sandbox ... (32 actions running)
[8,407 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 42s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,409 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 43s remote-cache, linux-sandbox ... (31 actions running)
[8,414 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 44s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,417 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 45s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,421 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 47s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,421 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 48s remote-cache, linux-sandbox ... (32 actions running)
[8,424 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 49s remote-cache, linux-sandbox ... (32 actions running)
[8,435 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 50s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,436 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 52s remote-cache, linux-sandbox ... (32 actions running)
[8,445 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 53s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,448 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 54s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,452 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 55s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,456 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 57s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,459 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 58s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,459 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 59s remote-cache, linux-sandbox ... (32 actions running)
[8,459 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 60s remote-cache, linux-sandbox ... (32 actions running)
[8,459 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 62s remote-cache, linux-sandbox ... (32 actions running)
[8,468 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 63s remote-cache, linux-sandbox ... (32 actions running)
[8,470 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 64s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,473 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 66s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,475 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 67s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,477 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 68s remote-cache, linux-sandbox ... (32 actions running)
[8,481 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 69s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,486 / 10,058] GoCompilePkg pkg/ttl/ttlworker/core.recompile1243.a; 70s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,489 / 10,058] GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 58s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,492 / 10,058] GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 59s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,494 / 10,058] GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 61s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,497 / 10,058] GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 62s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,501 / 10,058] GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 63s remote-cache, linux-sandbox ... (32 actions running)
[8,501 / 10,058] GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 65s remote-cache, linux-sandbox ... (32 actions running)
[8,506 / 10,058] GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 66s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,508 / 10,058] GoCompilePkg pkg/disttask/framework/storage/core.recompile1245.a; 67s remote-cache, linux-sandbox ... (31 actions running)
[8,510 / 10,058] GoCompilePkg pkg/planner/core/core.a; 68s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,511 / 10,058] GoCompilePkg pkg/expression/domain.recompile1226.a; 13s remote-cache, linux-sandbox ... (32 actions running)
[8,512 / 10,058] GoCompilePkg pkg/expression/domain.recompile1226.a; 15s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,514 / 10,058] GoCompilePkg pkg/expression/domain.recompile1226.a; 16s remote-cache, linux-sandbox ... (31 actions running)
[8,515 / 10,058] GoCompilePkg pkg/util/profile/core.recompile1244.a; 16s remote-cache, linux-sandbox ... (32 actions running)
[8,516 / 10,058] GoCompilePkg pkg/util/profile/core.recompile1244.a; 17s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,518 / 10,058] GoCompilePkg pkg/util/profile/core.recompile1244.a; 19s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,521 / 10,058] GoCompilePkg pkg/util/profile/core.recompile1244.a; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,523 / 10,058] GoCompilePkg pkg/util/profile/core.recompile1244.a; 21s remote-cache, linux-sandbox ... (32 actions running)
[8,528 / 10,058] GoCompilePkg pkg/util/profile/core.recompile1244.a; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,531 / 10,058] GoCompilePkg pkg/util/profile/core.recompile1244.a; 23s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,533 / 10,058] GoCompilePkg pkg/util/profile/core.recompile1244.a; 25s remote-cache, linux-sandbox ... (32 actions running)
[8,535 / 10,058] GoCompilePkg pkg/util/profile/core.recompile1244.a; 27s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,536 / 10,058] GoCompilePkg pkg/util/profile/core.recompile1244.a; 28s remote-cache, linux-sandbox ... (32 actions running)
[8,546 / 10,058] GoCompilePkg br/pkg/checksum/executor.recompile1286.a; 26s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,549 / 10,058] GoCompilePkg br/pkg/checksum/executor.recompile1286.a; 27s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,550 / 10,058] GoCompilePkg br/pkg/checksum/executor.recompile1286.a; 28s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,559 / 10,058] GoCompilePkg br/pkg/checksum/executor.recompile1286.a; 30s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,567 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 29s remote-cache, linux-sandbox ... (32 actions running)
[8,572 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 31s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,575 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 32s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,576 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 33s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,578 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 34s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,580 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 35s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,584 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 36s remote-cache, linux-sandbox ... (32 actions running)
[8,586 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 37s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,590 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 38s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,595 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 40s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,600 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 41s remote-cache, linux-sandbox ... (32 actions running)
[8,601 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 42s remote-cache, linux-sandbox ... (32 actions running)
[8,608 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 43s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,609 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 45s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,613 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 46s remote-cache, linux-sandbox ... (29 actions, 28 running)
[8,616 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 47s remote-cache, linux-sandbox ... (32 actions running)
[8,617 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 49s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,624 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 50s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,625 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 51s remote-cache, linux-sandbox ... (32 actions running)
[8,626 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 52s remote-cache, linux-sandbox ... (32 actions running)
[8,629 / 10,058] GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 53s remote-cache, linux-sandbox ... (31 actions, 30 running)
Aborted by Jenkins Admin
Sending interrupt signal to process
Killing processes
kill finished with exit code 0

Bazel caught terminate signal; shutting down.


Bazel caught terminate signal; shutting down.

script returned exit code 143
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb
[Pipeline] {
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build tidb-server enterprise edition)
Stage "Build tidb-server enterprise edition" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test plugin)
Stage "Test plugin" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ bash scripts/plugins/report_job_result.sh ABORTED result.json
http://fileserver.pingcap.net
--2024-05-06 23:46:27--  http://fileserver.pingcap.net/download/rd-atom-agent/agent_upload_verifyci_metadata.py
Resolving fileserver.pingcap.net (fileserver.pingcap.net)... 10.2.12.82
Connecting to fileserver.pingcap.net (fileserver.pingcap.net)|10.2.12.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4181 (4.1K) [application/octet-stream]
Saving to: ‘agent_upload_verifyci_metadata.py’

     0K ....                                                  100%  695M=0s

2024-05-06 23:46:27 (695 MB/s) - ‘agent_upload_verifyci_metadata.py’ saved [4181/4181]

No junit report file
parse result file result.json success
upload data succesfully.
[Pipeline] }
[Pipeline] // container
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[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: 5a775de4-9136-4fa6-a8ca-097c718978c0
Finished: ABORTED