Started by user Jenkins Admin Obtained pipelines/pingcap/tiflash/latest/pull_integration_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/tiflash/latest/pod-pull_build.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tiflash/pingcap-tiflash-pull-integration-test-3850-259ls-zm3q5-n1ws5 Agent pingcap-tiflash-pull-integration-test-3850-259ls-zm3q5-n1ws5 is provisioned from template pingcap_tiflash_pull_integration_test_3850-259ls-zm3q5 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/3850/" runUrl: "job/pingcap/job/tiflash/job/pull_integration_test/3850/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "6cb6bc689b919cc85b9bc590e98a023804b0fd09" jenkins/label: "pingcap_tiflash_pull_integration_test_3850-259ls" name: "pingcap-tiflash-pull-integration-test-3850-259ls-zm3q5-n1ws5" namespace: "jenkins-tiflash" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - command: - "/bin/bash" - "-c" - "cat" image: "hub.pingcap.net/tiflash/tiflash-llvm-base:llvm-17.0.6-rocky8" name: "runner" resources: limits: memory: "48Gi" cpu: "12" requests: memory: "32Gi" cpu: "12" tty: true volumeMounts: - mountPath: "/home/jenkins/agent/rust" name: "volume-0" readOnly: false - mountPath: "/home/jenkins/agent/ccache" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent/dependency" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/agent/ci-cached-code-daily" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/agent/proxy-cache" name: "volume-5" readOnly: false - mountPath: "/tmp" name: "volume-6" readOnly: false - mountPath: "/tmp-memfs" name: "volume-7" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "sleep" - "infinity" image: "hub.pingcap.net/jenkins/ks3util" name: "util" resources: limits: cpu: "500m" memory: "500Mi" requests: cpu: "500m" memory: "500Mi" volumeMounts: - 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-tiflash-pull-integration-test-3850-259ls-zm3q5-n1ws5" - name: "JENKINS_NAME" value: "pingcap-tiflash-pull-integration-test-3850-259ls-zm3q5-n1ws5" - 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: - name: "volume-0" nfs: path: "/data/nvme1n1/nfs/tiflash/rust" readOnly: false server: "10.2.12.82" - name: "volume-2" nfs: path: "/data/nvme1n1/nfs/tiflash/dependency" readOnly: true server: "10.2.12.82" - name: "volume-1" nfs: path: "/data/nvme1n1/nfs/tiflash/ccache" readOnly: true server: "10.2.12.82" - emptyDir: medium: "Memory" name: "volume-7" - emptyDir: medium: "" name: "workspace-volume" - name: "volume-4" nfs: path: "/data/nvme1n1/nfs/git" readOnly: true server: "10.2.12.82" - emptyDir: {} name: "volume-6" - name: "volume-5" nfs: path: "/data/nvme1n1/nfs/tiflash/proxy-cache" readOnly: true server: "10.2.12.82" Running on pingcap-tiflash-pull-integration-test-3850-259ls-zm3q5-n1ws5 in /home/jenkins/agent/workspace/pingcap/tiflash/pull_integration_test [Pipeline] { [Pipeline] ws Running in /home/jenkins/agent/workspace/tiflash-build-common [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/tiflash-build-common # 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 2 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv GIT_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/3850/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tiflash/pull_integration_test","buildid":"1908052335704150016","prowjobid":"1ea134a6-df80-4332-9438-61e6c4503c2b","refs":{"org":"pingcap","repo":"tiflash","repo_link":"https://github.com/pingcap/tiflash","base_ref":"master","base_sha":"8ecb79fcf30098e6786f4d0440ead2a879a3ad4a","base_link":"https://github.com/pingcap/tiflash/commit/8ecb79fcf30098e6786f4d0440ead2a879a3ad4a","pulls":[{"number":9956,"author":"gengliqi","sha":"484618e0fdd5af3f19818473998805d27dfc481d","title":"Support left-outer join and join-level late materialization for other conditions in hash join v2","head_ref":"join-v2-late-materialization","link":"https://github.com/pingcap/tiflash/pull/9956","commit_link":"https://github.com/pingcap/tiflash/pull/9956/commits/484618e0fdd5af3f19818473998805d27dfc481d","author_link":"https://github.com/gengliqi"}]}} _=/usr/bin/printenv LANG=en_US.UTF-8 TZ=Asia/Shanghai BUILD_ID=1908052335704150016 POD_LABEL=pingcap_tiflash_pull_integration_test_3850-259ls HOSTNAME=pingcap-tiflash-pull-integration-test-3850-259ls-zm3q5-n1ws5 OLDPWD=/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/3850/display/redirect?page=changes JENKINS_NODE_COOKIE=0e10266d-58fc-4486-88ac-415a7d187ab8 GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JOB_BASE_NAME=pull_integration_test WORKSPACE_TMP=/home/jenkins/agent/workspace/tiflash-build-common@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 CC=clang FILE_SERVER_URL=http://fileserver.pingcap.net POD_CONTAINER=runner BUILD_NUMBER=3850 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/tiflash-build-common PWD=/home/jenkins/agent/workspace/tiflash-build-common HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/root NODE_NAME=pingcap-tiflash-pull-integration-test-3850-259ls-zm3q5-n1ws5 HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tiflash/pull_integration_test RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/3850/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/tiflash/job/pull_integration_test/display/redirect PROW_JOB_ID=1ea134a6-df80-4332-9438-61e6c4503c2b CARGO_HOME=/root/.cargo KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/3850/display/redirect?page=artifacts CXX=clang++ BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/3850/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/ BUILD_DISPLAY_NAME=#3850 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tiflash-pull_integration_test-3850 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap-tiflash-pull-integration-test-3850-259ls-zm3q5-n1ws5 pingcap_tiflash_pull_integration_test_3850-259ls PATH=/root/.cargo/bin:/root/.cargo/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin GIT_PREVIOUS_SUCCESSFUL_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 KUBERNETES_SERVICE_HOST=10.233.0.1 LD=ld.lld JENKINS_SERVER_COOKIE=durable-9b116c5a48165f50f04c6f9dbee2b82d81e84b84a638df3d6a8158191ddf3b8c + echo ------------------------- ------------------------- + hostname pingcap-tiflash-pull-integration-test-3850-259ls-zm3q5-n1ws5 + df -h Filesystem Size Used Avail Use% Mounted on overlay 435G 114G 299G 28% / tmpfs 64M 0 64M 0% /dev tmpfs 189G 0 189G 0% /sys/fs/cgroup tmpfs 342G 0 342G 0% /tmp-memfs /dev/nvme0n1 3.5T 87M 3.3T 1% /tmp /dev/sda3 435G 114G 299G 28% /etc/hostname shm 64M 0 64M 0% /dev/shm 10.2.12.82:/data/nvme1n1/nfs/tiflash/proxy-cache 3.6T 462G 3.0T 14% /home/jenkins/agent/proxy-cache 10.2.12.82:/data/nvme1n1/nfs/git 3.6T 462G 3.0T 14% /home/jenkins/agent/ci-cached-code-daily 10.2.12.82:/data/nvme1n1/nfs/tiflash/dependency 3.6T 462G 3.0T 14% /home/jenkins/agent/dependency 10.2.12.82:/data/nvme1n1/nfs/tiflash/ccache 3.6T 462G 3.0T 14% /home/jenkins/agent/ccache 10.2.12.82:/data/nvme1n1/nfs/tiflash/rust 3.6T 462G 3.0T 14% /home/jenkins/agent/rust tmpfs 342G 12K 342G 1% /run/secrets/kubernetes.io/serviceaccount tmpfs 189G 0 189G 0% /proc/acpi tmpfs 189G 0 189G 0% /proc/scsi tmpfs 189G 0 189G 0% /sys/firmware + free -hm total used free shared buff/cache available Mem: 376Gi 14Gi 246Gi 4.0Gi 115Gi 354Gi Swap: 0B 0B 0B + gcc --version gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + cmake --version cmake version 3.26.5 CMake suite maintained and supported by Kitware (kitware.com/cmake). + clang --version clang version 17.0.6 (Red Hat 17.0.6-1.module+el8.10.0+1869+0b51ffa4) Target: x86_64-redhat-linux-gnu Thread model: posix InstalledDir: /usr/bin + ccache --version ccache version 4.10.2 Features: avx2 file-storage http-storage redis+unix-storage redis-storage Copyright (C) 2002-2007 Andrew Tridgell Copyright (C) 2009-2024 Joel Rosdahl and other contributors See for a complete list of contributors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. + echo ------------------------- ------------------------- + echo 'debug command: kubectl -n jenkins-tiflash exec -ti pingcap-tiflash-pull-integration-test-3850-259ls-zm3q5-n1ws5 bash' debug command: kubectl -n jenkins-tiflash exec -ti pingcap-tiflash-pull-integration-test-3850-259ls-zm3q5-n1ws5 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: 54540 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 4d54044d067d6c53 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 27 IN A 20.205.243.166 github.com. 27 IN A 20.27.177.113 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Fri Apr 04 07:02:05 UTC 2025 ;; MSG SIZE rcvd: 103 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] script [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/tiflash-build-common/test-build-cache [Pipeline] { [Pipeline] cache Cache not restored (no such key found) [Pipeline] { [Pipeline] sh + test -f README.md + echo false [Pipeline] echo build_cache_ready: false, build cache key: tiflash/pingcap/tiflash/it-build/rev-8ecb79f-484618e [Pipeline] echo skip build... [Pipeline] error [Pipeline] } Cache not saved (inner-step execution failed) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] echo build cache not ready: hudson.AbortException: build cache not exist, start build... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] timeout Timeout set to expire in 15 min [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/tiflash-build-common/tiflash [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $KS3UTIL_CONF [Pipeline] { [Pipeline] sh + rm -rf './*' [Pipeline] sh + ks3util -c **** cp -f ks3://ee-fileserver/download/cicd/daily-cache-code/src-tiflash.tar.gz src-tiflash.tar.gz Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 498,073,600, Progress: 11.160%, Speed: 94.81MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 964,689,920, Progress: 21.614%, Speed: 88.98MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 1,331,691,520, Progress: 29.837%, Speed: 68.61MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 1,703,936,000, Progress: 38.178%, Speed: 69.72MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 2,081,423,360, Progress: 46.635%, Speed: 66.64MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 2,490,368,000, Progress: 55.798%, Speed: 77.88MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 2,888,826,880, Progress: 64.726%, Speed: 71.87MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 3,229,614,080, Progress: 72.361%, Speed: 65.00MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 3,591,372,800, Progress: 80.467%, Speed: 68.97MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 3,942,645,760, Progress: 88.337%, Speed: 64.45MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 4,320,133,120, Progress: 96.795%, Speed: 69.16MB/s Succeed: Total num: 1, size: 4,463,188,805. OK num: 1(download 1 objects). 平均速度:73.75MB/s 57.717341(s) elapsed [Pipeline] sh + ls -alh total 4.2G drwxr-sr-x 2 1000 1000 4.0K Apr 4 07:03 . drwxr-sr-x 20 1000 1000 4.0K Apr 4 07:02 .. -rw-r--r-- 1 root 1000 4.2G Apr 4 07:03 src-tiflash.tar.gz + chown 1000:1000 src-tiflash.tar.gz + tar -xf src-tiflash.tar.gz --strip-components=1 Aborted by Jenkins Admin Sending interrupt signal to process Killing processes kill finished with exit code 0 script returned exit code 143 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (License check) Stage "License check" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare Cache) Stage "Prepare Cache" skipped due to earlier failure(s) [Pipeline] parallel [Pipeline] { (Branch: Ccache) [Pipeline] { (Branch: Proxy-Cache) [Pipeline] { (Branch: Cargo-Cache) [Pipeline] stage [Pipeline] { (Ccache) [Pipeline] stage [Pipeline] { (Proxy-Cache) [Pipeline] stage [Pipeline] { (Cargo-Cache) Stage "Ccache" skipped due to earlier failure(s) [Pipeline] } Stage "Proxy-Cache" skipped due to earlier failure(s) [Pipeline] } Stage "Cargo-Cache" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch Ccache [Pipeline] } Failed in branch Proxy-Cache [Pipeline] } Failed in branch Cargo-Cache [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Configure Project) Stage "Configure Project" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Format Check) Stage "Format Check" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build TiFlash) Stage "Build TiFlash" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Post Build) Stage "Post Build" skipped due to earlier failure(s) [Pipeline] parallel [Pipeline] { (Branch: Static Analysis) [Pipeline] { (Branch: Upload Build Artifacts) [Pipeline] stage [Pipeline] { (Static Analysis) [Pipeline] stage [Pipeline] { (Upload Build Artifacts) Stage "Static Analysis" skipped due to earlier failure(s) [Pipeline] } Stage "Upload Build Artifacts" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch Static Analysis [Pipeline] } Failed in branch Upload Build Artifacts [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cache code and artifact) Stage "Cache code and artifact" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration Tests) Stage "Integration Tests" skipped due to earlier failure(s) [Pipeline] parallel [Pipeline] { (Branch: Matrix - TEST_PATH = 'tidb-ci') [Pipeline] { (Branch: Matrix - TEST_PATH = 'delta-merge-test') [Pipeline] { (Branch: Matrix - TEST_PATH = 'fullstack-test') [Pipeline] { (Branch: Matrix - TEST_PATH = 'fullstack-test2') [Pipeline] stage [Pipeline] { (Matrix - TEST_PATH = 'tidb-ci') [Pipeline] stage [Pipeline] { (Matrix - TEST_PATH = 'delta-merge-test') [Pipeline] stage [Pipeline] { (Matrix - TEST_PATH = 'fullstack-test') [Pipeline] stage [Pipeline] { (Matrix - TEST_PATH = 'fullstack-test2') Stage "Matrix - TEST_PATH = 'tidb-ci'" skipped due to earlier failure(s) Stage "Matrix - TEST_PATH = 'delta-merge-test'" skipped due to earlier failure(s) Stage "Matrix - TEST_PATH = 'fullstack-test'" skipped due to earlier failure(s) Stage "Matrix - TEST_PATH = 'fullstack-test2'" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) Stage "Matrix - TEST_PATH = 'tidb-ci'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_PATH = 'delta-merge-test'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_PATH = 'fullstack-test'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_PATH = 'fullstack-test2'" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch Matrix - TEST_PATH = 'tidb-ci' [Pipeline] } Failed in branch Matrix - TEST_PATH = 'delta-merge-test' [Pipeline] } Failed in branch Matrix - TEST_PATH = 'fullstack-test' [Pipeline] } Failed in branch Matrix - TEST_PATH = 'fullstack-test2' [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 9f87ae66-8318-41f5-8f75-ad7dbbd1107d Finished: ABORTED