Skip to content

Console Output

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-142-f53wn-2cwbj-ks8z6
Agent pingcap-tiflash-pull-integration-test-142-f53wn-2cwbj-ks8z6 is provisioned from template pingcap_tiflash_pull_integration_test_142-f53wn-2cwbj
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/142/"
    runUrl: "job/pingcap/job/tiflash/job/pull_integration_test/142/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "5b157c7d42c3b8062b658ba9ec603868130493bf"
    jenkins/label: "pingcap_tiflash_pull_integration_test_142-f53wn"
  name: "pingcap-tiflash-pull-integration-test-142-f53wn-2cwbj-ks8z6"
  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-llvm13-amd64:v20231214"
    name: "runner"
    resources:
      limits:
        memory: "32Gi"
        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
  - 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-142-f53wn-2cwbj-ks8z6"
    - name: "JENKINS_NAME"
      value: "pingcap-tiflash-pull-integration-test-142-f53wn-2cwbj-ks8z6"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/"
    image: "jenkins/inbound-agent:3148.v532a_7e715ee3-1"
    name: "jnlp"
    resources:
      limits:
        cpu: "500m"
        memory: "500Mi"
      requests:
        cpu: "500m"
        memory: "500Mi"
    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
  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-142-f53wn-2cwbj-ks8z6 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.30.2'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5
 > 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
Avoid second fetch
Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main)
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
 > 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 2 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=87e9d7c5-828a-4174-a3ca-2955bf6eac8e
CPLUS_INCLUDE_PATH=/usr/local/include/x86_64-unknown-linux-gnu/c++/v1/:
JENKINS_NODE_COOKIE=e5647a1b-8fb0-4771-af70-1615ef88d7e2
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/142/
HOSTNAME=pingcap-tiflash-pull-integration-test-142-f53wn-2cwbj-ks8z6
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
KUBERNETES_PORT=tcp://10.233.0.1:443
KUBERNETES_PORT_443_TCP_PORT=443
TERM=xterm
STAGE_NAME=Debug info
BUILD_TAG=jenkins-pingcap-tiflash-pull_integration_test-142
LIBRARY_PATH=/usr/local/lib/x86_64-unknown-linux-gnu/:
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tiflash/pull_integration_test","buildid":"1787304618166849537","prowjobid":"87e9d7c5-828a-4174-a3ca-2955bf6eac8e","refs":{"org":"pingcap","repo":"tiflash","repo_link":"https://github.com/pingcap/tiflash","base_ref":"master","base_sha":"8e170090fad91c94bef8d908e21c195c1d145b02","base_link":"https://github.com/pingcap/tiflash/commit/8e170090fad91c94bef8d908e21c195c1d145b02","pulls":[{"number":9021,"author":"Lloyd-Pottiger","sha":"2dc83ecd5d8aa256904672b42f5faa6fdef389ee","title":"tests: remove a fake test","link":"https://github.com/pingcap/tiflash/pull/9021","commit_link":"https://github.com/pingcap/tiflash/pull/9021/commits/2dc83ecd5d8aa256904672b42f5faa6fdef389ee","author_link":"https://github.com/Lloyd-Pottiger"}]}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/tiflash-build-common
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/142/display/redirect?page=changes
LD_LIBRARY_PATH=/usr/local/lib/x86_64-unknown-linux-gnu/:
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/142/display/redirect?page=artifacts
FILE_SERVER_URL=http://fileserver.pingcap.net
JENKINS_HOME=/var/jenkins_home
GIT_COMMIT=03312178c534dce949face80c69812d989e55009
PATH=/opt/cmake/bin:/usr/local/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/root/.cargo/bin
RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/142/display/redirect
GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct
_=/usr/bin/printenv
LD=ld.lld
POD_CONTAINER=runner
PWD=/home/jenkins/agent/workspace/tiflash-build-common
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap/tiflash/pull_integration_test
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#142
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787304618166849537
JOB_BASE_NAME=pull_integration_test
GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009
CXX=clang++
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/142/display/redirect?page=tests
SHLVL=3
HOME=/root/
OPENSSL_ROOT_DIR=/usr/local/opt/openssl
POD_LABEL=pingcap_tiflash_pull_integration_test_142-f53wn
GIT_BRANCH=origin/main
KUBERNETES_PORT_443_TCP_PROTO=tcp
CI=true
KUBERNETES_SERVICE_PORT_HTTPS=443
WORKSPACE_TMP=/home/jenkins/agent/workspace/tiflash-build-common@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-9b116c5a48165f50f04c6f9dbee2b82d81e84b84a638df3d6a8158191ddf3b8c
NODE_LABELS=pingcap_tiflash_pull_integration_test_142-f53wn pingcap-tiflash-pull-integration-test-142-f53wn-2cwbj-ks8z6
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tiflash-pull-integration-test-142-f53wn-2cwbj-ks8z6
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_integration_test/display/redirect
BUILD_NUMBER=142
KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1
CC=clang
KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443
+ echo -------------------------
-------------------------
+ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/root/.cache/go-build"
GOENV="/root/.config/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/root/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/root/go"
GOPRIVATE=""
GOPROXY="http://goproxy.apps.svc,https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="go1.17"
GCCGO="gccgo"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/dev/null"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build776591057=/tmp/go-build -gno-record-gcc-switches"
+ echo -------------------------
-------------------------
+ echo 'debug command: kubectl -n jenkins-tiflash exec -ti pingcap-tiflash-pull-integration-test-142-f53wn-2cwbj-ks8z6 bash'
debug command: kubectl -n jenkins-tiflash exec -ti pingcap-tiflash-pull-integration-test-142-f53wn-2cwbj-ks8z6 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: 22754
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: cfbb024c93ccbe8b (echoed)
;; QUESTION SECTION:
;github.com.			IN	A

;; ANSWER SECTION:
github.com.		23	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 02:13:55 UTC 2024
;; MSG SIZE  rcvd: 77

[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[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
Aborted by Jenkins Admin

Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 513,802,240, Progress: 11.512%, Speed: 96.53MB/s
Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 849,346,560, Progress: 19.030%, Speed: 63.99MB/s
Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 1,195,376,640, Progress: 26.783%, Speed: 62.21MB/s
Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 1,509,949,440, Progress: 33.831%, Speed: 59.90MB/sSending interrupt signal to process
Killing processes

Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 1,835,008,000, Progress: 41.114%, Speed: 60.95MB/skill 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] { (Prepare tools)
Stage "Prepare tools" skipped due to earlier failure(s)
[Pipeline] parallel
[Pipeline] { (Branch: Ccache)
[Pipeline] { (Branch: Cmake)
[Pipeline] { (Branch: Clang-Format)
[Pipeline] { (Branch: Clang-Format-15)
[Pipeline] { (Branch: Clang-Tidy)
[Pipeline] { (Branch: Coverage)
[Pipeline] stage
[Pipeline] { (Ccache)
[Pipeline] stage
[Pipeline] { (Cmake)
[Pipeline] stage
[Pipeline] { (Clang-Format)
[Pipeline] stage
[Pipeline] { (Clang-Format-15)
[Pipeline] stage
[Pipeline] { (Clang-Tidy)
[Pipeline] stage
[Pipeline] { (Coverage)
Stage "Ccache" skipped due to earlier failure(s)
[Pipeline] }
Stage "Cmake" skipped due to earlier failure(s)
[Pipeline] }
Stage "Clang-Format" skipped due to earlier failure(s)
[Pipeline] }
Stage "Clang-Format-15" skipped due to earlier failure(s)
[Pipeline] }
Stage "Clang-Tidy" skipped due to earlier failure(s)
[Pipeline] }
Stage "Coverage" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
Failed in branch Ccache
[Pipeline] }
Failed in branch Cmake
[Pipeline] }
Failed in branch Clang-Format
[Pipeline] }
Failed in branch Clang-Format-15
[Pipeline] }
Failed in branch Clang-Tidy
[Pipeline] }
Failed in branch Coverage
[Pipeline] // parallel
[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] { (License check)
Stage "License check" 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: cbd7b1b7-cf79-4132-8551-a2a7fc81d77c
Finished: ABORTED