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-9338-tql3n-t193z-gz37h
Agent pingcap-tidb-ghpr-build-9338-tql3n-t193z-gz37h is provisioned from template pingcap_tidb_ghpr_build_9338-tql3n-t193z
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_build/9338/"
    runUrl: "job/pingcap/job/tidb/job/ghpr_build/9338/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "54b8028885347e2d191771e871a8aaa9e2f2cbc9"
    jenkins/label: "pingcap_tidb_ghpr_build_9338-tql3n"
  name: "pingcap-tidb-ghpr-build-9338-tql3n-t193z-gz37h"
  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-9338-tql3n-t193z-gz37h"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-ghpr-build-9338-tql3n-t193z-gz37h"
    - 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-9338-tql3n-t193z-gz37h 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 73d1a8209bddec16d8d58403efcd7a20d12cf867 (origin/main)
Commit message: "update utf go build image (#2965)"
 > 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 73d1a8209bddec16d8d58403efcd7a20d12cf867 # timeout=10
 > git rev-list --no-walk 73d1a8209bddec16d8d58403efcd7a20d12cf867 # 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=60ca12d5-725b-444a-8282-979cab684969
JENKINS_NODE_COOKIE=20f4ffd6-d6f1-4435-b940-bcbe5a787603
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/9338/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-ghpr-build-9338-tql3n-t193z-gz37h
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-9338
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=73d1a8209bddec16d8d58403efcd7a20d12cf867
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_build","buildid":"1791851017986379779","prowjobid":"60ca12d5-725b-444a-8282-979cab684969","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"f5ac93e448a03665274272929b512ce66f05d67b","base_link":"https://github.com/pingcap/tidb/commit/f5ac93e448a03665274272929b512ce66f05d67b","pulls":[{"number":53277,"author":"mjonss","sha":"574259e66e1cd155c780cb4e3a6a545d3aaf1657","title":"ddl: Reorganize partition supporting global index","link":"https://github.com/pingcap/tidb/pull/53277","commit_link":"https://github.com/pingcap/tidb/pull/53277/commits/574259e66e1cd155c780cb4e3a6a545d3aaf1657","author_link":"https://github.com/mjonss"}]}}
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/9338/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/9338/display/redirect?page=artifacts
FILE_SERVER_URL=http://fileserver.pingcap.net
JENKINS_HOME=/var/jenkins_home
GIT_COMMIT=73d1a8209bddec16d8d58403efcd7a20d12cf867
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/9338/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=#9338
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1791851017986379779
GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
JOB_BASE_NAME=ghpr_build
GIT_PREVIOUS_SUCCESSFUL_COMMIT=73d1a8209bddec16d8d58403efcd7a20d12cf867
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/9338/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_ghpr_build_9338-tql3n
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-9338-tql3n-t193z-gz37h pingcap_tidb_ghpr_build_9338-tql3n
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-ghpr-build-9338-tql3n-t193z-gz37h
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/display/redirect
BUILD_NUMBER=9338
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-build1968654885=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 root root 1, 3 May 18 23:19 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-9338-tql3n-t193z-gz37h bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-9338-tql3n-t193z-gz37h 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: 39125
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 1 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Sat May 18 15:19:35 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-f5ac93e)
540292608 bytes in 2.20 secs (245103997 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-33961236
# github.com:22 SSH-2.0-babeld-33961236
[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 f5ac93e448 executor: add a new column `is_global` into `information_schema.tidb_indexes` table (#53345)
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master               -> origin/master
   59a8282605..574259e66e  refs/pull/53277/head -> origin/pr/53277/head
HEAD is now at f5ac93e448 executor: add a new column `is_global` into `information_schema.tidb_indexes` table (#53345)
🚧 Checkouting to base SHA:f5ac93e448a03665274272929b512ce66f05d67b...
HEAD is now at f5ac93e448 executor: add a new column `is_global` into `information_schema.tidb_indexes` table (#53345)
✅ Checked. 🎉
🧾 HEAD info:
f5ac93e448a03665274272929b512ce66f05d67b
f5ac93e448 executor: add a new column `is_global` into `information_schema.tidb_indexes` table (#53345)
335af251b3 config: set max token limit to 1M (#53361)
2ef3ac9e34 planner: skip fast-point-get for select-into-outfile statements (#53364)
🚧 Pre-merge heads of pull requests to base SHA: f5ac93e448a03665274272929b512ce66f05d67b ...
Updating f5ac93e448..574259e66e
Fast-forward
 pkg/ddl/ddl_api.go                                |  15 +-
 pkg/ddl/delete_range.go                           |  26 ++-
 pkg/ddl/index.go                                  |  52 ++++-
 pkg/ddl/partition.go                              | 224 +++++++++++++++++-----
 pkg/ddl/sanity_check.go                           |  13 +-
 pkg/ddl/tests/partition/BUILD.bazel               |   2 +-
 pkg/ddl/tests/partition/db_partition_test.go      | 144 +++++++++++++-
 pkg/table/tables/index.go                         |   7 +-
 pkg/table/tables/test/partition/partition_test.go | 118 ++++++++++++
 tests/integrationtest/r/ddl/integration.result    |   8 +-
 tests/integrationtest/t/ddl/integration.test      |  12 +-
 11 files changed, 535 insertions(+), 86 deletions(-)
🧾 Pre-merged result:
574259e66e1cd155c780cb4e3a6a545d3aaf1657
574259e66e Fixed global index for Remove Partitioning and Partition By
7658bcaaf6 Merge remote-tracking branch 'pingcap/master' into reorganize-global-index
ba38aabc87 More tests
✅ Pre merged 🎉
📁 update submodules ...
✅ update submodules done
✅ ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache saved successfully (git/pingcap/tidb/rev-f5ac93e-574259e)
540674048 bytes in 13.63 secs (39668888 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: 660b458d-61ea-475f-ac89-234849c9c127
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_18_15_19_26.2316860019/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: 1168 targets (654 packages loaded, 0 targets configured)
Analyzing: 1168 targets (695 packages loaded, 354 targets configured)
Analyzing: 1168 targets (695 packages loaded, 354 targets configured)
Analyzing: 1168 targets (695 packages loaded, 354 targets configured)
Analyzing: 1168 targets (697 packages loaded, 354 targets configured)
Analyzing: 1168 targets (705 packages loaded, 10575 targets configured)
Analyzing: 1168 targets (705 packages loaded, 10575 targets configured)
Analyzing: 1168 targets (709 packages loaded, 10638 targets configured)
Analyzing: 1168 targets (709 packages loaded, 10638 targets configured)
Analyzing: 1168 targets (709 packages loaded, 10638 targets configured)
Analyzing: 1168 targets (709 packages loaded, 10638 targets configured)
Analyzing: 1168 targets (904 packages loaded, 11129 targets configured)
Analyzing: 1168 targets (1123 packages loaded, 13375 targets configured)
Analyzing: 1168 targets (1246 packages loaded, 15195 targets configured)
Analyzing: 1168 targets (1322 packages loaded, 16837 targets configured)
Analyzing: 1168 targets (1505 packages loaded, 20580 targets configured)
Analyzing: 1168 targets (1763 packages loaded, 23230 targets configured)
Analyzing: 1168 targets (1871 packages loaded, 25696 targets configured)
Analyzing: 1168 targets (1976 packages loaded, 27520 targets configured)
Analyzing: 1168 targets (1981 packages loaded, 27583 targets configured)
Analyzing: 1168 targets (2037 packages loaded, 28239 targets configured)
INFO: Analyzed 1168 targets (2037 packages loaded, 28474 targets configured).
 checking cached actions
INFO: Found 1168 targets...
[0 / 374] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[948 / 10,343] GoToolchainBinaryBuild external/go_sdk/builder [for tool]; 0s remote-cache ... (3 actions, 0 running)
[1,049 / 10,343] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 7.9 MiB / 10.3 MiB; 1s remote-cache ... (17 actions, 2 running)
[1,050 / 10,343] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 2.0 MiB / 17.2 MiB; 2s remote-cache ... (17 actions, 2 running)
[1,054 / 10,343] 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; 3s remote-cache ... (17 actions, 2 running)
[1,063 / 10,343] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 6.0 MiB / 17.2 MiB; 4s remote-cache ... (16 actions, 0 running)
[1,517 / 10,343] GoCompilePkg external/org_golang_x_tools/go/internal/cgo/cgo.a [for tool]; Downloading external/org_golang_x_tools/go/internal/cgo/cgo.a; 0s remote-cache ... (16 actions, 0 running)
[1,891 / 10,343] [Prepa] GoCompilePkg build/linter/staticcheck/QF1002.a [for tool] ... (14 actions, 0 running)
[2,203 / 10,343] GoCompilePkg external/com_github_spf13_pflag/pflag.a; Downloading external/com_github_spf13_pflag/pflag.a; 0s remote-cache ... (16 actions, 0 running)
[2,514 / 10,343] GoCompilePkg pkg/parser/parser.a; Downloading pkg/parser/parser.a, 6.0 MiB / 12.8 MiB; 0s remote-cache ... (15 actions, 0 running)
[2,765 / 10,343] GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 12.0 MiB / 24.6 MiB; 0s remote-cache ... (16 actions, 0 running)
[3,069 / 10,343] GoCompilePkg external/com_github_aws_aws_sdk_go/service/s3/s3.a; 0s remote-cache ... (16 actions, 0 running)
[3,205 / 10,343] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 38.0 MiB / 75.3 MiB; 1s remote-cache ... (16 actions, 0 running)
[3,375 / 10,343] GoCompilePkg external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a; 0s remote-cache ... (16 actions, 0 running)
[3,632 / 10,343] GoCompilePkg tools/check/ut.a; Downloading tools/check/ut.x; 0s remote-cache ... (16 actions, 0 running)
[3,873 / 10,343] GoLink pkg/parser/duration/duration_test_/duration_test; Downloading pkg/parser/duration/duration_test_/duration_test, 3.1 MiB / 3.8 MiB; 0s remote-cache ... (16 actions, 0 running)
[4,045 / 10,343] GoCompilePkg external/io_k8s_utils/internal/third_party/forked/golang/net/net.a; Downloading external/io_k8s_utils/internal/third_party/forked/golang/net/net.x; 0s remote-cache ... (16 actions, 0 running)
[4,182 / 10,343] GoLink br/pkg/trace/trace_test_/trace_test; Downloading br/pkg/trace/trace_test_/trace_test, 1023.8 KiB / 7.7 MiB; 0s remote-cache ... (16 actions, 0 running)
[4,354 / 10,343] GoCompilePkg pkg/parser/ast/ast_test.internal.recompileinternal.a; Downloading pkg/parser/ast/ast_test.internal.recompileinternal.a, 2.0 MiB / 7.6 MiB; 0s remote-cache ... (16 actions, 0 running)
[4,576 / 10,343] GoLink pkg/parser/types/types_test_/types_test; Downloading pkg/parser/types/types_test_/types_test, 15.2 MiB / 15.8 MiB; 0s remote-cache ... (16 actions, 0 running)
[4,684 / 10,343] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 28.0 MiB / 69.8 MiB; 0s remote-cache ... (16 actions, 0 running)
[4,800 / 10,343] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 63.0 MiB / 69.8 MiB; 1s remote-cache ... (16 actions, 0 running)
[4,927 / 10,343] GoCompilePkg external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a; Downloading external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a, 7.0 MiB / 9.9 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,025 / 10,343] GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 31.0 MiB / 39.5 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,161 / 10,343] GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 17.0 MiB / 41.6 MiB; 0s remote-cache ... (16 actions, 0 running)
[5,241 / 10,343] GoLink br/pkg/utils/iter/iter_test_/iter_test; Downloading br/pkg/utils/iter/iter_test_/iter_test, 36.2 MiB / 40.1 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,296 / 10,343] GoCompilePkg pkg/ddl/placement/expression.recompile555.a; Downloading pkg/ddl/placement/expression.recompile555.a, 50.0 MiB / 88.3 MiB; 1s remote-cache ... (14 actions, 0 running)
[5,315 / 10,343] GoCompilePkg pkg/ddl/placement/expression.recompile555.a; Downloading pkg/ddl/placement/expression.recompile555.a, 66.0 MiB / 88.3 MiB; 2s remote-cache ... (16 actions, 0 running)
[5,334 / 10,343] GoCompilePkg pkg/ddl/placement/expression.recompile555.a; Downloading pkg/ddl/placement/expression.recompile555.a, 83.0 MiB / 88.3 MiB; 3s remote-cache ... (16 actions, 0 running)
[5,386 / 10,343] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 56.0 MiB / 88.3 MiB; 3s remote-cache ... (16 actions, 0 running)
[5,410 / 10,343] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 75.0 MiB / 88.3 MiB; 4s remote-cache ... (16 actions, 0 running)
[5,442 / 10,343] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 52.0 MiB / 163.1 MiB; 2s remote-cache ... (17 actions, 2 running)
[5,491 / 10,343] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 82.0 MiB / 163.1 MiB; 3s remote-cache ... (17 actions, 2 running)
[5,510 / 10,343] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 97.0 MiB / 163.1 MiB; 4s remote-cache ... (17 actions, 2 running)
[5,543 / 10,343] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 118.0 MiB / 163.1 MiB; 5s remote-cache ... (16 actions, 0 running)
[5,564 / 10,343] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 135.1 MiB / 163.1 MiB; 6s remote-cache ... (17 actions, 2 running)
[5,595 / 10,343] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 156.0 MiB / 163.1 MiB; 7s remote-cache ... (17 actions, 2 running)
[5,622 / 10,343] GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 85.0 MiB / 99.9 MiB; 4s remote-cache ... (19 actions, 6 running)
[5,663 / 10,343] GoLink pkg/ddl/placement/placement_test_/placement_test; 2s remote-cache, linux-sandbox ... (16 actions, 2 running)
[5,694 / 10,343] GoLink pkg/ddl/placement/placement_test_/placement_test; 3s remote-cache, linux-sandbox ... (18 actions, 4 running)
[5,717 / 10,343] GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 39.0 MiB / 67.1 MiB; 2s remote-cache ... (18 actions, 4 running)
[5,733 / 10,343] GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 56.0 MiB / 67.1 MiB; 3s remote-cache ... (18 actions, 4 running)
[5,798 / 10,343] GoCompilePkg pkg/infoschema/infoschema.a; 2s remote-cache, linux-sandbox ... (20 actions, 8 running)
[5,838 / 10,343] GoLink br/pkg/logutil/logutil_test_/logutil_test; Downloading br/pkg/logutil/logutil_test_/logutil_test, 27.3 MiB / 27.7 MiB; 1s remote-cache ... (16 actions, 0 running)
[5,898 / 10,343] GoCompilePkg pkg/metrics/expression.recompile579.a; Downloading pkg/metrics/expression.recompile579.a, 35.0 MiB / 77.1 MiB; 1s remote-cache ... (17 actions, 2 running)
[5,934 / 10,343] GoCompilePkg pkg/metrics/expression.recompile579.a; Downloading pkg/metrics/expression.recompile579.a, 56.0 MiB / 77.1 MiB; 3s remote-cache ... (18 actions, 4 running)
[5,934 / 10,343] GoCompilePkg pkg/metrics/expression.recompile579.a; Downloading pkg/metrics/expression.recompile579.a, 56.0 MiB / 77.1 MiB; 4s remote-cache ... (18 actions, 4 running)
[5,975 / 10,343] GoCompilePkg pkg/metrics/expression.recompile579.a; Downloading pkg/metrics/expression.recompile579.a, 74.0 MiB / 77.1 MiB; 5s remote-cache ... (16 actions, 0 running)
[6,015 / 10,343] GoLink pkg/resourcemanager/resourcemanager_test_/resourcemanager_test; Downloading pkg/resourcemanager/resourcemanager_test_/resourcemanager_test, 21.0 MiB / 27.2 MiB; 1s remote-cache ... (17 actions, 2 running)
[6,041 / 10,343] GoLink pkg/disttask/operator/operator_test_/operator_test; 1s remote-cache ... (16 actions, 0 running)
[6,070 / 10,343] GoCompilePkg pkg/util/expression.recompile558.a; Downloading pkg/util/expression.recompile558.a, 42.0 MiB / 77.1 MiB; 2s remote-cache ... (18 actions, 4 running)
[6,084 / 10,343] GoCompilePkg pkg/util/expression.recompile558.a; Downloading pkg/util/expression.recompile558.a, 59.0 MiB / 77.1 MiB; 3s remote-cache ... (20 actions, 8 running)
[6,108 / 10,343] GoCompilePkg pkg/util/expression.recompile558.a; Downloading pkg/util/expression.recompile558.a, 75.0 MiB / 77.1 MiB; 4s remote-cache ... (19 actions, 6 running)
[6,150 / 10,343] GoCompilePkg pkg/sessionctx/variable/expression.recompile1104.a; Downloading pkg/sessionctx/variable/expression.recompile1104.a, 65.0 MiB / 77.1 MiB; 3s remote-cache ... (20 actions, 8 running)
[6,207 / 10,343] GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; 3s remote-cache, linux-sandbox ... (22 actions, 12 running)
[6,242 / 10,343] GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; 4s remote-cache, linux-sandbox ... (22 actions, 12 running)
[6,284 / 10,343] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 2s remote-cache, linux-sandbox ... (20 actions, 8 running)
[6,326 / 10,343] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 3s remote-cache, linux-sandbox ... (21 actions, 10 running)
[6,350 / 10,343] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 4s remote-cache, linux-sandbox ... (24 actions, 16 running)
[6,388 / 10,343] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 5s remote-cache, linux-sandbox ... (22 actions, 12 running)
[6,439 / 10,343] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 6s remote-cache, linux-sandbox ... (23 actions, 14 running)
[6,481 / 10,343] GoLink pkg/metrics/metrics_test_/metrics_test; 4s remote-cache, linux-sandbox ... (21 actions, 12 running)
[6,516 / 10,343] GoLink pkg/server/internal/internal_test_/internal_test; 1s remote-cache ... (25 actions, 18 running)
[6,533 / 10,343] GoLink pkg/meta/meta_test_/meta_test; 2s remote-cache, linux-sandbox ... (25 actions, 18 running)
[6,554 / 10,343] GoLink pkg/meta/meta_test_/meta_test; 3s remote-cache, linux-sandbox ... (25 actions, 18 running)
[6,562 / 10,343] GoLink pkg/meta/meta_test_/meta_test; 4s remote-cache, linux-sandbox ... (26 actions, 20 running)
[6,572 / 10,343] GoLink pkg/meta/meta_test_/meta_test; 5s remote-cache, linux-sandbox ... (25 actions, 18 running)
[6,582 / 10,343] GoLink pkg/meta/meta_test_/meta_test; 7s remote-cache, linux-sandbox ... (26 actions, 20 running)
[6,598 / 10,343] GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1114.a; 7s remote-cache, linux-sandbox ... (23 actions, 14 running)
[6,619 / 10,343] GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1114.a; 8s remote-cache, linux-sandbox ... (26 actions, 20 running)
[6,644 / 10,343] GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1114.a; 9s remote-cache, linux-sandbox ... (24 actions, 16 running)
[6,661 / 10,343] GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1114.a; 10s remote-cache, linux-sandbox ... (26 actions, 20 running)
[6,678 / 10,343] GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1114.a; 11s remote-cache, linux-sandbox ... (24 actions, 16 running)
[6,691 / 10,343] GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1114.a; 12s remote-cache, linux-sandbox ... (25 actions, 18 running)
[6,711 / 10,343] GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1114.a; 13s remote-cache, linux-sandbox ... (26 actions, 20 running)
[6,727 / 10,343] GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1114.a; 14s remote-cache, linux-sandbox ... (27 actions, 22 running)
[6,759 / 10,343] GoCompilePkg pkg/ddl/ingest/ddl.recompile1229.a; 15s remote-cache, linux-sandbox ... (27 actions, 22 running)
[6,767 / 10,343] GoCompilePkg pkg/lightning/backend/local/ddl.recompile1256.a; 16s remote-cache, linux-sandbox ... (29 actions, 26 running)
[6,791 / 10,343] GoCompilePkg pkg/expression/ddl.recompile1231.a; 8s remote-cache, linux-sandbox ... (28 actions, 24 running)
[6,815 / 10,343] GoCompilePkg pkg/expression/ddl.recompile1231.a; 9s remote-cache, linux-sandbox ... (29 actions, 26 running)
[6,845 / 10,343] GoCompilePkg pkg/expression/ddl.recompile1231.a; 10s remote-cache, linux-sandbox ... (27 actions, 22 running)
[6,881 / 10,343] GoCompilePkg pkg/expression/ddl.recompile1231.a; 11s remote-cache, linux-sandbox ... (28 actions, 24 running)
[6,899 / 10,343] GoCompilePkg pkg/expression/ddl.recompile1231.a; 12s remote-cache, linux-sandbox ... (28 actions, 24 running)
[6,913 / 10,343] GoCompilePkg pkg/expression/ddl.recompile1231.a; 13s remote-cache, linux-sandbox ... (29 actions, 26 running)
[6,924 / 10,343] GoCompilePkg pkg/expression/ddl.recompile1231.a; 14s remote-cache, linux-sandbox ... (28 actions, 24 running)
[6,935 / 10,343] GoCompilePkg pkg/expression/ddl.recompile1231.a; 15s remote-cache, linux-sandbox ... (27 actions, 22 running)
[6,952 / 10,343] GoCompilePkg pkg/lightning/backend/kv/domain.recompile1117.a; 7s remote-cache, linux-sandbox ... (28 actions, 24 running)
[6,959 / 10,343] GoCompilePkg pkg/ddl/ingest/domain.recompile1233.a; 5s remote-cache, linux-sandbox ... (27 actions, 22 running)
[6,972 / 10,343] GoCompilePkg pkg/ddl/ingest/domain.recompile1233.a; 6s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,001 / 10,343] GoCompilePkg pkg/ddl/ingest/domain.recompile1233.a; 7s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,021 / 10,343] GoCompilePkg pkg/lightning/backend/local/domain.recompile1259.a; 8s remote-cache, linux-sandbox ... (25 actions, 21 running)
[7,043 / 10,343] GoCompilePkg pkg/ttl/ttlworker/domain.recompile1230.a; 7s remote-cache, linux-sandbox ... (24 actions, 18 running)
[7,060 / 10,343] GoCompilePkg pkg/structure/ddl.recompile1226.a; 7s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,076 / 10,343] GoCompilePkg pkg/structure/ddl.recompile1226.a; 8s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,091 / 10,343] GoCompilePkg pkg/structure/ddl.recompile1226.a; 9s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,113 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 7s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,119 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 8s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,129 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 9s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,154 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 10s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,169 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 11s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,183 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 12s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,187 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 14s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,211 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 15s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,231 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 16s remote-cache, linux-sandbox ... (32 actions running)
[7,232 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 17s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,235 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 18s remote-cache, linux-sandbox ... (32 actions running)
[7,236 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,248 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 21s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,252 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,253 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 23s remote-cache, linux-sandbox ... (31 actions running)
[7,255 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 24s remote-cache, linux-sandbox ... (29 actions, 28 running)
[7,261 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 25s remote-cache, linux-sandbox ... (32 actions running)
[7,264 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 26s remote-cache, linux-sandbox ... (32 actions running)
[7,275 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 27s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,300 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 28s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,304 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 29s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,315 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 30s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,336 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 31s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,345 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 32s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,354 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 33s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,364 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 35s remote-cache, linux-sandbox ... (32 actions running)
[7,385 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 36s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,399 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 37s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,407 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 38s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,422 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 39s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,432 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 40s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,440 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 41s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,453 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 42s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,474 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 43s remote-cache, linux-sandbox ... (26 actions, 20 running)
[7,488 / 10,343] GoCompilePkg pkg/lightning/backend/kv/core.recompile1119.a; 44s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,506 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 32s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,520 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 33s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,523 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 34s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,526 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 35s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,534 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 36s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,536 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 38s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,540 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 39s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,542 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 40s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,544 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 41s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,550 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 42s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,558 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 43s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,567 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 44s remote-cache, linux-sandbox ... (27 actions, 22 running)
[7,577 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 45s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,580 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 46s remote-cache, linux-sandbox ... (32 actions running)
[7,580 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 48s remote-cache, linux-sandbox ... (32 actions running)
[7,587 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 49s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,590 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 50s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,595 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 51s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,603 / 10,343] GoCompilePkg pkg/expression/core.recompile1256.a; 52s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,615 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 25s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,615 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 26s remote-cache, linux-sandbox ... (32 actions running)
[7,619 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 27s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,625 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 28s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,630 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 30s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,631 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 31s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,633 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 33s remote-cache, linux-sandbox ... (32 actions running)
[7,638 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 34s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,646 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 35s remote-cache, linux-sandbox ... (28 actions, 26 running)
[7,655 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 36s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,665 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 37s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,678 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 38s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,694 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 39s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,704 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 40s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,708 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 42s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,713 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 43s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,719 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 44s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,729 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 45s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,738 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 46s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,743 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 47s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,759 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 48s remote-cache, linux-sandbox ... (28 actions, 26 running)
[7,769 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 50s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,775 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 51s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,782 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 52s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,789 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 53s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,795 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 54s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,806 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 55s remote-cache, linux-sandbox ... (28 actions, 24 running)
[7,816 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 56s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,824 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 57s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,834 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 58s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,843 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 59s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,852 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 60s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,856 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 61s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,864 / 10,343] GoCompilePkg pkg/ddl/ingest/core.recompile1256.a; 63s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,876 / 10,343] GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 62s remote-cache, linux-sandbox ... (29 actions, 26 running)
[7,888 / 10,343] GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 63s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,890 / 10,343] GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 64s remote-cache, linux-sandbox ... (32 actions running)
[7,891 / 10,343] GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 65s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,894 / 10,343] GoCompilePkg pkg/disttask/framework/storage/core.recompile1255.a; 66s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,903 / 10,343] GoCompilePkg pkg/lightning/backend/local/core.recompile1283.a; 62s remote-cache, linux-sandbox ... (29 actions, 27 running)
[7,912 / 10,343] GoCompilePkg pkg/lightning/backend/local/core.recompile1283.a; 63s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,921 / 10,343] GoCompilePkg pkg/lightning/backend/local/core.recompile1283.a; 65s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,929 / 10,343] GoCompilePkg pkg/lightning/backend/local/core.recompile1283.a; 66s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,940 / 10,343] GoCompilePkg pkg/lightning/backend/local/core.recompile1283.a; 67s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,942 / 10,343] GoCompilePkg pkg/lightning/backend/local/core.recompile1283.a; 68s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,953 / 10,343] GoCompilePkg pkg/lightning/backend/local/core.recompile1283.a; 69s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,967 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 37s remote-cache, linux-sandbox ... (32 actions running)
[7,968 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 38s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,976 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 40s remote-cache, linux-sandbox ... (31 actions, 30 running)
[7,980 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 41s remote-cache, linux-sandbox ... (30 actions, 28 running)
[7,985 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 42s remote-cache, linux-sandbox ... (30 actions, 29 running)
[7,992 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 43s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,002 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 44s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,014 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 45s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,020 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 46s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,023 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 47s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,027 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 48s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,029 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 50s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,038 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 51s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,044 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 52s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,050 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 53s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,057 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 54s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,060 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 55s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,063 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 56s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,063 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 57s remote-cache, linux-sandbox ... (32 actions running)
[8,064 / 10,343] GoCompilePkg pkg/expression/executor.recompile1270.a; 59s remote-cache, linux-sandbox ... (32 actions running)
[8,075 / 10,343] GoCompilePkg pkg/statistics/executor.recompile1270.a; 23s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,083 / 10,343] GoCompilePkg pkg/statistics/executor.recompile1270.a; 24s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,086 / 10,343] GoCompilePkg pkg/statistics/executor.recompile1270.a; 25s remote-cache, linux-sandbox ... (32 actions running)
[8,091 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,098 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,107 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 22s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,117 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,123 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 25s remote-cache, linux-sandbox ... (29 actions, 27 running)
[8,132 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 26s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,140 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 27s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,148 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 28s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,167 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 29s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,182 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 30s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,188 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 31s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,196 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 32s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,198 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 34s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,202 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 35s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,214 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 36s remote-cache, linux-sandbox ... (32 actions running)
[8,215 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 38s remote-cache, linux-sandbox ... (32 actions running)
[8,215 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 40s remote-cache, linux-sandbox ... (32 actions running)
[8,221 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 41s remote-cache, linux-sandbox ... (32 actions running)
[8,221 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 43s remote-cache, linux-sandbox ... (32 actions running)
[8,226 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 45s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,228 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 46s remote-cache, linux-sandbox ... (32 actions running)
[8,228 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 47s remote-cache, linux-sandbox ... (32 actions running)
[8,235 / 10,343] GoCompilePkg pkg/ddl/ingest/executor.recompile1268.a; 48s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,244 / 10,343] GoCompilePkg pkg/disttask/framework/storage/executor.recompile1269.a; 46s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,245 / 10,343] GoCompilePkg pkg/disttask/framework/storage/executor.recompile1269.a; 47s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,250 / 10,343] GoCompilePkg pkg/lightning/backend/local/executor.recompile1296.a; 42s remote-cache, linux-sandbox ... (32 actions running)
[8,253 / 10,343] GoCompilePkg pkg/lightning/backend/local/executor.recompile1296.a; 43s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,262 / 10,343] GoCompilePkg pkg/lightning/backend/local/executor.recompile1296.a; 44s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,278 / 10,343] GoLink pkg/expression/expression_test_/expression_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,281 / 10,343] GoLink pkg/expression/expression_test_/expression_test; 23s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,285 / 10,343] GoLink pkg/expression/expression_test_/expression_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,291 / 10,343] GoLink pkg/expression/expression_test_/expression_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,297 / 10,343] GoLink pkg/expression/expression_test_/expression_test; 26s remote-cache, linux-sandbox ... (30 actions, 29 running)
[8,301 / 10,343] GoLink pkg/expression/expression_test_/expression_test; 28s remote-cache, linux-sandbox ... (30 actions, 29 running)
[8,315 / 10,343] GoLink pkg/expression/expression_test_/expression_test; 29s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,318 / 10,343] GoLink pkg/expression/expression_test_/expression_test; 30s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,322 / 10,343] GoLink pkg/table/tables/tables_test_/tables_test; 15s remote-cache, linux-sandbox ... (32 actions running)
[8,322 / 10,343] GoLink pkg/table/tables/tables_test_/tables_test; 16s remote-cache, linux-sandbox ... (32 actions running)
[8,331 / 10,343] GoLink pkg/table/tables/tables_test_/tables_test; 17s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,334 / 10,343] GoLink pkg/table/tables/tables_test_/tables_test; 19s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,340 / 10,343] GoLink pkg/table/tables/tables_test_/tables_test; 20s remote-cache, linux-sandbox ... (30 actions running)
[8,342 / 10,343] GoLink pkg/table/tables/tables_test_/tables_test; 21s remote-cache, linux-sandbox ... (32 actions running)
[8,345 / 10,343] GoLink pkg/table/tables/tables_test_/tables_test; 22s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,346 / 10,343] GoLink pkg/table/tables/tables_test_/tables_test; 23s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,356 / 10,343] GoCompilePkg pkg/infoschema/executor.recompile1289.a; 14s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,378 / 10,343] GoCompilePkg pkg/infoschema/executor.recompile1289.a; 15s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,390 / 10,343] GoCompilePkg pkg/infoschema/executor.recompile1289.a; 16s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,409 / 10,343] GoCompilePkg pkg/infoschema/executor.recompile1289.a; 17s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,423 / 10,343] GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 16s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,426 / 10,343] GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 17s remote-cache, linux-sandbox ... (30 actions, 29 running)
[8,433 / 10,343] GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,438 / 10,343] GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,440 / 10,343] GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,443 / 10,343] GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,446 / 10,343] GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,455 / 10,343] GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,459 / 10,343] GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,466 / 10,343] GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 27s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,472 / 10,343] GoLink pkg/sessionctx/binloginfo/binloginfo_test_/binloginfo_test; 28s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,478 / 10,343] GoCompilePkg pkg/planner/core/core.a; 28s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,488 / 10,343] GoCompilePkg pkg/planner/core/core.a; 30s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,493 / 10,343] GoCompilePkg pkg/planner/core/core.a; 31s remote-cache, linux-sandbox ... (32 actions running)
[8,493 / 10,343] GoCompilePkg pkg/planner/core/core.a; 33s remote-cache, linux-sandbox ... (32 actions running)
[8,496 / 10,343] GoCompilePkg pkg/planner/core/core.a; 34s remote-cache, linux-sandbox ... (32 actions running)
[8,496 / 10,343] GoCompilePkg pkg/planner/core/core.a; 35s remote-cache, linux-sandbox ... (32 actions running)
[8,498 / 10,343] GoCompilePkg pkg/planner/core/core.a; 36s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,499 / 10,343] GoCompilePkg pkg/planner/core/core.a; 38s remote-cache, linux-sandbox ... (32 actions running)
[8,504 / 10,343] GoCompilePkg pkg/planner/core/core.a; 39s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,506 / 10,343] GoCompilePkg pkg/planner/core/core.a; 40s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,523 / 10,343] GoCompilePkg pkg/planner/core/core.a; 41s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,530 / 10,343] GoCompilePkg pkg/planner/core/core.a; 42s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,531 / 10,343] GoCompilePkg pkg/planner/core/core.a; 44s remote-cache, linux-sandbox ... (32 actions running)
[8,532 / 10,343] GoCompilePkg pkg/planner/core/core.a; 45s remote-cache, linux-sandbox ... (32 actions running)
[8,533 / 10,343] GoCompilePkg pkg/planner/core/core.a; 46s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,545 / 10,343] GoCompilePkg pkg/planner/core/core.a; 47s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,556 / 10,343] GoCompilePkg pkg/planner/core/core.a; 48s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,560 / 10,343] GoCompilePkg pkg/planner/core/core.a; 49s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,567 / 10,343] GoCompilePkg pkg/planner/core/core.a; 51s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,568 / 10,343] GoCompilePkg pkg/planner/core/core.a; 52s remote-cache, linux-sandbox ... (31 actions running)
[8,568 / 10,343] GoCompilePkg pkg/planner/core/core.a; 53s remote-cache, linux-sandbox ... (32 actions running)
[8,569 / 10,343] GoLink pkg/lightning/backend/local/local_test_/local_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,572 / 10,343] GoLink pkg/lightning/backend/local/local_test_/local_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,573 / 10,343] GoLink pkg/lightning/backend/local/local_test_/local_test; 27s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,575 / 10,343] GoLink pkg/lightning/backend/local/local_test_/local_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,575 / 10,343] GoLink pkg/lightning/backend/local/local_test_/local_test; 31s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,577 / 10,343] GoLink pkg/lightning/backend/local/local_test_/local_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,581 / 10,343] GoLink pkg/lightning/backend/local/local_test_/local_test; 33s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,589 / 10,343] GoLink pkg/lightning/backend/local/local_test_/local_test; 34s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,598 / 10,343] GoCompilePkg br/pkg/storage/core.recompile1294.a; 21s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,607 / 10,343] GoCompilePkg br/pkg/storage/core.recompile1294.a; 23s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,610 / 10,343] GoCompilePkg br/pkg/storage/core.recompile1294.a; 24s remote-cache, linux-sandbox ... (32 actions running)
[8,614 / 10,343] GoCompilePkg pkg/planner/util/core.recompile1122.a; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,616 / 10,343] GoCompilePkg pkg/planner/util/core.recompile1122.a; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,620 / 10,343] GoCompilePkg pkg/planner/util/core.recompile1122.a; 23s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,624 / 10,343] GoCompilePkg pkg/planner/util/core.recompile1122.a; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,630 / 10,343] GoCompilePkg pkg/statistics/handle/usage/executor.recompile1264.a; 24s remote-cache, linux-sandbox ... (32 actions running)
[8,632 / 10,343] GoCompilePkg pkg/util/dbutil/core.recompile1121.a; 25s remote-cache, linux-sandbox ... (31 actions running)
[8,634 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 13s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,636 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 14s remote-cache, linux-sandbox ... (29 actions, 28 running)
[8,651 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 15s remote-cache, linux-sandbox ... (29 actions, 27 running)
[8,656 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 17s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,662 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 18s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,671 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 19s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,674 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,675 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 22s remote-cache, linux-sandbox ... (31 actions running)
[8,677 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 23s remote-cache, linux-sandbox ... (32 actions running)
[8,678 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,680 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 26s remote-cache, linux-sandbox ... (32 actions running)
[8,685 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 27s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,694 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 28s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,697 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 29s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,709 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 30s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,717 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 31s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,722 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 32s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,727 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 33s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,734 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 34s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,743 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 35s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,748 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 36s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,753 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 38s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,755 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 39s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,758 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 40s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,763 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 41s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,765 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 43s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,767 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 44s remote-cache, linux-sandbox ... (32 actions running)
[8,768 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 45s remote-cache, linux-sandbox ... (32 actions running)
[8,770 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 46s remote-cache, linux-sandbox ... (32 actions running)
[8,772 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 47s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,779 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 48s remote-cache, linux-sandbox ... (28 actions, 24 running)
[8,785 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 50s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,790 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 51s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,792 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 52s remote-cache, linux-sandbox ... (32 actions running)
[8,793 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 54s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,796 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 55s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,799 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 56s remote-cache, linux-sandbox ... (30 actions, 29 running)
[8,806 / 10,343] GoCompilePkg pkg/bindinfo/core.recompile1281.a; 57s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,812 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 24s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,815 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 25s remote-cache, linux-sandbox ... (32 actions running)
[8,819 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 27s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,825 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 28s remote-cache, linux-sandbox ... (32 actions running)
[8,829 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 29s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,834 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 31s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,837 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 32s remote-cache, linux-sandbox ... (32 actions running)
[8,839 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 33s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,845 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 35s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,853 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 36s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,863 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 37s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,869 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 38s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,875 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 39s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,883 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 40s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,898 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 41s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,905 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 42s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,909 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 43s remote-cache, linux-sandbox ... (30 actions running)
[8,909 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 44s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,912 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 45s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,916 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 46s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,919 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 48s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,919 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 49s remote-cache, linux-sandbox ... (32 actions running)
[8,920 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 50s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,921 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 51s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,925 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 52s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,930 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 54s remote-cache, linux-sandbox ... (29 actions, 27 running)
[8,934 / 10,343] GoCompilePkg pkg/executor/importer/executor.recompile1421.a; 55s remote-cache, linux-sandbox ... (30 actions, 29 running)
[8,941 / 10,343] GoCompilePkg pkg/executor/executor.a; 54s remote-cache, linux-sandbox ... (30 actions, 28 running)
[8,946 / 10,343] GoCompilePkg pkg/executor/executor.a; 55s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,952 / 10,343] GoCompilePkg pkg/disttask/importinto/executor.recompile1267.a; 51s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,955 / 10,343] GoCompilePkg pkg/disttask/importinto/executor.recompile1267.a; 52s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,957 / 10,343] GoCompilePkg pkg/disttask/importinto/executor.recompile1267.a; 54s remote-cache, linux-sandbox ... (32 actions running)
[8,958 / 10,343] GoCompilePkg pkg/disttask/importinto/executor.recompile1267.a; 56s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,965 / 10,343] GoCompilePkg pkg/disttask/importinto/executor.recompile1267.a; 57s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,967 / 10,343] GoCompilePkg pkg/disttask/importinto/executor.recompile1267.a; 58s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,973 / 10,343] GoCompilePkg br/pkg/backup/executor.recompile1298.a; 58s remote-cache, linux-sandbox ... (32 actions running)
[8,975 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 29s remote-cache, linux-sandbox ... (32 actions running)
[8,976 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 30s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,985 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 31s remote-cache, linux-sandbox ... (29 actions, 26 running)
[8,993 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 32s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,998 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 33s remote-cache, linux-sandbox ... (31 actions, 30 running)
[8,998 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 35s remote-cache, linux-sandbox ... (32 actions running)
[9,002 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 36s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,011 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 37s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,017 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 38s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,024 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 39s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,036 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 40s remote-cache, linux-sandbox ... (27 actions, 22 running)
[9,052 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 41s remote-cache, linux-sandbox ... (28 actions, 25 running)
[9,058 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 43s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,060 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 44s remote-cache, linux-sandbox ... (32 actions running)
[9,067 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 45s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,068 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 47s remote-cache, linux-sandbox ... (32 actions running)
[9,070 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 48s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,078 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 50s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,083 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 51s remote-cache, linux-sandbox ... (29 actions, 27 running)
[9,090 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 52s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,100 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 53s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,105 / 10,343] GoCompilePkg pkg/bindinfo/executor.recompile1296.a; 54s remote-cache, linux-sandbox ... (29 actions, 27 running)
[9,114 / 10,343] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1267.a; 50s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,122 / 10,343] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1267.a; 52s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,127 / 10,343] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1267.a; 53s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,129 / 10,343] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1267.a; 54s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,138 / 10,343] GoCompilePkg pkg/planner/funcdep/core.recompile1253.a; 20s remote-cache, linux-sandbox ... (32 actions running)
[9,140 / 10,343] GoCompilePkg pkg/planner/funcdep/core.recompile1253.a; 21s remote-cache, linux-sandbox ... (32 actions running)
[9,141 / 10,343] GoCompilePkg pkg/owner/core.recompile1377.a; 20s remote-cache, linux-sandbox ... (32 actions running)
[9,141 / 10,343] GoCompilePkg pkg/owner/core.recompile1377.a; 21s remote-cache, linux-sandbox ... (32 actions running)
[9,141 / 10,343] GoCompilePkg pkg/owner/core.recompile1377.a; 23s remote-cache, linux-sandbox ... (32 actions running)
[9,143 / 10,343] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,151 / 10,343] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,155 / 10,343] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 25s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,164 / 10,343] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,169 / 10,343] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 28s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,172 / 10,343] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 29s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,185 / 10,343] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 30s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,197 / 10,343] GoLink pkg/util/profile/profile_test_/profile_test; 18s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,203 / 10,343] GoLink pkg/util/profile/profile_test_/profile_test; 19s remote-cache, linux-sandbox ... (32 actions running)
[9,204 / 10,343] GoLink pkg/util/profile/profile_test_/profile_test; 21s remote-cache, linux-sandbox ... (32 actions running)
[9,206 / 10,343] GoLink pkg/util/profile/profile_test_/profile_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,207 / 10,343] GoLink pkg/util/profile/profile_test_/profile_test; 24s remote-cache, linux-sandbox ... (32 actions running)
[9,209 / 10,343] GoLink pkg/util/profile/profile_test_/profile_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,219 / 10,343] GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 25s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,229 / 10,343] GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 27s remote-cache, linux-sandbox ... (30 actions, 29 running)
[9,234 / 10,343] GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 28s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,235 / 10,343] GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 29s remote-cache, linux-sandbox ... (28 actions, 24 running)
[9,245 / 10,343] GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 27s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,249 / 10,343] GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 28s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,251 / 10,343] GoLink pkg/executor/importer/importer_test_/importer_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,254 / 10,343] GoLink pkg/executor/importer/importer_test_/importer_test; 21s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,257 / 10,343] GoLink pkg/executor/importer/importer_test_/importer_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,264 / 10,343] GoLink pkg/executor/importer/importer_test_/importer_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,266 / 10,343] GoLink pkg/executor/importer/importer_test_/importer_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,273 / 10,343] GoLink pkg/executor/importer/importer_test_/importer_test; 26s remote-cache, linux-sandbox ... (30 actions, 29 running)
[9,276 / 10,343] GoLink pkg/executor/importer/importer_test_/importer_test; 27s remote-cache, linux-sandbox ... (32 actions running)
[9,282 / 10,343] GoLink pkg/executor/importer/importer_test_/importer_test; 28s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,284 / 10,343] GoLink pkg/executor/importer/importer_test_/importer_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,292 / 10,343] GoLink br/pkg/backup/backup_test_/backup_test; 25s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,301 / 10,343] GoLink br/pkg/backup/backup_test_/backup_test; 26s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,304 / 10,343] GoLink br/pkg/backup/backup_test_/backup_test; 28s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,307 / 10,343] GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 28s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,315 / 10,343] GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,319 / 10,343] GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 30s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,322 / 10,343] GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 31s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,330 / 10,343] GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 24s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,337 / 10,343] GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 25s remote-cache, linux-sandbox ... (27 actions, 22 running)
[9,347 / 10,343] GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 26s remote-cache, linux-sandbox ... (27 actions, 23 running)
[9,359 / 10,343] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 22s remote-cache, linux-sandbox ... (28 actions, 24 running)
[9,370 / 10,343] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 23s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,378 / 10,343] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 24s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,396 / 10,343] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 25s remote-cache, linux-sandbox ... (30 actions, 29 running)
[9,404 / 10,343] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 26s remote-cache, linux-sandbox ... (29 actions, 27 running)
[9,416 / 10,343] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 28s remote-cache, linux-sandbox ... (32 actions running)
[9,417 / 10,343] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 29s remote-cache, linux-sandbox ... (32 actions running)
[9,432 / 10,343] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 30s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,442 / 10,343] GoLink pkg/ddl/ddl_test_/ddl_test; 24s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,459 / 10,343] GoLink pkg/owner/owner_test_/owner_test; 15s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,478 / 10,343] GoLink pkg/owner/owner_test_/owner_test; 16s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,493 / 10,343] GoLink pkg/owner/owner_test_/owner_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,495 / 10,343] GoLink pkg/owner/owner_test_/owner_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,501 / 10,343] GoLink pkg/owner/owner_test_/owner_test; 19s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,518 / 10,343] GoLink pkg/owner/owner_test_/owner_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,519 / 10,343] GoLink pkg/owner/owner_test_/owner_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,520 / 10,343] GoLink pkg/executor/aggregate/aggregate_test_/aggregate_test; 10s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,523 / 10,343] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 11s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,526 / 10,343] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 12s remote-cache, linux-sandbox ... (32 actions running)
[9,529 / 10,343] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,530 / 10,343] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 15s remote-cache, linux-sandbox ... (32 actions running)
[9,531 / 10,343] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 16s remote-cache, linux-sandbox ... (32 actions running)
[9,532 / 10,343] GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,538 / 10,343] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,542 / 10,343] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,543 / 10,343] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,544 / 10,343] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,547 / 10,343] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,551 / 10,343] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 22s remote-cache, linux-sandbox ... (32 actions running)
[9,554 / 10,343] GoLink pkg/session/test/txn/txn_test_/txn_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,555 / 10,343] GoLink pkg/session/test/txn/txn_test_/txn_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,558 / 10,343] GoLink pkg/session/test/txn/txn_test_/txn_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,559 / 10,343] GoLink pkg/session/test/txn/txn_test_/txn_test; 24s remote-cache, linux-sandbox ... (32 actions running)
[9,560 / 10,343] GoLink pkg/session/test/txn/txn_test_/txn_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,564 / 10,343] GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,564 / 10,343] GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; 23s remote-cache, linux-sandbox ... (32 actions running)
[9,565 / 10,343] GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,573 / 10,343] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,574 / 10,343] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 20s remote-cache, linux-sandbox ... (32 actions running)
[9,580 / 10,343] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 21s remote-cache, linux-sandbox ... (32 actions running)
[9,583 / 10,343] GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,586 / 10,343] GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; 24s remote-cache, linux-sandbox ... (32 actions running)
[9,594 / 10,343] GoLink pkg/bindinfo/tests/tests_test_/tests_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,606 / 10,343] GoLink pkg/bindinfo/tests/tests_test_/tests_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,609 / 10,343] GoLink pkg/bindinfo/tests/tests_test_/tests_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,616 / 10,343] GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,623 / 10,343] GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 23s remote-cache, linux-sandbox ... (32 actions running)
[9,629 / 10,343] GoLink pkg/timer/timer_test_/timer_test; 18s remote-cache, linux-sandbox ... (32 actions running)
[9,630 / 10,343] GoLink pkg/timer/timer_test_/timer_test; 19s remote-cache, linux-sandbox ... (32 actions running)
[9,633 / 10,343] GoLink pkg/timer/timer_test_/timer_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,634 / 10,343] GoLink tests/realtikvtest/flashbacktest/flashbacktest_test_/flashbacktest_test; 18s remote-cache, linux-sandbox ... (32 actions running)
[9,635 / 10,343] GoLink pkg/ddl/tests/fail/fail_test_/fail_test; 16s remote-cache, linux-sandbox ... (32 actions running)
[9,639 / 10,343] GoLink tests/realtikvtest/importintotest2/importintotest2_test_/importintotest2_test; 17s remote-cache, linux-sandbox ... (32 actions running)
[9,641 / 10,343] GoLink tests/realtikvtest/importintotest2/importintotest2_test_/importintotest2_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,644 / 10,343] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 16s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,646 / 10,343] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 18s remote-cache, linux-sandbox ... (32 actions running)
[9,649 / 10,343] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,658 / 10,343] GoLink tests/realtikvtest/sessiontest/sessiontest_test_/sessiontest_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,658 / 10,343] GoLink tests/realtikvtest/sessiontest/sessiontest_test_/sessiontest_test; 17s remote-cache, linux-sandbox ... (32 actions running)
[9,660 / 10,343] GoLink tests/realtikvtest/sessiontest/sessiontest_test_/sessiontest_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,666 / 10,343] GoLink tests/realtikvtest/sessiontest/sessiontest_test_/sessiontest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,670 / 10,343] GoLink tests/realtikvtest/sessiontest/sessiontest_test_/sessiontest_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,671 / 10,343] GoLink tests/realtikvtest/sessiontest/sessiontest_test_/sessiontest_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,675 / 10,343] GoLink tests/realtikvtest/sessiontest/sessiontest_test_/sessiontest_test; 23s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,683 / 10,343] GoLink tests/realtikvtest/importintotest3/importintotest3_test_/importintotest3_test; 24s remote-cache, linux-sandbox ... (31 actions running)
[9,692 / 10,343] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,693 / 10,343] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,708 / 10,343] GoLink tests/realtikvtest/pipelineddmltest/pipelineddmltest_test_/pipelineddmltest_test; 23s remote-cache, linux-sandbox ... (29 actions, 26 running)
[9,733 / 10,343] GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; 21s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,736 / 10,343] GoLink pkg/ddl/tests/resourcegroup/resourcegroup_test_/resourcegroup_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,755 / 10,343] GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,763 / 10,343] GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; 18s remote-cache, linux-sandbox ... (32 actions running)
[9,764 / 10,343] GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; 19s remote-cache, linux-sandbox ... (32 actions running)
[9,769 / 10,343] GoLink br/pkg/conn/conn_test_/conn_test; 13s remote-cache, linux-sandbox ... (32 actions running)
[9,774 / 10,343] GoLink br/pkg/conn/conn_test_/conn_test; 15s remote-cache, linux-sandbox ... (32 actions running)
[9,780 / 10,343] GoLink br/pkg/conn/conn_test_/conn_test; 17s remote-cache, linux-sandbox ... (32 actions running)
[9,781 / 10,343] GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 17s remote-cache, linux-sandbox ... (32 actions running)
[9,782 / 10,343] GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,785 / 10,343] GoLink pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,788 / 10,343] GoLink pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,789 / 10,343] GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,791 / 10,343] GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,796 / 10,343] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,796 / 10,343] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 20s remote-cache, linux-sandbox ... (32 actions running)
[9,804 / 10,343] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 21s remote-cache, linux-sandbox ... (27 actions, 22 running)
[9,809 / 10,343] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 22s remote-cache, linux-sandbox ... (30 actions, 29 running)
[9,817 / 10,343] GoLink pkg/executor/test/oomtest/oomtest_test_/oomtest_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,830 / 10,343] GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,848 / 10,343] GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; 22s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,856 / 10,343] GoLink pkg/plugin/plugin_test_/plugin_test; 19s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,869 / 10,343] GoLink pkg/plugin/plugin_test_/plugin_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running)
[9,873 / 10,343] GoLink pkg/plugin/plugin_test_/plugin_test; 21s remote-cache, linux-sandbox ... (30 actions, 28 running)
[9,892 / 10,343] GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; 14s remote-cache, linux-sandbox ... (30 actions, 28 running)
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/pkg/table/tables/test/partition/BUILD.bazel:3:8: GoCompilePkg pkg/table/tables/test/partition/partition_test.internal.a failed: (Exit 1): builder failed: error executing command (from target //pkg/table/tables/test/partition:partition_test) bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64 -src pkg/table/tables/test/partition/main_test.go -src ... (remaining 87 arguments skipped)

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
compilepkg: nogo: errors found by nogo during build-time code analysis:
pkg/table/tables/test/partition/partition_test.go:2353:2: ineffectual assignment to seed (ineffassign)
[9,923 / 10,343] checking cached actions
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/pkg/table/tables/test/partition/BUILD.bazel:3:8 GoCompilePkg pkg/table/tables/test/partition/partition_test_test.external.a failed: (Exit 1): builder failed: error executing command (from target //pkg/table/tables/test/partition:partition_test) bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64 -src pkg/table/tables/test/partition/main_test.go -src ... (remaining 87 arguments skipped)

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
INFO: Elapsed time: 686.267s, Critical Path: 269.61s
INFO: 9923 processes: 7885 remote cache hit, 969 internal, 1069 linux-sandbox.
FAILED: Build did NOT complete successfully
make: *** [bazel_build] Error 1
[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 FAILURE result.json
http://fileserver.pingcap.net
--2024-05-18 15:31:33--  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%  681M=0s

2024-05-18 15:31:33 (681 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
ERROR: script returned exit code 2
Finished: FAILURE