Skip to content

Console Output

Started by user Jenkins Admin
Obtained pipelines/pingcap/docs-cn/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-cn/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-cn-pull-verify-2723-wcb07-xnz8f-qqmbq
Agent pingcap-docs-cn-pull-verify-2723-wcb07-xnz8f-qqmbq is provisioned from template pingcap_docs-cn_pull_verify_2723-wcb07-xnz8f
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/docs-cn/job/pull_verify/2723/"
    runUrl: "job/pingcap/job/docs-cn/job/pull_verify/2723/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "c3181ce8f640a546803be22ea473fbcbcd5dc296"
    jenkins/label: "pingcap_docs-cn_pull_verify_2723-wcb07"
  name: "pingcap-docs-cn-pull-verify-2723-wcb07-xnz8f-qqmbq"
  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-cn-pull-verify-2723-wcb07-xnz8f-qqmbq"
    - name: "JENKINS_NAME"
      value: "pingcap-docs-cn-pull-verify-2723-wcb07-xnz8f-qqmbq"
    - 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-cn-pull-verify-2723-wcb07-xnz8f-qqmbq in /home/jenkins/agent/workspace/pingcap/docs-cn/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-cn/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)
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
 > 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 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.12.2
CI=true
JOB_SPEC={"type":"presubmit","job":"pingcap/docs-cn/pull_verify","buildid":"1787377851796819968","prowjobid":"422462aa-b1a2-4d09-864e-6518db126fef","refs":{"org":"pingcap","repo":"docs-cn","repo_link":"https://github.com/pingcap/docs-cn","base_ref":"master","base_sha":"fd98be489039cc7b2980eb24c21e9fedac4aae4c","base_link":"https://github.com/pingcap/docs-cn/commit/fd98be489039cc7b2980eb24c21e9fedac4aae4c","pulls":[{"number":17257,"author":"D3Hunter","sha":"9818c00c56f0e9dd2974a1de3f12ade5fa13be93","title":"dxf doc change on 8.1","link":"https://github.com/pingcap/docs-cn/pull/17257","commit_link":"https://github.com/pingcap/docs-cn/pull/17257/commits/9818c00c56f0e9dd2974a1de3f12ade5fa13be93","author_link":"https://github.com/D3Hunter"}]}}
HOSTNAME=pingcap-docs-cn-pull-verify-2723-wcb07-xnz8f-qqmbq
YARN_VERSION=1.22.19
POD_LABEL=pingcap_docs-cn_pull_verify_2723-wcb07
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/docs-cn/job/pull_verify/2723/display/redirect?page=changes
GIT_COMMIT=03312178c534dce949face80c69812d989e55009
HUDSON_URL=https://do.pingcap.net/jenkins/
NODE_LABELS=pingcap-docs-cn-pull-verify-2723-wcb07-xnz8f-qqmbq pingcap_docs-cn_pull_verify_2723-wcb07
HOME=/root
OLDPWD=/
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/docs-cn/job/pull_verify/2723/
JENKINS_SERVER_COOKIE=durable-114137b3baa96bf25613a05d527f963f8ccc26f05b6ce39bb2d84dbb4741456b
FILE_SERVER_URL=http://fileserver.pingcap.net
WORKSPACE=/home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify
PROW_JOB_ID=422462aa-b1a2-4d09-864e-6518db126fef
NODE_NAME=pingcap-docs-cn-pull-verify-2723-wcb07-xnz8f-qqmbq
POD_CONTAINER=runner
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/docs-cn/job/pull_verify/2723/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=#2723
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/docs-cn/job/pull_verify/2723/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=1787377851796819968
KUBERNETES_PORT_443_TCP_PROTO=tcp
BUILD_TAG=jenkins-pingcap-docs-cn-pull_verify-2723
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-cn/job/pull_verify/
BUILD_NUMBER=2723
GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct
JENKINS_NODE_COOKIE=5c595ad3-0090-4c4a-85ef-21b599009047
RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/docs-cn/job/pull_verify/2723/display/redirect
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/docs-cn/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-cn/pull_verify
KUBERNETES_SERVICE_HOST=10.233.0.1
PWD=/home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify@tmp
+ echo -------------------------
-------------------------
+ node -v
v20.12.2
+ echo -------------------------
-------------------------
+ echo debug command: kubectl -n jenkins-tidb exec -ti pingcap-docs-cn-pull-verify-2723-wcb07-xnz8f-qqmbq bash
debug command: kubectl -n jenkins-tidb exec -ti pingcap-docs-cn-pull-verify-2723-wcb07-xnz8f-qqmbq 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: 5207
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

;; ANSWER SECTION:
github.com.		13	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:05:14 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-cn/pull_verify/git-docs-cn
[Pipeline] {
[Pipeline] sh
+ git config --global --add safe.directory *
[Pipeline] cache
Cache restored successfully (git/pingcap/docs-cn/rev-fd98be4-aa77673)
466345472 bytes in 2.78 secs (167935807 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-cn/pull_verify/git-docs-cn/.git/
.git
Updating files:  62% (1577/2506)
Updating files:  63% (1579/2506)
Updating files:  64% (1604/2506)
Updating files:  65% (1629/2506)
Updating files:  66% (1654/2506)
Updating files:  67% (1680/2506)
Updating files:  68% (1705/2506)
Updating files:  69% (1730/2506)
Updating files:  70% (1755/2506)
Updating files:  71% (1780/2506)
Updating files:  72% (1805/2506)
Updating files:  73% (1830/2506)
Updating files:  74% (1855/2506)
Updating files:  75% (1880/2506)
Updating files:  76% (1905/2506)
Updating files:  77% (1930/2506)
Updating files:  78% (1955/2506)
Updating files:  79% (1980/2506)
Updating files:  80% (2005/2506)
Updating files:  81% (2030/2506)
Updating files:  82% (2055/2506)
Updating files:  83% (2080/2506)
Updating files:  84% (2106/2506)
Updating files:  85% (2131/2506)
Updating files:  86% (2156/2506)
Updating files:  87% (2181/2506)
Updating files:  88% (2206/2506)
Updating files:  89% (2231/2506)
Updating files:  90% (2256/2506)
Updating files:  91% (2281/2506)
Updating files:  92% (2306/2506)
Updating files:  93% (2331/2506)
Updating files:  94% (2356/2506)
Updating files:  95% (2381/2506)
Updating files:  96% (2406/2506)
Updating files:  97% (2431/2506)
Updating files:  98% (2456/2506)
Updating files:  99% (2481/2506)
Updating files: 100% (2506/2506)
Updating files: 100% (2506/2506), done.
HEAD is now at c6538b28 Merge commit 'aa776736f67cc6c8d3540946792bc0a12e179982' into HEAD
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
POST git-upload-pack (332 bytes)
From https://github.com/pingcap/docs-cn
 = [up to date]        master               -> origin/master
 * [new ref]           refs/pull/17257/head -> origin/pr/17257/head
Warning: you are leaving 1 commit behind, not connected to
any of your branches:

  c6538b28 Merge commit 'aa776736f67cc6c8d3540946792bc0a12e179982' into HEAD

If you want to keep it by creating a new branch, this may be a good time
to do so with:

 git branch <new-branch-name> c6538b28

HEAD is now at fd98be48 fix pd cert allowed cn description (#17259)
๐Ÿšง Checkouting to base SHA:fd98be489039cc7b2980eb24c21e9fedac4aae4c...
HEAD is now at fd98be48 fix pd cert allowed cn description (#17259)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
fd98be489039cc7b2980eb24c21e9fedac4aae4c
fd98be48 fix pd cert allowed cn description (#17259)
c7196368 grafana: explained metrics in log backup row (#17227)
967a0fae translate 6 PRs for functions and operators (#17218)
๐Ÿšง Pre-merge heads of pull requests to base SHA: fd98be489039cc7b2980eb24c21e9fedac4aae4c ...
Merge made by the 'ort' strategy.
 command-line-flags-for-tidb-configuration.md |  9 +++++++--
 smooth-upgrade-tidb.md                       |  2 +-
 system-variables.md                          | 13 ++++---------
 tidb-distributed-execution-framework.md      | 14 +++++++++++---
 tidb-global-sort.md                          |  4 ++--
 5 files changed, 25 insertions(+), 17 deletions(-)
๐Ÿงพ Pre-merged result:
5e20633145a1e38b8993425208094fcc35778abf
5e206331 Merge commit '9818c00c56f0e9dd2974a1de3f12ade5fa13be93' into HEAD
9818c00c change the location of `--tidb-service-scope` according to the alphabetical order
fd98be48 fix pd cert allowed cn description (#17259)
โœ… Pre merged ๐ŸŽ‰
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
Cache saved successfully (git/pingcap/docs-cn/rev-fd98be4-9818c00)
467227136 bytes in 8.32 secs (56189108 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-cn/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:05:33--  https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-file-encoding.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2198 (2.1K) [text/plain]
Saving to: 'check-file-encoding.py'

     0K ..                                                    100% 58.7M=0s

2024-05-06 07:05:33 (58.7 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:05:33--  https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-conflicts.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2479 (2.4K) [text/plain]
Saving to: 'check-conflicts.py'

     0K ..                                                    100% 48.8M=0s

2024-05-06 07:05:34 (48.8 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:05:34--  https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-control-char.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2249 (2.2K) [text/plain]
Saving to: 'check-control-char.py'

     0K ..                                                    100% 55.1M=0s

2024-05-06 07:05:34 (55.1 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:05:34--  https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-tags.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6799 (6.6K) [text/plain]
Saving to: 'check-tags.py'

     0K ......                                                100% 2.97M=0.002s

2024-05-06 07:05:34 (2.97 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:05:34--  https://raw.githubusercontent.com/pingcap/docs/master/scripts/check-manual-line-breaks.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.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% 29.9M=0s

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

[Pipeline] }
Cache saved successfully (ws/check-scripts/jenkins-pingcap-docs-cn-pull_verify-2723)
23552 bytes in 0.22 secs (109396 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-cn/latest/pod-pull_verify.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Obtained pipelines/pingcap/docs-cn/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-cn-pull-verify-2723-2l8q0-1xst6-w85x5
Obtained pipelines/pingcap/docs-cn/latest/pod-pull_verify.yaml from git https://github.com/PingCAP-QE/ci.git
Created Pod: kubernetes jenkins-tidb/pingcap-docs-cn-pull-verify-2723-4tgl6-splrv-89h35
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Obtained pipelines/pingcap/docs-cn/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-cn-pull-verify-2723-rgkw0-cs7zx-84jhp
Obtained pipelines/pingcap/docs-cn/latest/pod-pull_verify.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
Created Pod: kubernetes jenkins-tidb/pingcap-docs-cn-pull-verify-2723-zgfld-192j2-fx4fw
[Pipeline] node
Created Pod: kubernetes jenkins-tidb/pingcap-docs-cn-pull-verify-2723-jmw4q-d0bqp-t5b5h
Agent pingcap-docs-cn-pull-verify-2723-2l8q0-1xst6-w85x5 is provisioned from template pingcap_docs-cn_pull_verify_2723-2l8q0-1xst6
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/docs-cn/job/pull_verify/2723/"
    runUrl: "job/pingcap/job/docs-cn/job/pull_verify/2723/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "2e9e72efed30dfb5998c17fd8c3b0c396ab898df"
    jenkins/label: "pingcap_docs-cn_pull_verify_2723-2l8q0"
  name: "pingcap-docs-cn-pull-verify-2723-2l8q0-1xst6-w85x5"
  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-cn-pull-verify-2723-2l8q0-1xst6-w85x5"
    - name: "JENKINS_NAME"
      value: "pingcap-docs-cn-pull-verify-2723-2l8q0-1xst6-w85x5"
    - 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-cn-pull-verify-2723-2l8q0-1xst6-w85x5 in /home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
Obtained pipelines/pingcap/docs-cn/latest/pod-pull_verify.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@6fb0ede; decorates RemoteLauncher[hudson.remoting.Channel@4012fb0b:JNLP4-connect connection from 10.233.81.246/10.233.81.246:33828] 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-cn/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
Created Pod: kubernetes jenkins-tidb/pingcap-docs-cn-pull-verify-2723-bsthp-qb9gf-ff481
Agent pingcap-docs-cn-pull-verify-2723-rgkw0-cs7zx-84jhp is provisioned from template pingcap_docs-cn_pull_verify_2723-rgkw0-cs7zx
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/docs-cn/job/pull_verify/2723/"
    runUrl: "job/pingcap/job/docs-cn/job/pull_verify/2723/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "53bd4cd76e2066e92a91f380b5199c96da9b8694"
    jenkins/label: "pingcap_docs-cn_pull_verify_2723-rgkw0"
  name: "pingcap-docs-cn-pull-verify-2723-rgkw0-cs7zx-84jhp"
  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-cn-pull-verify-2723-rgkw0-cs7zx-84jhp"
    - name: "JENKINS_NAME"
      value: "pingcap-docs-cn-pull-verify-2723-rgkw0-cs7zx-84jhp"
    - 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"

Agent pingcap-docs-cn-pull-verify-2723-jmw4q-d0bqp-t5b5h is provisioned from template pingcap_docs-cn_pull_verify_2723-jmw4q-d0bqp
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/docs-cn/job/pull_verify/2723/"
    runUrl: "job/pingcap/job/docs-cn/job/pull_verify/2723/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "3acfd962f98953eb00c4e075d2f51286f2836c59"
    jenkins/label: "pingcap_docs-cn_pull_verify_2723-jmw4q"
  name: "pingcap-docs-cn-pull-verify-2723-jmw4q-d0bqp-t5b5h"
  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-cn-pull-verify-2723-jmw4q-d0bqp-t5b5h"
    - name: "JENKINS_NAME"
      value: "pingcap-docs-cn-pull-verify-2723-jmw4q-d0bqp-t5b5h"
    - 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-cn-pull-verify-2723-rgkw0-cs7zx-84jhp in /home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify
[Pipeline] {
Running on pingcap-docs-cn-pull-verify-2723-jmw4q-d0bqp-t5b5h in /home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify
[Pipeline] {
[Pipeline] checkout
[Pipeline] checkout
The recommended git tool is: git
The recommended git tool is: git
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@7d93092f; decorates RemoteLauncher[hudson.remoting.Channel@3ae5d3c5:JNLP4-connect connection from 10.233.81.247/10.233.81.247:58484] 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
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@337219c; decorates RemoteLauncher[hudson.remoting.Channel@6ecadfcd:JNLP4-connect connection from 10.233.81.217/10.233.81.217:41778] 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-cn/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
Cloning repository https://github.com/PingCAP-QE/ci.git
 > git init /home/jenkins/agent/workspace/pingcap/docs-cn/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
Agent pingcap-docs-cn-pull-verify-2723-bsthp-qb9gf-ff481 is provisioned from template pingcap_docs-cn_pull_verify_2723-bsthp-qb9gf
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/docs-cn/job/pull_verify/2723/"
    runUrl: "job/pingcap/job/docs-cn/job/pull_verify/2723/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "cb246af0056cc5183a7771ea8b9c9b4cee9729fa"
    jenkins/label: "pingcap_docs-cn_pull_verify_2723-bsthp"
  name: "pingcap-docs-cn-pull-verify-2723-bsthp-qb9gf-ff481"
  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-cn-pull-verify-2723-bsthp-qb9gf-ff481"
    - name: "JENKINS_NAME"
      value: "pingcap-docs-cn-pull-verify-2723-bsthp-qb9gf-ff481"
    - 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-cn-pull-verify-2723-bsthp-qb9gf-ff481 in /home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify
[Pipeline] {
Avoid second fetch
Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main)
[Pipeline] checkout
The recommended git tool is: git
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-cn/pull_verify/check-scripts
[Pipeline] {
[Pipeline] cache
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@27637103; decorates RemoteLauncher[hudson.remoting.Channel@1902ebb6:JNLP4-connect connection from 10.233.102.51/10.233.102.51:38260] 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
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10
Cloning repository https://github.com/PingCAP-QE/ci.git
 > git init /home/jenkins/agent/workspace/pingcap/docs-cn/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)"
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
Cache restored successfully (ws/check-scripts/jenkins-pingcap-docs-cn-pull_verify-2723)
23552 bytes in 0.17 secs (141176 bytes/sec)
[Pipeline] {
[Pipeline] sh
 > 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
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
 > 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
[Pipeline] container
+ ls -alh
total 36K
drwxr-sr-x.  2 node node 4.0K May  6 07:05 .
drwxr-sr-x. 18 node node 4.0K May  6 07:05 ..
-rw-r--r--.  1 node node 2.5K May  6 07:05 check-conflicts.py
-rw-r--r--.  1 node node 2.2K May  6 07:05 check-control-char.py
-rw-r--r--.  1 node node 2.2K May  6 07:05 check-file-encoding.py
-rw-r--r--.  1 node node 4.7K May  6 07:05 check-manual-line-breaks.py
-rw-r--r--.  1 node node 6.7K May  6 07:05 check-tags.py
[Pipeline] {
[Pipeline] }
Cache not saved (ws/check-scripts/jenkins-pingcap-docs-cn-pull_verify-2723 already exists)
[Pipeline] // cache
[Pipeline] }
Avoid second fetch
Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main)
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify/git-docs-cn
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] cache
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
Still waiting to schedule task
โ€˜pingcap-docs-cn-pull-verify-2723-4tgl6-splrv-89h35โ€™ is offline
Cache restored successfully (git/pingcap/docs-cn/rev-fd98be4-9818c00)
467227136 bytes in 4.26 secs (109664678 bytes/sec)
[Pipeline] {
[Pipeline] sh
[Pipeline] timeout
Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify/check-scripts
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify/check-scripts
[Pipeline] {
[Pipeline] cache
+ git config --global --add safe.directory *
+ git rev-parse --show-toplevel
/home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify/git-docs-cn
+ git status -s .
Still waiting to schedule task
โ€˜pingcap-docs-cn-pull-verify-2723-zgfld-192j2-fx4fwโ€™ is offline
+ git log --format=%h %B --oneline -n 3
5e206331 Merge commit '9818c00c56f0e9dd2974a1de3f12ade5fa13be93' into HEAD
9818c00c change the location of `--tidb-service-scope` according to the alphabetical order
fd98be48 fix pd cert allowed cn description (#17259)
Cache restored successfully (ws/check-scripts/jenkins-pingcap-docs-cn-pull_verify-2723)
23552 bytes in 0.15 secs (153214 bytes/sec)
[Pipeline] {
[Pipeline] cache
Cache restored successfully (ws/check-scripts/jenkins-pingcap-docs-cn-pull_verify-2723)
23552 bytes in 0.14 secs (166812 bytes/sec)
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
+ ls -alh
total 36K
drwxr-sr-x.  2 node node 4.0K May  6 07:05 .
drwxr-sr-x. 18 node node 4.0K May  6 07:05 ..
-rw-r--r--.  1 node node 2.5K May  6 07:05 check-conflicts.py
-rw-r--r--.  1 node node 2.2K May  6 07:05 check-control-char.py
-rw-r--r--.  1 node node 2.2K May  6 07:05 check-file-encoding.py
-rw-r--r--.  1 node node 4.7K May  6 07:05 check-manual-line-breaks.py
-rw-r--r--.  1 node node 6.7K May  6 07:05 check-tags.py
+ ls -alh
total 36K
drwxr-sr-x.  2 node node 4.0K May  6 07:05 .
drwxr-sr-x. 18 node node 4.0K May  6 07:06 ..
-rw-r--r--.  1 node node 2.5K May  6 07:05 check-conflicts.py
-rw-r--r--.  1 node node 2.2K May  6 07:05 check-control-char.py
-rw-r--r--.  1 node node 2.2K May  6 07:05 check-file-encoding.py
-rw-r--r--.  1 node node 4.7K May  6 07:05 check-manual-line-breaks.py
-rw-r--r--.  1 node node 6.7K May  6 07:05 check-tags.py
[Pipeline] timeout
Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] sh
[Pipeline] }
Cache not saved (ws/check-scripts/jenkins-pingcap-docs-cn-pull_verify-2723 already exists)
[Pipeline] }
Cache not saved (ws/check-scripts/jenkins-pingcap-docs-cn-pull_verify-2723 already exists)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify/check-scripts
[Pipeline] {
[Pipeline] cache
+ 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
Cache restored successfully (ws/check-scripts/jenkins-pingcap-docs-cn-pull_verify-2723)
23552 bytes in 0.16 secs (148319 bytes/sec)
[Pipeline] {
[Pipeline] sh
[Pipeline] // cache
[Pipeline] }
[Pipeline] // cache
[Pipeline] }
[Pipeline] sh
+ ls -alh
total 36K
drwxr-sr-x.  2 node node 4.0K May  6 07:06 .
drwxr-sr-x. 18 node node 4.0K May  6 07:06 ..
-rw-r--r--.  1 node node 2.5K May  6 07:05 check-conflicts.py
-rw-r--r--.  1 node node 2.2K May  6 07:05 check-control-char.py
-rw-r--r--.  1 node node 2.2K May  6 07:05 check-file-encoding.py
-rw-r--r--.  1 node node 4.7K May  6 07:05 check-manual-line-breaks.py
-rw-r--r--.  1 node node 6.7K May  6 07:05 check-tags.py
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify/git-docs-cn
[Pipeline] {
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify/git-docs-cn
[Pipeline] {
[Pipeline] }
Cache not saved (ws/check-scripts/jenkins-pingcap-docs-cn-pull_verify-2723 already exists)
[Pipeline] cache
Cache restored successfully (git/pingcap/docs-cn/rev-fd98be4-9818c00)
467227136 bytes in 1.81 secs (258151656 bytes/sec)
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/docs-cn/rev-fd98be4-9818c00)
467227136 bytes in 2.79 secs (167369582 bytes/sec)
[Pipeline] {
[Pipeline] sh
[Pipeline] // cache
[Pipeline] }
[Pipeline] sh
+ git config --global --add safe.directory *
+ git rev-parse --show-toplevel
/home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify/git-docs-cn
+ git status -s .
+ git config --global --add safe.directory *
+ git rev-parse --show-toplevel
/home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify/git-docs-cn
+ git status -s .
[Pipeline] }
Cache not saved (git/pingcap/docs-cn/rev-fd98be4-9818c00 already exists)
+ git log --format=%h %B --oneline -n 3
5e206331 Merge commit '9818c00c56f0e9dd2974a1de3f12ade5fa13be93' into HEAD
9818c00c change the location of `--tidb-service-scope` according to the alphabetical order
fd98be48 fix pd cert allowed cn description (#17259)
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify/git-docs-cn
[Pipeline] {
[Pipeline] // cache
[Pipeline] }
[Pipeline] sh
+ git log --format=%h %B --oneline -n 3
5e206331 Merge commit '9818c00c56f0e9dd2974a1de3f12ade5fa13be93' into HEAD
9818c00c change the location of `--tidb-service-scope` according to the alphabetical order
fd98be48 fix pd cert allowed cn description (#17259)
[Pipeline] // dir
[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] cache
+ 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
Cache restored successfully (git/pingcap/docs-cn/rev-fd98be4-9818c00)
467227136 bytes in 3.03 secs (153982924 bytes/sec)
[Pipeline] {
[Pipeline] sh
[Pipeline] // timeout
[Pipeline] }
[Pipeline] sh
+ git config --global --add safe.directory *
+ git rev-parse --show-toplevel
/home/jenkins/agent/workspace/pingcap/docs-cn/pull_verify/git-docs-cn
+ git status -s .
[Pipeline] sh
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
+ git log --format=%h %B --oneline -n 3
5e206331 Merge commit '9818c00c56f0e9dd2974a1de3f12ade5fa13be93' into HEAD
9818c00c change the location of `--tidb-service-scope` according to the alphabetical order
fd98be48 fix pd cert allowed cn description (#17259)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] sh
[Pipeline] }
Cache not saved (git/pingcap/docs-cn/rev-fd98be4-9818c00 already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
+ 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] // container
[Pipeline] }
[Pipeline] sh
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Cache not saved (git/pingcap/docs-cn/rev-fd98be4-9818c00 already exists)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }

added 33 packages in 2s

2 packages are looking for funding
  run `npm fund` for details
tidb-distributed-execution-framework.md: 90: MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] }
Cache not saved (inner-step execution failed)
[Pipeline] // withEnv
[Pipeline] // cache
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // dir
[Pipeline] }
[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] }
Failed in branch Matrix - CHECK_CMD = 'markdownlint'
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
Failed in branch Matrix - CHECK_CMD = 'python3 check-conflicts.py'
[Pipeline] }
Failed in branch Matrix - CHECK_CMD = 'python3 check-control-char.py'
[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
ERROR: script returned exit code 1
Finished: FAILURE