Skip to content

Console Output

Started by user Jenkins Admin
Obtained pipelines/PingCAP-QE/tidb-test/latest/ghpr_mysql_test.groovy from git https://github.com/PingCAP-QE/ci.git
Loading library tipipeline@main
Library tipipeline@main is cached. Copying from home.
[Pipeline] Start of Pipeline
[Pipeline] readJSON
[Pipeline] readTrusted
Obtained pipelines/PingCAP-QE/tidb-test/latest/pod-ghpr_mysql_test.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-mysql-test-115-wjmz3-9gvhf-ptpm9
Agent pingcap-qe-tidb-test-ghpr-mysql-test-115-wjmz3-9gvhf-ptpm9 is provisioned from template pingcap-qe_tidb-test_ghpr_mysql_test_115-wjmz3-9gvhf
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_mysql_test/115/"
    runUrl: "job/pingcap-qe/job/tidb-test/job/ghpr_mysql_test/115/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "05a746de5149d6df21e436f686cc05a02a800986"
    jenkins/label: "pingcap-qe_tidb-test_ghpr_mysql_test_115-wjmz3"
  name: "pingcap-qe-tidb-test-ghpr-mysql-test-115-wjmz3-9gvhf-ptpm9"
  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-mysql-test-115-wjmz3-9gvhf-ptpm9"
    - name: "JENKINS_NAME"
      value: "pingcap-qe-tidb-test-ghpr-mysql-test-115-wjmz3-9gvhf-ptpm9"
    - 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-mysql-test-115-wjmz3-9gvhf-ptpm9 in /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_mysql_test
[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_mysql_test # 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 45 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=1a3ae6b0-b3b1-4498-ad58-7cc1dd819e33
JENKINS_NODE_COOKIE=e17341b7-5ec7-4f10-b15b-d238263ccad9
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_mysql_test/115/
GOLANG_VERSION=1.21.6
HOSTNAME=pingcap-qe-tidb-test-ghpr-mysql-test-115-wjmz3-9gvhf-ptpm9
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
KUBERNETES_PORT=tcp://10.233.0.1:443
KUBERNETES_PORT_443_TCP_PORT=443
TERM=xterm
STAGE_NAME=Debug info
BUILD_TAG=jenkins-pingcap-qe-tidb-test-ghpr_mysql_test-115
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap-qe/tidb-test/ghpr_mysql_test","buildid":"1787413587141070848","prowjobid":"1a3ae6b0-b3b1-4498-ad58-7cc1dd819e33","refs":{"org":"PingCAP-QE","repo":"tidb-test","repo_link":"https://github.com/PingCAP-QE/tidb-test","base_ref":"master","base_sha":"dae424f5f68bb55818c1e169b732f8889b04a31b","base_link":"https://github.com/PingCAP-QE/tidb-test/commit/dae424f5f68bb55818c1e169b732f8889b04a31b","pulls":[{"number":2319,"author":"hawkingrei","sha":"50ab8802eaab55009ce956676eaebb38f22ef079","title":"*: change the default value for tidb_analyze_skip_column_types | tidb=pr/52663","link":"https://github.com/PingCAP-QE/tidb-test/pull/2319","commit_link":"https://github.com/PingCAP-QE/tidb-test/pull/2319/commits/50ab8802eaab55009ce956676eaebb38f22ef079","author_link":"https://github.com/hawkingrei"}]}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_mysql_test
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_mysql_test/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_mysql_test/115/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_mysql_test/115/display/redirect?page=artifacts
FILE_SERVER_URL=http://fileserver.pingcap.net
JENKINS_HOME=/var/jenkins_home
GIT_COMMIT=03312178c534dce949face80c69812d989e55009
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_mysql_test/115/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_mysql_test
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap-qe/tidb-test/ghpr_mysql_test
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#115
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787413587141070848
GOLANG_DOWNLOAD_SHA256=3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4
JOB_BASE_NAME=ghpr_mysql_test
GIT_PREVIOUS_SUCCESSFUL_COMMIT=3b11621a0f86aa7c232b200aa4bfd2e53b6d345c
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_mysql_test/115/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap-qe_tidb-test_ghpr_mysql_test_115-wjmz3
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_mysql_test@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-fbcd41d4932756687d2c538a35b9c4daf1a7a15c691e7177f4c0d46a9e1b5fd3
NODE_LABELS=pingcap-qe_tidb-test_ghpr_mysql_test_115-wjmz3 pingcap-qe-tidb-test-ghpr-mysql-test-115-wjmz3-9gvhf-ptpm9
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-qe-tidb-test-ghpr-mysql-test-115-wjmz3-9gvhf-ptpm9
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap-qe/job/tidb-test/job/ghpr_mysql_test/display/redirect
BUILD_NUMBER=115
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-build1243654347=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 jenkins root 1, 3 May  6 17:26 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-qe-tidb-test-ghpr-mysql-test-115-wjmz3-9gvhf-ptpm9 bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-qe-tidb-test-ghpr-mysql-test-115-wjmz3-9gvhf-ptpm9 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: 19062
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 4 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 09:26:45 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_mysql_test/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-17d3f7f-3bf2bc8)
460665344 bytes in 3.30 secs (139735903 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_mysql_test/tidb/.git/
.git
HEAD is now at 035e1484cb Merge commit '3bf2bc8b1ebdb4cb11f1084391e802e6cc86c61d' into HEAD
๐Ÿ” fetch tidb pr/52663 and merge master branch
POST git-upload-pack (656 bytes)
POST git-upload-pack (973 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master               -> origin/master
 * [new ref]               refs/pull/52663/head -> origin/pr/52663/head
Warning: you are leaving 1 commit behind, not connected to
any of your branches:

  035e1484cb Merge commit '3bf2bc8b1ebdb4cb11f1084391e802e6cc86c61d' 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> 035e1484cb

HEAD is now at 764c03c565 update
๐Ÿงพ HEAD info:
764c03c5659efaf4dbc9b48d197d7ef1a765c4eb
764c03c565 update
c1fda13836 update
b1397dbe54 update
๐Ÿ”€ Merge master into pr/52663
Merge made by the 'ort' strategy.
 pkg/executor/show.go                         |  3 ++-
 pkg/expression/util.go                       |  3 +--
 pkg/infoschema/tables.go                     |  2 +-
 pkg/planner/core/base/BUILD.bazel            |  1 +
 pkg/planner/core/base/misc_base.go           | 21 ++++++++++++++++++++-
 pkg/planner/core/logical_plans.go            |  2 +-
 pkg/planner/core/physical_plans.go           |  2 +-
 pkg/planner/core/plan_cache.go               |  8 +++-----
 pkg/planner/core/plan_cache_utils.go         |  8 ++++----
 pkg/planner/core/show_predicate_extractor.go | 25 +++++--------------------
 pkg/planner/core/stringer.go                 |  4 ++--
 pkg/sessionctx/stmtctx/stmtctx.go            |  1 -
 12 files changed, 41 insertions(+), 39 deletions(-)
๐Ÿงพ Merge result:
7c91f6d72620ed96c7ca0fa045781f1661ee3290
7c91f6d726 Merge remote-tracking branch 'origin/master' into HEAD
17d3f7fd45 planner: small refactor for plan cache (#53028)
659f32a813 infoschema: try other PDs if one cannot serve the request (#52843)
โœ… Merge base branch ๐ŸŽ‰
/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_mysql_test/tidb
โœ… ~~~~~ All done. ~~~~~~
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
Cache saved successfully (git/pingcap/tidb/rev-50ab8802eaab55009ce956676eaebb38f22ef079)
460775936 bytes in 10.03 secs (45956964 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_mysql_test/tidb-test
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/PingCAP-QE/tidb-test/rev-dae424f-6211189)
609105408 bytes in 3.77 secs (161576467 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-mysql-test-115-wjmz3-9gvhf-ptpm9
Executing command: "ssh-agent" 
exit
SSH_AUTH_SOCK=/tmp/ssh-5YT5mze9cHpy/agent.160; export SSH_AUTH_SOCK;
SSH_AGENT_PID=161; export SSH_AGENT_PID;
echo Agent pid 161;
SSH_AUTH_SOCK=/tmp/ssh-5YT5mze9cHpy/agent.160
SSH_AGENT_PID=161
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_mysql_test/tidb-test@tmp/private_key_12622808861026995922.key (/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_mysql_test/tidb-test@tmp/private_key_12622808861026995922.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_mysql_test/tidb-test/.git/
.git
Updating files:  42% (14904/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% (26518/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:  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:  93% (32635/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 dc96b163 Merge commit '62111899bbe14f04930726b850c5f8ff1c1d95df' into HEAD
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
   62111899..699308bb  refs/pull/2319/head -> origin/pr/2319/head
Warning: you are leaving 1 commit behind, not connected to
any of your branches:

  dc96b163 Merge commit '62111899bbe14f04930726b850c5f8ff1c1d95df' 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> dc96b163

HEAD is now at dae424f5 update alter table test result | tidb=pr/52967 (#2320)
๐Ÿšง Checkouting to base SHA:dae424f5f68bb55818c1e169b732f8889b04a31b...
HEAD is now at dae424f5 update alter table test result | tidb=pr/52967 (#2320)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
dae424f5f68bb55818c1e169b732f8889b04a31b
dae424f5 update alter table test result | tidb=pr/52967 (#2320)
05784516 mysql_test: add owner file for mysql_test and align the planner's members (#2317)
3b74fd6b mysql_test: remove plan_cache option for deploy_run.sh (#2315)
๐Ÿšง Pre-merge heads of pull requests to base SHA: dae424f5f68bb55818c1e169b732f8889b04a31b ...
Merge made by the 'ort' strategy.
 mysql_test/r/range_all.result      | 28 ++++++-------
 mysql_test/r/range_mrr_cost.result | 82 +++++++++++++++++++-------------------
 mysql_test/r/select_all.result     | 20 +++++-----
 3 files changed, 65 insertions(+), 65 deletions(-)
๐Ÿงพ Pre-merged result:
6f194cfc6ff483aa49af70d35a4b5bd25141592a
6f194cfc Merge commit '50ab8802eaab55009ce956676eaebb38f22ef079' into HEAD
50ab8802 *: upgrade
62111899 *: upgrade
โœ… Pre merged ๐ŸŽ‰
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
Executing sh script inside container golang of pod pingcap-qe-tidb-test-ghpr-mysql-test-115-wjmz3-9gvhf-ptpm9
Executing command: "ssh-agent" "-k" 
exit
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 161 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
Cache saved successfully (git/PingCAP-QE/tidb-test/rev-dae424f-50ab880)
609214464 bytes in 25.83 secs (23584786 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
Aborted by Jenkins Admin
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare)
Stage "Prepare" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (MySQL Tests)
Stage "MySQL Tests" skipped due to earlier failure(s)
[Pipeline] parallel
[Pipeline] { (Branch: Matrix - PART = '1')
[Pipeline] { (Branch: Matrix - PART = '2')
[Pipeline] { (Branch: Matrix - PART = '3')
[Pipeline] { (Branch: Matrix - PART = '4')
[Pipeline] stage
[Pipeline] { (Matrix - PART = '1')
[Pipeline] stage
[Pipeline] { (Matrix - PART = '2')
[Pipeline] stage
[Pipeline] { (Matrix - PART = '3')
[Pipeline] stage
[Pipeline] { (Matrix - PART = '4')
Stage "Matrix - PART = '1'" skipped due to earlier failure(s)
Stage "Matrix - PART = '2'" skipped due to earlier failure(s)
Stage "Matrix - PART = '3'" skipped due to earlier failure(s)
Stage "Matrix - PART = '4'" skipped due to earlier failure(s)
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] stage
[Pipeline] { (Test)
Stage "Matrix - PART = '1'" skipped due to earlier failure(s)
[Pipeline] }
Stage "Matrix - PART = '2'" skipped due to earlier failure(s)
[Pipeline] }
Stage "Matrix - PART = '3'" skipped due to earlier failure(s)
[Pipeline] }
Stage "Matrix - PART = '4'" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
Failed in branch Matrix - PART = '1'
[Pipeline] }
Failed in branch Matrix - PART = '2'
[Pipeline] }
Failed in branch Matrix - PART = '3'
[Pipeline] }
Failed in branch Matrix - PART = '4'
[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
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 8a2f2fb7-6dda-41b2-9342-0ab89533a35f
Finished: ABORTED