Skip to content

Console Output

Skipping 225 KB.. Full Log
[Pipeline] {
[Pipeline] }
Cache not saved (ws/jenkins-pingcap-tidb-ghpr_check2-8822 already exists)
[Pipeline] checkout
[Pipeline] checkout
The recommended git tool is: git
[Pipeline] checkout
The recommended git tool is: git
The recommended git tool is: git
[Pipeline] // cache
[Pipeline] sh
+ /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/integrationtest_with_tikv.sh y
~/agent/workspace/pingcap/tidb/ghpr_check2/tidb/tests/integrationtest ~/agent/workspace/pingcap/tidb/ghpr_check2/tidb
extracting statistics: s
skip building tidb-server, using existing binary: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/bin/integration_test_tidb-server
building portgenerator binary: ./portgenerator
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
go: downloading go.uber.org/multierr v1.11.0
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] timeout
Timeout set to expire in 50 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 50 min
[Pipeline] {
Sending interrupt signal to process
Killing processes
+ chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh
Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-check2-8822-jq6hz-k9gf6-9smt7
kill finished with exit code 1
Sending interrupt signal to process
Killing processes
kill finished with exit code 0
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // cache
[Pipeline] sh
script returned exit code 143
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // timeout
[Pipeline] // timeout
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] sh
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
+ sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common
+ git diff .
[Pipeline] // podTemplate
[Pipeline] // podTemplate
[Pipeline] // podTemplate
[Pipeline] // podTemplate
[Pipeline] // podTemplate
[Pipeline] // node
[Pipeline] // container
[Pipeline] // container
[Pipeline] // container
[Pipeline] // container
[Pipeline] // container
[Pipeline] // node
[Pipeline] // node
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
diff --git a/Makefile.common b/Makefile.common
index b540debd42..9264b96d48 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage"
 
 ifneq ("$(CI)", "")
 	BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp
-	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp
-	BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp
+	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache
+	BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache
 endif
 BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/...
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
[Pipeline] // podTemplate
[Pipeline] // podTemplate
[Pipeline] // podTemplate
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
+ chmod +x ../scripts/pingcap/tidb/br-lightning_run_group.sh ../scripts/pingcap/tidb/br-lightning_run_group_v2.sh ../scripts/pingcap/tidb/br_integration_test_download_dependency.sh ../scripts/pingcap/tidb/integrationtest.sh ../scripts/pingcap/tidb/integrationtest_v2.sh ../scripts/pingcap/tidb/integrationtest_with_tikv.sh ../scripts/pingcap/tidb/run_real_tikv_tests.sh ../scripts/pingcap/tidb/run_real_tikv_tests_with_gotest.sh
[Pipeline] // container
[Pipeline] // container
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
No test report files were found. Configuration error?
+ 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

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	rev-2cf16d89b1d6faf6f5986423eb0d7340129ad735

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] sh
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
+ sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common
+ git diff .
[Pipeline] // stage
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh n'
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest3'
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest4'
[Pipeline] }
diff --git a/Makefile.common b/Makefile.common
index b540debd42..9264b96d48 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage"
 
 ifneq ("$(CI)", "")
 	BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp
-	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp
-	BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp
+	BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache
+	BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache
 endif
 BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/...
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pipelineddmltest'
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_flashbacktest'
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] sh
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb
[Pipeline] {
[Pipeline] sh
+ /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_pessimistictest
Sending interrupt signal to process
Killing processes
+ str='integrationtest_with_tikv.sh y'
+ logs_dir=logs_integrationtest_with_tikv.sh_y
+ mkdir -p logs_integrationtest_with_tikv.sh_y
+ mv pd1.log pd2.log pd3.log logs_integrationtest_with_tikv.sh_y
+ mv tikv1.log tikv2.log tikv3.log logs_integrationtest_with_tikv.sh_y
+ mv tests/integrationtest/integration-test.out logs_integrationtest_with_tikv.sh_y
mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory
+ true
+ tar -czvf logs_integrationtest_with_tikv.sh_y.tar.gz logs_integrationtest_with_tikv.sh_y
logs_integrationtest_with_tikv.sh_y/
logs_integrationtest_with_tikv.sh_y/pd2.log
logs_integrationtest_with_tikv.sh_y/pd3.log
logs_integrationtest_with_tikv.sh_y/tikv1.log
logs_integrationtest_with_tikv.sh_y/pd1.log
logs_integrationtest_with_tikv.sh_y/tikv2.log
logs_integrationtest_with_tikv.sh_y/tikv3.log
+ 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

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	rev-2cf16d89b1d6faf6f5986423eb0d7340129ad735

no changes added to commit (use "git add" and/or "git commit -a")
kill finished with exit code 1
Killing processes
kill finished with exit code 1
Sending interrupt signal to process
Killing processes
kill finished with exit code 0
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // podTemplate
[Pipeline] // podTemplate
[Pipeline] // podTemplate
[Pipeline] // podTemplate
[Pipeline] // podTemplate
script returned exit code 143
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest4'
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest'
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest2'
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] sh
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
+ /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_brietest
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // podTemplate
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_statisticstest'
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_txntest'
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest1'
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest2'
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest3'
[Pipeline] }
[Pipeline] }
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb
[Pipeline] {
[Pipeline] // dir
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // stage
Click here to forcibly terminate running steps
[Pipeline] // stage
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_sessiontest'
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest'
[Pipeline] // withCredentials
None of the test reports contained any result
[Pipeline] }
[Checks API] No suitable checks publisher found.
[Pipeline] // timeout
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb
[Pipeline] {
[Pipeline] sh
No test report files were found. Configuration error?
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
+ str='run_real_tikv_tests.sh bazel_pessimistictest'
+ logs_dir=logs_run_real_tikv_tests.sh_bazel_pessimistictest
+ mkdir -p logs_run_real_tikv_tests.sh_bazel_pessimistictest
+ mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_pessimistictest
+ mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_pessimistictest
+ mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_pessimistictest
mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory
+ true
+ tar -czvf logs_run_real_tikv_tests.sh_bazel_pessimistictest.tar.gz logs_run_real_tikv_tests.sh_bazel_pessimistictest
logs_run_real_tikv_tests.sh_bazel_pessimistictest/
logs_run_real_tikv_tests.sh_bazel_pessimistictest/tikv2.log
logs_run_real_tikv_tests.sh_bazel_pessimistictest/tikv1.log
logs_run_real_tikv_tests.sh_bazel_pessimistictest/pd2.log
logs_run_real_tikv_tests.sh_bazel_pessimistictest/pd1.log
logs_run_real_tikv_tests.sh_bazel_pessimistictest/tikv3.log
logs_run_real_tikv_tests.sh_bazel_pessimistictest/pd3.log
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh y'
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pessimistictest'
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328
go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c
go: downloading github.com/sergi/go-diff v1.1.0
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 0d94694a-e017-4a74-bb81-be86505e987e
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_06_03_35_58.2860914492/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=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:gazelle (1 packages loaded, 0 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 413 targets configured)
Analyzing: target //:gazelle (75 packages loaded, 1126 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured)
Analyzing: target //:gazelle (177 packages loaded, 11271 targets configured)
Analyzing: target //:gazelle (270 packages loaded, 11965 targets configured)
INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured).
INFO: Found 1 target...
[0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running)
[24 / 316] [Prepa] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool] ... (3 actions, 0 running)
[24 / 316] [Prepa] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool] ... (3 actions, 0 running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 10.1 MiB / 10.3 MiB; 4s remote-cache ... (3 actions, 0 running)
[24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 10.6 MiB / 17.2 MiB; 5s remote-cache ... (3 actions, 0 running)
[189 / 316] GoCompilePkg external/co_honnef_go_tools/go/ir/ir.a [for tool]; Downloading external/co_honnef_go_tools/go/ir/ir.a, 1.7 MiB / 5.7 MiB; 0s remote-cache ... (4 actions, 0 running)
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 37.323s, Critical Path: 7.50s
INFO: 316 processes: 296 remote cache hit, 20 internal.
INFO: Build completed successfully, 316 total actions
INFO: Running command line: bazel-bin/gazelle
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache  \
	--run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb && " \
	 //tools/tazel:tazel
INFO: Invocation ID: e9551bf2-c950-41e4-a954-3df0d2678593
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_06_03_35_58.2860914492/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=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/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 (9 packages loaded, 11929 targets configured)
Analyzing: target //tools/tazel:tazel (129 packages loaded, 13011 targets configured)
Analyzing: target //tools/tazel:tazel (299 packages loaded, 14076 targets configured)
INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured).
INFO: Found 1 target...
[0 / 25] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running)
[273 / 607] [Prepa] GoCompilePkg external/org_uber_go_zap/internal/pool/pool.a ... (8 actions, 0 running)
[575 / 607] [Prepa] GoCompilePkg external/com_github_pingcap_kvproto/pkg/keyspacepb/keyspacepb.a ... (3 actions, 0 running)
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 7.185s, Critical Path: 2.51s
INFO: 339 processes: 336 remote cache hit, 3 internal.
INFO: Build completed successfully, 339 total actions
INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb &&  bazel-bin/tools/tazel/tazel_/tazel '
bazel --output_user_root=/home/jenkins/.tidb/tmp coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --test_arg=-with-real-tikv --define gotags=deadlock,intest \
--@io_bazel_rules_go//go/config:cover_format=go_cover \
	-- //tests/realtikvtest/brietest/...
INFO: Invocation ID: cbdb249b-2e42-4487-82e4-6202724a1053
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'coverage' from /data/..2024_05_06_03_35_58.2860914492/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'coverage' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8 --repository_cache=/share/.cache/bazel-repository-cache
INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc:
  Inherited 'test' options: --test_output=errors --test_summary=detailed
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache.
Analyzing: target //tests/realtikvtest/brietest:brietest_test (1 packages loaded, 0 targets configured)
Analyzing: target //tests/realtikvtest/brietest:brietest_test (436 packages loaded, 881 targets configured)
Analyzing: target //tests/realtikvtest/brietest:brietest_test (655 packages loaded, 12635 targets configured)
Analyzing: target //tests/realtikvtest/brietest:brietest_test (818 packages loaded, 14218 targets configured)
Analyzing: target //tests/realtikvtest/brietest:brietest_test (991 packages loaded, 16132 targets configured)
Analyzing: target //tests/realtikvtest/brietest:brietest_test (1000 packages loaded, 16208 targets configured)
Analyzing: target //tests/realtikvtest/brietest:brietest_test (1072 packages loaded, 16512 targets configured)
Analyzing: target //tests/realtikvtest/brietest:brietest_test (1158 packages loaded, 17280 targets configured)
Analyzing: target //tests/realtikvtest/brietest:brietest_test (1238 packages loaded, 18238 targets configured)
Analyzing: target //tests/realtikvtest/brietest:brietest_test (1344 packages loaded, 18719 targets configured)
Analyzing: target //tests/realtikvtest/brietest:brietest_test (1403 packages loaded, 19404 targets configured)
INFO: Analyzed target //tests/realtikvtest/brietest:brietest_test (1497 packages loaded, 20043 targets configured).
INFO: Found 1 test target...
[0 / 6] [Prepa] Writing file tests/realtikvtest/brietest/brietest_test/baseline_coverage.dat
[24 / 1,547] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/crypto/internal/bigmod.a, 200.5 KiB / 313.6 KiB; 0s remote-cache ... (3 actions, 0 running)
[26 / 1,547] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 10.0 MiB / 10.7 MiB; 1s remote-cache ... (3 actions, 0 running)
[220 / 1,547] GoCompilePkg build/linter/staticcheck/SA6005.a [for tool]; 0s remote-cache ... (8 actions, 0 running)
[574 / 1,547] GoCompilePkg external/com_github_azuread_microsoft_authentication_library_for_go/apps/internal/shared/shared.a; 0s remote-cache ... (8 actions, 0 running)
[851 / 1,547] GoCompilePkg external/io_k8s_apimachinery/pkg/conversion/queryparams/queryparams.a; Downloading external/io_k8s_apimachinery/pkg/conversion/queryparams/queryparams.a; 0s remote-cache ... (8 actions, 0 running)
[1,122 / 1,547] GoCompilePkg external/com_github_aws_aws_sdk_go/service/cloudwatch/cloudwatch.a; 0s remote-cache ... (8 actions, 0 running)
[1,186 / 1,547] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 65.9 MiB / 75.3 MiB; 1s remote-cache ... (8 actions, 0 running)
[1,300 / 1,547] GoCompilePkg pkg/statistics/handle/metrics/metrics.a; 0s remote-cache ... (8 actions, 0 running)
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/pkg/sessionctx/stmtctx/BUILD.bazel:3:11: GoCompilePkg pkg/sessionctx/stmtctx/stmtctx.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx) 
  (cd /home/jenkins/.tidb/tmp/903aa8c667333396b92cebbde26882dc/sandbox/linux-sandbox/1951/execroot/__main__ && \
  exec env - \
    CGO_ENABLED=1 \
    GOARCH=amd64 \
    GOEXPERIMENT=nocoverageredesign \
    GOOS=linux \
    GOPATH='' \
    GOROOT=bazel-out/k8-fastbuild-ST-5aa7482de5cd/bin/external/io_bazel_rules_go/stdlib_ \
    GOROOT_FINAL=GOROOT \
    GOTOOLCHAIN=local \
    PATH=/usr/bin:/bin \
  bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64_race -tags deadlock,intest,deadlock,intest,race -src pkg/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild-ST-00bca8d33aad/bin -embedlookupdir pkg/sessionctx/stmtctx -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-91cec3df5c04/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode atomic -cover_format go_cover -cover pkg/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.a -o bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-58cfadf0953f/bin/build/tidb_nogo_actual_/tidb_nogo_actual -gcflags -race -asmflags '')
# Configuration: 6fa52d479dcc8b8eb0036768c4930cf3f43fa280e14987fb5cf6e580911e1c50
# Execution platform: @local_config_platform//:host

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
compilepkg: nogo: errors found by nogo during build-time code analysis:
pkg/sessionctx/stmtctx/stmtctx.go:1:1: 
diff pkg/sessionctx/stmtctx/stmtctx.go.orig pkg/sessionctx/stmtctx/stmtctx.go
--- pkg/sessionctx/stmtctx/stmtctx.go.orig
+++ pkg/sessionctx/stmtctx/stmtctx.go
@@ -157,7 +157,7 @@
 	InSelectStmt           bool
 	InLoadDataStmt         bool
 	InExplainStmt          bool
-	LogicalPlan            interface{}
+	LogicalPlan            any
 	InExplainAnalyzeStmt   bool
 	ExplainFormat          string
 	InCreateOrAlterStmt    bool
 (gofmt)
[1,343 / 1,547] 1 / 1 tests, 1 failed; checking cached actions
Target //tests/realtikvtest/brietest:brietest_test failed to build
ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb/tests/realtikvtest/brietest/BUILD.bazel:3:8 GoCompilePkg tests/realtikvtest/brietest/brietest_test~testmain.a failed: (Exit 1): builder failed: error executing command (from target //pkg/sessionctx/stmtctx:stmtctx) 
  (cd /home/jenkins/.tidb/tmp/903aa8c667333396b92cebbde26882dc/sandbox/linux-sandbox/1951/execroot/__main__ && \
  exec env - \
    CGO_ENABLED=1 \
    GOARCH=amd64 \
    GOEXPERIMENT=nocoverageredesign \
    GOOS=linux \
    GOPATH='' \
    GOROOT=bazel-out/k8-fastbuild-ST-5aa7482de5cd/bin/external/io_bazel_rules_go/stdlib_ \
    GOROOT_FINAL=GOROOT \
    GOTOOLCHAIN=local \
    PATH=/usr/bin:/bin \
  bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/builder_reset/builder compilepkg -sdk external/go_sdk -installsuffix linux_amd64_race -tags deadlock,intest,deadlock,intest,race -src pkg/sessionctx/stmtctx/stmtctx.go -embedroot '' -embedroot bazel-out/k8-fastbuild-ST-00bca8d33aad/bin -embedlookupdir pkg/sessionctx/stmtctx -arc 'github.com/bazelbuild/rules_go/go/tools/coverdata=github.com/bazelbuild/rules_go/go/tools/coverdata=bazel-out/k8-fastbuild-ST-91cec3df5c04/bin/external/io_bazel_rules_go/go/tools/coverdata/coverdata.x' -cover_mode atomic -cover_format go_cover -cover pkg/sessionctx/stmtctx/stmtctx.go -arc 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.x' -arc 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.x' -arc 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.x' -arc 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.x' -arc 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.x' -arc 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.x' -arc 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.x' -arc 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.x' -arc 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.x' -arc 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.x' -arc 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.x' -arc 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.x' -arc 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.x' -arc 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.x' -arc 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.x' -arc 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.x' -arc 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.x' -arc 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.x' -arc 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.x' -arc 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.x' -arc 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.x' -arc 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.x' -arc 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.x' -arc 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.x' -arc 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.x' -importpath github.com/pingcap/tidb/pkg/sessionctx/stmtctx -p github.com/pingcap/tidb/pkg/sessionctx/stmtctx -package_list bazel-out/k8-opt-exec-2B5CBBC6-ST-00bca8d33aad/bin/external/go_sdk/packages.txt -lo bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.a -o bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.x -facts 'github.com/pingcap/tidb/pkg/distsql/context=github.com/pingcap/tidb/pkg/distsql/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/distsql/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/domain/resourcegroup=github.com/pingcap/tidb/pkg/domain/resourcegroup=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/domain/resourcegroup/resourcegroup.facts' -facts 'github.com/pingcap/tidb/pkg/errctx=github.com/pingcap/tidb/pkg/errctx=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/errctx/errctx.facts' -facts 'github.com/pingcap/tidb/pkg/parser=github.com/pingcap/tidb/pkg/parser=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/parser.facts' -facts 'github.com/pingcap/tidb/pkg/parser/model=github.com/pingcap/tidb/pkg/parser/model=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/model/model.facts' -facts 'github.com/pingcap/tidb/pkg/parser/mysql=github.com/pingcap/tidb/pkg/parser/mysql=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/mysql/mysql.facts' -facts 'github.com/pingcap/tidb/pkg/parser/terror=github.com/pingcap/tidb/pkg/parser/terror=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/parser/terror/terror.facts' -facts 'github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=github.com/pingcap/tidb/pkg/statistics/handle/usage/indexusage=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/statistics/handle/usage/indexusage/indexusage.facts' -facts 'github.com/pingcap/tidb/pkg/types=github.com/pingcap/tidb/pkg/types=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/types/types.facts' -facts 'github.com/pingcap/tidb/pkg/util/context=github.com/pingcap/tidb/pkg/util/context=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/context/context.facts' -facts 'github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=github.com/pingcap/tidb/pkg/util/dbterror/plannererrors=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/dbterror/plannererrors/plannererrors.facts' -facts 'github.com/pingcap/tidb/pkg/util/disk=github.com/pingcap/tidb/pkg/util/disk=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/disk/disk.facts' -facts 'github.com/pingcap/tidb/pkg/util/execdetails=github.com/pingcap/tidb/pkg/util/execdetails=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/execdetails/execdetails.facts' -facts 'github.com/pingcap/tidb/pkg/util/hint=github.com/pingcap/tidb/pkg/util/hint=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/hint/hint.facts' -facts 'github.com/pingcap/tidb/pkg/util/intest=github.com/pingcap/tidb/pkg/util/intest=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/intest/intest.facts' -facts 'github.com/pingcap/tidb/pkg/util/linter/constructor=github.com/pingcap/tidb/pkg/util/linter/constructor=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/linter/constructor/constructor.facts' -facts 'github.com/pingcap/tidb/pkg/util/memory=github.com/pingcap/tidb/pkg/util/memory=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/memory/memory.facts' -facts 'github.com/pingcap/tidb/pkg/util/nocopy=github.com/pingcap/tidb/pkg/util/nocopy=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/nocopy/nocopy.facts' -facts 'github.com/pingcap/tidb/pkg/util/resourcegrouptag=github.com/pingcap/tidb/pkg/util/resourcegrouptag=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/resourcegrouptag/resourcegrouptag.facts' -facts 'github.com/pingcap/tidb/pkg/util/topsql/stmtstats=github.com/pingcap/tidb/pkg/util/topsql/stmtstats=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/topsql/stmtstats/stmtstats.facts' -facts 'github.com/pingcap/tidb/pkg/util/tracing=github.com/pingcap/tidb/pkg/util/tracing=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/util/tracing/tracing.facts' -facts 'github.com/tikv/client-go/v2/tikvrpc:github.com/tikv/client-go/tikvrpc=github.com/tikv/client-go/v2/tikvrpc=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/com_github_tikv_client_go_v2/tikvrpc/tikvrpc.facts' -facts 'golang.org/x/exp/maps=golang.org/x/exp/maps=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_exp/maps/maps.facts' -facts 'golang.org/x/sync/singleflight=golang.org/x/sync/singleflight=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_golang_x_sync/singleflight/singleflight.facts' -facts 'go.uber.org/atomic=go.uber.org/atomic=bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/external/org_uber_go_atomic/atomic.facts' -out_facts bazel-out/k8-fastbuild-ST-00bca8d33aad/bin/pkg/sessionctx/stmtctx/stmtctx.facts -nogo bazel-out/k8-opt-exec-2B5CBBC6-ST-58cfadf0953f/bin/build/tidb_nogo_actual_/tidb_nogo_actual -gcflags -race -asmflags '')
# Configuration: 6fa52d479dcc8b8eb0036768c4930cf3f43fa280e14987fb5cf6e580911e1c50
# Execution platform: @local_config_platform//:host

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
INFO: Elapsed time: 22.485s, Critical Path: 6.17s
INFO: 1340 processes: 1315 remote cache hit, 22 internal, 3 linux-sandbox.
FAILED: Build did NOT complete successfully
//tests/realtikvtest/brietest:brietest_test                     FAILED TO BUILD
Test cases: finished with 0 passing and 0 failing out of 0 test cases

Executed 0 out of 1 test: 1 fails to build.
make: *** [bazel_brietest] Error 1
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_check2/tidb
[Pipeline] {
[Pipeline] sh
+ str='run_real_tikv_tests.sh bazel_brietest'
+ logs_dir=logs_run_real_tikv_tests.sh_bazel_brietest
+ mkdir -p logs_run_real_tikv_tests.sh_bazel_brietest
+ mv pd1.log pd2.log pd3.log logs_run_real_tikv_tests.sh_bazel_brietest
+ mv tikv1.log tikv2.log tikv3.log logs_run_real_tikv_tests.sh_bazel_brietest
+ mv tests/integrationtest/integration-test.out logs_run_real_tikv_tests.sh_bazel_brietest
mv: cannot stat 'tests/integrationtest/integration-test.out': No such file or directory
+ true
+ tar -czvf logs_run_real_tikv_tests.sh_bazel_brietest.tar.gz logs_run_real_tikv_tests.sh_bazel_brietest
logs_run_real_tikv_tests.sh_bazel_brietest/
logs_run_real_tikv_tests.sh_bazel_brietest/tikv2.log
logs_run_real_tikv_tests.sh_bazel_brietest/pd2.log
logs_run_real_tikv_tests.sh_bazel_brietest/pd1.log
logs_run_real_tikv_tests.sh_bazel_brietest/tikv3.log
logs_run_real_tikv_tests.sh_bazel_brietest/pd3.log
logs_run_real_tikv_tests.sh_bazel_brietest/tikv1.log
No test report files were found. Configuration error?
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_brietest'
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ bash scripts/plugins/report_job_result.sh ABORTED result.json
http://fileserver.pingcap.net
--2024-05-06 03:38:36--  http://fileserver.pingcap.net/download/rd-atom-agent/agent_upload_verifyci_metadata.py
Resolving fileserver.pingcap.net (fileserver.pingcap.net)... 10.2.12.82
Connecting to fileserver.pingcap.net (fileserver.pingcap.net)|10.2.12.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4181 (4.1K) [application/octet-stream]
Saving to: ‘agent_upload_verifyci_metadata.py’

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

2024-05-06 03:38:36 (527 MB/s) - ‘agent_upload_verifyci_metadata.py’ saved [4181/4181]

No junit report file
parse result file result.json success
upload data succesfully.
[Pipeline] }
[Pipeline] // container
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
java.lang.InterruptedException
	at java.base/java.lang.Object.wait(Native Method)
	at hudson.remoting.Request.call(Request.java:177)
	at hudson.remoting.Channel.call(Channel.java:1002)
	at hudson.FilePath.act(FilePath.java:1230)
	at hudson.FilePath.act(FilePath.java:1219)
	at org.jenkinsci.plugins.gitclient.Git.getClient(Git.java:138)
	at hudson.plugins.git.GitSCM.createClient(GitSCM.java:916)
	at hudson.plugins.git.GitSCM.createClient(GitSCM.java:847)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1294)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
java.lang.InterruptedException
	at java.base/java.lang.Object.wait(Native Method)
	at hudson.remoting.Request.call(Request.java:177)
	at hudson.remoting.Channel.call(Channel.java:1002)
	at hudson.FilePath.act(FilePath.java:1230)
	at hudson.FilePath.act(FilePath.java:1219)
	at org.jenkinsci.plugins.gitclient.Git.getClient(Git.java:138)
	at hudson.plugins.git.GitSCM.createClient(GitSCM.java:916)
	at hudson.plugins.git.GitSCM.createClient(GitSCM.java:847)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1294)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
java.lang.InterruptedException
	at java.base/java.lang.Object.wait(Native Method)
	at hudson.remoting.Request.call(Request.java:177)
	at hudson.remoting.Channel.call(Channel.java:1002)
	at hudson.FilePath.act(FilePath.java:1230)
	at hudson.FilePath.act(FilePath.java:1219)
	at org.jenkinsci.plugins.gitclient.Git.getClient(Git.java:138)
	at hudson.plugins.git.GitSCM.createClient(GitSCM.java:916)
	at hudson.plugins.git.GitSCM.createClient(GitSCM.java:847)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1294)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 9e6eb5ae-6803-4758-963f-1d3411d61022
Failed in branch Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh n'
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0e99f531-5425-4d56-825a-9fa335062570
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0e99f531-5425-4d56-825a-9fa335062570
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0e99f531-5425-4d56-825a-9fa335062570
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0e99f531-5425-4d56-825a-9fa335062570
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0e99f531-5425-4d56-825a-9fa335062570
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0e99f531-5425-4d56-825a-9fa335062570
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0e99f531-5425-4d56-825a-9fa335062570
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0e99f531-5425-4d56-825a-9fa335062570
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0e99f531-5425-4d56-825a-9fa335062570
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0e99f531-5425-4d56-825a-9fa335062570
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 0e99f531-5425-4d56-825a-9fa335062570
script returned exit code 2
Finished: ABORTED