Skip to content

Console Output

Started by user Jenkins Admin
Obtained pipelines/pingcap/tiflash/latest/pull_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/tiflash/latest/pod-pull_unit-test.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-unit-test-206-wsdsl-6cdxl-32fjl
Agent pingcap-tiflash-pull-unit-test-206-wsdsl-6cdxl-32fjl is provisioned from template pingcap_tiflash_pull_unit_test_206-wsdsl-6cdxl
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/206/"
    runUrl: "job/pingcap/job/tiflash/job/pull_unit_test/206/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "8f0b784ed9c10aaf4d7d9a7d055ce72f791b2541"
    jenkins/label: "pingcap_tiflash_pull_unit_test_206-wsdsl"
  name: "pingcap-tiflash-pull-unit-test-206-wsdsl-6cdxl-32fjl"
  namespace: "jenkins-tiflash"
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: "kubernetes.io/arch"
            operator: "In"
            values:
            - "amd64"
  containers:
  - command:
    - "cat"
    image: "hub.pingcap.net/tiflash/tiflash-llvm13-amd64:v20231214"
    name: "runner"
    resources:
      requests:
        memory: "32Gi"
        cpu: "12000m"
    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"
      name: "volume-8"
      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-unit-test-206-wsdsl-6cdxl-32fjl"
    - name: "JENKINS_NAME"
      value: "pingcap-tiflash-pull-unit-test-206-wsdsl-6cdxl-32fjl"
    - 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"
      name: "volume-8"
      readOnly: false
    - 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
  - 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
  restartPolicy: "Never"
  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: {}
    name: "volume-8"
  - 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-unit-test-206-wsdsl-6cdxl-32fjl in /home/jenkins/agent/workspace/pingcap/tiflash/pull_unit_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 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=10e9b489-a69c-4841-8159-b98b0e627e80
CPLUS_INCLUDE_PATH=/usr/local/include/x86_64-unknown-linux-gnu/c++/v1/:
JENKINS_NODE_COOKIE=4da4bcaa-8338-4fed-8d2d-0e2c85425756
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/206/
HOSTNAME=pingcap-tiflash-pull-unit-test-206-wsdsl-6cdxl-32fjl
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-tiflash-pull_unit_test-206
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_unit_test","buildid":"1787406799494713344","prowjobid":"10e9b489-a69c-4841-8159-b98b0e627e80","refs":{"org":"pingcap","repo":"tiflash","repo_link":"https://github.com/pingcap/tiflash","base_ref":"master","base_sha":"8e50de84e6d6ecdcc108990217b70b6bb3f50271","base_link":"https://github.com/pingcap/tiflash/commit/8e50de84e6d6ecdcc108990217b70b6bb3f50271","pulls":[{"number":8875,"author":"SeaRise","sha":"306af86e059027860527f15a2f509a71632a7e69","title":"WIP Pipeline: use `notify` instead of `polling` for `SharedQueue`","link":"https://github.com/pingcap/tiflash/pull/8875","commit_link":"https://github.com/pingcap/tiflash/pull/8875/commits/306af86e059027860527f15a2f509a71632a7e69","author_link":"https://github.com/SeaRise"}]}}
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_unit_test/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/206/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_unit_test/206/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_unit_test/206/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_unit_test
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#206
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787406799494713344
JOB_BASE_NAME=pull_unit_test
GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009
CXX=clang++
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/206/display/redirect?page=tests
SHLVL=3
HOME=/root/
OPENSSL_ROOT_DIR=/usr/local/opt/openssl
POD_LABEL=pingcap_tiflash_pull_unit_test_206-wsdsl
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_unit_test_206-wsdsl pingcap-tiflash-pull-unit-test-206-wsdsl-6cdxl-32fjl
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tiflash-pull-unit-test-206-wsdsl-6cdxl-32fjl
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/display/redirect
BUILD_NUMBER=206
KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1
CC=clang
KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443
+ echo -------------------------
-------------------------
+ env
PROW_JOB_ID=10e9b489-a69c-4841-8159-b98b0e627e80
CPLUS_INCLUDE_PATH=/usr/local/include/x86_64-unknown-linux-gnu/c++/v1/:
JENKINS_NODE_COOKIE=4da4bcaa-8338-4fed-8d2d-0e2c85425756
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/206/
HOSTNAME=pingcap-tiflash-pull-unit-test-206-wsdsl-6cdxl-32fjl
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-tiflash-pull_unit_test-206
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_unit_test","buildid":"1787406799494713344","prowjobid":"10e9b489-a69c-4841-8159-b98b0e627e80","refs":{"org":"pingcap","repo":"tiflash","repo_link":"https://github.com/pingcap/tiflash","base_ref":"master","base_sha":"8e50de84e6d6ecdcc108990217b70b6bb3f50271","base_link":"https://github.com/pingcap/tiflash/commit/8e50de84e6d6ecdcc108990217b70b6bb3f50271","pulls":[{"number":8875,"author":"SeaRise","sha":"306af86e059027860527f15a2f509a71632a7e69","title":"WIP Pipeline: use `notify` instead of `polling` for `SharedQueue`","link":"https://github.com/pingcap/tiflash/pull/8875","commit_link":"https://github.com/pingcap/tiflash/pull/8875/commits/306af86e059027860527f15a2f509a71632a7e69","author_link":"https://github.com/SeaRise"}]}}
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_unit_test/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/206/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_unit_test/206/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_unit_test/206/display/redirect
GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct
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_unit_test
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#206
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787406799494713344
JOB_BASE_NAME=pull_unit_test
GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009
CXX=clang++
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/206/display/redirect?page=tests
SHLVL=3
HOME=/root/
OPENSSL_ROOT_DIR=/usr/local/opt/openssl
POD_LABEL=pingcap_tiflash_pull_unit_test_206-wsdsl
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_unit_test_206-wsdsl pingcap-tiflash-pull-unit-test-206-wsdsl-6cdxl-32fjl
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tiflash-pull-unit-test-206-wsdsl-6cdxl-32fjl
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/display/redirect
BUILD_NUMBER=206
KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1
CC=clang
KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443
_=/usr/bin/env
+ hostname
pingcap-tiflash-pull-unit-test-206-wsdsl-6cdxl-32fjl
+ df -h
Filesystem                                        Size  Used Avail Use% Mounted on
overlay                                           436G  157G  258G  38% /
tmpfs                                              64M     0   64M   0% /dev
tmpfs                                             189G     0  189G   0% /sys/fs/cgroup
tmpfs                                             343G     0  343G   0% /tmp-memfs
/dev/nvme0n1                                      1.8T   96G  1.7T   6% /tmp
/dev/sda3                                         436G  157G  258G  38% /etc/hostname
shm                                                64M     0   64M   0% /dev/shm
10.2.12.82:/data/nvme1n1/nfs/tiflash/proxy-cache  3.6T  421G  3.0T  13% /home/jenkins/agent/proxy-cache
10.2.12.82:/data/nvme1n1/nfs/git                  3.6T  421G  3.0T  13% /home/jenkins/agent/ci-cached-code-daily
10.2.12.82:/data/nvme1n1/nfs/tiflash/dependency   3.6T  421G  3.0T  13% /home/jenkins/agent/dependency
10.2.12.82:/data/nvme1n1/nfs/tiflash/ccache       3.6T  421G  3.0T  13% /home/jenkins/agent/ccache
10.2.12.82:/data/nvme1n1/nfs/tiflash/rust         3.6T  421G  3.0T  13% /home/jenkins/agent/rust
tmpfs                                             343G   12K  343G   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:           376G         16G        224G        4.3G        135G        352G
Swap:            0B          0B          0B
+ echo -------------------------
-------------------------
+ echo 'debug command: kubectl -n jenkins-tiflash exec -ti pingcap-tiflash-pull-unit-test-206-wsdsl-6cdxl-32fjl bash'
debug command: kubectl -n jenkins-tiflash exec -ti pingcap-tiflash-pull-unit-test-206-wsdsl-6cdxl-32fjl 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: 15897
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: a2c73183788462d5 (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 08:59:56 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: 387,973,120, Progress: 8.693%, Speed: 72.91MB/s
Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 697,303,040, Progress: 15.623%, Speed: 58.98MB/s
Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 996,147,200, Progress: 22.319%, Speed: 55.93MB/s
Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 1,268,776,960, Progress: 28.428%, Speed: 50.96MB/sSending 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] { (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] stage
[Pipeline] { (Ccache)
[Pipeline] stage
[Pipeline] { (Proxy-Cache)
Stage "Ccache" skipped due to earlier failure(s)
[Pipeline] }
Stage "Proxy-Cache" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
Failed in branch Ccache
[Pipeline] }
Failed in branch Proxy-Cache
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Dependency and Utils)
Stage "Build Dependency and Utils" skipped due to earlier failure(s)
[Pipeline] parallel
[Pipeline] { (Branch: Cluster Manage)
[Pipeline] { (Branch: TiFlash Proxy)
[Pipeline] stage
[Pipeline] { (Cluster Manage)
[Pipeline] stage
[Pipeline] { (TiFlash Proxy)
Stage "Cluster Manage" skipped due to earlier failure(s)
[Pipeline] }
Stage "TiFlash Proxy" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
Failed in branch Cluster Manage
[Pipeline] }
Failed in branch TiFlash Proxy
[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] { (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: Upload Build Artifacts)
[Pipeline] { (Branch: Upload Build Data)
[Pipeline] stage
[Pipeline] { (Upload Build Artifacts)
[Pipeline] stage
[Pipeline] { (Upload Build Data)
Stage "Upload Build Artifacts" skipped due to earlier failure(s)
[Pipeline] }
Stage "Upload Build Data" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
Failed in branch Upload Build Artifacts
[Pipeline] }
Failed in branch Upload Build Data
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit Test Prepare)
Stage "Unit Test Prepare" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run Tests)
Stage "Run Tests" skipped due to earlier failure(s)
[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: 759056a9-bcb1-40d0-ad7b-ff1361d96350
Finished: ABORTED