Skip to content

Console Output

Started by user Jenkins Admin
Obtained pipelines/PingCAP-QE/tidb-test/latest/ghpr_build.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-QE/tidb-test/latest/pod-ghpr_build.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins-tidb/pingcap-qe-tidb-test-ghpr-build-121-0k7kp-2t2dq-4cj03
Agent pingcap-qe-tidb-test-ghpr-build-121-0k7kp-2t2dq-4cj03 is provisioned from template pingcap-qe_tidb-test_ghpr_build_121-0k7kp-2t2dq
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_build/121/"
    runUrl: "job/pingcap-qe/job/tidb-test/job/ghpr_build/121/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "50e037ab7ab76a3f16ec2ba27ad417a488d6eb66"
    jenkins/label: "pingcap-qe_tidb-test_ghpr_build_121-0k7kp"
  name: "pingcap-qe-tidb-test-ghpr-build-121-0k7kp-2t2dq-4cj03"
  namespace: "jenkins-tidb"
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: "kubernetes.io/arch"
            operator: "In"
            values:
            - "amd64"
  containers:
  - image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest"
    name: "golang"
    resources:
      limits:
        memory: "24Gi"
        cpu: "8"
      requests:
        memory: "8Gi"
        cpu: "4"
    securityContext:
      privileged: true
    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
  - image: "hub.pingcap.net/jenkins/python3-requests:latest"
    name: "report"
    resources:
      limits:
        memory: "256Mi"
        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-qe-tidb-test-ghpr-build-121-0k7kp-2t2dq-4cj03"
    - name: "JENKINS_NAME"
      value: "pingcap-qe-tidb-test-ghpr-build-121-0k7kp-2t2dq-4cj03"
    - 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-qe-tidb-test-ghpr-build-121-0k7kp-2t2dq-4cj03 in /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build
[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-qe/tidb-test/ghpr_build # 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 971e86e8cfdc47311011e27ee6c091470f324b85 (origin/main)
 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 971e86e8cfdc47311011e27ee6c091470f324b85 # timeout=10
Commit message: "refactor(jenkins/pipelines,pipelines): use the new dockerfile url location (#2963)"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
 > git rev-list --no-walk e7e788184f011a5a7a03ec051e8295432311f8fc # timeout=10
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=7d6290ea-4c00-4e58-a66a-6bca50aa433d
JENKINS_NODE_COOKIE=d2057ac5-6c43-4890-9f5d-937a3aaab080
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_build/121/
GOLANG_VERSION=1.21.6
HOSTNAME=pingcap-qe-tidb-test-ghpr-build-121-0k7kp-2t2dq-4cj03
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-qe-tidb-test-ghpr_build-121
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=e7e788184f011a5a7a03ec051e8295432311f8fc
JOB_SPEC={"type":"presubmit","job":"pingcap-qe/tidb-test/ghpr_build","buildid":"1789977032549994501","prowjobid":"7d6290ea-4c00-4e58-a66a-6bca50aa433d","refs":{"org":"PingCAP-QE","repo":"tidb-test","repo_link":"https://github.com/PingCAP-QE/tidb-test","base_ref":"master","base_sha":"821287a7fa869a50195afccf347c3e2bc3ddce57","base_link":"https://github.com/PingCAP-QE/tidb-test/commit/821287a7fa869a50195afccf347c3e2bc3ddce57","pulls":[{"number":2326,"author":"YangKeao","sha":"9f0b8c8536abc08def1684dddbf8487f585d24e9","title":"fix error message of multi-value index |","link":"https://github.com/PingCAP-QE/tidb-test/pull/2326","commit_link":"https://github.com/PingCAP-QE/tidb-test/pull/2326/commits/9f0b8c8536abc08def1684dddbf8487f585d24e9","author_link":"https://github.com/YangKeao"}]}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_build/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_build/121/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_build/121/display/redirect?page=artifacts
FILE_SERVER_URL=http://fileserver.pingcap.net
JENKINS_HOME=/var/jenkins_home
GIT_COMMIT=971e86e8cfdc47311011e27ee6c091470f324b85
PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_build/121/display/redirect
GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct
_=/usr/bin/printenv
POD_CONTAINER=golang
PWD=/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap-qe/tidb-test/ghpr_build
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#121
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1789977032549994501
GOLANG_DOWNLOAD_SHA256=3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4
JOB_BASE_NAME=ghpr_build
GIT_PREVIOUS_SUCCESSFUL_COMMIT=e7e788184f011a5a7a03ec051e8295432311f8fc
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_build/121/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap-qe_tidb-test_ghpr_build_121-0k7kp
GOROOT=/usr/local/go
GIT_BRANCH=origin/main
KUBERNETES_PORT_443_TCP_PROTO=tcp
CI=true
KUBERNETES_SERVICE_PORT_HTTPS=443
WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-936dd8cd49064effb99439eeb44e2eef3305e66abc7524b6f94b5c0b0df3a4f8
NODE_LABELS=pingcap-qe_tidb-test_ghpr_build_121-0k7kp pingcap-qe-tidb-test-ghpr-build-121-0k7kp-2t2dq-4cj03
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-qe-tidb-test-ghpr-build-121-0k7kp-2t2dq-4cj03
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_build/display/redirect
BUILD_NUMBER=121
KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1
KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443
GOLANG_DOWNLOAD_URL=https://dl.google.com/go/go1.21.6.linux-amd64.tar.gz
+ echo -------------------------
-------------------------
+ go env
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/jenkins/.cache/go-build'
GOENV='/home/jenkins/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/go/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/go'
GOPRIVATE=''
GOPROXY='http://goproxy.apps.svc,https://proxy.golang.org,direct'
GOROOT='/usr/local/go'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.21.6'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='1'
GOMOD='/dev/null'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build3145163762=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 root root 1, 3 May 13 19:13 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-qe-tidb-test-ghpr-build-121-0k7kp-2t2dq-4cj03 bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-qe-tidb-test-ghpr-build-121-0k7kp-2t2dq-4cj03 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: 35717
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

;; ANSWER SECTION:
github.com.		30	IN	A	20.205.243.166

;; Query time: 0 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 13 11:13:22 UTC 2024
;; MSG SIZE  rcvd: 77

[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] timeout
Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-4fe70da-b2757e9)
509667840 bytes in 1.66 secs (307763259 bytes/sec)
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
git version 2.36.6
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb/.git/
.git
HEAD is now at 6cec3ff847 Merge commit 'b2757e9893015a26e31a10dcf905362cf7c7fb8e' into HEAD
POST git-upload-pack (383 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master     -> origin/master
Warning: you are leaving 1 commit behind, not connected to
any of your branches:

  6cec3ff847 Merge commit 'b2757e9893015a26e31a10dcf905362cf7c7fb8e' 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> 6cec3ff847

HEAD is now at 4fe70da7e4 planner: move getTaskPlanCost to planner core util (#53218)
4fe70da7e4868ba961f9fbf74d8e8e6151c0cab9
4fe70da7e4 planner: move getTaskPlanCost to planner core util (#53218)
b1818cd05f *: global index support `admin check table | index` (#53156)
41ce0a56b4 executor: add a panic guard for stmtsummary (#53216)
โœ… Checkout master ๐ŸŽ‰
/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb
โœ… ~~~~~ All done. ~~~~~~
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
Cache saved successfully (git/pingcap/tidb/rev-9f0b8c8536abc08def1684dddbf8487f585d24e9})
509667840 bytes in 8.95 secs (56924308 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb-test
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/PingCAP-QE/tidb-test/rev-b2757e9893015a26e31a10dcf905362cf7c7fb8e)
861964288 bytes in 15.51 secs (55586085 bytes/sec)
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials sre-bot
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
Executing sh script inside container golang of pod pingcap-qe-tidb-test-ghpr-build-121-0k7kp-2t2dq-4cj03
Executing command: "ssh-agent" 
exit
SSH_AUTH_SOCK=/tmp/ssh-Gt51TJLOfbfH/agent.129; export SSH_AUTH_SOCK;
SSH_AGENT_PID=130; export SSH_AGENT_PID;
echo Agent pid 130;
SSH_AUTH_SOCK=/tmp/ssh-Gt51TJLOfbfH/agent.129
SSH_AGENT_PID=130
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb-test@tmp/private_key_15844289643078557624.key (/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb-test@tmp/private_key_15844289643078557624.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ '[' -d /home/jenkins/.ssh ']'
+ mkdir /home/jenkins/.ssh
+ chmod 0700 /home/jenkins/.ssh
+ ssh-keyscan -t rsa,dsa github.com
# github.com:22 SSH-2.0-babeld-9713928c
# github.com:22 SSH-2.0-babeld-9713928c
[Pipeline] sh
git version 2.36.6
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb-test/.git/
.git
Updating files:  34% (12210/34900)
Updating files:  35% (12215/34900)
Updating files:  36% (12564/34900)
Updating files:  37% (12913/34900)
Updating files:  38% (13262/34900)
Updating files:  39% (13611/34900)
Updating files:  40% (13960/34900)
Updating files:  41% (14309/34900)
Updating files:  42% (14658/34900)
Updating files:  43% (15007/34900)
Updating files:  44% (15356/34900)
Updating files:  45% (15705/34900)
Updating files:  46% (16054/34900)
Updating files:  47% (16403/34900)
Updating files:  48% (16752/34900)
Updating files:  49% (17101/34900)
Updating files:  50% (17450/34900)
Updating files:  51% (17799/34900)
Updating files:  52% (18148/34900)
Updating files:  53% (18497/34900)
Updating files:  54% (18846/34900)
Updating files:  55% (19195/34900)
Updating files:  56% (19544/34900)
Updating files:  57% (19893/34900)
Updating files:  58% (20242/34900)
Updating files:  59% (20591/34900)
Updating files:  60% (20940/34900)
Updating files:  61% (21289/34900)
Updating files:  62% (21638/34900)
Updating files:  63% (21987/34900)
Updating files:  64% (22336/34900)
Updating files:  65% (22685/34900)
Updating files:  66% (23034/34900)
Updating files:  67% (23383/34900)
Updating files:  68% (23732/34900)
Updating files:  69% (24081/34900)
Updating files:  70% (24430/34900)
Updating files:  71% (24779/34900)
Updating files:  72% (25128/34900)
Updating files:  73% (25477/34900)
Updating files:  74% (25826/34900)
Updating files:  75% (26175/34900)
Updating files:  75% (26393/34900)
Updating files:  76% (26524/34900)
Updating files:  77% (26873/34900)
Updating files:  78% (27222/34900)
Updating files:  79% (27571/34900)
Updating files:  80% (27920/34900)
Updating files:  81% (28269/34900)
Updating files:  82% (28618/34900)
Updating files:  83% (28967/34900)
Updating files:  84% (29316/34900)
Updating files:  85% (29665/34900)
Updating files:  86% (30014/34900)
Updating files:  86% (30062/34900)
Updating files:  87% (30363/34900)
Updating files:  88% (30712/34900)
Updating files:  89% (31061/34900)
Updating files:  90% (31410/34900)
Updating files:  91% (31759/34900)
Updating files:  92% (32108/34900)
Updating files:  93% (32457/34900)
Updating files:  94% (32806/34900)
Updating files:  95% (33155/34900)
Updating files:  96% (33504/34900)
Updating files:  97% (33853/34900)
Updating files:  98% (34202/34900)
Updating files:  99% (34551/34900)
Updating files: 100% (34900/34900)
Updating files: 100% (34900/34900), done.
HEAD is now at 821287a7f expression: update real to string tests | tidb=pr/53129 (#2324)
Warning: Permanently added the RSA host key for IP address '20.205.243.166' to the list of known hosts.
From github.com:PingCAP-QE/tidb-test
 = [up to date]          master              -> origin/master
 * [new ref]             refs/pull/2326/head -> origin/pr/2326/head
HEAD is now at 821287a7f expression: update real to string tests | tidb=pr/53129 (#2324)
๐Ÿšง Checkouting to base SHA:821287a7fa869a50195afccf347c3e2bc3ddce57...
HEAD is now at 821287a7f expression: update real to string tests | tidb=pr/53129 (#2324)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
821287a7fa869a50195afccf347c3e2bc3ddce57
821287a7f expression: update real to string tests | tidb=pr/53129 (#2324)
fdf9e2515 *: change the default value for tidb_analyze_skip_column_types | tidb=pr/52663 (#2319)
dae424f5f update alter table test result | tidb=pr/52967 (#2320)
๐Ÿšง Pre-merge heads of pull requests to base SHA: 821287a7fa869a50195afccf347c3e2bc3ddce57 ...
Updating 821287a7f..9f0b8c853
Fast-forward
 mysql_test/r/array_index.result | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
๐Ÿงพ Pre-merged result:
9f0b8c8536abc08def1684dddbf8487f585d24e9
9f0b8c853 fix error message of multi-value index
821287a7f expression: update real to string tests | tidb=pr/53129 (#2324)
fdf9e2515 *: change the default value for tidb_analyze_skip_column_types | tidb=pr/52663 (#2319)
โœ… Pre merged ๐ŸŽ‰
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
Executing sh script inside container golang of pod pingcap-qe-tidb-test-ghpr-build-121-0k7kp-2t2dq-4cj03
Executing command: "ssh-agent" "-k" 
exit
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 130 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
Cache saved successfully (git/PingCAP-QE/tidb-test/rev-9f0b8c8536abc08def1684dddbf8487f585d24e9})
861990400 bytes in 19.55 secs (44100851 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb-test
[Pipeline] {
[Pipeline] sh
+ TIDB_SRC_PATH=/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb
+ make check
./scripts/check.sh
go: downloading github.com/pingcap/errors v0.11.4
go: downloading github.com/peterh/liner v0.0.0-20171122030339-3681c2a91233
go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20190911032414-d88cd749f56d
go: downloading github.com/sirupsen/logrus v1.2.0
go: downloading github.com/go-sql-driver/mysql v0.0.0-20170715192408-3955978caca4
go: downloading github.com/satori/go.uuid v0.0.0-20180103152354-f58768cc1a7a
go: downloading github.com/prometheus/client_golang v0.9.0
go: downloading golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
go: downloading github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39
go: downloading github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
go: downloading github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
go: downloading github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
go: downloading github.com/golang/protobuf v1.2.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb
go: downloading github.com/opentracing/opentracing-go v1.0.2
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0
go: downloading github.com/pingcap/log v0.0.0-20190307075452-bd41d9273596
go: downloading github.com/pingcap/parser v0.0.0-20190903084634-0daf3f706c76
go: downloading github.com/pingcap/tipb v0.0.0-20190806070524-16909e03435e
go: downloading github.com/BurntSushi/toml v0.3.1
go: downloading go.uber.org/zap v1.9.1
go: downloading go.uber.org/atomic v1.3.2
go: downloading github.com/uber/jaeger-client-go v2.15.0+incompatible
go: downloading github.com/pingcap/failpoint v0.0.0-20190512135322-30cc7431d99c
go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
go: downloading github.com/dgryski/go-farm v0.0.0-20190104051053-3adb47b1fb0f
go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7
go: downloading github.com/gogo/protobuf v1.2.0
go: downloading github.com/shirou/gopsutil v2.18.10+incompatible
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
go: downloading github.com/google/btree v1.0.0
go: downloading google.golang.org/grpc v1.17.0
go: downloading github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5
go: downloading github.com/pingcap/kvproto v0.0.0-20190904075355-9a1bd6a31da2
go: downloading github.com/pingcap/pd v0.0.0-20190712044914-75a1f9f3062b
go: downloading github.com/twinj/uuid v1.0.0
go: downloading github.com/pingcap/tidb-tools v2.1.3-0.20190321065848-1e8b48f5c168+incompatible
go: downloading github.com/coreos/etcd v3.3.13+incompatible
go: downloading github.com/cznic/sortutil v0.0.0-20150617083342-4c7342852e65
go: downloading github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef
go: downloading golang.org/x/tools v0.0.0-20190130214255-bb1329dc71a0
go: downloading github.com/opentracing/basictracer-go v1.0.0
go: downloading github.com/google/uuid v1.1.1
go: downloading golang.org/x/text v0.3.0
go: downloading sourcegraph.com/sourcegraph/appdash v0.0.0-20180531100431-4c381bd170b4
go: downloading golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20190512091148-babf20351dd7
go: downloading go.uber.org/multierr v1.1.0
go: downloading github.com/pkg/errors v0.8.1
go: downloading github.com/uber/jaeger-lib v1.5.0
go: downloading github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
go: downloading google.golang.org/genproto v0.0.0-20190108161440-ae2f86662275
go: downloading github.com/pingcap/mysql-tester v0.0.0-20231124064544-17b728effac3
go: downloading github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32
go: downloading github.com/defined2014/mysql v0.0.0-20231121061906-fcfacaa39f49
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading go.uber.org/atomic v1.11.0
go: downloading golang.org/x/sys v0.5.0
build mysql_test successfully
/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb-test
go: downloading github.com/go-sql-driver/mysql v1.3.0
go: downloading golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
build compatible_test successfully
/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb-test
go: downloading github.com/go-sql-driver/mysql v1.4.0
go: downloading github.com/pkg/errors v0.9.1
build tidb_test successfully
/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb-test
go: downloading golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664
build analyze_test successfully
/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb-test
go: downloading github.com/pingcap/mysql-tester v0.0.0-20230112070510-4aa90ed06ba6
go: downloading github.com/pingcap/tidb/parser v0.0.0-20230110040624-3f223b3ada95
go: downloading github.com/go-sql-driver/mysql v1.6.0
go: downloading go.uber.org/atomic v1.10.0
go: downloading golang.org/x/sys v0.2.0
go: downloading go.uber.org/zap v1.24.0
go: downloading golang.org/x/text v0.5.0
go: downloading github.com/pingcap/log v1.1.0
go: downloading golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20220927061507-ef77025ab5aa
go: downloading go.uber.org/multierr v1.8.0
go: downloading github.com/benbjohnson/clock v1.3.0
build randgen_test successfully
/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb-test
go: downloading go.uber.org/zap v1.12.0
go: downloading golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
go: downloading golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
go: downloading go.uber.org/atomic v1.5.0
go: downloading go.uber.org/multierr v1.4.0
build sqllogic_test successfully
/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_build/tidb-test
[Pipeline] }
[Pipeline] // dir
[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
Finished: SUCCESS