Skip to content

Console Output

Started by user Jenkins Admin
Obtained pipelines/pingcap/docs/latest/pull_verify.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/docs/latest/pod-pull_verify.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins-tidb/pingcap-docs-pull-verify-2839-tjmb5-669cs-fflgq
Agent pingcap-docs-pull-verify-2839-tjmb5-669cs-fflgq is provisioned from template pingcap_docs_pull_verify_2839-tjmb5-669cs
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/docs/job/pull_verify/2839/"
    runUrl: "job/pingcap/job/docs/job/pull_verify/2839/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "eaf653434d9fd95027a29c83ea4e85f8043cf3b9"
    jenkins/label: "pingcap_docs_pull_verify_2839-tjmb5"
  name: "pingcap-docs-pull-verify-2839-tjmb5-669cs-fflgq"
  namespace: "jenkins-tidb"
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: "kubernetes.io/arch"
            operator: "In"
            values:
            - "amd64"
  containers:
  - image: "node:lts"
    name: "runner"
    resources:
      limits:
        memory: "4Gi"
        cpu: "2"
      requests:
        memory: "4Gi"
        cpu: "2"
    tty: true
    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-docs-pull-verify-2839-tjmb5-669cs-fflgq"
    - name: "JENKINS_NAME"
      value: "pingcap-docs-pull-verify-2839-tjmb5-669cs-fflgq"
    - 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:
      medium: ""
    name: "workspace-volume"

Running on pingcap-docs-pull-verify-2839-tjmb5-669cs-fflgq in /home/jenkins/agent/workspace/pingcap/docs/pull_verify
[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/docs/pull_verify # timeout=10
Fetching upstream changes from https://github.com/PingCAP-QE/ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5
Avoid second fetch
Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main)
 > 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
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
 > 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 40 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
JENKINS_HOME=/var/jenkins_home
KUBERNETES_SERVICE_PORT=443
KUBERNETES_PORT=tcp://10.233.0.1:443
GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009
NODE_VERSION=20.11.0
CI=true
JOB_SPEC={"type":"presubmit","job":"pingcap/docs/pull_verify","buildid":"1787379896306110464","prowjobid":"ed5a178d-f1ab-48db-8d74-2a4ab9203cc5","refs":{"org":"pingcap","repo":"docs","repo_link":"https://github.com/pingcap/docs","base_ref":"master","base_sha":"791b808055d7c874700a389676adecbdd32c3bbd","base_link":"https://github.com/pingcap/docs/commit/791b808055d7c874700a389676adecbdd32c3bbd","pulls":[{"number":17409,"author":"qiancai","sha":"9cb66ab71f9c363850245f19d069d3ed82ad97a8","title":"dxf doc change on 8.1","link":"https://github.com/pingcap/docs/pull/17409","commit_link":"https://github.com/pingcap/docs/pull/17409/commits/9cb66ab71f9c363850245f19d069d3ed82ad97a8","author_link":"https://github.com/qiancai"}]}}
HOSTNAME=pingcap-docs-pull-verify-2839-tjmb5-669cs-fflgq
YARN_VERSION=1.22.19
POD_LABEL=pingcap_docs_pull_verify_2839-tjmb5
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/docs/job/pull_verify/2839/display/redirect?page=changes
GIT_COMMIT=03312178c534dce949face80c69812d989e55009
HUDSON_URL=https://do.pingcap.net/jenkins/
NODE_LABELS=pingcap-docs-pull-verify-2839-tjmb5-669cs-fflgq pingcap_docs_pull_verify_2839-tjmb5
HOME=/root
OLDPWD=/
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/docs/job/pull_verify/2839/
JENKINS_SERVER_COOKIE=durable-910eecba8f711df810ca6ee5ce5bdb516fd9c7630f56f839475927a51a8de2d7
FILE_SERVER_URL=http://fileserver.pingcap.net
WORKSPACE=/home/jenkins/agent/workspace/pingcap/docs/pull_verify
PROW_JOB_ID=ed5a178d-f1ab-48db-8d74-2a4ab9203cc5
NODE_NAME=pingcap-docs-pull-verify-2839-tjmb5-669cs-fflgq
POD_CONTAINER=runner
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/docs/job/pull_verify/2839/display/redirect?page=artifacts
EXECUTOR_NUMBER=0
GIT_BRANCH=origin/main
STAGE_NAME=Debug info
TERM=xterm
KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1
BUILD_DISPLAY_NAME=#2839
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/docs/job/pull_verify/2839/display/redirect?page=tests
HUDSON_HOME=/var/jenkins_home
JOB_BASE_NAME=pull_verify
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
KUBERNETES_PORT_443_TCP_PORT=443
BUILD_ID=1787379896306110464
KUBERNETES_PORT_443_TCP_PROTO=tcp
BUILD_TAG=jenkins-pingcap-docs-pull_verify-2839
JENKINS_URL=https://do.pingcap.net/jenkins/
GIT_URL=https://github.com/PingCAP-QE/ci.git
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/docs/job/pull_verify/
BUILD_NUMBER=2839
GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct
JENKINS_NODE_COOKIE=5748d91f-0df8-4412-bb23-ac1032a030c9
RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/docs/job/pull_verify/2839/display/redirect
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/docs/job/pull_verify/display/redirect
KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443
KUBERNETES_SERVICE_PORT_HTTPS=443
CLASSPATH=
JOB_NAME=pingcap/docs/pull_verify
KUBERNETES_SERVICE_HOST=10.233.0.1
PWD=/home/jenkins/agent/workspace/pingcap/docs/pull_verify
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/docs/pull_verify@tmp
+ echo -------------------------
-------------------------
+ node -v
v20.11.0
+ echo -------------------------
-------------------------
+ echo debug command: kubectl -n jenkins-tidb exec -ti pingcap-docs-pull-verify-2839-tjmb5-669cs-fflgq bash
debug command: kubectl -n jenkins-tidb exec -ti pingcap-docs-pull-verify-2839-tjmb5-669cs-fflgq 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: 932
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

;; ANSWER SECTION:
github.com.		26	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 07:12:49 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 10 min
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs/pull_verify/git-docs
[Pipeline] {
[Pipeline] sh
+ git config --global --add safe.directory *
[Pipeline] cache
Cache restored successfully (git/pingcap/docs/rev-791b808-ffd28ff)
496541184 bytes in 1.81 secs (273730813 bytes/sec)
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
git version 2.39.2
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/docs/pull_verify/git-docs/.git/
.git
Updating files:  60% (1759/2922)
Updating files:  61% (1783/2922)
Updating files:  62% (1812/2922)
Updating files:  63% (1841/2922)
Updating files:  64% (1871/2922)
Updating files:  65% (1900/2922)
Updating files:  66% (1929/2922)
Updating files:  67% (1958/2922)
Updating files:  68% (1987/2922)
Updating files:  69% (2017/2922)
Updating files:  70% (2046/2922)
Updating files:  71% (2075/2922)
Updating files:  72% (2104/2922)
Updating files:  73% (2134/2922)
Updating files:  74% (2163/2922)
Updating files:  75% (2192/2922)
Updating files:  76% (2221/2922)
Updating files:  77% (2250/2922)
Updating files:  78% (2280/2922)
Updating files:  79% (2309/2922)
Updating files:  80% (2338/2922)
Updating files:  81% (2367/2922)
Updating files:  82% (2397/2922)
Updating files:  83% (2426/2922)
Updating files:  84% (2455/2922)
Updating files:  85% (2484/2922)
Updating files:  86% (2513/2922)
Updating files:  87% (2543/2922)
Updating files:  88% (2572/2922)
Updating files:  89% (2601/2922)
Updating files:  90% (2630/2922)
Updating files:  91% (2660/2922)
Updating files:  92% (2689/2922)
Updating files:  93% (2718/2922)
Updating files:  94% (2747/2922)
Updating files:  95% (2776/2922)
Updating files:  96% (2806/2922)
Updating files:  97% (2835/2922)
Updating files:  98% (2864/2922)
Updating files:  99% (2893/2922)
Updating files: 100% (2922/2922)
Updating files: 100% (2922/2922), done.
HEAD is now at ffd28ff8 add translation
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
From https://github.com/pingcap/docs
 = [up to date]        master               -> origin/master
   ffd28ff8..d8108169  refs/pull/17409/head -> origin/pr/17409/head
Previous HEAD position was ffd28ff8 add translation
HEAD is now at 791b8080 fix pd cert allowed cn description (#17397)
๐Ÿšง Checkouting to base SHA:791b808055d7c874700a389676adecbdd32c3bbd...
HEAD is now at 791b8080 fix pd cert allowed cn description (#17397)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
791b808055d7c874700a389676adecbdd32c3bbd
791b8080 fix pd cert allowed cn description (#17397)
f3ce2a9b grafana: explained metrics in log backup row (#17387)
79c2252b Link CTE docs (#17354)
๐Ÿšง Pre-merge heads of pull requests to base SHA: 791b808055d7c874700a389676adecbdd32c3bbd ...
Updating 791b8080..9cb66ab7
Fast-forward
 command-line-flags-for-tidb-configuration.md |  5 +++++
 smooth-upgrade-tidb.md                       |  2 +-
 system-variables.md                          | 13 ++++---------
 tidb-distributed-execution-framework.md      | 20 ++++++++++++++------
 tidb-global-sort.md                          |  4 ++--
 5 files changed, 26 insertions(+), 18 deletions(-)
๐Ÿงพ Pre-merged result:
9cb66ab71f9c363850245f19d069d3ed82ad97a8
9cb66ab7 Update tidb-distributed-execution-framework.md
ffd28ff8 add translation
413367dd Delete temp.md
โœ… Pre merged ๐ŸŽ‰
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
Cache saved successfully (git/pingcap/docs/rev-791b808-9cb66ab)
496573440 bytes in 16.22 secs (30605775 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs/pull_verify/check-scripts
[Pipeline] {
[Pipeline] cache
Cache not restored (no such key found)
[Pipeline] {
[Pipeline] sh
+ wget https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-file-encoding.py
--2024-05-06 07:13:15--  https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-file-encoding.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2198 (2.1K) [text/plain]
Saving to: 'check-file-encoding.py'

     0K ..                                                    100% 60.4M=0s

2024-05-06 07:13:16 (60.4 MB/s) - 'check-file-encoding.py' saved [2198/2198]

+ wget https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-conflicts.py
--2024-05-06 07:13:16--  https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-conflicts.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2479 (2.4K) [text/plain]
Saving to: 'check-conflicts.py'

     0K ..                                                    100% 62.4M=0s

2024-05-06 07:13:16 (62.4 MB/s) - 'check-conflicts.py' saved [2479/2479]

+ wget https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-control-char.py
--2024-05-06 07:13:16--  https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-control-char.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2249 (2.2K) [text/plain]
Saving to: 'check-control-char.py'

     0K ..                                                    100% 51.3M=0s

2024-05-06 07:13:17 (51.3 MB/s) - 'check-control-char.py' saved [2249/2249]

+ wget https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-tags.py
--2024-05-06 07:13:17--  https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-tags.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6799 (6.6K) [text/plain]
Saving to: 'check-tags.py'

     0K ......                                                100% 37.2M=0s

2024-05-06 07:13:18 (37.2 MB/s) - 'check-tags.py' saved [6799/6799]

+ wget https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-manual-line-breaks.py
--2024-05-06 07:13:18--  https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-manual-line-breaks.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4792 (4.7K) [text/plain]
Saving to: 'check-manual-line-breaks.py'

     0K ....                                                  100% 8.19M=0.001s

2024-05-06 07:13:18 (8.19 MB/s) - 'check-manual-line-breaks.py' saved [4792/4792]

[Pipeline] }
Cache saved successfully (ws/check-scripts/jenkins-pingcap-docs-pull_verify-2839)
23552 bytes in 0.21 secs (111891 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tests)
[Pipeline] parallel
[Pipeline] { (Branch: Matrix - CHECK_CMD = 'python3 check-file-encoding.py')
[Pipeline] { (Branch: Matrix - CHECK_CMD = 'python3 check-conflicts.py')
[Pipeline] { (Branch: Matrix - CHECK_CMD = 'markdownlint')
[Pipeline] { (Branch: Matrix - CHECK_CMD = 'python3 check-control-char.py')
[Pipeline] { (Branch: Matrix - CHECK_CMD = 'python3 check-tags.py')
[Pipeline] { (Branch: Matrix - CHECK_CMD = 'python3 check-manual-line-breaks.py')
[Pipeline] stage
[Pipeline] { (Matrix - CHECK_CMD = 'python3 check-file-encoding.py')
[Pipeline] stage
[Pipeline] { (Matrix - CHECK_CMD = 'python3 check-conflicts.py')
[Pipeline] stage
[Pipeline] { (Matrix - CHECK_CMD = 'markdownlint')
[Pipeline] stage
[Pipeline] { (Matrix - CHECK_CMD = 'python3 check-control-char.py')
[Pipeline] stage
[Pipeline] { (Matrix - CHECK_CMD = 'python3 check-tags.py')
[Pipeline] stage
[Pipeline] { (Matrix - CHECK_CMD = 'python3 check-manual-line-breaks.py')
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] readTrusted
[Pipeline] readTrusted
[Pipeline] readTrusted
[Pipeline] readTrusted
[Pipeline] readTrusted
[Pipeline] readTrusted
Obtained pipelines/pingcap/docs/latest/pod-pull_verify.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Obtained pipelines/pingcap/docs/latest/pod-pull_verify.yaml from git https://github.com/PingCAP-QE/ci.git
Created Pod: kubernetes jenkins-tidb/pingcap-docs-pull-verify-2839-x565l-phqf8-ld6jz
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Aborted by Jenkins Admin
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Matrix - CHECK_CMD = 'python3 check-control-char.py'
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
Failed in branch Matrix - CHECK_CMD = 'python3 check-conflicts.py'
[Pipeline] }
Failed in branch Matrix - CHECK_CMD = 'markdownlint'
Created Pod: kubernetes jenkins-tidb/pingcap-docs-pull-verify-2839-4n9m2-qvspz-pxn17
Obtained pipelines/pingcap/docs/latest/pod-pull_verify.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Obtained pipelines/pingcap/docs/latest/pod-pull_verify.yaml from git https://github.com/PingCAP-QE/ci.git
Obtained pipelines/pingcap/docs/latest/pod-pull_verify.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
[Pipeline] node
Created Pod: kubernetes jenkins-tidb/pingcap-docs-pull-verify-2839-36bsh-2rpv6-fnl08
Created Pod: kubernetes jenkins-tidb/pingcap-docs-pull-verify-2839-wx3gg-8dg2q-03lgr
Created Pod: kubernetes jenkins-tidb/pingcap-docs-pull-verify-2839-sf4kp-4s7hh-zvmv7
Agent pingcap-docs-pull-verify-2839-wx3gg-8dg2q-03lgr is provisioned from template pingcap_docs_pull_verify_2839-wx3gg-8dg2q
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/docs/job/pull_verify/2839/"
    runUrl: "job/pingcap/job/docs/job/pull_verify/2839/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "c0b5e31a7434a1aa7d2dab1b7b1c74764c11f6d3"
    jenkins/label: "pingcap_docs_pull_verify_2839-wx3gg"
  name: "pingcap-docs-pull-verify-2839-wx3gg-8dg2q-03lgr"
  namespace: "jenkins-tidb"
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: "kubernetes.io/arch"
            operator: "In"
            values:
            - "amd64"
  containers:
  - image: "node:lts"
    name: "runner"
    resources:
      limits:
        memory: "4Gi"
        cpu: "2"
      requests:
        memory: "4Gi"
        cpu: "2"
    tty: true
    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-docs-pull-verify-2839-wx3gg-8dg2q-03lgr"
    - name: "JENKINS_NAME"
      value: "pingcap-docs-pull-verify-2839-wx3gg-8dg2q-03lgr"
    - 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:
      medium: ""
    name: "workspace-volume"

Running on pingcap-docs-pull-verify-2839-wx3gg-8dg2q-03lgr in /home/jenkins/agent/workspace/pingcap/docs/pull_verify
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
Agent pingcap-docs-pull-verify-2839-sf4kp-4s7hh-zvmv7 is provisioned from template pingcap_docs_pull_verify_2839-sf4kp-4s7hh
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/docs/job/pull_verify/2839/"
    runUrl: "job/pingcap/job/docs/job/pull_verify/2839/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "83c0724236a61e464c7670b8cbcec8d7b716be89"
    jenkins/label: "pingcap_docs_pull_verify_2839-sf4kp"
  name: "pingcap-docs-pull-verify-2839-sf4kp-4s7hh-zvmv7"
  namespace: "jenkins-tidb"
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: "kubernetes.io/arch"
            operator: "In"
            values:
            - "amd64"
  containers:
  - image: "node:lts"
    name: "runner"
    resources:
      limits:
        memory: "4Gi"
        cpu: "2"
      requests:
        memory: "4Gi"
        cpu: "2"
    tty: true
    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-docs-pull-verify-2839-sf4kp-4s7hh-zvmv7"
    - name: "JENKINS_NAME"
      value: "pingcap-docs-pull-verify-2839-sf4kp-4s7hh-zvmv7"
    - 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:
      medium: ""
    name: "workspace-volume"

Running on pingcap-docs-pull-verify-2839-sf4kp-4s7hh-zvmv7 in /home/jenkins/agent/workspace/pingcap/docs/pull_verify
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@20f6ad7; decorates RemoteLauncher[hudson.remoting.Channel@b7e8d0d:JNLP4-connect connection from 10.233.70.65/10.233.70.65:46662] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
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/docs/pull_verify # 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
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@7215cccc; decorates RemoteLauncher[hudson.remoting.Channel@799618b:JNLP4-connect connection from 10.233.81.56/10.233.81.56:47260] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
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/docs/pull_verify # 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
 > 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 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)
Avoid second fetch
Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main)
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
[Pipeline] withEnv
[Pipeline] {
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] timeout
Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs/pull_verify/check-scripts
[Pipeline] {
[Pipeline] cache
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10
Cache restored successfully (ws/check-scripts/jenkins-pingcap-docs-pull_verify-2839)
23552 bytes in 0.35 secs (66767 bytes/sec)
[Pipeline] {
[Pipeline] sh
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs/pull_verify/check-scripts
[Pipeline] {
[Pipeline] cache
Click here to forcibly terminate running steps
+ ls -alh
total 36K
drwxr-sr-x.  2 node node 4.0K May  6 07:13 .
drwxr-sr-x. 18 node node 4.0K May  6 07:13 ..
-rw-r--r--.  1 node node 2.5K May  6 07:13 check-conflicts.py
-rw-r--r--.  1 node node 2.2K May  6 07:13 check-control-char.py
-rw-r--r--.  1 node node 2.2K May  6 07:13 check-file-encoding.py
-rw-r--r--.  1 node node 4.7K May  6 07:13 check-manual-line-breaks.py
-rw-r--r--.  1 node node 6.7K May  6 07:13 check-tags.py
Still waiting to schedule task
โ€˜pingcap-docs-pull-verify-2839-36bsh-2rpv6-fnl08โ€™ is offline
Cache restored successfully (ws/check-scripts/jenkins-pingcap-docs-pull_verify-2839)
23552 bytes in 0.15 secs (155877 bytes/sec)
[Pipeline] {
[Pipeline] sh
[Pipeline] }
Cache not saved (ws/check-scripts/jenkins-pingcap-docs-pull_verify-2839 already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs/pull_verify/git-docs
[Pipeline] {
[Pipeline] cache
+ ls -alh
total 36K
drwxr-sr-x.  2 node node 4.0K May  6 07:13 .
drwxr-sr-x. 18 node node 4.0K May  6 07:13 ..
-rw-r--r--.  1 node node 2.5K May  6 07:13 check-conflicts.py
-rw-r--r--.  1 node node 2.2K May  6 07:13 check-control-char.py
-rw-r--r--.  1 node node 2.2K May  6 07:13 check-file-encoding.py
-rw-r--r--.  1 node node 4.7K May  6 07:13 check-manual-line-breaks.py
-rw-r--r--.  1 node node 6.7K May  6 07:13 check-tags.py
Cache restored successfully (git/pingcap/docs/rev-791b808-9cb66ab)
496573440 bytes in 2.01 secs (247189029 bytes/sec)
[Pipeline] {
[Pipeline] }
Cache not saved (ws/check-scripts/jenkins-pingcap-docs-pull_verify-2839 already exists)
[Pipeline] sh
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs/pull_verify/git-docs
[Pipeline] {
[Pipeline] cache
+ git config --global --add safe.directory *
+ git rev-parse --show-toplevel
/home/jenkins/agent/workspace/pingcap/docs/pull_verify/git-docs
+ git status -s .
+ git log --format=%h %B --oneline -n 3
9cb66ab7 Update tidb-distributed-execution-framework.md
ffd28ff8 add translation
413367dd Delete temp.md
Cache restored successfully (git/pingcap/docs/rev-791b808-9cb66ab)
496573440 bytes in 1.88 secs (263515528 bytes/sec)
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
+ git diff-tree --name-only --no-commit-id -r origin/master..HEAD -- *.md :(exclude).github/*
command-line-flags-for-tidb-configuration.md
smooth-upgrade-tidb.md
system-variables.md
tidb-distributed-execution-framework.md
tidb-global-sort.md
[Pipeline] sh
+ git config --global --add safe.directory *
+ git rev-parse --show-toplevel
/home/jenkins/agent/workspace/pingcap/docs/pull_verify/git-docs
+ git status -s .
[Pipeline] }
Cache not saved (git/pingcap/docs/rev-791b808-9cb66ab already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
+ git log --format=%h %B --oneline -n 3
9cb66ab7 Update tidb-distributed-execution-framework.md
ffd28ff8 add translation
413367dd Delete temp.md
[Pipeline] }
[Pipeline] sh
+ git diff-tree --name-only --no-commit-id -r origin/master..HEAD -- *.md :(exclude).github/*
command-line-flags-for-tidb-configuration.md
smooth-upgrade-tidb.md
system-variables.md
tidb-distributed-execution-framework.md
tidb-global-sort.md
[Pipeline] sh
[Pipeline] }
Cache not saved (git/pingcap/docs/rev-791b808-9cb66ab already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Agent pingcap-docs-pull-verify-2839-36bsh-2rpv6-fnl08 is provisioned from template pingcap_docs_pull_verify_2839-36bsh-2rpv6
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/docs/job/pull_verify/2839/"
    runUrl: "job/pingcap/job/docs/job/pull_verify/2839/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "f1937b634bd6dc7b54d931e89e54946d0635cab5"
    jenkins/label: "pingcap_docs_pull_verify_2839-36bsh"
  name: "pingcap-docs-pull-verify-2839-36bsh-2rpv6-fnl08"
  namespace: "jenkins-tidb"
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: "kubernetes.io/arch"
            operator: "In"
            values:
            - "amd64"
  containers:
  - image: "node:lts"
    name: "runner"
    resources:
      limits:
        memory: "4Gi"
        cpu: "2"
      requests:
        memory: "4Gi"
        cpu: "2"
    tty: true
    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-docs-pull-verify-2839-36bsh-2rpv6-fnl08"
    - name: "JENKINS_NAME"
      value: "pingcap-docs-pull-verify-2839-36bsh-2rpv6-fnl08"
    - 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:
      medium: ""
    name: "workspace-volume"

Running on pingcap-docs-pull-verify-2839-36bsh-2rpv6-fnl08 in /home/jenkins/agent/workspace/pingcap/docs/pull_verify
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@5f9c547d; decorates RemoteLauncher[hudson.remoting.Channel@55a6ac19:JNLP4-connect connection from 10.233.92.1/10.233.92.1:37674] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
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/docs/pull_verify # 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
 > 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)"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] timeout
Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs/pull_verify/check-scripts
[Pipeline] {
[Pipeline] cache
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10
Cache restored successfully (ws/check-scripts/jenkins-pingcap-docs-pull_verify-2839)
23552 bytes in 0.19 secs (123093 bytes/sec)
[Pipeline] {
[Pipeline] sh
+ ls -alh
total 36K
drwxr-sr-x.  2 node node 4.0K May  6 07:14 .
drwxr-sr-x. 18 node node 4.0K May  6 07:14 ..
-rw-r--r--.  1 node node 2.5K May  6 07:13 check-conflicts.py
-rw-r--r--.  1 node node 2.2K May  6 07:13 check-control-char.py
-rw-r--r--.  1 node node 2.2K May  6 07:13 check-file-encoding.py
-rw-r--r--.  1 node node 4.7K May  6 07:13 check-manual-line-breaks.py
-rw-r--r--.  1 node node 6.7K May  6 07:13 check-tags.py
[Pipeline] }
Cache not saved (ws/check-scripts/jenkins-pingcap-docs-pull_verify-2839 already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs/pull_verify/git-docs
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/docs/rev-791b808-9cb66ab)
496573440 bytes in 1.57 secs (316298479 bytes/sec)
[Pipeline] {
[Pipeline] sh
+ git config --global --add safe.directory *
+ git rev-parse --show-toplevel
/home/jenkins/agent/workspace/pingcap/docs/pull_verify/git-docs
+ git status -s .
+ git log --format=%h %B --oneline -n 3
9cb66ab7 Update tidb-distributed-execution-framework.md
ffd28ff8 add translation
413367dd Delete temp.md
[Pipeline] sh
+ git diff-tree --name-only --no-commit-id -r origin/master..HEAD -- *.md :(exclude).github/*
command-line-flags-for-tidb-configuration.md
smooth-upgrade-tidb.md
system-variables.md
tidb-distributed-execution-framework.md
tidb-global-sort.md
[Pipeline] sh
[Pipeline] }
Cache not saved (git/pingcap/docs/rev-791b808-9cb66ab already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[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
java.lang.NullPointerException
Finished: ABORTED