Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/ghpr_unit_test.groovy from git https://github.com/PingCAP-QE/ci.git Loading library tipipeline@main Library tipipeline@main is cached. Copying from home. [Pipeline] Start of Pipeline [Pipeline] readJSON [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/latest/pod-ghpr_unit_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-unit-test-8935-63cp4-s8lqr-6kgts Agent pingcap-tidb-ghpr-unit-test-8935-63cp4-s8lqr-6kgts is provisioned from template pingcap_tidb_ghpr_unit_test_8935-63cp4-s8lqr --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8935/" runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/8935/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "82fac30e6c81beb94e6280fb743e4e23aec85938" jenkins/label: "pingcap_tidb_ghpr_unit_test_8935-63cp4" name: "pingcap-tidb-ghpr-unit-test-8935-63cp4-s8lqr-6kgts" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: requests: memory: "32Gi" cpu: "16" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-ghpr-unit-test-8935-63cp4-s8lqr-6kgts" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-unit-test-8935-63cp4-s8lqr-6kgts" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-unit-test-8935-63cp4-s8lqr-6kgts in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv PROW_JOB_ID=647f588a-b477-4b24-a779-cad612dacf92 JENKINS_NODE_COOKIE=9152ee14-244c-4a3c-8cbf-83d153103594 BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8935/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-ghpr-unit-test-8935-63cp4-s8lqr-6kgts HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT_443_TCP_PORT=443 KUBERNETES_PORT=tcp://10.233.0.1:443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-ghpr_unit_test-8935 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787407306560901124","prowjobid":"647f588a-b477-4b24-a779-cad612dacf92","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"659f32a81300f9dbcea9032b3c8e4825555ccfd1","base_link":"https://github.com/pingcap/tidb/commit/659f32a81300f9dbcea9032b3c8e4825555ccfd1","pulls":[{"number":53031,"author":"AilinKid","sha":"24e4950cf02e61157243517558701e55d232f711","title":"planner: move MemtablePredicateExtractor interface to a unified base place.","link":"https://github.com/pingcap/tidb/pull/53031","commit_link":"https://github.com/pingcap/tidb/pull/53031/commits/24e4950cf02e61157243517558701e55d232f711","author_link":"https://github.com/AilinKid"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8935/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8935/display/redirect?page=artifacts FILE_SERVER_URL=http://fileserver.pingcap.net JENKINS_HOME=/var/jenkins_home GIT_COMMIT=03312178c534dce949face80c69812d989e55009 PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8935/display/redirect GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct _=/usr/bin/printenv POD_CONTAINER=golang PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/ghpr_unit_test TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#8935 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787407306560901124 GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742 JOB_BASE_NAME=ghpr_unit_test GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009 RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8935/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_ghpr_unit_test_8935-63cp4 GOROOT=/usr/local/go GIT_BRANCH=origin/main KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true KUBERNETES_SERVICE_PORT_HTTPS=443 WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-3e6615fe387e271fb81c7aa6ce66020ac56f1fb2ffea951b4ecc03fd51f30988 NODE_LABELS=pingcap-tidb-ghpr-unit-test-8935-63cp4-s8lqr-6kgts pingcap_tidb_ghpr_unit_test_8935-63cp4 GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-ghpr-unit-test-8935-63cp4-s8lqr-6kgts GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect BUILD_NUMBER=8935 KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 GOLANG_DOWNLOAD_URL=https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz + echo ------------------------- ------------------------- + go env GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/jenkins/.cache/go-build' GOENV='/home/jenkins/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='linux' GOPATH='/go' GOPRIVATE='' GOPROXY='http://goproxy.apps.svc,https://proxy.golang.org,direct' GOROOT='/usr/local/go' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64' GOVCS='' GOVERSION='go1.21.0' GCCGO='gccgo' GOAMD64='v1' AR='ar' CC='gcc' CXX='g++' CGO_ENABLED='1' GOMOD='/dev/null' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build438475125=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 jenkins root 1, 3 May 6 17:02 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8935-63cp4-s8lqr-6kgts bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8935-63cp4-s8lqr-6kgts bash [Pipeline] container [Pipeline] { [Pipeline] sh + dig github.com ; <<>> DiG 9.18.16 <<>> github.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56868 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 5bea1aff321c9c9b (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 27 IN A 20.205.243.166 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Mon May 06 09:02:08 UTC 2024 ;; MSG SIZE rcvd: 77 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-659f32a) 460225024 bytes in 1.59 secs (290280095 bytes/sec) [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SSH_KEY [Pipeline] { [Pipeline] sh + '[' -d /home/jenkins/.ssh ']' + mkdir /home/jenkins/.ssh + chmod 0700 /home/jenkins/.ssh + cp **** /home/jenkins/.ssh/id_rsa + chmod 400 /home/jenkins/.ssh/id_rsa + ssh-keyscan -t rsa,dsa github.com # github.com:22 SSH-2.0-babeld-9713928c # github.com:22 SSH-2.0-babeld-9713928c [Pipeline] } [Pipeline] // withCredentials [Pipeline] retry [Pipeline] { [Pipeline] sh git version 2.37.2 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.git/ .git HEAD is now at 659f32a813 infoschema: try other PDs if one cannot serve the request (#52843) POST git-upload-pack (656 bytes) POST git-upload-pack (973 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master * [new ref] refs/pull/53031/head -> origin/pr/53031/head HEAD is now at 659f32a813 infoschema: try other PDs if one cannot serve the request (#52843) ๐Ÿšง Checkouting to base SHA:659f32a81300f9dbcea9032b3c8e4825555ccfd1... HEAD is now at 659f32a813 infoschema: try other PDs if one cannot serve the request (#52843) โœ… Checked. ๐ŸŽ‰ ๐Ÿงพ HEAD info: 659f32a81300f9dbcea9032b3c8e4825555ccfd1 659f32a813 infoschema: try other PDs if one cannot serve the request (#52843) 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953) 06ee59bd9c planner: add projections to keep join keys as `col=col` (#52989) ๐Ÿšง Pre-merge heads of pull requests to base SHA: 659f32a81300f9dbcea9032b3c8e4825555ccfd1 ... Updating 659f32a813..24e4950cf0 Fast-forward pkg/executor/infoschema_reader.go | 92 ++++++++++++------------ pkg/planner/core/base/misc_base.go | 22 ++++++ pkg/planner/core/explain.go | 2 +- pkg/planner/core/logical_plans.go | 2 +- pkg/planner/core/memtable_predicate_extractor.go | 74 +++++++++---------- pkg/planner/core/physical_plans.go | 2 +- 6 files changed, 109 insertions(+), 85 deletions(-) ๐Ÿงพ Pre-merged result: 24e4950cf02e61157243517558701e55d232f711 24e4950cf0 . 80816ed53f . 659f32a813 infoschema: try other PDs if one cannot serve the request (#52843) โœ… Pre merged ๐ŸŽ‰ ๐Ÿ“ update submodules ... โœ… update submodules done โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-659f32a-24e4950) 460385792 bytes in 15.68 secs (29361885 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . diff --git a/Makefile.common b/Makefile.common index b540debd42..9264b96d48 100644 --- a/Makefile.common +++ b/Makefile.common @@ -127,7 +127,7 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@2eaa328 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c go: downloading github.com/sergi/go-diff v1.1.0 bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: 40f8f92c-ba2a-4602-b286-c2e389480a19 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_09_01_59.62386579/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (260 packages loaded, 11717 targets configured) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured). INFO: Found 1 target... [0 / 250] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (4 actions, 3 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, 6.9 MiB / 10.3 MiB; 0s remote-cache ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 12.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [199 / 316] GoCompilePkg external/co_honnef_go_tools/analysis/facts/typedness/typedness.a [for tool]; 0s remote-cache ... (5 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 23.893s, Critical Path: 3.48s INFO: 316 processes: 296 remote cache hit, 20 internal. INFO: Build completed successfully, 316 total actions INFO: Running command line: bazel-bin/gazelle bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 64b2404e-b541-4761-b417-a673f14621aa INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_09_01_59.62386579/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //tools/tazel:tazel (260 packages loaded, 13409 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 9] [Prepa] BazelWorkspaceStatusAction stable-status.txt [273 / 607] [Prepa] GoCompilePkg external/com_github_twmb_murmur3/murmur3.a [570 / 607] GoCompilePkg external/com_github_pingcap_kvproto/pkg/disaggregated/disaggregated.a; Downloading external/com_github_pingcap_kvproto/pkg/disaggregated/disaggregated.a, 527.8 KiB / 1.6 MiB; 0s remote-cache ... (4 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 4.871s, Critical Path: 2.94s INFO: 339 processes: 336 remote cache hit, 3 internal. INFO: Build completed successfully, 339 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --jobs=35 --build_tests_only --test_keep_going=false \ --@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest \ -- //... -//cmd/... -//tests/graceshutdown/... \ -//tests/globalkilltest/... -//tests/readonlytest/... -//br/pkg/task:task_test -//tests/realtikvtest/... INFO: Invocation ID: f308cb86-27ae-403d-a411-9cdcaad38b8e INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_09_01_59.62386579/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 Loading: Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. Analyzing: 411 targets (641 packages loaded, 0 targets configured) Analyzing: 411 targets (1266 packages loaded, 17237 targets configured) Analyzing: 411 targets (1576 packages loaded, 22264 targets configured) Analyzing: 411 targets (1699 packages loaded, 23954 targets configured) Analyzing: 411 targets (1917 packages loaded, 25541 targets configured) Analyzing: 411 targets (1920 packages loaded, 25680 targets configured) Analyzing: 411 targets (1981 packages loaded, 26921 targets configured) INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured). INFO: Found 411 test targets... [0 / 14] [Prepa] Writing file br/pkg/aws/aws_test/baseline_coverage.dat ... (12 actions, 0 running) [1,389 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 3.3 MiB / 3.6 MiB; 0s remote-cache ... (35 actions, 0 running) [1,430 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 17.0 MiB / 17.2 MiB; 1s remote-cache ... (35 actions, 0 running) [1,434 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/internal/trace.a; 2s remote-cache ... (35 actions, 0 running) [1,438 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 6.0 MiB / 17.2 MiB; 3s remote-cache ... (32 actions, 0 running) [1,790 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 4s remote-cache ... (34 actions, 0 running) [2,225 / 9,763] GoCompilePkg external/com_github_gogo_protobuf/proto/proto.a; Downloading external/com_github_gogo_protobuf/proto/proto.a, 3.0 MiB / 6.1 MiB; 0s remote-cache ... (35 actions, 0 running) [2,746 / 9,763] GoCompilePkg external/com_github_aws_aws_sdk_go/aws/aws.a; Downloading external/com_github_aws_aws_sdk_go/aws/aws.a; 0s remote-cache ... (34 actions, 0 running) [3,157 / 9,763] GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 18.7 MiB / 24.4 MiB; 0s remote-cache ... (35 actions, 0 running) [3,545 / 9,768] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 1s remote-cache ... (33 actions, 0 running) [4,012 / 9,814] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 16.0 MiB / 96.2 MiB; 0s remote-cache ... (34 actions, 0 running) [4,306 / 9,844] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 60.0 MiB / 96.2 MiB; 1s remote-cache ... (35 actions, 0 running) [4,488 / 9,881] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 83.0 MiB / 96.2 MiB; 2s remote-cache ... (35 actions, 0 running) [4,704 / 9,970] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 3.0 MiB / 69.8 MiB; 0s remote-cache ... (35 actions, 0 running) [4,873 / 9,994] 22 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 64.9 MiB / 69.8 MiB; 1s remote-cache ... (34 actions, 0 running) [5,153 / 10,109] 72 / 411 tests; GoCompilePkg external/io_etcd_go_etcd_server_v3/etcdserver/etcdserver.a; Downloading external/io_etcd_go_etcd_server_v3/etcdserver/etcdserver.a, 248.3 KiB / 5.0 MiB; 0s remote-cache ... (35 actions, 0 running) [5,337 / 10,115] 77 / 411 tests; GoLink pkg/util/topsql/stmtstats/stmtstats_test_/stmtstats_test; Downloading pkg/util/topsql/stmtstats/stmtstats_test_/stmtstats_test, 16.2 MiB / 20.7 MiB; 0s remote-cache ... (13 actions, 0 running) [5,478 / 10,135] 82 / 411 tests; GoLink pkg/util/cpu/cpu_test_/cpu_test; Downloading pkg/util/cpu/cpu_test_/cpu_test, 20.0 MiB / 33.7 MiB; 0s remote-cache ... (33 actions, 0 running) [5,564 / 10,147] 83 / 411 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 26.0 MiB / 40.5 MiB; 1s remote-cache ... (35 actions, 0 running) [5,618 / 10,149] 87 / 411 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 35.0 MiB / 40.5 MiB; 2s remote-cache ... (35 actions, 0 running) [5,648 / 10,210] 87 / 411 tests; GoLink pkg/lightning/log/log_test_/log_test; Downloading pkg/lightning/log/log_test_/log_test, 26.5 MiB / 27.8 MiB; 2s remote-cache ... (35 actions, 0 running) [5,684 / 10,252] 92 / 411 tests; GoLink pkg/util/kvcache/kvcache_test_/kvcache_test; Downloading pkg/util/kvcache/kvcache_test_/kvcache_test, 25.0 MiB / 25.4 MiB; 3s remote-cache ... (35 actions, 0 running) [5,715 / 10,258] 95 / 411 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 25.0 MiB / 29.2 MiB; 3s remote-cache ... (35 actions, 0 running) [5,752 / 10,317] 99 / 411 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 29.0 MiB / 43.2 MiB; 4s remote-cache ... (35 actions, 0 running) [5,798 / 10,355] 103 / 411 tests; GoLink br/pkg/rtree/rtree_test_/rtree_test; Downloading br/pkg/rtree/rtree_test_/rtree_test, 39.0 MiB / 43.2 MiB; 5s remote-cache ... (35 actions, 0 running) [5,849 / 10,364] 106 / 411 tests; GoLink br/pkg/utils/iter/iter_test_/iter_test; Downloading br/pkg/utils/iter/iter_test_/iter_test, 35.0 MiB / 41.6 MiB; 4s remote-cache ... (35 actions, 0 running) [5,908 / 10,390] 109 / 411 tests; GoLink pkg/util/plancodec/plancodec_test_/plancodec_test; Downloading pkg/util/plancodec/plancodec_test_/plancodec_test, 28.0 MiB / 29.0 MiB; 3s remote-cache ... (35 actions, 0 running) [5,975 / 10,392] 112 / 411 tests; GoLink pkg/util/gctuner/gctuner_test_/gctuner_test; Downloading pkg/util/gctuner/gctuner_test_/gctuner_test, 37.0 MiB / 41.5 MiB; 3s remote-cache ... (35 actions, 0 running) [6,032 / 10,400] 113 / 411 tests; GoLink pkg/testkit/testutil/testutil_test_/testutil_test; Downloading pkg/testkit/testutil/testutil_test_/testutil_test, 21.0 MiB / 29.0 MiB; 1s remote-cache ... (35 actions, 0 running) [6,071 / 10,424] 115 / 411 tests; GoLink pkg/testkit/testutil/testutil_test_/testutil_test; 2s remote-cache ... (35 actions, 0 running) [6,112 / 10,430] 119 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 25.0 MiB / 78.6 MiB; 2s remote-cache ... (35 actions, 0 running) [6,160 / 10,430] 124 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 34.0 MiB / 78.6 MiB; 3s remote-cache ... (35 actions, 0 running) [6,272 / 10,465] 124 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 54.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running) [6,344 / 10,465] 125 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 71.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running) [6,393 / 10,500] 126 / 411 tests; GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; Downloading pkg/sessionctx/sessionctx_test_/sessionctx_test, 41.0 MiB / 55.8 MiB; 2s remote-cache ... (35 actions, 0 running) [6,425 / 10,516] 127 / 411 tests; GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; Downloading pkg/sessionctx/sessionctx_test_/sessionctx_test, 50.0 MiB / 55.8 MiB; 3s remote-cache ... (35 actions, 0 running) [6,458 / 10,555] 129 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; Downloading pkg/util/expression.recompile557.a, 35.0 MiB / 78.6 MiB; 3s remote-cache ... (35 actions, 0 running) [6,510 / 10,610] 131 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; Downloading pkg/util/expression.recompile557.a, 45.0 MiB / 78.6 MiB; 4s remote-cache ... (34 actions, 0 running) [6,557 / 10,616] 134 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; Downloading pkg/util/expression.recompile557.a, 53.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running) [6,596 / 10,618] 136 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; Downloading pkg/util/expression.recompile557.a, 62.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running) [6,625 / 10,629] 136 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; Downloading pkg/util/expression.recompile557.a, 70.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [6,659 / 10,629] 138 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 8s remote-cache ... (35 actions, 0 running) [6,703 / 10,629] 141 / 411 tests; GoLink pkg/table/table_test_/table_test; Downloading pkg/table/table_test_/table_test, 56.0 MiB / 67.5 MiB; 7s remote-cache ... (35 actions, 0 running) [6,736 / 10,631] 142 / 411 tests; GoLink pkg/table/table_test_/table_test; Downloading pkg/table/table_test_/table_test, 64.0 MiB / 67.5 MiB; 8s remote-cache ... (35 actions, 0 running) [6,778 / 10,643] 142 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; Downloading pkg/sessionctx/sessionstates/expression.recompile1158.a, 67.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running) [6,840 / 10,659] 145 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; 9s remote-cache ... (35 actions, 0 running) [6,893 / 10,659] 146 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; Downloading pkg/sessionctx/variable/expression.recompile1100.a, 70.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [6,942 / 10,659] 147 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 8s remote-cache ... (35 actions, 0 running) [6,996 / 10,695] 149 / 411 tests; GoLink pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test; Downloading pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test, 35.0 MiB / 43.2 MiB; 3s remote-cache ... (35 actions, 0 running) [7,055 / 10,697] 150 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 39.0 MiB / 101.9 MiB; 3s remote-cache ... (35 actions, 0 running) [7,106 / 10,697] 151 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 50.0 MiB / 101.9 MiB; 5s remote-cache ... (35 actions, 0 running) [7,163 / 10,707] 152 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 60.0 MiB / 101.9 MiB; 6s remote-cache ... (35 actions, 0 running) [7,220 / 10,745] 152 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 68.0 MiB / 101.9 MiB; 7s remote-cache ... (35 actions, 0 running) [7,258 / 10,749] 153 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 76.0 MiB / 101.9 MiB; 8s remote-cache ... (35 actions, 0 running) [7,300 / 10,749] 156 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 84.0 MiB / 101.9 MiB; 9s remote-cache ... (35 actions, 0 running) [7,346 / 10,749] 157 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 94.2 MiB / 101.9 MiB; 10s remote-cache ... (35 actions, 0 running) [7,399 / 10,777] 157 / 411 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; 11s remote-cache ... (35 actions, 0 running) [7,444 / 10,810] 158 / 411 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 53.2 MiB / 61.2 MiB; 6s remote-cache ... (35 actions, 0 running) [7,504 / 10,861] 158 / 411 tests; GoLink pkg/meta/meta_test_/meta_test; Downloading pkg/meta/meta_test_/meta_test, 61.0 MiB / 61.2 MiB; 7s remote-cache ... (35 actions, 0 running) [7,560 / 10,879] 159 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 13.0 MiB / 113.1 MiB; 1s remote-cache ... (35 actions, 0 running) [7,615 / 10,908] 160 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 24.0 MiB / 113.1 MiB; 2s remote-cache ... (35 actions, 0 running) [7,667 / 10,908] 160 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 35.0 MiB / 113.1 MiB; 3s remote-cache ... (35 actions, 0 running) [7,716 / 10,914] 161 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 45.0 MiB / 113.1 MiB; 4s remote-cache ... (35 actions, 0 running) [7,756 / 10,916] 162 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 55.0 MiB / 113.1 MiB; 5s remote-cache ... (35 actions, 0 running) [7,796 / 10,916] 162 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 65.0 MiB / 113.1 MiB; 6s remote-cache ... (35 actions, 0 running) [7,843 / 10,927] 163 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 76.0 MiB / 113.1 MiB; 7s remote-cache ... (35 actions, 0 running) [7,875 / 10,931] 165 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 86.0 MiB / 113.1 MiB; 8s remote-cache ... (35 actions, 0 running) [7,926 / 10,948] 166 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 98.0 MiB / 113.1 MiB; 9s remote-cache ... (35 actions, 0 running) [7,964 / 10,959] 169 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 109.0 MiB / 113.1 MiB; 10s remote-cache ... (35 actions, 0 running) [7,999 / 10,983] 170 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 77.0 MiB / 107.0 MiB; 7s remote-cache ... (35 actions, 0 running) [8,032 / 10,985] 170 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 87.0 MiB / 107.0 MiB; 8s remote-cache ... (36 actions, 2 running) [8,065 / 10,985] 172 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 97.0 MiB / 107.0 MiB; 9s remote-cache ... (37 actions, 4 running) [8,093 / 10,985] 172 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 105.0 MiB / 107.0 MiB; 10s remote-cache ... (37 actions, 4 running) [8,121 / 10,991] 174 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 53.0 MiB / 105.8 MiB; 6s remote-cache ... (38 actions, 6 running) [8,154 / 10,995] 175 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 62.0 MiB / 105.8 MiB; 7s remote-cache ... (38 actions, 6 running) [8,184 / 10,995] 176 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 71.0 MiB / 105.8 MiB; 8s remote-cache ... (40 actions, 10 running) [8,205 / 10,995] 176 / 411 tests; GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 79.4 MiB / 105.8 MiB; 9s remote-cache ... (40 actions, 11 running) ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/pkg/structure/BUILD.bazel:23:8: GoCompilePkg pkg/structure/core.recompile1241.a failed: (Exit 1): builder failed: error executing command (from target //pkg/structure:structure_test) (cd /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/7239/execroot/__main__ && \ exec env - \ CGO_ENABLED=1 \ GOARCH=amd64 \ GOEXPERIMENT=nocoverageredesign \ GOOS=linux \ GOPATH='' \ GOROOT=bazel-out/k8-fastbuild-ST-b33d65c724e6/bin/external/io_bazel_rules_go/stdlib_ \ GOROOT_FINAL=GOROOT \ GOTOOLCHAIN=local \ PATH=/usr/bin:/bin \ bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder '-param=bazel-out/k8-fastbuild/bin/pkg/structure/core.recompile1241.a-0.params') # Configuration: da40a21cca7961bc38e4e0b5ccede7328b45ec8fef34c0be5e9555ae6011614c # 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/planner/core/access_object.go:1:1: diff pkg/planner/core/memtable_predicate_extractor.go.orig pkg/planner/core/memtable_predicate_extractor.go --- pkg/planner/core/memtable_predicate_extractor.go.orig +++ pkg/planner/core/memtable_predicate_extractor.go @@ -519,7 +519,7 @@ timezone *time.Location, ) ( remained []expression.Expression, -// unix timestamp in nanoseconds + // unix timestamp in nanoseconds startTime int64, endTime int64, ) { (gofmt) pkg/planner/core/access_object.go:1:1: --- pkg/planner/core/memtable_predicate_extractor.go +++ pkg/planner/core/memtable_predicate_extractor.go @@ -519,7 +519,7 @@ timezone *time.Location, ) ( remained []expression.Expression, -// unix timestamp in nanoseconds + // unix timestamp in nanoseconds startTime int64, endTime int64, ) { (gci) ERROR: /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/pkg/structure/BUILD.bazel:23:8 GoCompilePkg pkg/structure/structure_test_test.external.a failed: (Exit 1): builder failed: error executing command (from target //pkg/structure:structure_test) (cd /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/7239/execroot/__main__ && \ exec env - \ CGO_ENABLED=1 \ GOARCH=amd64 \ GOEXPERIMENT=nocoverageredesign \ GOOS=linux \ GOPATH='' \ GOROOT=bazel-out/k8-fastbuild-ST-b33d65c724e6/bin/external/io_bazel_rules_go/stdlib_ \ GOROOT_FINAL=GOROOT \ GOTOOLCHAIN=local \ PATH=/usr/bin:/bin \ bazel-out/k8-opt-exec-2B5CBBC6/bin/external/go_sdk/builder_reset/builder '-param=bazel-out/k8-fastbuild/bin/pkg/structure/core.recompile1241.a-0.params') # Configuration: da40a21cca7961bc38e4e0b5ccede7328b45ec8fef34c0be5e9555ae6011614c # 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: 87.096s, Critical Path: 49.33s INFO: 8231 processes: 6764 remote cache hit, 1466 internal, 1 linux-sandbox. FAILED: Build did NOT complete successfully //br/pkg/checkpoint:checkpoint_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_1_of_5/coverage.dat //pkg/domain/infosync:infosync_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/infosync/infosync_test/shard_3_of_3/coverage.dat //pkg/lightning/checkpoints:checkpoints_test NO STATUS /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_19_of_23/coverage.dat //br/cmd/br:br_test NO STATUS //br/pkg/aws:aws_test NO STATUS //br/pkg/backup:backup_test NO STATUS //br/pkg/backup/prepare_snap:prepare_snap_test NO STATUS //br/pkg/checksum:checksum_test NO STATUS //br/pkg/config:config_test NO STATUS //br/pkg/conn:conn_test NO STATUS //br/pkg/glue:glue_test NO STATUS //br/pkg/gluetidb:gluetidb_test NO STATUS //br/pkg/gluetikv:gluetikv_test NO STATUS //br/pkg/metautil:metautil_test NO STATUS //br/pkg/mock:mock_test NO STATUS //br/pkg/pdutil:pdutil_test NO STATUS //br/pkg/restore:restore_test NO STATUS //br/pkg/restore/data:data_test NO STATUS //br/pkg/restore/file_importer:file_importer_test NO STATUS //br/pkg/restore/log_restore:log_restore_test NO STATUS //br/pkg/restore/prealloc_table_id:prealloc_table_id_test NO STATUS //br/pkg/restore/rawkv:rawkv_test NO STATUS //br/pkg/restore/split:split_test NO STATUS //br/pkg/restore/tiflashrec:tiflashrec_test NO STATUS //br/pkg/restore/utils:utils_test NO STATUS //br/pkg/storage:storage_test NO STATUS //br/pkg/stream:stream_test NO STATUS //br/pkg/streamhelper/daemon:daemon_test NO STATUS //br/pkg/task/show:show_test NO STATUS //br/pkg/utils/storewatch:storewatch_test NO STATUS //br/pkg/version:version_test NO STATUS //dumpling/export:export_test NO STATUS //lightning/cmd/tidb-lightning:tidb-lightning_test NO STATUS //lightning/cmd/tidb-lightning-ctl:tidb-lightning-ctl_test NO STATUS //lightning/pkg/importer:importer_test NO STATUS //lightning/pkg/importer/mock:mock_test NO STATUS //lightning/pkg/server:server_test NO STATUS //pkg/autoid_service:autoid_service_test NO STATUS //pkg/bindinfo:bindinfo_test NO STATUS //pkg/bindinfo/tests:tests_test NO STATUS //pkg/bindinfo/tests/timeout:timeout_test NO STATUS //pkg/ddl:ddl_test NO STATUS //pkg/ddl/ingest:ingest_test NO STATUS //pkg/ddl/ingest/tests:tests_test NO STATUS //pkg/ddl/internal/session:session_test NO STATUS //pkg/ddl/schematracker:schematracker_test NO STATUS //pkg/ddl/syncer:syncer_test NO STATUS //pkg/ddl/tests/adminpause:adminpause_test NO STATUS //pkg/ddl/tests/fail:fail_test NO STATUS //pkg/ddl/tests/fastcreatetable:fastcreatetable_test NO STATUS //pkg/ddl/tests/fk:fk_test NO STATUS //pkg/ddl/tests/indexmerge:indexmerge_test NO STATUS //pkg/ddl/tests/metadatalock:metadatalock_test NO STATUS //pkg/ddl/tests/multivaluedindex:multivaluedindex_test NO STATUS //pkg/ddl/tests/partition:partition_test NO STATUS //pkg/ddl/tests/resourcegroup:resourcegroup_test NO STATUS //pkg/ddl/tests/serial:serial_test NO STATUS //pkg/ddl/tests/tiflash:tiflash_test NO STATUS //pkg/ddl/util/callback:callback_test NO STATUS //pkg/disttask/framework/handle:handle_test NO STATUS //pkg/disttask/framework/integrationtests:integrationtests_test NO STATUS //pkg/disttask/framework/planner:planner_test NO STATUS //pkg/disttask/framework/scheduler:scheduler_test NO STATUS //pkg/disttask/framework/storage:storage_test NO STATUS //pkg/disttask/framework/taskexecutor:taskexecutor_test NO STATUS //pkg/disttask/importinto:importinto_test NO STATUS //pkg/domain:domain_test NO STATUS //pkg/domain/globalconfigsync:globalconfigsync_test NO STATUS //pkg/executor:executor_test NO STATUS //pkg/executor/aggfuncs:aggfuncs_test NO STATUS //pkg/executor/aggregate:aggregate_test NO STATUS //pkg/executor/importer:importer_test NO STATUS //pkg/executor/internal/calibrateresource:calibrateresource_test NO STATUS //pkg/executor/internal/exec:exec_test NO STATUS //pkg/executor/internal/mpp:mpp_test NO STATUS //pkg/executor/internal/querywatch:querywatch_test NO STATUS //pkg/executor/lockstats:lockstats_test NO STATUS //pkg/executor/sortexec:sort_exec_test NO STATUS //pkg/executor/sortexec:sortexec_test NO STATUS //pkg/executor/test/admintest:admintest_test NO STATUS //pkg/executor/test/aggregate:aggregate_test NO STATUS //pkg/executor/test/analyzetest:analyzetest_test NO STATUS //pkg/executor/test/analyzetest/memorycontrol:memorycontrol_test NO STATUS //pkg/executor/test/analyzetest/panictest:panictest_test NO STATUS //pkg/executor/test/autoidtest:autoidtest_test NO STATUS //pkg/executor/test/ddl:ddl_test NO STATUS //pkg/executor/test/distsqltest:distsqltest_test NO STATUS //pkg/executor/test/executor:executor_test NO STATUS //pkg/executor/test/fktest:fktest_test NO STATUS //pkg/executor/test/indexmergereadtest:indexmergereadtest_test NO STATUS //pkg/executor/test/issuetest:issuetest_test NO STATUS //pkg/executor/test/jointest:jointest_test NO STATUS //pkg/executor/test/jointest/hashjoin:hashjoin_test NO STATUS //pkg/executor/test/loaddatatest:loaddatatest_test NO STATUS //pkg/executor/test/loadremotetest:loadremotetest_test NO STATUS //pkg/executor/test/memtest:memtest_test NO STATUS //pkg/executor/test/oomtest:oomtest_test NO STATUS //pkg/executor/test/passwordtest:passwordtest_test NO STATUS //pkg/executor/test/seqtest:seqtest_test NO STATUS //pkg/executor/test/showtest:showtest_test NO STATUS //pkg/executor/test/simpletest:simpletest_test NO STATUS //pkg/executor/test/splittest:splittest_test NO STATUS //pkg/executor/test/tiflashtest:tiflashtest_test NO STATUS //pkg/executor/test/unstabletest:unstabletest_test NO STATUS //pkg/executor/test/writetest:writetest_test NO STATUS //pkg/expression:expression_test NO STATUS //pkg/expression/integration_test:integration_test_test NO STATUS //pkg/expression/test/multivaluedindex:multivaluedindex_test NO STATUS //pkg/extension:extension_test NO STATUS //pkg/extension/enterprise/audit:audit_test NO STATUS //pkg/infoschema:infoschema_test NO STATUS //pkg/infoschema/internal:internal_test NO STATUS //pkg/infoschema/perfschema:perfschema_test NO STATUS //pkg/infoschema/test/cachetest:cachetest_test NO STATUS //pkg/infoschema/test/clustertablestest:clustertablestest_test NO STATUS //pkg/infoschema/test/infoschemav2test:infoschemav2test_test NO STATUS //pkg/lightning/backend:backend_test NO STATUS //pkg/lightning/backend/external:external_test NO STATUS //pkg/lightning/backend/kv:kv_test NO STATUS //pkg/lightning/backend/local:local_test NO STATUS //pkg/lightning/backend/tidb:tidb_test NO STATUS //pkg/lightning/common:common_test NO STATUS //pkg/lightning/config:config_test NO STATUS //pkg/lightning/errormanager:errormanager_test NO STATUS //pkg/lightning/mydump:mydump_test NO STATUS //pkg/lightning/tikv:tikv_test NO STATUS //pkg/lightning/verification:verification_test NO STATUS //pkg/meta/autoid:autoid_test NO STATUS //pkg/owner:owner_test NO STATUS //pkg/planner/cardinality:cardinality_test NO STATUS //pkg/planner/cascades:cascades_test NO STATUS //pkg/planner/core:core_test NO STATUS //pkg/planner/core/casetest:casetest_test NO STATUS //pkg/planner/core/casetest/binaryplan:binaryplan_test NO STATUS //pkg/planner/core/casetest/cbotest:cbotest_test NO STATUS //pkg/planner/core/casetest/correlated:correlated_test NO STATUS //pkg/planner/core/casetest/dag:dag_test NO STATUS //pkg/planner/core/casetest/enforcempp:enforcempp_test NO STATUS //pkg/planner/core/casetest/flatplan:flatplan_test NO STATUS //pkg/planner/core/casetest/hint:hint_test NO STATUS //pkg/planner/core/casetest/index:index_test NO STATUS //pkg/planner/core/casetest/mpp:mpp_test NO STATUS //pkg/planner/core/casetest/parallelapply:parallelapply_test NO STATUS //pkg/planner/core/casetest/partition:partition_test NO STATUS //pkg/planner/core/casetest/physicalplantest:physicalplantest_test NO STATUS //pkg/planner/core/casetest/planstats:planstats_test NO STATUS //pkg/planner/core/casetest/pushdown:pushdown_test NO STATUS //pkg/planner/core/casetest/rule:rule_test NO STATUS //pkg/planner/core/casetest/scalarsubquery:scalarsubquery_test NO STATUS //pkg/planner/core/casetest/windows:windows_test NO STATUS //pkg/planner/core/issuetest:issuetest_test NO STATUS //pkg/planner/core/tests/prepare:prepare_test NO STATUS //pkg/planner/funcdep:funcdep_test NO STATUS //pkg/planner/implementation:implementation_test NO STATUS //pkg/planner/memo:memo_test NO STATUS //pkg/planner/pattern:pattern_test NO STATUS //pkg/planner/util:util_test NO STATUS //pkg/planner/util/fixcontrol:fixcontrol_test NO STATUS //pkg/plugin:plugin_test NO STATUS //pkg/plugin/conn_ip_example:conn_ip_example_test NO STATUS //pkg/privilege/privileges:privileges_test NO STATUS //pkg/server:server_test NO STATUS //pkg/server/handler/extractorhandler:extractorhandler_test NO STATUS //pkg/server/handler/optimizor:optimizor_test NO STATUS //pkg/server/handler/tests:tests_test NO STATUS //pkg/server/tests:tests_test NO STATUS //pkg/server/tests/commontest:commontest_test NO STATUS //pkg/server/tests/cursor:cursor_test NO STATUS //pkg/server/tests/tls:tls_test NO STATUS //pkg/session:session_test NO STATUS //pkg/session/bootstraptest:bootstraptest_test NO STATUS //pkg/session/clusteredindextest:clusteredindextest_test NO STATUS //pkg/session/nontransactionaltest:nontransactionaltest_test NO STATUS //pkg/session/resourcegrouptest:resourcegrouptest_test NO STATUS //pkg/session/schematest:schematest_test NO STATUS //pkg/session/temporarytabletest:temporarytabletest_test NO STATUS //pkg/session/test:test_test NO STATUS //pkg/session/test/common:common_test NO STATUS //pkg/session/test/meta:meta_test NO STATUS //pkg/session/test/privileges:privileges_test NO STATUS //pkg/session/test/txn:txn_test NO STATUS //pkg/session/test/variable:variable_test NO STATUS //pkg/session/test/vars:vars_test NO STATUS //pkg/sessionctx/binloginfo:binloginfo_test NO STATUS //pkg/sessionctx/sessionstates:sessionstates_test NO STATUS //pkg/sessionctx/stmtctx:stmtctx_test NO STATUS //pkg/sessionctx/variable:variable_test NO STATUS //pkg/sessiontxn:sessiontxn_test NO STATUS //pkg/sessiontxn/isolation:isolation_test NO STATUS //pkg/sessiontxn/staleread:staleread_test NO STATUS //pkg/statistics:statistics_test NO STATUS //pkg/statistics/handle/autoanalyze:autoanalyze_test NO STATUS //pkg/statistics/handle/autoanalyze/exec:exec_test NO STATUS //pkg/statistics/handle/autoanalyze/priorityqueue:priorityqueue_test NO STATUS //pkg/statistics/handle/autoanalyze/refresher:refresher_test NO STATUS //pkg/statistics/handle/cache:cache_test NO STATUS //pkg/statistics/handle/ddl:ddl_test NO STATUS //pkg/statistics/handle/globalstats:globalstats_test NO STATUS //pkg/statistics/handle/handletest:handletest_test NO STATUS //pkg/statistics/handle/handletest/analyze:analyze_test NO STATUS //pkg/statistics/handle/handletest/lockstats:lockstats_test NO STATUS //pkg/statistics/handle/handletest/statstest:statstest_test NO STATUS //pkg/statistics/handle/lockstats:lockstats_test NO STATUS //pkg/statistics/handle/storage:storage_test NO STATUS //pkg/statistics/handle/syncload:syncload_test NO STATUS //pkg/statistics/handle/updatetest:updatetest_test NO STATUS //pkg/statistics/handle/usage:usage_test NO STATUS //pkg/statistics/handle/util:util_test NO STATUS //pkg/store:store_test NO STATUS //pkg/store/copr/copr_test:copr_test_test NO STATUS //pkg/store/driver:driver_test NO STATUS //pkg/store/gcworker:gcworker_test NO STATUS //pkg/store/mockstore:mockstore_test NO STATUS //pkg/store/mockstore/mockcopr:mockcopr_test NO STATUS //pkg/store/mockstore/unistore:unistore_test NO STATUS //pkg/table/tables:tables_test NO STATUS //pkg/table/tables/test/partition:partition_test NO STATUS //pkg/table/temptable:temptable_test NO STATUS //pkg/testkit:testkit_test NO STATUS //pkg/timer:timer_test NO STATUS //pkg/ttl/cache:cache_test NO STATUS //pkg/ttl/session:session_test NO STATUS //pkg/ttl/sqlbuilder:sqlbuilder_test NO STATUS //pkg/ttl/ttlworker:ttlworker_test NO STATUS //pkg/util/admin:admin_test NO STATUS //pkg/util/dbutil:dbutil_test NO STATUS //pkg/util/ddl-checker:ddl-checker_test NO STATUS //pkg/util/disttask:disttask_test NO STATUS //pkg/util/keydecoder:keydecoder_test NO STATUS //pkg/util/profile:profile_test NO STATUS //pkg/util/ranger:ranger_test NO STATUS //pkg/util/rowDecoder:rowDecoder_test NO STATUS //pkg/util/schemacmp:schemacmp_test NO STATUS //pkg/util/stmtsummary/v2/tests:tests_test NO STATUS //pkg/structure:structure_test FAILED TO BUILD Test cases: finished with 2151 passing and 0 failing out of 2151 test cases Executed 0 out of 411 tests: 176 tests pass, 1 fails to build and 234 were skipped. make: *** [bazel_coverage_test] Error 1 root: /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs complete to collect bazel result. [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] sh + ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log Parse from local file: tidb/bazel-test.log Output files: ls: cannot access bazel-target-output-*.log: No such file or directory bazel-flaky-summaries.log bazel-go-test-index.log bazel-go-test-problem-cases.json [Pipeline] sh ++ uuidgen + timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 575e8690-b9c3-495e-a3e8-2a2d0275cbb9' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: master' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8935/' --header 'ce-specversion: 1.0' --header 'content-type: application/json; charset=UTF-8' --data @bazel-go-test-problem-cases.json % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to cloudevents-server.apps.svc port 80 (#0) * Trying 10.233.31.173... * Connected to cloudevents-server.apps.svc (10.233.31.173) port 80 (#0) > POST /events HTTP/1.1 > User-Agent: curl/7.29.0 > Host: cloudevents-server.apps.svc > Accept: */* > ce-id: 575e8690-b9c3-495e-a3e8-2a2d0275cbb9 > ce-source: https://do.pingcap.net/jenkins/ > ce-type: test-case-run-report > ce-repo: pingcap/tidb > ce-branch: master > ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8935/ > ce-specversion: 1.0 > content-type: application/json; charset=UTF-8 > Content-Length: 2 > } [data not shown] * upload completely sent off: 2 out of 2 bytes 100 2 0 0 100 2 0 1 0:00:02 0:00:01 0:00:01 1 100 2 0 0 0 2 0 0 --:--:-- 0:00:02 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:03 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:04 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:05 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:06 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:07 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:08 --:--:-- 0 100 2 0 0 0 2 0 0 --:--:-- 0:00:09 --:--:-- 0+ true [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 2 Finished: FAILURE