Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/ghpr_build.groovy from git https://github.com/PingCAP-QE/ci.git Loading library tipipeline@main Library tipipeline@main is cached. Copying from home. [Pipeline] Start of Pipeline [Pipeline] readJSON [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/latest/pod-ghpr_build.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-build-28587-xzqhd-hx6ld-1qs8n Agent pingcap-tidb-ghpr-build-28587-xzqhd-hx6ld-1qs8n is provisioned from template pingcap_tidb_ghpr_build_28587-xzqhd-hx6ld --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_build/28587/" runUrl: "job/pingcap/job/tidb/job/ghpr_build/28587/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "60ed57d06b3aaa326e0bd22df9e96e01cd0687bf" jenkins/label: "pingcap_tidb_ghpr_build_28587-xzqhd" name: "pingcap-tidb-ghpr-build-28587-xzqhd-hx6ld-1qs8n" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241009" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "64Gi" cpu: "16" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-ghpr-build-28587-xzqhd-hx6ld-1qs8n" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-build-28587-xzqhd-hx6ld-1qs8n" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" Running on pingcap-tidb-ghpr-build-28587-xzqhd-hx6ld-1qs8n in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) > 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 b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" > git rev-list --no-walk b2a59508c11c86ba701c4af25fc536a9475b82c6 # 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 GIT_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/28587/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_build","buildid":"1908103533673058304","prowjobid":"0a8a4853-ad73-48ff-8ca8-9280eee433fb","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"d9fb3a53376157be49b5a7941e6e689a33c81eb0","base_link":"https://github.com/pingcap/tidb/commit/d9fb3a53376157be49b5a7941e6e689a33c81eb0","pulls":[{"number":60399,"author":"mjonss","sha":"6364d88cfeba8c2f9361c050a5bed4435d35aa86","title":"planner: Fixed point get not giving error on non-existing explict partition","head_ref":"pointget-unknown-partition-59003","link":"https://github.com/pingcap/tidb/pull/60399","commit_link":"https://github.com/pingcap/tidb/pull/60399/commits/6364d88cfeba8c2f9361c050a5bed4435d35aa86","author_link":"https://github.com/mjonss"}]}} _=/usr/bin/printenv BUILD_ID=1908103533673058304 POD_LABEL=pingcap_tidb_ghpr_build_28587-xzqhd HOSTNAME=pingcap-tidb-ghpr-build-28587-xzqhd-hx6ld-1qs8n OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/28587/display/redirect?page=changes JENKINS_NODE_COOKIE=ccbf5e0f-3776-4ae9-8b38-b9f23d8d7ede GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JAVA_HOME=/usr/lib/jvm/jre-openjdk JOB_BASE_NAME=ghpr_build WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build@tmp KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true GIT_URL=https://github.com/PingCAP-QE/ci.git CLASSPATH= KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 FILE_SERVER_URL=http://fileserver.pingcap.net POD_CONTAINER=golang GOPATH=/go BUILD_NUMBER=28587 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/home/jenkins GOROOT=/usr/local/go NODE_NAME=pingcap-tidb-ghpr-build-28587-xzqhd-hx6ld-1qs8n HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tidb/ghpr_build RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/28587/display/redirect?page=tests KUBERNETES_SERVICE_PORT_HTTPS=443 KUBERNETES_PORT_443_TCP_PORT=443 GIT_PREVIOUS_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 HUDSON_HOME=/var/jenkins_home JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/display/redirect PROW_JOB_ID=0a8a4853-ad73-48ff-8ca8-9280eee433fb KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/28587/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/28587/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/ BUILD_DISPLAY_NAME=#28587 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tidb-ghpr_build-28587 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap_tidb_ghpr_build_28587-xzqhd pingcap-tidb-ghpr-build-28587-xzqhd-hx6ld-1qs8n PATH=/go/bin:/usr/local/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin GIT_PREVIOUS_SUCCESSFUL_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 KUBERNETES_SERVICE_HOST=10.233.0.1 JENKINS_SERVER_COOKIE=durable-5ed2184ac1dada1b446f151cad51335854fa74627c8b9c06037d3871b9040057 + 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.23.2' GODEBUG='' GOTELEMETRY='local' GOTELEMETRYDIR='/home/jenkins/.config/go/telemetry' 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 -ffile-prefix-map=/tmp/go-build3119434242=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 jenkins root 1, 3 Apr 4 10:25 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-28587-xzqhd-hx6ld-1qs8n bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-28587-xzqhd-hx6ld-1qs8n 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: 35434 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 780a3c0d36a4e0ec (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 27 IN A 20.27.177.113 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: Fri Apr 04 10:25:45 UTC 2025 ;; MSG SIZE rcvd: 103 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-d9fb3a5) 1213224960 bytes in 4.47 secs (271319643 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-133e47a51 # github.com:22 SSH-2.0-133e47a51 [Pipeline] } [Pipeline] // withCredentials [Pipeline] retry [Pipeline] { [Pipeline] sh git version 2.43.5 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/.git/ .git HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) POST git-upload-pack (656 bytes) POST git-upload-pack (973 bytes) POST git-upload-pack (gzip 2073 to 1095 bytes) POST git-upload-pack (gzip 4123 to 2123 bytes) POST git-upload-pack (gzip 8073 to 4095 bytes) POST git-upload-pack (gzip 15932 to 8067 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master * [new ref] refs/pull/60399/head -> origin/pr/60399/head Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) ๐Ÿšง Checkouting to base SHA:d9fb3a53376157be49b5a7941e6e689a33c81eb0... HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) โœ… Checked. ๐ŸŽ‰ ๐Ÿงพ HEAD info: d9fb3a53376157be49b5a7941e6e689a33c81eb0 d9fb3a5337 ddl: Implement TableMode feature (#59009) 195c367f3a parser: support to check any column flag (#60287) f4b85e3540 statistics: remove invalid histogram items in loadNeededColumnHistograms and loadNeededIndexHistograms (#60318) ๐Ÿšง Pre-merge heads of pull requests to base SHA: d9fb3a53376157be49b5a7941e6e689a33c81eb0 ... Merge made by the 'ort' strategy. Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. pkg/ddl/tests/partition/db_partition_test.go | 17 +++++++++++++++++ pkg/planner/core/point_get_plan.go | 5 +++++ 2 files changed, 22 insertions(+) ๐Ÿงพ Pre-merged result: dd7ab43cdd39551c299f0dd17bd48b1672b80ec7 dd7ab43cdd Merge commit '6364d88cfeba8c2f9361c050a5bed4435d35aa86' into HEAD 6364d88cfe Fixed point get not giving error on non-existing explict partition d9fb3a5337 ddl: Implement TableMode feature (#59009) โœ… Pre merged ๐ŸŽ‰ ๐Ÿ“ update submodules ... โœ… update submodules done โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-d9fb3a5-6364d88) 1213317120 bytes in 23.08 secs (52579564 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build tidb-server community edition) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb [Pipeline] { [Pipeline] sh + make bazel_build go: downloading go1.23.8 (linux/amd64) mkdir -p bin bazel --output_user_root=/home/jenkins/.tidb/tmp build --config=ci --repository_cache=/home/jenkins/.tidb/tmp \ //... --//build:with_nogo_flag=true Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: a869b786-019c-4e5a-9479-dd1e46330e2c INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'build' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/.bazelrc: 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'build' from /data/..2025_04_04_10_25_36.3945178806/bazel: 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'build' from /home/jenkins/.bazelrc: 'build' options: --local_ram_resources=58982 --local_cpu_resources=16 --jobs=16 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: 1 packages loaded Loading: 529 packages loaded currently loading: ... (22 packages) Analyzing: 1265 targets (717 packages loaded) Analyzing: 1265 targets (717 packages loaded, 0 targets configured) Analyzing: 1265 targets (748 packages loaded, 24 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (764 packages loaded, 413 targets configured) Analyzing: 1265 targets (786 packages loaded, 12046 targets configured) Analyzing: 1265 targets (790 packages loaded, 12078 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (1117 packages loaded, 12485 targets configured) Analyzing: 1265 targets (1174 packages loaded, 12669 targets configured) Analyzing: 1265 targets (1194 packages loaded, 12943 targets configured) Analyzing: 1265 targets (1214 packages loaded, 13611 targets configured) Analyzing: 1265 targets (1236 packages loaded, 15627 targets configured) Analyzing: 1265 targets (1300 packages loaded, 16371 targets configured) Analyzing: 1265 targets (1668 packages loaded, 19647 targets configured) Analyzing: 1265 targets (1859 packages loaded, 23527 targets configured) Analyzing: 1265 targets (2074 packages loaded, 24923 targets configured) Analyzing: 1265 targets (2153 packages loaded, 25890 targets configured) Analyzing: 1265 targets (2181 packages loaded, 27774 targets configured) Analyzing: 1265 targets (2202 packages loaded, 30040 targets configured) Analyzing: 1265 targets (2355 packages loaded, 31213 targets configured) Analyzing: 1265 targets (2357 packages loaded, 31712 targets configured) INFO: Analyzed 1265 targets (2357 packages loaded, 31765 targets configured).  checking cached actions INFO: Found 1265 targets... [0 / 597] [Prepa] BazelWorkspaceStatusAction stable-status.txt [1,002 / 25,529] Creating runfiles tree bazel-out/k8-fastbuild/bin/cmd/mirror/mirror_/mirror.runfiles; 0s local ... (13 actions, 1 running) [1,083 / 25,732] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 4.0 MiB / 8.3 MiB; 1s remote-cache ... (16 actions, 0 running) [1,091 / 25,732] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (16 actions, 0 running) [1,094 / 25,732] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 11.0 MiB / 18.9 MiB; 3s remote-cache ... (16 actions, 0 running) [1,103 / 25,732] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 16.7 MiB / 18.9 MiB; 5s remote-cache ... (16 actions, 0 running) [1,138 / 25,732] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 5s remote-cache ... (16 actions, 0 running) [1,839 / 25,732] GoCompilePkg external/com_github_azuread_microsoft_authentication_library_for_go/apps/internal/oauth/ops/wstrust/defs/defs.a; 0s remote-cache ... (15 actions, 0 running) [2,276 / 25,732] GoLink tests/llmtest/llmtest_test_/llmtest_test; 0s remote-cache ... (16 actions, 0 running) [2,710 / 25,732] GoLink pkg/session/cursor/cursor_test_/cursor_test; Downloading pkg/session/cursor/cursor_test_/cursor_test, 1.5 MiB / 4.3 MiB; 0s remote-cache ... (16 actions, 0 running) [3,187 / 25,732] GoLink pkg/util/promutil/promutil_test_/promutil_test; Downloading pkg/util/promutil/promutil_test_/promutil_test, 3.0 MiB / 6.2 MiB; 0s remote-cache ... (16 actions, 0 running) [3,605 / 25,732] GoCompilePkg external/io_k8s_api/core/v1/core.a; 0s remote-cache ... (16 actions, 0 running) [4,236 / 25,732] GoCompilePkg external/com_github_aws_aws_sdk_go/aws/credentials/endpointcreds/endpointcreds.a; Downloading external/com_github_aws_aws_sdk_go/aws/credentials/endpointcreds/endpointcreds.a; 0s remote-cache ... (16 actions, 0 running) [4,679 / 25,732] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 54.0 MiB / 77.2 MiB; 0s remote-cache ... (16 actions, 0 running) [5,098 / 25,732] GoCompilePkg external/com_github_grpc_ecosystem_go_grpc_prometheus/go-grpc-prometheus.a; Downloading external/com_github_grpc_ecosystem_go_grpc_prometheus/go-grpc-prometheus.a, 63.8 KiB / 561.5 KiB; 0s remote-cache ... (16 actions, 0 running) [5,416 / 25,732] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 40.0 MiB / 71.4 MiB; 0s remote-cache ... (14 actions, 0 running) [5,799 / 25,732] GoLink pkg/parser/types/types_test_/types_test; Downloading pkg/parser/types/types_test_/types_test, 5.2 MiB / 17.0 MiB; 0s remote-cache ... (16 actions, 0 running) [6,197 / 25,732] GoCompilePkg external/com_github_pingcap_kvproto/pkg/tikvpb/tikvpb.a; 0s remote-cache ... (16 actions, 0 running) [6,979 / 25,732] GoCompilePkg external/co_honnef_go_tools/simple/s1020/s1020.a; Downloading external/co_honnef_go_tools/simple/s1020/s1020.a; 0s remote-cache ... (16 actions, 0 running) [7,688 / 25,732] GoLink pkg/util/engine/engine_test_/engine_test; 0s remote-cache ... (16 actions, 0 running) [8,483 / 25,732] GoLink pkg/util/cpu/cpu_test_/cpu_test; 0s remote-cache ... (16 actions, 0 running) [9,144 / 25,732] GoLink pkg/util/cdcutil/cdcutil_test_/cdcutil_test; Downloading pkg/util/cdcutil/cdcutil_test_/cdcutil_test, 22.0 MiB / 22.9 MiB; 0s remote-cache ... (15 actions, 0 running) [9,845 / 25,732] GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; 0s remote-cache ... (16 actions, 0 running) [11,037 / 25,732] GoLink br/pkg/summary/summary_test_/summary_test; Downloading br/pkg/summary/summary_test_/summary_test, 4.6 MiB / 5.1 MiB; 0s remote-cache ... (16 actions, 0 running) [11,340 / 25,732] GoLink pkg/util/collate/collate_test_/collate_test; Downloading pkg/util/collate/collate_test_/collate_test, 24.4 MiB / 29.3 MiB; 0s remote-cache ... (16 actions, 0 running) [11,484 / 25,732] GoLink pkg/util/gctuner/gctuner_test_/gctuner_test; Downloading pkg/util/gctuner/gctuner_test_/gctuner_test, 44.0 MiB / 45.0 MiB; 1s remote-cache ... (16 actions, 0 running) [11,787 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 83.1 MiB / 108.6 MiB; 0s remote-cache ... (14 actions, 0 running) [12,118 / 25,732] GoLink pkg/resourcemanager/pool/workerpool/workerpool_test_/workerpool_test; Downloading pkg/resourcemanager/pool/workerpool/workerpool_test_/workerpool_test, 34.3 MiB / 45.1 MiB; 0s remote-cache ... (16 actions, 0 running) [12,446 / 25,732] GoLink pkg/resourcemanager/pool/spool/spool_test_/spool_test; Downloading pkg/resourcemanager/pool/spool/spool_test_/spool_test, 32.2 MiB / 45.1 MiB; 0s remote-cache ... (16 actions, 0 running) [12,724 / 25,732] GoLink br/pkg/utils/iter/iter_test_/iter_test; Downloading br/pkg/utils/iter/iter_test_/iter_test, 27.0 MiB / 45.1 MiB; 0s remote-cache ... (16 actions, 0 running) [12,859 / 25,732] GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 62.0 MiB / 88.1 MiB; 1s remote-cache ... (16 actions, 0 running) [12,993 / 25,732] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 81.0 MiB / 108.6 MiB; 2s remote-cache ... (14 actions, 0 running) [13,122 / 25,732] GoCompilePkg pkg/metrics/expression.recompile552.a; Downloading pkg/metrics/expression.recompile552.a, 89.8 MiB / 94.8 MiB; 1s remote-cache ... (16 actions, 0 running) [13,370 / 25,732] GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 56.7 MiB / 60.7 MiB; 0s remote-cache ... (15 actions, 0 running) [13,692 / 25,732] GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 52.3 MiB / 75.9 MiB; 0s remote-cache ... (15 actions, 0 running) [13,890 / 25,732] GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1185.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1185.a, 50.0 MiB / 94.8 MiB; 0s remote-cache ... (16 actions, 0 running) [14,004 / 25,732] GoCompilePkg pkg/util/expression.recompile541.a; Downloading pkg/util/expression.recompile541.a, 61.3 MiB / 94.8 MiB; 0s remote-cache ... (16 actions, 0 running) [14,077 / 25,732] GoCompilePkg pkg/store/helper/expression.recompile549.a; 1s remote-cache ... (16 actions, 0 running) [14,175 / 25,732] GoCompilePkg pkg/structure/expression.recompile1184.a; 2s remote-cache ... (16 actions, 0 running) [14,271 / 25,732] GoCompilePkg pkg/meta/expression.recompile1178.a; 2s remote-cache ... (16 actions, 0 running) [14,338 / 25,732] GoCompilePkg pkg/sessionctx/variable/expression.recompile1186.a; Downloading pkg/sessionctx/variable/expression.recompile1186.a, 73.0 MiB / 94.8 MiB; 2s remote-cache ... (16 actions, 0 running) [14,486 / 25,732] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 1s remote-cache ... (16 actions, 0 running) [14,599 / 25,732] GoLink pkg/util/util_test_/util_test; 1s remote-cache ... (16 actions, 0 running) [14,699 / 25,732] GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 63.9 MiB / 107.2 MiB; 1s remote-cache ... (16 actions, 0 running) [14,860 / 25,732] GoLink pkg/util/topsql/reporter/reporter_test_/reporter_test; Downloading pkg/util/topsql/reporter/reporter_test_/reporter_test, 20.0 MiB / 33.2 MiB; 0s remote-cache ... (15 actions, 0 running) [15,010 / 25,732] GoCompilePkg pkg/extension/expression.recompile1239.a; Downloading pkg/extension/expression.recompile1239.a, 74.9 MiB / 94.8 MiB; 0s remote-cache ... (16 actions, 0 running) [15,185 / 25,732] GoCompilePkg pkg/lightning/backend/kv/kv_test.internal.recompileinternal.a; 0s remote-cache ... (16 actions, 0 running) [15,334 / 25,732] GoLink pkg/timer/runtime/runtime_test_/runtime_test; Downloading pkg/timer/runtime/runtime_test_/runtime_test, 59.1 MiB / 60.9 MiB; 0s remote-cache ... (16 actions, 0 running) [15,455 / 25,732] GoLink pkg/table/table_test_/table_test; Downloading pkg/table/table_test_/table_test, 37.0 MiB / 75.8 MiB; 0s remote-cache ... (16 actions, 0 running) [15,561 / 25,732] GoLink pkg/expression/expropt/expropt_test_/expropt_test; Downloading pkg/expression/expropt/expropt_test_/expropt_test, 43.0 MiB / 46.3 MiB; 0s remote-cache ... (16 actions, 0 running) [15,675 / 25,732] GoCompilePkg pkg/expression/expression.a; 1s remote-cache ... (16 actions, 0 running) [15,802 / 25,732] GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 95.0 MiB / 114.6 MiB; 1s remote-cache ... (17 actions, 2 running) [15,948 / 25,732] GoLink br/pkg/encryption/master_key/master_key_test_/master_key_test; Downloading br/pkg/encryption/master_key/master_key_test_/master_key_test, 29.5 MiB / 52.1 MiB; 0s remote-cache ... (15 actions, 0 running) [16,038 / 25,732] GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 47.1 MiB / 77.4 MiB; 1s remote-cache ... (16 actions, 0 running) [16,131 / 25,732] GoLink pkg/distsql/distsql_test_/distsql_test; 2s remote-cache ... (16 actions, 2 running) [16,217 / 25,732] GoLink pkg/expression/exprstatic/exprstatic_test_/exprstatic_test; Downloading pkg/expression/exprstatic/exprstatic_test_/exprstatic_test, 44.7 MiB / 46.5 MiB; 0s remote-cache ... (16 actions, 0 running) [16,301 / 25,732] GoLink pkg/planner/property/property_test_/property_test; 0s remote-cache ... (16 actions, 0 running) [16,412 / 25,732] GoCompilePkg pkg/sessionctx/sessionstates/ddl.recompile1341.a; 0s remote-cache ... (15 actions, 0 running) [16,548 / 25,732] GoLink pkg/ddl/util/util_test_/util_test; Downloading pkg/ddl/util/util_test_/util_test, 46.1 MiB / 58.4 MiB; 0s remote-cache ... (16 actions, 0 running) [16,674 / 25,732] Running nogo on //pkg/meta:meta_test; 0s remote-cache, linux-sandbox ... (19 actions, 6 running) [16,864 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 1s remote-cache, linux-sandbox ... (20 actions, 8 running) [17,020 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 2s remote-cache, linux-sandbox ... (21 actions, 10 running) [17,176 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 3s remote-cache, linux-sandbox ... (23 actions, 14 running) [17,299 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 4s remote-cache, linux-sandbox ... (21 actions, 10 running) [17,344 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 5s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,371 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 6s remote-cache, linux-sandbox ... (21 actions, 10 running) [17,409 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 7s remote-cache, linux-sandbox ... (23 actions, 14 running) [17,527 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 8s remote-cache, linux-sandbox ... (26 actions, 20 running) [17,564 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 9s remote-cache, linux-sandbox ... (26 actions, 20 running) [17,591 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 10s remote-cache, linux-sandbox ... (23 actions, 18 running) [17,678 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 11s remote-cache, linux-sandbox ... (24 actions, 16 running) [17,729 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 12s remote-cache, linux-sandbox ... (24 actions, 16 running) [17,752 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 13s remote-cache, linux-sandbox ... (25 actions, 18 running) [17,766 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 14s remote-cache, linux-sandbox ... (25 actions, 18 running) [17,789 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 15s remote-cache, linux-sandbox ... (24 actions, 16 running) [17,854 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 16s remote-cache, linux-sandbox ... (25 actions, 18 running) [17,884 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 17s remote-cache, linux-sandbox ... (24 actions, 16 running) [17,907 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 19s remote-cache, linux-sandbox ... (24 actions, 16 running) [17,937 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 20s remote-cache, linux-sandbox ... (25 actions, 18 running) [17,968 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 21s remote-cache, linux-sandbox ... (26 actions, 20 running) [18,015 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 22s remote-cache, linux-sandbox ... (26 actions, 20 running) [18,061 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 23s remote-cache, linux-sandbox ... (26 actions, 20 running) [18,084 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 24s remote-cache, linux-sandbox ... (24 actions, 16 running) [18,131 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 25s remote-cache, linux-sandbox ... (25 actions, 18 running) [18,162 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 26s remote-cache, linux-sandbox ... (26 actions, 20 running) [18,194 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 27s remote-cache, linux-sandbox ... (26 actions, 20 running) [18,227 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 28s remote-cache, linux-sandbox ... (26 actions, 20 running) [18,248 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 29s remote-cache, linux-sandbox ... (28 actions, 24 running) [18,278 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 30s remote-cache, linux-sandbox ... (27 actions, 22 running) [18,294 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 31s remote-cache, linux-sandbox ... (27 actions, 22 running) [18,317 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 32s remote-cache, linux-sandbox ... (27 actions, 22 running) [18,334 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 33s remote-cache, linux-sandbox ... (27 actions, 24 running) [18,342 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 35s remote-cache, linux-sandbox ... (28 actions, 24 running) [18,362 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 36s remote-cache, linux-sandbox ... (27 actions, 24 running) [18,384 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 37s remote-cache, linux-sandbox ... (29 actions, 26 running) [18,416 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 38s remote-cache, linux-sandbox ... (29 actions, 26 running) [18,475 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 39s remote-cache, linux-sandbox ... (30 actions, 28 running) [18,481 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 40s remote-cache, linux-sandbox ... (30 actions, 28 running) [18,484 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 41s remote-cache, linux-sandbox ... (31 actions, 30 running) [18,486 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 42s remote-cache, linux-sandbox ... (31 actions, 30 running) [18,489 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 43s remote-cache, linux-sandbox ... (30 actions, 28 running) [18,493 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 45s remote-cache, linux-sandbox ... (31 actions, 30 running) [18,497 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 46s remote-cache, linux-sandbox ... (29 actions, 28 running) [18,505 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 40s remote-cache, linux-sandbox ... (29 actions, 26 running) [18,515 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 41s remote-cache, linux-sandbox ... (29 actions, 26 running) [18,533 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 42s remote-cache, linux-sandbox ... (28 actions, 24 running) [18,545 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 43s remote-cache, linux-sandbox ... (28 actions, 25 running) [18,567 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 44s remote-cache, linux-sandbox ... (28 actions, 24 running) [18,592 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 45s remote-cache, linux-sandbox ... (28 actions, 24 running) [18,616 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 46s remote-cache, linux-sandbox ... (28 actions, 24 running) [18,648 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 47s remote-cache, linux-sandbox ... (28 actions, 24 running) [18,679 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 48s remote-cache, linux-sandbox ... (29 actions, 26 running) [18,720 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 49s remote-cache, linux-sandbox ... (29 actions, 28 running) [18,772 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 50s remote-cache, linux-sandbox ... (30 actions, 28 running) [18,783 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 52s remote-cache, linux-sandbox ... (31 actions, 30 running) [18,784 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 53s remote-cache, linux-sandbox ... (31 actions, 30 running) [18,789 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 54s remote-cache, linux-sandbox ... (31 actions, 30 running) [18,800 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 55s remote-cache, linux-sandbox ... (28 actions, 26 running) [18,810 / 25,732] GoCompilePkg pkg/expression/core.recompile1361.a; 56s remote-cache, linux-sandbox ... (32 actions running) [18,814 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 34s remote-cache, linux-sandbox ... (32 actions running) [18,821 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 35s remote-cache, linux-sandbox ... (32 actions running) [18,836 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) Aborted by Jenkins Admin Sending interrupt signal to process Killing processes kill finished with exit code 0 [18,868 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 37s remote-cache, linux-sandbox ... (31 actions, 30 running) Bazel caught terminate signal; shutting down. Bazel caught terminate signal; shutting down. script returned exit code 143 [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb [Pipeline] { [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build tidb-server enterprise edition) Stage "Build tidb-server enterprise edition" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test plugin) Stage "Test plugin" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] container [Pipeline] { [Pipeline] sh + bash scripts/plugins/report_job_result.sh ABORTED result.json http://fileserver.pingcap.net --2025-04-04 10:29:43-- 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% 653M=0s 2025-04-04 10:29:43 (653 MB/s) - โ€˜agent_upload_verifyci_metadata.pyโ€™ saved [4181/4181] No junit report file parse result file result.json success upload data succesfully. [Pipeline] } [Pipeline] // container [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: e8d9c5d4-1f03-4c20-9aa1-8ae01af2defb Finished: ABORTED