Skip to content
Aborted

Console Output

Skipping 22 KB.. Full Log
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-a9c4d86)
944619520 bytes in 3.17 secs (297523735 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-1581bab2
# github.com:22 SSH-2.0-1581bab2
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] retry
[Pipeline] {
[Pipeline] sh
git version 2.43.5
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.git/
.git
HEAD is now at a9c4d868f5 *: add merge speed for global sort (#62550)
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
POST git-upload-pack (gzip 2123 to 1119 bytes)
POST git-upload-pack (gzip 4323 to 2223 bytes)
POST git-upload-pack (gzip 8173 to 4147 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master               -> origin/master
 * [new ref]               refs/pull/62618/head -> origin/pr/62618/head
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
HEAD is now at a9c4d868f5 *: add merge speed for global sort (#62550)
๐Ÿšง Checkouting to base SHA:a9c4d868f5a3b67fb551ed2bb41c74e9ada2786c...
HEAD is now at a9c4d868f5 *: add merge speed for global sort (#62550)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
a9c4d868f5a3b67fb551ed2bb41c74e9ada2786c
a9c4d868f5 *: add merge speed for global sort (#62550)
89fccd79d0 planner: remove "SHOW PLAN FOR <SQL>" syntax (#62509)
a586ba0a1f ddl: do some code cleanup in ddl package (#62015)
๐Ÿšง Pre-merge heads of pull requests to base SHA: a9c4d868f5a3b67fb551ed2bb41c74e9ada2786c ...
Auto-merging br/pkg/gluetidb/glue.go
Auto-merging pkg/ddl/executor.go
Auto-merging pkg/ddl/testutil/testutil.go
Merge made by the 'ort' strategy.
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
 br/pkg/gluetidb/glue.go             |  2 +-
 br/pkg/restore/log_client/client.go | 35 ++++++++++++++++++++---------------
 pkg/ddl/executor.go                 |  9 +++++----
 pkg/ddl/job_worker_test.go          | 15 ++++++++++++++-
 pkg/ddl/sanity_check.go             | 15 +++++++++++++++
 pkg/ddl/table_mode_test.go          |  2 +-
 pkg/ddl/table_test.go               | 10 +++++-----
 pkg/ddl/testutil/testutil.go        |  7 +++++--
 pkg/executor/brie.go                |  2 +-
 pkg/meta/model/job_args.go          |  6 ++++--
 10 files changed, 71 insertions(+), 32 deletions(-)
๐Ÿงพ Pre-merged result:
c559ee2d24041a8cedf672867ff1d2ee3ec730db
c559ee2d24 Merge commit '5beb2ec8cc68fc18d04c16c4fd16a03afadec933' into HEAD
5beb2ec8cc fix build
fe4e899e4a fix ci
โœ… Pre merged ๐ŸŽ‰
๐Ÿ“ update submodules ...
โœ… update submodules done
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache saved successfully (git/pingcap/tidb/rev-a9c4d86-5beb2ec)
945387520 bytes in 15.51 secs (60951061 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] withCredentials
Masking supported pattern matches of $CODECOV_TOKEN
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb
[Pipeline] {
[Pipeline] sh
+ sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common
+ git diff .
diff --git a/Makefile.common b/Makefile.common
index e0ff3be5a2..d5519d8d6d 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -136,8 +136,8 @@ TEST_COVERAGE_DIR := "test_coverage"
 
 ifneq ("$(CI)", "")
 	BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp
-	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp
-	BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp
+	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache
+	BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache
 endif
 BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/...
 
+ git status
HEAD detached from origin/master
You are in a sparse checkout with 100% of tracked files present.

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

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
go: downloading go1.23.11 (linux/amd64)
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@9b3b6e3
go: downloading github.com/pingcap/failpoint v0.0.0-20240527053858-9b3b6e34194a
go: downloading github.com/sergi/go-diff v1.1.0
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 0bbbdd71-a6a0-4885-bbac-ebce98c691f6
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.bazelrc:
  Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2025_07_25_06_30_17.2891204941/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=315121 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:gazelle (1 packages loaded, 0 targets configured)
Analyzing: target //:gazelle (49 packages loaded, 497 targets configured)
Analyzing: target //:gazelle (49 packages loaded, 497 targets configured)
Analyzing: target //:gazelle (49 packages loaded, 497 targets configured)
Analyzing: target //:gazelle (104 packages loaded, 5211 targets configured)
Analyzing: target //:gazelle (104 packages loaded, 5211 targets configured)
Analyzing: target //:gazelle (200 packages loaded, 6266 targets configured)
INFO: Analyzed target //:gazelle (434 packages loaded, 7133 targets configured).
INFO: Found 1 target...
[0 / 351] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running)
[26 / 531] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 11.2 MiB / 12.2 MiB; 1s remote-cache ... (4 actions, 0 running)
[26 / 531] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.3 MiB / 18.9 MiB; 2s remote-cache ... (4 actions, 0 running)
[27 / 531] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 3s remote-cache ... (46 actions, 0 running)
[162 / 531] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 4s remote-cache ... (26 actions, 0 running)
[489 / 531] GoLink external/bazel_gazelle/cmd/gazelle/gazelle_/gazelle; Downloading external/bazel_gazelle/cmd/gazelle/gazelle_/gazelle, 7.2 MiB / 7.4 MiB; 0s remote-cache ... (9 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 29.563s, Critical Path: 5.53s
INFO: 531 processes: 509 remote cache hit, 22 internal.
INFO: Build completed successfully, 531 total actions
INFO: Running command line: bazel-bin/gazelle
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache  \
	--run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb && " \
	 //tools/tazel:tazel
INFO: Invocation ID: 20b3d5d9-c234-438d-b266-6f1bea89c6a4
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.bazelrc:
  Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2025_07_25_06_30_17.2891204941/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=315121 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build option --run_under has changed, discarding analysis cache.
Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured)
Analyzing: target //tools/tazel:tazel (94 packages loaded, 7553 targets configured)
INFO: Analyzed target //tools/tazel:tazel (281 packages loaded, 8774 targets configured).
INFO: Found 1 target...
[0 / 4] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[1,157 / 1,320] GoCompilePkg external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a; Downloading external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a, 7.0 MiB / 8.0 MiB; 0s remote-cache ... (6 actions, 0 running)
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 4.063s, Critical Path: 2.04s
INFO: 879 processes: 876 remote cache hit, 3 internal.
INFO: Build completed successfully, 879 total actions
INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb &&  bazel-bin/tools/tazel/tazel_/tazel '
bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --jobs=35 --build_tests_only --test_keep_going=false \
	--@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest,ddlargsv1 \
	-- //... -//cmd/... -//tests/graceshutdown/... \
	-//tests/globalkilltest/... -//tests/readonlytest/... -//tests/realtikvtest/...
INFO: Invocation ID: 92c4e4fb-6307-4d08-82e5-e0a5f9fbbc56
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.bazelrc:
  Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'coverage' from /data/..2025_07_25_06_30_17.2891204941/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.bazelrc:
  Inherited 'test' options: --test_output=errors --test_summary=detailed
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 --flaky_test_attempts=5
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache.
Analyzing: 469 targets (740 packages loaded, 0 targets configured)
Analyzing: 469 targets (1467 packages loaded, 10105 targets configured)
Analyzing: 469 targets (1738 packages loaded, 16695 targets configured)
Analyzing: 469 targets (1821 packages loaded, 17567 targets configured)
Analyzing: 469 targets (1999 packages loaded, 19263 targets configured)
Analyzing: 469 targets (2141 packages loaded, 21384 targets configured)
Analyzing: 469 targets (2215 packages loaded, 22050 targets configured)
Analyzing: 469 targets (2262 packages loaded, 22493 targets configured)
Analyzing: 469 targets (2263 packages loaded, 22724 targets configured)
INFO: Analyzed 469 targets (2316 packages loaded, 23636 targets configured).
 checking cached actions
INFO: Found 469 test targets...
[0 / 13] [Prepa] Writing file br/pkg/backup/backup_test/baseline_coverage.dat ... (11 actions, 0 running)
[1,437 / 25,206] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 3.2 MiB / 4.1 MiB; 0s remote-cache ... (35 actions, 0 running)
[1,470 / 25,206] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 14.0 MiB / 18.9 MiB; 1s remote-cache ... (35 actions, 0 running)
[1,474 / 25,206] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/internal/trace/traceviewer.a, 3.0 MiB / 3.5 MiB; 2s remote-cache ... (35 actions, 0 running)
[1,496 / 25,206] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 12.0 MiB / 18.9 MiB; 3s remote-cache ... (31 actions, 0 running)
[1,539 / 25,206] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 6.0 MiB / 18.9 MiB; 3s remote-cache ... (34 actions, 0 running)
[2,263 / 25,206] GoCompilePkg external/org_golang_x_tools/go/ssa/ssa.a [for tool]; 0s remote-cache ... (35 actions, 0 running)
[2,863 / 25,206] GoCompilePkg external/co_honnef_go_tools/staticcheck/sa5007/sa5007.a [for tool]; Downloading external/co_honnef_go_tools/staticcheck/sa5007/sa5007.a; 0s remote-cache ... (35 actions, 0 running)
[3,480 / 25,206] GoCompilePkg external/io_opencensus_go/internal/internal.a; Downloading external/io_opencensus_go/internal/internal.a; 0s remote-cache ... (35 actions, 0 running)
[4,005 / 25,206] GoCompilePkg external/org_golang_x_tools/internal/stdlib/stdlib.a; Downloading external/org_golang_x_tools/internal/stdlib/stdlib.a, 2.7 MiB / 3.6 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,466 / 25,206] 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.4 MiB / 77.2 MiB; 0s remote-cache ... (35 actions, 0 running)
[4,837 / 25,206] GoCompilePkg external/com_github_azure_azure_sdk_for_go_sdk_azidentity/azidentity.a; 0s remote-cache ... (32 actions, 0 running)
[5,136 / 25,206] GoCompilePkg pkg/parser/parser.a; Downloading pkg/parser/parser.a, 5.0 MiB / 13.3 MiB; 0s remote-cache ... (34 actions, 0 running)
[5,351 / 25,206] Running nogo on @org_golang_google_grpc//internal:internal; Downloading external/org_golang_google_grpc/internal/internal.facts; 0s remote-cache ... (35 actions, 0 running)
[5,526 / 25,206] GoCompilePkg external/com_github_pingcap_tipb/go-tipb/go-tipb.a; 0s remote-cache ... (35 actions, 0 running)
[5,842 / 25,206] GoLink pkg/util/etcd/etcd_test_/etcd_test; 0s remote-cache ... (35 actions, 0 running)
[6,087 / 25,206] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 37.8 MiB / 71.4 MiB; 1s remote-cache ... (35 actions, 0 running)
[6,457 / 25,206] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 2s remote-cache ... (35 actions, 0 running)
[7,119 / 25,211] GoLink pkg/util/topsql/stmtstats/stmtstats_test_/stmtstats_test; 0s remote-cache ... (34 actions, 0 running)
[8,171 / 25,214] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 63.0 MiB / 134.7 MiB; 0s remote-cache ... (35 actions, 0 running)
[8,565 / 25,224] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 121.9 MiB / 134.7 MiB; 1s remote-cache ... (32 actions, 0 running)
[8,910 / 25,226] 1 / 469 tests; GoLink pkg/server/internal/util/util_test_/util_test; Downloading pkg/server/internal/util/util_test_/util_test, 24.0 MiB / 24.9 MiB; 0s remote-cache ... (35 actions, 0 running)
[10,091 / 25,244] 15 / 469 tests; GoLink pkg/ttl/metrics/metrics_test_/metrics_test; Downloading pkg/ttl/metrics/metrics_test_/metrics_test, 8.6 MiB / 24.0 MiB; 0s remote-cache ... (35 actions, 0 running)
[10,557 / 25,254] 19 / 469 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 27.7 MiB / 46.3 MiB; 0s remote-cache ... (35 actions, 0 running)
[11,116 / 25,282] 31 / 469 tests; GoLink pkg/server/internal/internal_test_/internal_test; Downloading pkg/server/internal/internal_test_/internal_test, 17.0 MiB / 27.6 MiB; 0s remote-cache ... (35 actions, 0 running)
[11,458 / 25,353] 37 / 469 tests; GoCompilePkg pkg/metrics/expression.recompile559.a; Downloading pkg/metrics/expression.recompile559.a, 64.0 MiB / 97.5 MiB; 1s remote-cache ... (35 actions, 0 running)
[11,981 / 25,496] 72 / 469 tests; GoLink pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test; Downloading pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test, 21.0 MiB / 35.7 MiB; 0s remote-cache ... (35 actions, 0 running)
[12,137 / 25,565] 81 / 469 tests; GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; Downloading pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test, 46.0 MiB / 47.8 MiB; 1s remote-cache ... (33 actions, 0 running)
[12,347 / 25,571] 85 / 469 tests; GoCompilePkg pkg/ddl/placement/expression.recompile545.a; Downloading pkg/ddl/placement/expression.recompile545.a, 69.0 MiB / 100.7 MiB; 1s remote-cache ... (35 actions, 0 running)
[12,478 / 25,571] 87 / 469 tests; GoCompilePkg pkg/ddl/placement/expression.recompile545.a; 2s remote-cache ... (35 actions, 0 running)
[12,559 / 25,571] 87 / 469 tests; GoLink pkg/util/cteutil/cteutil_test_/cteutil_test; Downloading pkg/util/cteutil/cteutil_test_/cteutil_test, 24.0 MiB / 34.5 MiB; 1s remote-cache ... (36 actions, 2 running)
[12,622 / 25,571] 87 / 469 tests; GoLink pkg/util/plancodec/plancodec_test_/plancodec_test; Downloading pkg/util/plancodec/plancodec_test_/plancodec_test, 34.9 MiB / 35.1 MiB; 2s remote-cache ... (37 actions, 4 running)
[12,717 / 25,576] 88 / 469 tests; GoCompilePkg pkg/meta/expression.recompile1189.a; Downloading pkg/meta/expression.recompile1189.a, 37.8 MiB / 97.5 MiB; 2s remote-cache ... (36 actions, 2 running)
[12,797 / 25,580] 90 / 469 tests; GoCompilePkg pkg/meta/expression.recompile1189.a; Downloading pkg/meta/expression.recompile1189.a, 57.0 MiB / 97.5 MiB; 3s remote-cache ... (36 actions, 2 running)
[12,882 / 25,580] 91 / 469 tests; GoCompilePkg pkg/meta/expression.recompile1189.a; Downloading pkg/meta/expression.recompile1189.a, 75.2 MiB / 97.5 MiB; 4s remote-cache ... (36 actions, 2 running)
[12,983 / 25,637] 91 / 469 tests; GoCompilePkg pkg/meta/expression.recompile1189.a; Downloading pkg/meta/expression.recompile1189.a, 94.0 MiB / 97.5 MiB; 5s remote-cache ... (36 actions, 2 running)
[13,067 / 25,642] 91 / 469 tests; GoCompilePkg pkg/util/expression.recompile548.a; 5s remote-cache ... (35 actions, 0 running)
[13,134 / 25,646] 92 / 469 tests; GoCompilePkg pkg/store/helper/expression.recompile556.a; Downloading pkg/store/helper/expression.recompile556.a, 95.0 MiB / 97.5 MiB; 5s remote-cache ... (35 actions, 0 running)
[13,204 / 25,650] 95 / 469 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1195.a; Downloading pkg/sessionctx/variable/expression.recompile1195.a, 84.0 MiB / 97.5 MiB; 5s remote-cache ... (36 actions, 2 running)
[13,276 / 25,652] 97 / 469 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1195.a; 6s remote-cache ... (35 actions, 0 running)
[13,350 / 25,681] 98 / 469 tests; GoCompilePkg pkg/extension/expression.recompile1246.a; Downloading pkg/extension/expression.recompile1246.a, 92.0 MiB / 97.5 MiB; 5s remote-cache ... (35 actions, 0 running)
[13,420 / 25,683] 99 / 469 tests; GoCompilePkg pkg/structure/expression.recompile1218.a; Downloading pkg/structure/expression.recompile1218.a, 95.0 MiB / 97.5 MiB; 6s remote-cache ... (35 actions, 0 running)
[13,510 / 25,693] 100 / 469 tests; GoLink pkg/store/copr/copr_test_/copr_test; Downloading pkg/store/copr/copr_test_/copr_test, 24.0 MiB / 82.7 MiB; 1s remote-cache ... (35 actions, 0 running)
[13,607 / 25,746] 105 / 469 tests; GoLink pkg/store/copr/copr_test_/copr_test; Downloading pkg/store/copr/copr_test_/copr_test, 68.6 MiB / 82.7 MiB; 2s remote-cache ... (35 actions, 0 running)
[13,701 / 25,750] 107 / 469 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 50.0 MiB / 110.4 MiB; 2s remote-cache ... (33 actions, 0 running)
[13,768 / 25,755] 107 / 469 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 65.0 MiB / 110.4 MiB; 3s remote-cache ... (35 actions, 0 running)
[13,816 / 25,768] 107 / 469 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 78.0 MiB / 110.4 MiB; 4s remote-cache ... (35 actions, 0 running)
[13,865 / 25,770] 110 / 469 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 91.0 MiB / 110.4 MiB; 5s remote-cache ... (35 actions, 0 running)
[13,930 / 25,782] 111 / 469 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 105.0 MiB / 110.4 MiB; 6s remote-cache ... (35 actions, 0 running)
[13,991 / 25,784] 111 / 469 tests; GoLink pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test; Downloading pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test, 74.0 MiB / 79.5 MiB; 5s remote-cache ... (35 actions, 0 running)
[14,063 / 25,849] 115 / 469 tests; GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; 6s remote-cache ... (35 actions, 0 running)
[14,152 / 25,862] 116 / 469 tests; GoLink pkg/expression/exprctx/exprctx_test_/exprctx_test; Downloading pkg/expression/exprctx/exprctx_test_/exprctx_test, 44.8 MiB / 50.4 MiB; 3s remote-cache ... (35 actions, 0 running)
[14,234 / 25,871] 118 / 469 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 34.0 MiB / 83.5 MiB; 2s remote-cache ... (35 actions, 0 running)
[14,329 / 25,886] 122 / 469 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 56.0 MiB / 83.5 MiB; 3s remote-cache ... (35 actions, 0 running)
[14,434 / 25,886] 126 / 469 tests; GoLink pkg/distsql/distsql_test_/distsql_test; 4s remote-cache ... (35 actions, 0 running)
[14,567 / 25,906] 126 / 469 tests; GoLink pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test; Downloading pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test, 14.0 MiB / 50.6 MiB; 0s remote-cache ... (35 actions, 0 running)
[14,680 / 25,906] 127 / 469 tests; GoLink pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test; Downloading pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test, 37.0 MiB / 50.6 MiB; 1s remote-cache ... (35 actions, 0 running)
[14,775 / 25,908] 128 / 469 tests; GoLink pkg/util/ranger/context/context_test_/context_test; Downloading pkg/util/ranger/context/context_test_/context_test, 45.9 MiB / 50.6 MiB; 2s remote-cache ... (35 actions, 2 running)
[14,849 / 25,910] 129 / 469 tests; GoLink pkg/planner/property/property_test_/property_test; Downloading pkg/planner/property/property_test_/property_test, 46.0 MiB / 62.4 MiB; 1s remote-cache ... (36 actions, 2 running)
[14,930 / 25,910] 131 / 469 tests; GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 46.0 MiB / 58.1 MiB; 2s remote-cache ... (35 actions, 0 running)
[15,003 / 25,910] 132 / 469 tests; GoLink pkg/planner/planctx/planctx_test_/planctx_test; Downloading pkg/planner/planctx/planctx_test_/planctx_test, 50.0 MiB / 50.5 MiB; 2s remote-cache ... (35 actions, 0 running)
[15,073 / 25,910] 132 / 469 tests; GoLink pkg/ddl/util/util_test_/util_test; Downloading pkg/ddl/util/util_test_/util_test, 50.7 MiB / 63.6 MiB; 2s remote-cache ... (36 actions, 2 running)
[15,137 / 25,944] 132 / 469 tests; GoLink pkg/ddl/util/util_test_/util_test; 3s remote-cache ... (35 actions, 0 running)
[15,195 / 25,966] 132 / 469 tests; GoLink pkg/ttl/client/client_test_/client_test; Downloading pkg/ttl/client/client_test_/client_test, 68.3 MiB / 69.8 MiB; 4s remote-cache ... (35 actions, 0 running)
[15,261 / 25,966] 132 / 469 tests; GoLink br/pkg/streamhelper/daemon/daemon_test_/daemon_test; Downloading br/pkg/streamhelper/daemon/daemon_test_/daemon_test, 52.0 MiB / 64.6 MiB; 3s remote-cache ... (36 actions, 2 running)
[15,324 / 25,966] 133 / 469 tests; GoLink br/pkg/streamhelper/daemon/daemon_test_/daemon_test; 4s remote-cache ... (37 actions, 6 running)
[15,389 / 25,966] 133 / 469 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 72.0 MiB / 81.1 MiB; 5s remote-cache ... (38 actions, 6 running)
[15,454 / 25,966] 135 / 469 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; 6s remote-cache ... (37 actions, 6 running)
[15,537 / 26,026] 136 / 469 tests; GoCompilePkg pkg/expression/domain.recompile1339.a; 3s remote-cache, linux-sandbox ... (37 actions, 6 running)
[15,610 / 26,026] 137 / 469 tests; GoCompilePkg pkg/expression/domain.recompile1339.a; 4s remote-cache, linux-sandbox ... (41 actions, 12 running)
[15,682 / 26,099] 138 / 469 tests; GoCompilePkg pkg/sessionctx/variable/ddl.recompile1332.a; 5s remote-cache, linux-sandbox ... (41 actions, 12 running)
[15,731 / 26,099] 138 / 469 tests; GoLink pkg/expression/aggregation/aggregation_test_/aggregation_test; 4s remote-cache ... (41 actions, 12 running)
[15,788 / 26,099] 139 / 469 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 79.0 MiB / 102.7 MiB; 5s remote-cache ... (41 actions, 12 running)
[15,839 / 26,099] 139 / 469 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 94.0 MiB / 102.7 MiB; 6s remote-cache ... (41 actions, 12 running)
[15,884 / 26,099] 139 / 469 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; 7s remote-cache ... (43 actions, 16 running)
[15,933 / 26,099] 139 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1336.a; 6s remote-cache, linux-sandbox ... (42 actions, 14 running)
[15,998 / 26,099] 139 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1336.a; 8s remote-cache, linux-sandbox ... (44 actions, 18 running)
[16,071 / 26,099] 139 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1336.a; 9s remote-cache, linux-sandbox ... (44 actions, 19 running)
[16,120 / 26,099] 139 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1336.a; 10s remote-cache, linux-sandbox ... (45 actions, 20 running)
[16,173 / 26,099] 139 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1336.a; 11s remote-cache, linux-sandbox ... (46 actions, 22 running)
[16,234 / 26,099] 139 / 469 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 48.0 MiB / 71.4 MiB; 2s remote-cache ... (44 actions, 18 running)
[16,288 / 26,123] 139 / 469 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 71.0 MiB / 71.4 MiB; 3s remote-cache ... (49 actions, 28 running)
[16,346 / 26,123] 140 / 469 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1362.a; 3s remote-cache, linux-sandbox ... (49 actions, 28 running)
[16,401 / 26,123] 141 / 469 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1362.a; 4s remote-cache, linux-sandbox ... (49 actions, 28 running)
[16,460 / 26,123] 141 / 469 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1362.a; 5s remote-cache, linux-sandbox ... (50 actions, 32 running)
[16,512 / 26,123] 141 / 469 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1362.a; 6s remote-cache, linux-sandbox ... (52 actions, 34 running)
[16,551 / 26,149] 141 / 469 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1362.a; 7s remote-cache, linux-sandbox ... (51 actions, 32 running)
[16,588 / 26,176] 141 / 469 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1362.a; 8s remote-cache, linux-sandbox ... (49 actions, 28 running)
[16,626 / 26,176] 142 / 469 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1362.a; 9s remote-cache, linux-sandbox ... (51 actions, 32 running)
[16,663 / 26,176] 142 / 469 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; 7s remote-cache, linux-sandbox ... (53 actions, 36 running)
[16,690 / 26,176] 142 / 469 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; 8s remote-cache, linux-sandbox ... (53 actions, 36 running)
[16,722 / 26,176] 142 / 469 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; 9s remote-cache, linux-sandbox ... (53 actions, 37 running)
[16,756 / 26,176] 142 / 469 tests; GoCompilePkg pkg/structure/core.recompile1361.a; 8s remote-cache, linux-sandbox ... (51 actions, 33 running)
[16,780 / 26,176] 142 / 469 tests; GoCompilePkg pkg/structure/core.recompile1361.a; 9s remote-cache, linux-sandbox ... (51 actions, 32 running)
[16,829 / 26,176] 142 / 469 tests; GoCompilePkg pkg/structure/core.recompile1361.a; 10s remote-cache, linux-sandbox ... (53 actions, 36 running)
[16,876 / 26,208] 144 / 469 tests; GoCompilePkg pkg/structure/core.recompile1361.a; 11s remote-cache, linux-sandbox ... (55 actions, 40 running)
[16,917 / 26,210] 145 / 469 tests; GoCompilePkg pkg/expression/exec.recompile1352.a; 4s remote-cache, linux-sandbox ... (54 actions, 40 running)
[16,961 / 26,214] 149 / 469 tests; GoLink pkg/infoschema/test/cachetest/cachetest_test_/cachetest_test; Downloading pkg/infoschema/test/cachetest/cachetest_test_/cachetest_test, 63.1 MiB / 65.3 MiB; 3s remote-cache ... (56 actions, 42 running)
[17,031 / 26,214] 149 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/exec.recompile1340.a; 4s remote-cache, linux-sandbox ... (54 actions, 38 running)
[17,088 / 26,214] 149 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/domainmisc.recompile1341.a; 4s remote-cache, linux-sandbox ... (55 actions, 40 running)
[17,119 / 26,214] 149 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 2s remote-cache, linux-sandbox ... (56 actions, 42 running)
[17,161 / 26,214] 150 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 3s remote-cache, linux-sandbox ... (59 actions, 48 running)
[17,205 / 26,214] 150 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 4s remote-cache, linux-sandbox ... (58 actions, 48 running)
[17,260 / 26,214] 150 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 5s remote-cache, linux-sandbox ... (58 actions, 46 running)
[17,293 / 26,216] 151 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 6s remote-cache, linux-sandbox ... (58 actions, 46 running)
[17,319 / 26,216] 151 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 7s remote-cache, linux-sandbox ... (57 actions, 46 running)
[17,365 / 26,216] 151 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 8s remote-cache, linux-sandbox ... (57 actions, 46 running)
[17,391 / 26,216] 151 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 9s remote-cache, linux-sandbox ... (56 actions, 44 running)
[17,414 / 26,216] 151 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 10s remote-cache, linux-sandbox ... (61 actions, 52 running)
[17,453 / 26,216] 151 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 11s remote-cache, linux-sandbox ... (60 actions, 50 running)
[17,481 / 26,216] 151 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 12s remote-cache, linux-sandbox ... (62 actions, 56 running)
[17,508 / 26,216] 151 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 13s remote-cache, linux-sandbox ... (62 actions, 54 running)
[17,548 / 26,216] 151 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 15s remote-cache, linux-sandbox ... (61 actions, 52 running)
[17,574 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 16s remote-cache, linux-sandbox ... (56 actions, 42 running)
[17,596 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 17s remote-cache, linux-sandbox ... (64 actions, 58 running)
[17,611 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 18s remote-cache, linux-sandbox ... (64 actions, 58 running)
[17,637 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 19s remote-cache, linux-sandbox ... (62 actions, 54 running)
[17,691 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 20s remote-cache, linux-sandbox ... (67 actions, 64 running)
[17,735 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 21s remote-cache, linux-sandbox ... (66 actions, 62 running)
[17,771 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 22s remote-cache, linux-sandbox ... (68 actions, 66 running)
[17,814 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 23s remote-cache, linux-sandbox ... (68 actions, 66 running)
[17,858 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 24s remote-cache, linux-sandbox ... (68 actions, 66 running)
[17,920 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 25s remote-cache, linux-sandbox ... (68 actions, 66 running)
[17,949 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 26s remote-cache, linux-sandbox ... (68 actions, 66 running)
[17,989 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 27s remote-cache, linux-sandbox ... (67 actions, 64 running)
[18,032 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 28s remote-cache, linux-sandbox ... (66 actions, 64 running)
[18,098 / 26,216] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 29s remote-cache, linux-sandbox ... (67 actions, 65 running)
[18,129 / 26,253] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 30s remote-cache, linux-sandbox ... (67 actions, 64 running)
[18,161 / 26,253] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 31s remote-cache, linux-sandbox ... (67 actions, 66 running)
[18,202 / 26,253] 152 / 469 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1237.a; 32s remote-cache, linux-sandbox ... (67 actions, 64 running)
[18,239 / 26,253] 152 / 469 tests; GoLink pkg/planner/util/util_test_/util_test; 13s remote-cache, linux-sandbox ... (67 actions, 64 running)
[18,272 / 26,253] 152 / 469 tests; GoCompilePkg pkg/table/tables/core.recompile1364.a; 13s remote-cache, linux-sandbox ... (65 actions, 60 running)
[18,300 / 26,253] 152 / 469 tests; GoCompilePkg pkg/table/tables/core.recompile1364.a; 14s remote-cache, linux-sandbox ... (66 actions, 62 running)
[18,325 / 26,253] 152 / 469 tests; GoCompilePkg pkg/table/tables/core.recompile1364.a; 15s remote-cache, linux-sandbox ... (65 actions, 60 running)
[18,349 / 26,253] 152 / 469 tests; GoCompilePkg pkg/table/tables/core.recompile1364.a; 16s remote-cache, linux-sandbox ... (66 actions, 62 running)
[18,386 / 26,253] 152 / 469 tests; GoCompilePkg pkg/table/tables/core.recompile1364.a; 17s remote-cache, linux-sandbox ... (66 actions, 63 running)
[18,426 / 26,253] 152 / 469 tests; GoCompilePkg pkg/table/tables/core.recompile1364.a; 18s remote-cache, linux-sandbox ... (64 actions, 58 running)
[18,461 / 26,262] 153 / 469 tests; GoCompilePkg pkg/table/tables/core.recompile1364.a; 19s remote-cache, linux-sandbox ... (66 actions, 62 running)
[18,496 / 26,277] 155 / 469 tests; GoCompilePkg pkg/table/tables/core.recompile1364.a; 20s remote-cache, linux-sandbox ... (66 actions, 62 running)
[18,535 / 26,279] 156 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 18s remote-cache, linux-sandbox ... (66 actions, 62 running)
[18,585 / 26,279] 157 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 19s remote-cache, linux-sandbox ... (66 actions, 63 running)
[18,617 / 26,279] 157 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 20s remote-cache, linux-sandbox ... (67 actions, 64 running)
[18,644 / 26,279] 158 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 21s remote-cache, linux-sandbox ... (66 actions, 62 running)
[18,685 / 26,279] 158 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 22s remote-cache, linux-sandbox ... (65 actions, 61 running)
[18,716 / 26,279] 158 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 23s remote-cache, linux-sandbox ... (67 actions, 64 running)
[18,739 / 26,279] 158 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 24s remote-cache, linux-sandbox ... (67 actions, 64 running)
[18,777 / 26,279] 158 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 25s remote-cache, linux-sandbox ... (68 actions, 66 running)
[18,811 / 26,279] 158 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 26s remote-cache, linux-sandbox ... (67 actions, 64 running)
[18,835 / 26,279] 158 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 27s remote-cache, linux-sandbox ... (66 actions, 63 running)
[18,872 / 26,279] 158 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 28s remote-cache, linux-sandbox ... (65 actions, 61 running)
[18,908 / 26,279] 158 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 29s remote-cache, linux-sandbox ... (67 actions, 64 running)
[18,921 / 26,279] 158 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[18,933 / 26,279] 158 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[18,944 / 26,279] 158 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 32s remote-cache, linux-sandbox ... (68 actions, 66 running)
[18,961 / 26,279] 158 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1365.a; 34s remote-cache, linux-sandbox ... (68 actions, 66 running)
[18,978 / 26,279] 158 / 469 tests; GoCompilePkg pkg/expression/core.recompile1364.a; 29s remote-cache, linux-sandbox ... (68 actions, 67 running)
[18,993 / 26,279] 158 / 469 tests; GoCompilePkg pkg/expression/core.recompile1364.a; 30s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,013 / 26,279] 158 / 469 tests; GoCompilePkg pkg/expression/core.recompile1364.a; 31s remote-cache, linux-sandbox ... (65 actions, 60 running)
[19,030 / 26,279] 158 / 469 tests; GoCompilePkg pkg/expression/core.recompile1364.a; 32s remote-cache, linux-sandbox ... (63 actions, 56 running)
[19,054 / 26,279] 158 / 469 tests; GoCompilePkg pkg/expression/core.recompile1364.a; 33s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,071 / 26,279] 158 / 469 tests; GoCompilePkg pkg/expression/core.recompile1364.a; 34s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,083 / 26,279] 158 / 469 tests; GoCompilePkg pkg/expression/core.recompile1364.a; 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,093 / 26,279] 158 / 469 tests; GoCompilePkg pkg/expression/core.recompile1364.a; 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,107 / 26,279] 158 / 469 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,115 / 26,279] 158 / 469 tests; GoCompilePkg pkg/sessionctx/sessionstates/executor.recompile1411.a; 20s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,131 / 26,279] 158 / 469 tests; GoLink pkg/structure/structure_test_/structure_test; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,137 / 26,279] 158 / 469 tests; GoLink pkg/structure/structure_test_/structure_test; 22s remote-cache, linux-sandbox ... (69 actions running)
[19,144 / 26,279] 158 / 469 tests; GoLink pkg/structure/structure_test_/structure_test; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,152 / 26,279] 158 / 469 tests; GoLink pkg/structure/structure_test_/structure_test; 25s remote-cache, linux-sandbox ... (70 actions running)
[19,158 / 26,279] 158 / 469 tests; GoLink pkg/structure/structure_test_/structure_test; 26s remote-cache, linux-sandbox ... (70 actions running)
[19,172 / 26,279] 158 / 469 tests; GoCompilePkg pkg/table/tables/executor.recompile1387.a; 18s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,187 / 26,279] 158 / 469 tests; GoCompilePkg pkg/table/tables/executor.recompile1387.a; 19s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,208 / 26,279] 158 / 469 tests; GoCompilePkg pkg/table/tables/executor.recompile1387.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,224 / 26,279] 158 / 469 tests; GoCompilePkg pkg/sessionctx/variable/executor.recompile1386.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,234 / 26,279] 158 / 469 tests; GoCompilePkg pkg/sessionctx/variable/executor.recompile1386.a; 18s remote-cache, linux-sandbox ... (69 actions running)
[19,253 / 26,279] 158 / 469 tests; GoLink pkg/meta/meta_test_/meta_test; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,270 / 26,279] 158 / 469 tests; GoLink pkg/meta/meta_test_/meta_test; 18s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,296 / 26,281] 159 / 469 tests; GoLink pkg/meta/meta_test_/meta_test; 19s remote-cache, linux-sandbox ... (68 actions, 67 running)
[19,308 / 26,281] 159 / 469 tests; GoLink pkg/meta/meta_test_/meta_test; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,322 / 26,281] 159 / 469 tests; GoLink pkg/meta/meta_test_/meta_test; 22s remote-cache, linux-sandbox ... (68 actions, 67 running)
[19,340 / 26,281] 159 / 469 tests; GoLink pkg/meta/meta_test_/meta_test; 23s remote-cache, linux-sandbox ... (66 actions, 62 running)
[19,354 / 26,281] 159 / 469 tests; GoLink pkg/meta/meta_test_/meta_test; 24s remote-cache, linux-sandbox ... (64 actions, 58 running)
[19,365 / 26,281] 159 / 469 tests; GoLink pkg/meta/meta_test_/meta_test; 25s remote-cache, linux-sandbox ... (64 actions, 59 running)
[19,377 / 26,332] 159 / 469 tests; GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 23s remote-cache, linux-sandbox ... (62 actions, 55 running)
[19,389 / 26,332] 159 / 469 tests; GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 24s remote-cache, linux-sandbox ... (64 actions, 58 running)
[19,396 / 26,332] 159 / 469 tests; GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 26s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,416 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 22s remote-cache, linux-sandbox ... (67 actions, 64 running)
[19,425 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 23s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,437 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 24s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,455 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 25s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,462 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 26s remote-cache, linux-sandbox ... (67 actions, 65 running)
[19,474 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,481 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 28s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,492 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 29s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,508 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 30s remote-cache, linux-sandbox ... (69 actions running)
[19,514 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,523 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,536 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,549 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,558 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,564 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,578 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 38s remote-cache, linux-sandbox ... (70 actions running)
[19,593 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 39s remote-cache, linux-sandbox ... (70 actions running)
[19,613 / 26,332] 159 / 469 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1365.a; 40s remote-cache, linux-sandbox ... (68 actions running)
[19,625 / 26,332] 159 / 469 tests; GoCompilePkg pkg/planner/core/core.a; 35s remote-cache, linux-sandbox ... (66 actions, 62 running)
[19,638 / 26,332] 159 / 469 tests; GoCompilePkg pkg/planner/core/core.a; 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,648 / 26,332] 159 / 469 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 18s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,670 / 26,332] 159 / 469 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 19s remote-cache, linux-sandbox ... (66 actions, 62 running)
[19,688 / 26,332] 159 / 469 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 21s remote-cache, linux-sandbox ... (66 actions, 62 running)
[19,704 / 26,332] 159 / 469 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 22s remote-cache, linux-sandbox ... (66 actions, 63 running)
[19,709 / 26,332] 159 / 469 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,728 / 26,332] 159 / 469 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,739 / 26,332] 159 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1390.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,748 / 26,332] 159 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1390.a; 25s remote-cache, linux-sandbox ... (70 actions running)
[19,758 / 26,332] 159 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1390.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,772 / 26,332] 159 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1390.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,786 / 26,332] 159 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1390.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,793 / 26,332] 159 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1390.a; 29s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,800 / 26,332] 159 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1390.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,816 / 26,332] 159 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1390.a; 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,828 / 26,332] 159 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1390.a; 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,838 / 26,332] 159 / 469 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1390.a; 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,845 / 26,332] 159 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 14s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,861 / 26,332] 159 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 15s remote-cache, linux-sandbox ... (67 actions, 65 running)
[19,874 / 26,332] 159 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 16s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,894 / 26,346] 159 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 18s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,908 / 26,346] 159 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 19s remote-cache, linux-sandbox ... (65 actions, 61 running)
[19,920 / 26,346] 159 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,939 / 26,350] 161 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 21s remote-cache, linux-sandbox ... (67 actions, 65 running)
[19,961 / 26,362] 165 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[19,975 / 26,362] 165 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 23s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,984 / 26,364] 167 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 24s remote-cache, linux-sandbox ... (68 actions, 66 running)
[19,996 / 26,370] 167 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,010 / 26,384] 168 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,022 / 26,384] 168 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,039 / 26,384] 168 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 28s remote-cache, linux-sandbox ... (67 actions, 64 running)
[20,050 / 26,384] 168 / 469 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 29s remote-cache, linux-sandbox ... (67 actions, 65 running)
[20,075 / 26,391] 170 / 469 tests; GoCompilePkg pkg/bindinfo/core.recompile1391.a; 29s remote-cache, linux-sandbox ... (67 actions, 64 running)
[20,090 / 26,396] 171 / 469 tests; GoCompilePkg pkg/bindinfo/core.recompile1391.a; 30s remote-cache, linux-sandbox ... (68 actions, 66 running)
[20,097 / 26,396] 171 / 469 tests; GoCompilePkg pkg/bindinfo/core.recompile1391.a; 31s remote-cache, linux-sandbox ... (68 actions, 66 running)
[20,129 / 26,441] 174 / 469 tests; GoCompilePkg pkg/bindinfo/core.recompile1391.a; 32s remote-cache, linux-sandbox ... (68 actions, 66 running)
[20,139 / 26,441] 174 / 469 tests; GoCompilePkg pkg/bindinfo/core.recompile1391.a; 33s remote-cache, linux-sandbox ... (67 actions, 64 running)
[20,169 / 26,441] 174 / 469 tests; GoCompilePkg pkg/bindinfo/core.recompile1391.a; 34s remote-cache, linux-sandbox ... (68 actions, 66 running)
[20,185 / 26,441] 174 / 469 tests; GoCompilePkg pkg/bindinfo/core.recompile1391.a; 35s remote-cache, linux-sandbox ... (67 actions, 65 running)
[20,202 / 26,441] 174 / 469 tests; GoCompilePkg pkg/bindinfo/core.recompile1391.a; 36s remote-cache, linux-sandbox ... (67 actions, 65 running)
[20,226 / 26,441] 174 / 469 tests; GoCompilePkg pkg/bindinfo/core.recompile1391.a; 37s remote-cache, linux-sandbox ... (67 actions, 65 running)
[20,250 / 26,441] 174 / 469 tests; GoCompilePkg pkg/bindinfo/core.recompile1391.a; 38s remote-cache, linux-sandbox ... (68 actions, 66 running)
[20,280 / 26,441] 174 / 469 tests; GoCompilePkg pkg/expression/executor.recompile1389.a; 34s remote-cache, linux-sandbox ... (68 actions, 66 running)
[20,307 / 26,441] 174 / 469 tests; GoCompilePkg pkg/expression/executor.recompile1389.a; 35s remote-cache, linux-sandbox ... (67 actions, 64 running)
[20,350 / 26,441] 174 / 469 tests; GoCompilePkg pkg/expression/executor.recompile1389.a; 36s remote-cache, linux-sandbox ... (67 actions, 64 running)
[20,393 / 26,441] 174 / 469 tests; GoCompilePkg pkg/expression/executor.recompile1389.a; 37s remote-cache, linux-sandbox ... (67 actions, 64 running)
[20,421 / 26,441] 174 / 469 tests; GoCompilePkg pkg/expression/executor.recompile1389.a; 38s remote-cache, linux-sandbox ... (65 actions, 60 running)
[20,477 / 26,441] 175 / 469 tests; GoCompilePkg pkg/statistics/handle/globalstats/executor.recompile1387.a; 17s remote-cache, linux-sandbox ... (65 actions, 60 running)
[20,509 / 26,446] 176 / 469 tests; GoCompilePkg br/pkg/checksum/core.recompile1389.a; 16s remote-cache, linux-sandbox ... (68 actions, 66 running)
[20,547 / 26,458] 177 / 469 tests; GoCompilePkg br/pkg/checksum/core.recompile1389.a; 17s remote-cache, linux-sandbox ... (68 actions, 66 running)
[20,574 / 26,458] 177 / 469 tests; GoCompilePkg br/pkg/checksum/core.recompile1389.a; 18s remote-cache, linux-sandbox ... (66 actions, 62 running)
[20,605 / 26,458] 177 / 469 tests; GoCompilePkg br/pkg/checksum/core.recompile1389.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,621 / 26,458] 178 / 469 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; 21s remote-cache, linux-sandbox ... (70 actions running)
[20,638 / 26,458] 178 / 469 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; 22s remote-cache, linux-sandbox ... (70 actions running)
[20,648 / 26,458] 178 / 469 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,657 / 26,458] 178 / 469 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; 24s remote-cache, linux-sandbox ... (65 actions, 60 running)
[20,673 / 26,458] 178 / 469 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,695 / 26,458] 178 / 469 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,714 / 26,458] 178 / 469 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,721 / 26,458] 178 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 19s remote-cache, linux-sandbox ... (70 actions running)
[20,734 / 26,458] 178 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 20s remote-cache, linux-sandbox ... (70 actions running)
[20,737 / 26,458] 178 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,759 / 26,458] 178 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,771 / 26,458] 178 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,786 / 26,458] 178 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,809 / 26,458] 178 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 25s remote-cache, linux-sandbox ... (68 actions, 66 running)
[20,814 / 26,458] 178 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,825 / 26,458] 178 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 27s remote-cache, linux-sandbox ... (67 actions, 64 running)
[20,834 / 26,458] 178 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,841 / 26,458] 178 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 29s remote-cache, linux-sandbox ... (68 actions, 66 running)
[20,883 / 26,464] 178 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[20,934 / 26,468] 180 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 31s remote-cache, linux-sandbox ... (68 actions, 66 running)
[20,979 / 26,482] 182 / 469 tests; GoCompilePkg pkg/executor/importer/executor.recompile1519.a; 32s remote-cache, linux-sandbox ... (65 actions, 60 running)
[21,048 / 26,482] 182 / 469 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 21s remote-cache, linux-sandbox ... (67 actions, 64 running)
[21,125 / 26,484] 183 / 469 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 22s remote-cache, linux-sandbox ... (67 actions, 64 running)
[21,179 / 26,489] 185 / 469 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 23s remote-cache, linux-sandbox ... (67 actions, 64 running)
[21,242 / 26,491] 186 / 469 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 24s remote-cache, linux-sandbox ... (67 actions, 64 running)
[21,306 / 26,521] 187 / 469 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 25s remote-cache, linux-sandbox ... (65 actions, 60 running)
[21,355 / 26,521] 188 / 469 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 26s remote-cache, linux-sandbox ... (66 actions, 62 running)
[21,417 / 26,521] 188 / 469 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 27s remote-cache, linux-sandbox ... (67 actions, 64 running)
[21,423 / 26,521] 188 / 469 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 28s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,435 / 26,521] 188 / 469 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 29s remote-cache, linux-sandbox ... (66 actions, 62 running)
[21,463 / 26,521] 188 / 469 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 30s remote-cache, linux-sandbox ... (65 actions, 62 running)
[21,487 / 26,521] 188 / 469 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 31s remote-cache, linux-sandbox ... (67 actions, 64 running)
[21,495 / 26,521] 188 / 469 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 31s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,497 / 26,521] 188 / 469 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 32s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,508 / 26,521] 188 / 469 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 33s remote-cache, linux-sandbox ... (67 actions, 64 running)
[21,543 / 26,571] 189 / 469 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 34s remote-cache, linux-sandbox ... (67 actions, 64 running)
[21,568 / 26,571] 189 / 469 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 35s remote-cache, linux-sandbox ... (67 actions, 64 running)
[21,578 / 26,571] 189 / 469 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 37s remote-cache, linux-sandbox ... (67 actions, 64 running)
[21,589 / 26,571] 189 / 469 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 24s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,602 / 26,571] 189 / 469 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 25s remote-cache, linux-sandbox ... (66 actions, 62 running)
[21,621 / 26,571] 189 / 469 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 26s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,639 / 26,571] 189 / 469 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 27s remote-cache, linux-sandbox ... (67 actions, 64 running)
[21,659 / 26,576] 190 / 469 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 28s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,666 / 26,576] 191 / 469 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 29s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,678 / 26,576] 191 / 469 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 25s remote-cache, linux-sandbox ... (65 actions, 60 running)
[21,689 / 26,627] 192 / 469 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 26s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,706 / 26,627] 192 / 469 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[21,713 / 26,627] 192 / 469 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 28s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,727 / 26,639] 192 / 469 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 29s remote-cache, linux-sandbox ... (66 actions, 62 running)
[21,752 / 26,639] 193 / 469 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 30s remote-cache, linux-sandbox ... (66 actions, 62 running)
[21,774 / 26,646] 193 / 469 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 31s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,784 / 26,646] 193 / 469 tests; GoCompilePkg pkg/bindinfo/executor.recompile1416.a; 25s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,807 / 26,654] 195 / 469 tests; GoCompilePkg pkg/bindinfo/executor.recompile1416.a; 26s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,816 / 26,654] 196 / 469 tests; GoCompilePkg pkg/bindinfo/executor.recompile1416.a; 27s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,826 / 26,654] 196 / 469 tests; GoCompilePkg pkg/bindinfo/executor.recompile1416.a; 28s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,862 / 26,659] 197 / 469 tests; GoCompilePkg pkg/bindinfo/executor.recompile1416.a; 29s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,875 / 26,670] 198 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 21s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,893 / 26,670] 198 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 22s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,909 / 26,670] 198 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 24s remote-cache, linux-sandbox ... (68 actions, 66 running)
[21,920 / 26,670] 198 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[21,922 / 26,670] 198 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[21,931 / 26,670] 199 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[21,971 / 26,670] 199 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[22,064 / 26,670] 199 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 29s remote-cache, linux-sandbox ... (68 actions, 66 running)
[22,159 / 26,670] 199 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 30s remote-cache, linux-sandbox ... (66 actions, 64 running)
[22,223 / 26,707] 200 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 31s remote-cache, linux-sandbox ... (66 actions, 62 running)
[22,236 / 26,718] 201 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 32s remote-cache, linux-sandbox ... (65 actions, 60 running)
[22,257 / 26,718] 201 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 33s remote-cache, linux-sandbox ... (66 actions, 62 running)
[22,272 / 26,718] 201 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 34s remote-cache, linux-sandbox ... (67 actions, 64 running)
[22,282 / 26,718] 201 / 469 tests; GoLink pkg/expression/expression_test_/expression_test; 35s remote-cache, linux-sandbox ... (67 actions, 64 running)
[22,310 / 26,771] 203 / 469 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 23s remote-cache, linux-sandbox ... (66 actions, 62 running)
[22,368 / 26,780] 207 / 469 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 24s remote-cache, linux-sandbox ... (67 actions, 64 running)
[22,397 / 26,787] 209 / 469 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 25s remote-cache, linux-sandbox ... (67 actions, 64 running)
[22,431 / 26,838] 210 / 469 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 26s remote-cache, linux-sandbox ... (67 actions, 64 running)
[22,457 / 26,838] 210 / 469 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 27s remote-cache, linux-sandbox ... (67 actions, 64 running)
[22,494 / 26,838] 210 / 469 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 28s remote-cache, linux-sandbox ... (67 actions, 64 running)
[22,521 / 26,838] 210 / 469 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 29s remote-cache, linux-sandbox ... (67 actions, 64 running)
[22,561 / 26,838] 210 / 469 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 30s remote-cache, linux-sandbox ... (67 actions, 64 running)
[22,604 / 26,852] 210 / 469 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 31s remote-cache, linux-sandbox ... (61 actions, 52 running)
[22,618 / 26,865] 213 / 469 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 32s remote-cache, linux-sandbox ... (66 actions, 62 running)
[22,628 / 26,865] 213 / 469 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 33s remote-cache, linux-sandbox ... (66 actions, 62 running)
[22,657 / 26,894] 214 / 469 tests; GoLink pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test_/priorityqueue_test; 34s remote-cache, linux-sandbox ... (63 actions, 56 running)
[22,677 / 26,894] 214 / 469 tests; GoCompilePkg pkg/executor/executor.a; 11s remote-cache, linux-sandbox ... (66 actions, 62 running)
[22,692 / 26,945] 215 / 469 tests; GoCompilePkg pkg/executor/executor.a; 12s remote-cache, linux-sandbox ... (66 actions, 62 running)
[22,720 / 26,963] 216 / 469 tests; GoCompilePkg pkg/executor/executor.a; 13s remote-cache, linux-sandbox ... (65 actions, 60 running)
[22,740 / 26,963] 216 / 469 tests; GoCompilePkg pkg/executor/executor.a; 14s remote-cache, linux-sandbox ... (65 actions, 60 running)
[22,753 / 26,963] 216 / 469 tests; GoCompilePkg pkg/executor/executor.a; 15s remote-cache, linux-sandbox ... (65 actions, 60 running)
[22,783 / 26,963] 216 / 469 tests; GoCompilePkg pkg/executor/executor.a; 16s remote-cache, linux-sandbox ... (65 actions, 60 running)
[22,805 / 26,963] 216 / 469 tests; GoCompilePkg pkg/executor/executor.a; 17s remote-cache, linux-sandbox ... (64 actions, 59 running)
[22,822 / 26,963] 216 / 469 tests; GoCompilePkg pkg/executor/executor.a; 18s remote-cache, linux-sandbox ... (65 actions, 60 running)
[22,846 / 26,971] 217 / 469 tests; GoCompilePkg pkg/executor/executor.a; 20s remote-cache, linux-sandbox ... (63 actions, 56 running)
[22,858 / 26,971] 217 / 469 tests; GoCompilePkg pkg/executor/executor.a; 21s remote-cache, linux-sandbox ... (65 actions, 60 running)
[22,873 / 27,022] 218 / 469 tests; GoCompilePkg pkg/executor/executor.a; 22s remote-cache, linux-sandbox ... (66 actions, 62 running)
[22,892 / 27,022] 219 / 469 tests; GoCompilePkg pkg/executor/executor.a; 23s remote-cache, linux-sandbox ... (65 actions, 60 running)
[22,923 / 27,028] 223 / 469 tests; GoCompilePkg pkg/executor/executor.a; 24s remote-cache, linux-sandbox ... (67 actions, 64 running)
[22,941 / 27,039] 223 / 469 tests; GoCompilePkg pkg/executor/executor.a; 25s remote-cache, linux-sandbox ... (64 actions, 60 running)
[22,956 / 27,039] 223 / 469 tests; GoCompilePkg pkg/executor/executor.a; 26s remote-cache, linux-sandbox ... (67 actions, 64 running)
[22,989 / 27,039] 223 / 469 tests; GoCompilePkg pkg/executor/executor.a; 27s remote-cache, linux-sandbox ... (65 actions, 60 running)
[23,023 / 27,039] 224 / 469 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 22s remote-cache, linux-sandbox ... (65 actions, 63 running)
[23,046 / 27,039] 224 / 469 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 18s remote-cache, linux-sandbox ... (66 actions, 62 running)
[23,060 / 27,039] 224 / 469 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 19s remote-cache, linux-sandbox ... (65 actions, 60 running)
[23,090 / 27,039] 224 / 469 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 20s remote-cache, linux-sandbox ... (65 actions, 60 running)
[23,106 / 27,039] 224 / 469 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 21s remote-cache, linux-sandbox ... (66 actions, 62 running)
[23,122 / 27,039] 225 / 469 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 22s remote-cache, linux-sandbox ... (67 actions, 64 running)
[23,141 / 27,039] 225 / 469 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 23s remote-cache, linux-sandbox ... (66 actions, 62 running)
[23,160 / 27,049] 225 / 469 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 24s remote-cache, linux-sandbox ... (65 actions, 60 running)
[23,175 / 27,049] 226 / 469 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 26s remote-cache, linux-sandbox ... (68 actions, 66 running)
[23,197 / 27,049] 226 / 469 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 27s remote-cache, linux-sandbox ... (66 actions, 62 running)
[23,223 / 27,049] 226 / 469 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 28s remote-cache, linux-sandbox ... (66 actions, 62 running)
[23,228 / 27,049] 227 / 469 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 20s remote-cache, linux-sandbox ... (65 actions, 60 running)
[23,257 / 27,049] 227 / 469 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 21s remote-cache, linux-sandbox ... (66 actions, 62 running)
[23,303 / 27,049] 227 / 469 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 22s remote-cache, linux-sandbox ... (68 actions, 66 running)
[23,323 / 27,049] 227 / 469 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 23s remote-cache, linux-sandbox ... (65 actions, 60 running)
[23,342 / 27,049] 227 / 469 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,352 / 27,049] 227 / 469 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,362 / 27,049] 227 / 469 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 26s remote-cache, linux-sandbox ... (68 actions, 66 running)
[23,382 / 27,049] 227 / 469 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,402 / 27,049] 227 / 469 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 29s remote-cache, linux-sandbox ... (68 actions, 66 running)
[23,410 / 27,049] 227 / 469 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,424 / 27,049] 227 / 469 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 23s remote-cache, linux-sandbox ... (62 actions, 54 running)
[23,431 / 27,049] 227 / 469 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 24s remote-cache, linux-sandbox ... (67 actions, 64 running)
[23,445 / 27,049] 227 / 469 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 25s remote-cache, linux-sandbox ... (68 actions, 66 running)
[23,464 / 27,049] 227 / 469 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 26s remote-cache, linux-sandbox ... (66 actions, 62 running)
[23,485 / 27,049] 227 / 469 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 27s remote-cache, linux-sandbox ... (68 actions, 66 running)
[23,515 / 27,049] 227 / 469 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,519 / 27,049] 227 / 469 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 30s remote-cache, linux-sandbox ... (69 actions running)
[23,554 / 27,049] 227 / 469 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 31s remote-cache, linux-sandbox ... (68 actions, 66 running)
[23,563 / 27,049] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 6s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,571 / 27,049] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 7s remote-cache, linux-sandbox ... (70 actions running)
[23,586 / 27,053] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 8s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,599 / 27,053] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 9s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,616 / 27,053] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,631 / 27,053] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 12s remote-cache, linux-sandbox ... (70 actions running)
[23,647 / 27,053] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,663 / 27,053] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 14s remote-cache, linux-sandbox ... (63 actions, 56 running)
[23,688 / 27,053] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,697 / 27,053] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,721 / 27,053] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,739 / 27,055] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 18s remote-cache, linux-sandbox ... (68 actions, 66 running)
[23,750 / 27,064] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,756 / 27,064] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,768 / 27,064] 227 / 469 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 21s remote-cache, linux-sandbox ... (68 actions, 66 running)
[23,774 / 27,064] 228 / 469 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,786 / 27,064] 228 / 469 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 21s remote-cache, linux-sandbox ... (69 actions running)
[23,807 / 27,064] 228 / 469 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[23,830 / 27,064] 228 / 469 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 23s remote-cache, linux-sandbox ... (67 actions, 64 running)
[23,843 / 27,064] 228 / 469 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 24s remote-cache, linux-sandbox ... (68 actions, 66 running)
[23,887 / 27,115] 228 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 22s remote-cache, linux-sandbox ... (67 actions, 64 running)
[23,931 / 27,115] 228 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 23s remote-cache, linux-sandbox ... (67 actions, 64 running)
[23,970 / 27,115] 228 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 24s remote-cache, linux-sandbox ... (67 actions, 64 running)
[23,995 / 27,117] 229 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,033 / 27,117] 229 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 26s remote-cache, linux-sandbox ... (67 actions, 66 running)
[24,073 / 27,136] 229 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 27s remote-cache, linux-sandbox ... (66 actions, 63 running)
[24,099 / 27,138] 231 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,118 / 27,138] 231 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 29s remote-cache, linux-sandbox ... (68 actions, 66 running)
[24,144 / 27,138] 231 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,173 / 27,138] 231 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 31s remote-cache, linux-sandbox ... (68 actions, 66 running)
[24,180 / 27,138] 232 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 32s remote-cache, linux-sandbox ... (68 actions, 67 running)
[24,205 / 27,140] 232 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 33s remote-cache, linux-sandbox ... (62 actions, 55 running)
[24,219 / 27,140] 232 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 34s remote-cache, linux-sandbox ... (70 actions running)
[24,230 / 27,140] 232 / 469 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1406.a; 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,264 / 27,146] 233 / 469 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 29s remote-cache, linux-sandbox ... (66 actions, 64 running)
[24,292 / 27,146] 233 / 469 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,311 / 27,146] 233 / 469 tests; GoLink pkg/planner/cascades/task/task_test_/task_test; 4s remote-cache, linux-sandbox ... (65 actions, 60 running)
[24,317 / 27,146] 233 / 469 tests; GoLink pkg/planner/cascades/task/task_test_/task_test; 6s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,324 / 27,146] 233 / 469 tests; GoLink pkg/planner/cascades/task/task_test_/task_test; 7s remote-cache, linux-sandbox ... (64 actions, 60 running)
[24,352 / 27,146] 233 / 469 tests; GoLink pkg/planner/cascades/task/task_test_/task_test; 8s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,368 / 27,146] 233 / 469 tests; GoLink pkg/planner/cascades/task/task_test_/task_test; 9s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,388 / 27,146] 233 / 469 tests; GoCompilePkg pkg/domain/core.recompile1526.a; 9s remote-cache, linux-sandbox ... (67 actions, 64 running)
[24,405 / 27,146] 234 / 469 tests; GoCompilePkg pkg/domain/core.recompile1526.a; 10s remote-cache, linux-sandbox ... (66 actions, 64 running)
[24,420 / 27,146] 234 / 469 tests; GoCompilePkg pkg/domain/core.recompile1526.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,444 / 27,150] 234 / 469 tests; GoCompilePkg pkg/domain/core.recompile1526.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,471 / 27,163] 234 / 469 tests; GoCompilePkg pkg/domain/core.recompile1526.a; 14s remote-cache, linux-sandbox ... (67 actions, 66 running)
[24,486 / 27,163] 234 / 469 tests; GoCompilePkg pkg/domain/core.recompile1526.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,494 / 27,163] 234 / 469 tests; GoCompilePkg pkg/domain/core.recompile1526.a; 16s remote-cache, linux-sandbox ... (67 actions, 66 running)
[24,508 / 27,163] 234 / 469 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,528 / 27,165] 234 / 469 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; 18s remote-cache, linux-sandbox ... (67 actions, 66 running)
[24,543 / 27,165] 234 / 469 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,550 / 27,165] 234 / 469 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; 20s remote-cache, linux-sandbox ... (66 actions, 63 running)
[24,560 / 27,165] 234 / 469 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,584 / 27,216] 236 / 469 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,603 / 27,223] 237 / 469 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,613 / 27,223] 237 / 469 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; 24s remote-cache, linux-sandbox ... (66 actions, 63 running)
[24,626 / 27,223] 237 / 469 tests; GoCompilePkg pkg/ddl/schematracker/executor.recompile1374.a; 18s remote-cache, linux-sandbox ... (68 actions, 67 running)
[24,648 / 27,223] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,659 / 27,223] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,677 / 27,223] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 16s remote-cache, linux-sandbox ... (69 actions running)
[24,695 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,707 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,715 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,729 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 20s remote-cache, linux-sandbox ... (70 actions running)
[24,743 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 21s remote-cache, linux-sandbox ... (70 actions running)
[24,756 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 22s remote-cache, linux-sandbox ... (70 actions running)
[24,763 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,768 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,777 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 25s remote-cache, linux-sandbox ... (67 actions, 65 running)
[24,792 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,813 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 27s remote-cache, linux-sandbox ... (68 actions, 66 running)
[24,819 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,833 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,842 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 30s remote-cache, linux-sandbox ... (68 actions, 67 running)
[24,851 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,858 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 33s remote-cache, linux-sandbox ... (70 actions running)
[24,861 / 27,227] 237 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 34s remote-cache, linux-sandbox ... (70 actions running)
[24,867 / 27,227] 238 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,871 / 27,227] 238 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 36s remote-cache, linux-sandbox ... (70 actions running)
[24,883 / 27,227] 238 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,893 / 27,227] 238 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,904 / 27,227] 238 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,918 / 27,227] 238 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 41s remote-cache, linux-sandbox ... (65 actions, 64 running)
[24,937 / 27,236] 239 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,947 / 27,236] 239 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,957 / 27,281] 239 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 44s remote-cache, linux-sandbox ... (70 actions running)
[24,977 / 27,281] 239 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[24,991 / 27,281] 239 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,001 / 27,281] 239 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,017 / 27,281] 240 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 49s remote-cache, linux-sandbox ... (67 actions, 64 running)
[25,031 / 27,281] 240 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 50s remote-cache, linux-sandbox ... (70 actions running)
[25,050 / 27,281] 240 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,068 / 27,281] 240 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 52s remote-cache, linux-sandbox ... (67 actions, 64 running)
[25,082 / 27,281] 240 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,102 / 27,281] 240 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,114 / 27,281] 240 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 56s remote-cache, linux-sandbox ... (69 actions running)
[25,129 / 27,281] 240 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,142 / 27,281] 240 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,146 / 27,281] 240 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 59s remote-cache, linux-sandbox ... (70 actions running)
[25,154 / 27,281] 240 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,169 / 27,285] 241 / 469 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 48 of 50); 61s remote-cache, linux-sandbox ... (66 actions, 64 running)
[25,183 / 27,285] 242 / 469 tests; GoLink pkg/store/store_test_/store_test; 27s remote-cache, linux-sandbox ... (68 actions, 66 running)
[25,187 / 27,285] 242 / 469 tests; GoLink pkg/store/store_test_/store_test; 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,195 / 27,285] 242 / 469 tests; GoLink pkg/store/store_test_/store_test; 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,202 / 27,285] 242 / 469 tests; GoLink pkg/store/store_test_/store_test; 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,213 / 27,285] 243 / 469 tests; GoLink pkg/store/store_test_/store_test; 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,223 / 27,285] 243 / 469 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,233 / 27,287] 243 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,240 / 27,287] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,247 / 27,287] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,254 / 27,287] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,257 / 27,287] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,259 / 27,287] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,264 / 27,287] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 32s remote-cache, linux-sandbox ... (70 actions running)
[25,268 / 27,287] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 33s remote-cache, linux-sandbox ... (70 actions running)
[25,278 / 27,287] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 34s remote-cache, linux-sandbox ... (70 actions running)
[25,283 / 27,287] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,290 / 27,287] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,294 / 27,314] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,301 / 27,314] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 39s remote-cache, linux-sandbox ... (68 actions, 66 running)
[25,307 / 27,314] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 40s remote-cache, linux-sandbox ... (68 actions, 67 running)
[25,313 / 27,314] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,321 / 27,323] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,329 / 27,325] 244 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 43s remote-cache, linux-sandbox ... (70 actions running)
[25,340 / 27,325] 245 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,342 / 27,325] 245 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,352 / 27,325] 245 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,354 / 27,325] 246 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,364 / 27,327] 246 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 49s remote-cache, linux-sandbox ... (67 actions, 65 running)
[25,380 / 27,327] 246 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,389 / 27,345] 246 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,398 / 27,345] 247 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 52s remote-cache, linux-sandbox ... (68 actions, 67 running)
[25,405 / 27,351] 247 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 53s remote-cache, linux-sandbox ... (66 actions, 62 running)
[25,415 / 27,367] 247 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 54s remote-cache, linux-sandbox ... (67 actions, 66 running)
[25,421 / 27,367] 248 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,428 / 27,398] 248 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,437 / 27,412] 249 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 57s remote-cache, linux-sandbox ... (70 actions running)
[25,445 / 27,442] 250 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,450 / 27,442] 251 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,456 / 27,442] 251 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,467 / 27,442] 251 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,473 / 27,442] 251 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,483 / 27,444] 251 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 64s remote-cache, linux-sandbox ... (70 actions running)
[25,488 / 27,444] 251 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 66s remote-cache, linux-sandbox ... (65 actions, 60 running)
[25,488 / 27,444] 251 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 67s remote-cache, linux-sandbox ... (65 actions, 60 running)
[25,488 / 27,444] 251 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 68s remote-cache, linux-sandbox ... (65 actions, 60 running)
[25,498 / 27,444] 252 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 69s remote-cache, linux-sandbox ... (70 actions running)
[25,505 / 27,444] 252 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,509 / 27,444] 252 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 71s remote-cache, linux-sandbox ... (70 actions running)
[25,510 / 27,444] 252 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 73s remote-cache, linux-sandbox ... (69 actions running)
[25,513 / 27,444] 252 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 74s remote-cache, linux-sandbox ... (69 actions running)
[25,529 / 27,446] 252 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,535 / 27,446] 252 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 76s remote-cache, linux-sandbox ... (70 actions running)
[25,537 / 27,446] 252 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,541 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 78s remote-cache, linux-sandbox ... (70 actions running)
[25,543 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 79s remote-cache, linux-sandbox ... (70 actions running)
[25,547 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 81s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,550 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 82s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,553 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 83s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,558 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,560 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 85s remote-cache, linux-sandbox ... (70 actions running)
[25,563 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 86s remote-cache, linux-sandbox ... (70 actions running)
[25,568 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 88s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,572 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 89s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,574 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 90s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,576 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 91s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,576 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 92s remote-cache, linux-sandbox ... (70 actions running)
[25,579 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 94s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,584 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 95s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,589 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 96s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,589 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 97s remote-cache, linux-sandbox ... (70 actions running)
[25,592 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 98s remote-cache, linux-sandbox ... (70 actions running)
[25,595 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 99s remote-cache, linux-sandbox ... (70 actions running)
[25,599 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 101s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,605 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 102s remote-cache, linux-sandbox ... (70 actions running)
[25,606 / 27,472] 253 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 103s remote-cache, linux-sandbox ... (70 actions running)
[25,610 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 105s remote-cache, linux-sandbox ... (68 actions, 66 running)
[25,612 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 106s remote-cache, linux-sandbox ... (70 actions running)
[25,617 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 107s remote-cache, linux-sandbox ... (69 actions running)
[25,620 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 108s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,623 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 109s remote-cache, linux-sandbox ... (67 actions, 66 running)
[25,625 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 110s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,628 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 112s remote-cache, linux-sandbox ... (70 actions running)
[25,634 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 113s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,641 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 114s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,647 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 116s remote-cache, linux-sandbox ... (70 actions running)
[25,650 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 117s remote-cache, linux-sandbox ... (70 actions running)
[25,656 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 118s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,661 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 119s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,668 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 120s remote-cache, linux-sandbox ... (69 actions, 68 running)
FAIL: //pkg/resourcegroup/tests:tests_test (shard 8 of 8) (see /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_8_of_8/test_attempts/attempt_1.log)
[25,674 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 121s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,682 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 123s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,684 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 124s remote-cache, linux-sandbox ... (69 actions, 68 running)
FAIL: //pkg/resourcegroup/tests:tests_test (shard 1 of 8) (see /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_1_of_8/test_attempts/attempt_1.log)
[25,688 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 125s remote-cache, linux-sandbox ... (70 actions running)
[25,694 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 126s remote-cache, linux-sandbox ... (70 actions running)
[25,699 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 127s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,701 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 128s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,708 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 44 of 44); 129s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,711 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 115s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,712 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 116s remote-cache, linux-sandbox ... (70 actions running)
[25,718 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 117s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,727 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 118s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,731 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 120s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,736 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 121s remote-cache, linux-sandbox ... (70 actions running)
[25,745 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 122s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,748 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 124s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,753 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 125s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,755 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 126s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,760 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 127s remote-cache, linux-sandbox ... (66 actions, 65 running)
[25,768 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 128s remote-cache, linux-sandbox ... (70 actions running)
[25,770 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 129s remote-cache, linux-sandbox ... (70 actions running)
[25,772 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 130s remote-cache, linux-sandbox ... (70 actions running)
[25,775 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 131s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,783 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 132s remote-cache, linux-sandbox ... (70 actions running)
[25,786 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 134s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,787 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 135s remote-cache, linux-sandbox ... (69 actions running)
[25,791 / 27,472] 254 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 136s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,802 / 27,472] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 137s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,808 / 27,472] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 138s remote-cache, linux-sandbox ... (70 actions running)
[25,810 / 27,472] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 139s remote-cache, linux-sandbox ... (70 actions running)
[25,815 / 27,472] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 140s remote-cache, linux-sandbox ... (70 actions running)
[25,823 / 27,472] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 141s remote-cache, linux-sandbox ... (68 actions, 66 running)
[25,831 / 27,472] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 142s remote-cache, linux-sandbox ... (69 actions running)
[25,836 / 27,491] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 144s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,841 / 27,491] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 145s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,846 / 27,491] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 146s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,855 / 27,491] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 147s remote-cache, linux-sandbox ... (67 actions, 66 running)
[25,862 / 27,491] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 148s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,865 / 27,491] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 149s remote-cache, linux-sandbox ... (70 actions running)
[25,869 / 27,491] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 150s remote-cache, linux-sandbox ... (70 actions running)
[25,874 / 27,491] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 151s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,877 / 27,491] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 153s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,881 / 27,491] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 154s remote-cache, linux-sandbox ... (70 actions running)
[25,882 / 27,491] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 155s remote-cache, linux-sandbox ... (70 actions running)
[25,884 / 27,491] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 156s remote-cache, linux-sandbox ... (70 actions running)
[25,889 / 27,491] 255 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 157s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,895 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 159s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,904 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 160s remote-cache, linux-sandbox ... (69 actions running)
[25,907 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 161s remote-cache, linux-sandbox ... (70 actions running)
[25,911 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 163s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,914 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 164s remote-cache, linux-sandbox ... (69 actions running)
[25,917 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 165s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,919 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 166s remote-cache, linux-sandbox ... (69 actions running)
[25,920 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 167s remote-cache, linux-sandbox ... (70 actions running)
FAIL: //pkg/resourcegroup/tests:tests_test (shard 8 of 8) (see /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_8_of_8/test_attempts/attempt_2.log)
[25,927 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 168s remote-cache, linux-sandbox ... (70 actions running)
[25,934 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 169s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,939 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 170s remote-cache, linux-sandbox ... (70 actions running)
[25,943 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 171s remote-cache, linux-sandbox ... (70 actions running)
[25,943 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 173s remote-cache, linux-sandbox ... (70 actions running)
FAIL: //pkg/resourcegroup/tests:tests_test (shard 1 of 8) (see /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_1_of_8/test_attempts/attempt_2.log)
[25,944 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 174s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,953 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 175s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,955 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 176s remote-cache, linux-sandbox ... (70 actions running)
[25,961 / 27,491] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 177s remote-cache, linux-sandbox ... (70 actions running)
[25,970 / 27,507] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 178s remote-cache, linux-sandbox ... (70 actions running)
[25,973 / 27,507] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 179s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,984 / 27,507] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 180s remote-cache, linux-sandbox ... (67 actions, 66 running)
[25,985 / 27,507] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 181s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,988 / 27,507] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 182s remote-cache, linux-sandbox ... (69 actions, 68 running)
[25,994 / 27,507] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 2 of 44); 183s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,006 / 27,507] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 116s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,012 / 27,507] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 117s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,021 / 27,507] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 118s remote-cache, linux-sandbox ... (70 actions running)
[26,025 / 27,507] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 119s remote-cache, linux-sandbox ... (70 actions running)
[26,031 / 27,507] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 120s remote-cache, linux-sandbox ... (70 actions running)
[26,040 / 27,558] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 121s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,048 / 27,558] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 123s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,056 / 27,558] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 124s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,057 / 27,558] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 125s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,059 / 27,558] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 126s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,068 / 27,567] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 127s remote-cache, linux-sandbox ... (70 actions running)
[26,073 / 27,567] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 128s remote-cache, linux-sandbox ... (68 actions, 67 running)
[26,078 / 27,567] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 130s remote-cache, linux-sandbox ... (70 actions running)
[26,081 / 27,567] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 131s remote-cache, linux-sandbox ... (70 actions running)
[26,086 / 27,567] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 132s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,091 / 27,567] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 133s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,098 / 27,567] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 134s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,108 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 135s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,111 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 137s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,115 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 138s remote-cache, linux-sandbox ... (70 actions running)
[26,117 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 139s remote-cache, linux-sandbox ... (70 actions running)
[26,120 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 140s remote-cache, linux-sandbox ... (70 actions running)
[26,122 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 5 of 44); 142s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,128 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 120s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,131 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 121s remote-cache, linux-sandbox ... (70 actions running)
[26,132 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 123s remote-cache, linux-sandbox ... (70 actions running)
[26,134 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 124s remote-cache, linux-sandbox ... (70 actions running)
[26,135 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 125s remote-cache, linux-sandbox ... (70 actions running)
[26,136 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 126s remote-cache, linux-sandbox ... (70 actions running)
[26,140 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 127s remote-cache, linux-sandbox ... (70 actions running)
[26,143 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 128s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,147 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 130s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,152 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 131s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,153 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 132s remote-cache, linux-sandbox ... (70 actions running)
[26,155 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 134s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,158 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 135s remote-cache, linux-sandbox ... (70 actions running)
[26,160 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 136s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,164 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 137s remote-cache, linux-sandbox ... (70 actions running)
[26,169 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 138s remote-cache, linux-sandbox ... (70 actions running)
[26,171 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 139s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,173 / 27,582] 256 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 140s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,178 / 27,582] 257 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 141s remote-cache, linux-sandbox ... (68 actions, 66 running)
[26,183 / 27,584] 257 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 143s remote-cache, linux-sandbox ... (70 actions running)
[26,191 / 27,584] 257 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 145s remote-cache, linux-sandbox ... (69 actions, 68 running)
FAIL: //pkg/resourcegroup/tests:tests_test (shard 1 of 8) (see /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_1_of_8/test_attempts/attempt_3.log)
[26,196 / 27,584] 258 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 146s remote-cache, linux-sandbox ... (69 actions, 68 running)
FAIL: //pkg/resourcegroup/tests:tests_test (shard 8 of 8) (see /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_8_of_8/test_attempts/attempt_3.log)
[26,198 / 27,584] 258 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 147s remote-cache, linux-sandbox ... (70 actions running)
[26,200 / 27,584] 258 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 148s remote-cache, linux-sandbox ... (70 actions running)
[26,203 / 27,584] 258 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 149s remote-cache, linux-sandbox ... (70 actions running)
[26,206 / 27,584] 258 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 151s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,211 / 27,588] 258 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 152s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,219 / 27,588] 259 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 153s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,225 / 27,588] 259 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 154s remote-cache, linux-sandbox ... (70 actions running)
[26,227 / 27,588] 259 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 155s remote-cache, linux-sandbox ... (70 actions running)
[26,230 / 27,588] 259 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 156s remote-cache, linux-sandbox ... (70 actions running)
[26,234 / 27,588] 259 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 157s remote-cache, linux-sandbox ... (70 actions running)
[26,241 / 27,590] 259 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 158s remote-cache, linux-sandbox ... (68 actions, 66 running)
[26,246 / 27,598] 259 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 160s remote-cache, linux-sandbox ... (69 actions, 68 running)
[26,249 / 27,598] 259 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 161s remote-cache, linux-sandbox ... (70 actions running)
[26,251 / 27,620] 260 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 162s remote-cache, linux-sandbox ... (70 actions running)
[26,252 / 27,620] 260 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 163s remote-cache, linux-sandbox ... (70 actions running)
[26,255 / 27,620] 260 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 164s remote-cache, linux-sandbox ... (70 actions running)
FAIL: //pkg/resourcegroup/tests:tests_test (shard 2 of 8) (see /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_2_of_8/test_attempts/attempt_1.log)
[26,257 / 27,622] 261 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 165s remote-cache, linux-sandbox ... (70 actions running)
[26,257 / 27,622] 261 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 166s remote-cache, linux-sandbox ... (70 actions running)
[26,257 / 27,622] 261 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 167s remote-cache, linux-sandbox ... (70 actions running)
[26,260 / 27,622] 261 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 168s remote-cache, linux-sandbox ... (68 actions running)
Aborted by Jenkins Admin
Sending interrupt signal to process
Killing processes
[26,262 / 27,622] 262 / 469 tests; Testing //pkg/bindinfo:bindinfo_test (shard 6 of 44); 169s remote-cache, linux-sandbox ... (69 actions, 68 running)
kill finished with exit code 0

Bazel caught terminate signal; shutting down.


Bazel caught terminate signal; shutting down.

script returned exit code 143
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 88ba9881-55b0-4e88-a388-e0fefd07be1d
Finished: ABORTED