Skip to content

Console Output

Started by user Jenkins Admin
Obtained pipelines/pingcap/tidb/release-7.5/ghpr_check.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/tidb/release-7.5/pod-ghpr_check.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins-tidb/pingcap-tidb-release-7-5-ghpr-check-791-2h8mw-8m45c-qsjhs
Agent pingcap-tidb-release-7-5-ghpr-check-791-2h8mw-8m45c-qsjhs is provisioned from template pingcap_tidb_release-7_5_ghpr_check_791-2h8mw-8m45c
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_check/791/"
    runUrl: "job/pingcap/job/tidb/job/release-7.5/job/ghpr_check/791/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "9e71365f5f2cad77fb55cd970c44020feb04c0e2"
    jenkins/label: "pingcap_tidb_release-7_5_ghpr_check_791-2h8mw"
  name: "pingcap-tidb-release-7-5-ghpr-check-791-2h8mw-8m45c-qsjhs"
  namespace: "jenkins-tidb"
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: "kubernetes.io/arch"
            operator: "In"
            values:
            - "amd64"
  containers:
  - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
    lifecycle:
      postStart:
        exec:
          command:
          - "/bin/sh"
          - "/data/bazel-prepare-in-container.sh"
    name: "golang"
    resources:
      limits:
        memory: "32Gi"
        cpu: "8"
      requests:
        memory: "8Gi"
        cpu: "8"
    securityContext:
      privileged: true
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.tidb/tmp"
      name: "bazel-out-merged"
    - mountPath: "/bazel-out-lower"
      name: "bazel-out-lower"
      subPath: "tidb/go1.19.2"
    - mountPath: "/bazel-out-overlay"
      name: "bazel-out-overlay"
    - mountPath: "/share/.cache/go-build"
      name: "gocache"
    - mountPath: "/share/.go"
      name: "gopathcache"
    - mountPath: "/data/"
      name: "bazel-rc"
      readOnly: true
    - mountPath: "/etc/containerinfo"
      name: "containerinfo"
    - 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-tidb-release-7-5-ghpr-check-791-2h8mw-8m45c-qsjhs"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-release-7-5-ghpr-check-791-2h8mw-8m45c-qsjhs"
    - 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: {}
    name: "bazel-out-merged"
  - name: "bazel-rc"
    secret:
      secretName: "bazel"
  - emptyDir: {}
    name: "bazel-out-overlay"
  - name: "gocache"
    persistentVolumeClaim:
      claimName: "gocache"
  - downwardAPI:
      items:
      - path: "cpu_limit"
        resourceFieldRef:
          containerName: "golang"
          resource: "limits.cpu"
      - path: "cpu_request"
        resourceFieldRef:
          containerName: "golang"
          resource: "requests.cpu"
      - path: "mem_limit"
        resourceFieldRef:
          containerName: "golang"
          resource: "limits.memory"
      - path: "mem_request"
        resourceFieldRef:
          containerName: "golang"
          resource: "requests.memory"
    name: "containerinfo"
  - name: "bazel-out-lower"
    persistentVolumeClaim:
      claimName: "bazel-out-data"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - name: "gopathcache"
    persistentVolumeClaim:
      claimName: "gopathcache"

Running on pingcap-tidb-release-7-5-ghpr-check-791-2h8mw-8m45c-qsjhs in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check
[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/tidb/release-7.5/ghpr_check # 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 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=edbce622-0856-4c4c-9f88-26b466da27fb
JENKINS_NODE_COOKIE=33dcb70d-a1c4-47ab-9cf3-b8faeec385e3
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_check/791/
GOLANG_VERSION=1.21.0
HOSTNAME=pingcap-tidb-release-7-5-ghpr-check-791-2h8mw-8m45c-qsjhs
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-tidb-release-7.5-ghpr_check-791
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/release-7.5/ghpr_check","buildid":"1787308267660120067","prowjobid":"edbce622-0856-4c4c-9f88-26b466da27fb","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"release-7.5","base_sha":"61c4bd61254323d2dc68a8de048000ea036e67ac","base_link":"https://github.com/pingcap/tidb/commit/61c4bd61254323d2dc68a8de048000ea036e67ac","pulls":[{"number":53022,"author":"ti-chi-bot","sha":"8a19564f29b048047e6bf26aebcbb57569619f55","title":"ddl: fix unexpected delete ETCD value (#52504)","link":"https://github.com/pingcap/tidb/pull/53022","commit_link":"https://github.com/pingcap/tidb/pull/53022/commits/8a19564f29b048047e6bf26aebcbb57569619f55","author_link":"https://github.com/ti-chi-bot"}]}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_check/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_check/791/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_check/791/display/redirect?page=artifacts
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/job/tidb/job/release-7.5/job/ghpr_check/791/display/redirect
GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct
_=/usr/bin/printenv
POD_CONTAINER=golang
PWD=/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap/tidb/release-7.5/ghpr_check
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#791
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787308267660120067
GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
JOB_BASE_NAME=ghpr_check
GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_check/791/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_release-7_5_ghpr_check_791-2h8mw
GOROOT=/usr/local/go
GIT_BRANCH=origin/main
KUBERNETES_PORT_443_TCP_PROTO=tcp
CI=1
KUBERNETES_SERVICE_PORT_HTTPS=443
WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-d6ea190855fb92bd012f98802c92d118ec347f2e35109fb3f4641769e654eb19
NODE_LABELS=pingcap-tidb-release-7-5-ghpr-check-791-2h8mw-8m45c-qsjhs pingcap_tidb_release-7_5_ghpr_check_791-2h8mw
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-release-7-5-ghpr-check-791-2h8mw-8m45c-qsjhs
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_check/display/redirect
BUILD_NUMBER=791
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.0.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.0'
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-build2444195776=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ ls -l /dev/null
crw-rw-rw-. 1 root root 1, 3 May  6 10:28 /dev/null
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-7-5-ghpr-check-791-2h8mw-8m45c-qsjhs bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-7-5-ghpr-check-791-2h8mw-8m45c-qsjhs 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: 65503
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 0 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 02:28:23 UTC 2024
;; MSG SIZE  rcvd: 77

[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-a088e59-c4be2c0)
459142656 bytes in 5.54 secs (82947638 bytes/sec)
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $SSH_KEY
[Pipeline] {
[Pipeline] sh
+ '[' -d /home/jenkins/.ssh ']'
+ mkdir /home/jenkins/.ssh
+ chmod 0700 /home/jenkins/.ssh
+ cp **** /home/jenkins/.ssh/id_rsa
+ chmod 400 /home/jenkins/.ssh/id_rsa
+ ssh-keyscan -t rsa,dsa github.com
# github.com:22 SSH-2.0-babeld-9713928c
# github.com:22 SSH-2.0-babeld-9713928c
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] retry
[Pipeline] {
[Pipeline] sh
git version 2.37.2
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.git/
.git
HEAD is now at c4be2c041c done
POST git-upload-pack (686 bytes)
POST git-upload-pack (1023 bytes)
POST git-upload-pack (gzip 2073 to 1101 bytes)
From https://github.com/pingcap/tidb
 * [new branch]            release-7.5          -> origin/release-7.5
 * [new ref]               refs/pull/53022/head -> origin/pr/53022/head
 * [new tag]               v7.5.0               -> v7.5.0
 * [new tag]               v7.5.1               -> v7.5.1
Previous HEAD position was c4be2c041c done
HEAD is now at 61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522)
🚧 Checkouting to base SHA:61c4bd61254323d2dc68a8de048000ea036e67ac...
HEAD is now at 61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522)
M	pkg/extension/enterprise
✅ Checked. 🎉
🧾 HEAD info:
61c4bd61254323d2dc68a8de048000ea036e67ac
61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522)
3df1fe2cb9 *: bump up client-go to fix #52193 & #50758 (#52977)
bf84e231e6 *: modify the printing of column default expression in `SHOW CREATE TABLE` and `Restore` (#52940) (#52951)
🚧 Pre-merge heads of pull requests to base SHA: 61c4bd61254323d2dc68a8de048000ea036e67ac ...
Updating 61c4bd6125..8a19564f29
Fast-forward
 pkg/ddl/ddl_worker.go | 4 ++--
 pkg/ddl/job_table.go  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
🧾 Pre-merged result:
8a19564f29b048047e6bf26aebcbb57569619f55
8a19564f29 done
61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522)
3df1fe2cb9 *: bump up client-go to fix #52193 & #50758 (#52977)
✅ Pre merged 🎉
📁 update submodules ...
Submodule path 'pkg/extension/enterprise': checked out '18bb1d4facf3c0272c8197c792ce29b574b579bc'
✅ update submodules done
✅ ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
Cache saved successfully (git/pingcap/tidb/rev-61c4bd6-8a19564)
465203200 bytes in 8.92 secs (52168258 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checks)
[Pipeline] withCredentials
Masking supported pattern matches of $CODECOV_TOKEN
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb
[Pipeline] {
[Pipeline] sh
+ make gogenerate check integrationtest
go generate ./...
./tools/check/check-gogenerate.sh
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/aws/aws-sdk-go v1.44.259
go: downloading go.uber.org/mock v0.2.0
go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df
go: downloading github.com/prometheus/client_golang v1.18.0
go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20240429080008-6aedd9965460
go: downloading go.uber.org/zap v1.26.0
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading github.com/pingcap/log v1.1.1-0.20230317032135-a0d097d16e22
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading cloud.google.com/go/storage v1.30.1
go: downloading github.com/go-sql-driver/mysql v1.7.1
go: downloading github.com/tikv/pd/client v0.0.0-20240210135946-3488a653ddd9
go: downloading github.com/pingcap/kvproto v0.0.0-20240208102409-a554af8ee11f
go: downloading github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2
go: downloading github.com/google/uuid v1.3.1
go: downloading go.uber.org/atomic v1.11.0
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/fatih/color v1.15.0
go: downloading golang.org/x/sync v0.3.0
go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c
go: downloading github.com/cheggaaa/pb/v3 v3.0.8
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading github.com/cockroachdb/pebble v0.0.0-20220415182917-06c9d3be25b3
go: downloading google.golang.org/grpc v1.59.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading k8s.io/api v0.27.2
go: downloading github.com/klauspost/compress v1.17.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.0
go: downloading github.com/google/btree v1.1.2
go: downloading github.com/prometheus/client_model v0.5.0
go: downloading github.com/carlmjohnson/flagext v0.21.0
go: downloading github.com/pingcap/tipb v0.0.0-20230919054518-dfd7d194838f
go: downloading github.com/vbauerster/mpb/v7 v7.5.3
go: downloading golang.org/x/exp v0.0.0-20230711005742-c3f37128e5a4
go: downloading github.com/coocood/freecache v1.2.1
go: downloading go.etcd.io/etcd/client/v3 v3.5.10
go: downloading golang.org/x/time v0.3.0
go: downloading github.com/spf13/cobra v1.7.0
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0
go: downloading golang.org/x/term v0.16.0
go: downloading github.com/shurcooL/httpgzip v0.0.0-20190720172056-320755c1c1b0
go: downloading golang.org/x/net v0.20.0
go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0
go: downloading github.com/spkg/bom v1.0.0
go: downloading golang.org/x/sys v0.16.0
go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible
go: downloading github.com/xitongsys/parquet-go v1.5.5-0.20201110004701-b09c49d6d457
go: downloading go.opencensus.io v0.24.0
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.10
go: downloading golang.org/x/text v0.14.0
go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a
go: downloading github.com/opentracing/basictracer-go v1.0.0
go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581
go: downloading github.com/cheynewallace/tabby v1.1.1
go: downloading github.com/pingcap/sysutil v1.0.1-0.20230407040306-fb007c5aff21
go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
go: downloading github.com/twmb/murmur3 v1.1.6
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/tools v0.10.0
go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.6
go: downloading github.com/stretchr/testify v1.8.4
go: downloading golang.org/x/oauth2 v0.16.0
go: downloading cloud.google.com/go v0.110.9
go: downloading google.golang.org/api v0.128.0
go: downloading github.com/prometheus/common v0.46.0
go: downloading github.com/blacktear23/go-proxyprotocol v1.0.6
go: downloading github.com/pingcap/fn v1.0.0
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/soheilhy/cmux v0.1.5
go: downloading github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2
go: downloading github.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/jellydator/ttlcache/v3 v3.0.1
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.18
go: downloading google.golang.org/protobuf v1.32.0
go: downloading github.com/VividCortex/ewma v1.2.0
go: downloading go.etcd.io/etcd/api/v3 v3.5.10
go: downloading github.com/mattn/go-runewidth v0.0.14
go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
go: downloading github.com/YangKeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117
go: downloading github.com/dolthub/swiss v0.2.1
go: downloading github.com/shirou/gopsutil/v3 v3.23.5
go: downloading github.com/dgraph-io/ristretto v0.1.1
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0
go: downloading golang.org/x/crypto v0.18.0
go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
go: downloading github.com/influxdata/tdigest v0.0.1
go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37
go: downloading github.com/iancoleman/strcase v0.2.0
go: downloading github.com/xitongsys/parquet-go-source v0.0.0-20200817004010-026bad9b25d0
go: downloading github.com/apache/thrift v0.13.1-0.20201008052519-daf620915714
go: downloading github.com/apache/skywalking-eyes v0.4.0
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/mgechev/revive v1.3.2
go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
go: downloading github.com/tdakkota/asciicheck v0.2.0
go: downloading github.com/lestrrat-go/jwx/v2 v2.0.11
go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
go: downloading github.com/fatih/structtag v1.2.0
go: downloading github.com/charithe/durationcheck v0.0.10
go: downloading github.com/kisielk/errcheck v1.6.3
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
go: downloading github.com/kyoh86/exportloopref v0.1.11
go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
go: downloading github.com/daixiang0/gci v0.11.0
go: downloading github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
go: downloading github.com/cloudfoundry/gosigar v1.3.6
go: downloading github.com/golangci/golangci-lint v1.53.3
go: downloading github.com/golangci/gosec v0.0.0-20180901114220-8afd9cbb6cfb
go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
go: downloading github.com/ashanbrown/makezero v1.1.1
go: downloading github.com/butuzov/mirror v1.1.0
go: downloading github.com/golangci/misspell v0.4.0
go: downloading github.com/fatanugraha/noloopclosure v0.1.1
go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
go: downloading github.com/nishanths/predeclared v0.2.2
go: downloading github.com/jingyugao/rowserrcheck v1.1.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading honnef.co/go/tools v0.4.5
go: downloading github.com/bazelbuild/rules_go v0.40.0
go: downloading github.com/google/skylark v0.0.0-20181101142754-a5f7082aabed
go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
go: downloading github.com/json-iterator/go v1.1.12
go: downloading go.uber.org/automaxprocs v1.5.3
go: downloading github.com/google/pprof v0.0.0-20211122183932-1daafda22083
go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible
go: downloading github.com/sasha-s/go-deadlock v0.2.0
go: downloading github.com/pingcap/badger v1.5.1-0.20230103063557-828f39b09b6d
go: downloading go.uber.org/goleak v1.2.1
go: downloading github.com/Shopify/sarama v1.29.0
go: downloading github.com/robfig/cron/v3 v3.0.1
go: downloading github.com/cockroachdb/errors v1.8.1
go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f
go: downloading github.com/bazelbuild/buildtools v0.0.0-20230926111657-7d855c59baeb
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/rivo/uniseg v0.4.4
go: downloading github.com/coreos/go-systemd/v22 v22.5.0
go: downloading github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
go: downloading github.com/dolthub/maphash v0.1.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b
go: downloading github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
go: downloading github.com/go-asn1-ber/asn1-ber v1.5.4
go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/iam v1.1.4
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
go: downloading cloud.google.com/go/compute v1.23.2
go: downloading google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
go: downloading github.com/hexops/gotextdiff v1.0.3
go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
go: downloading github.com/tklauser/go-sysconf v0.3.11
go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989
go: downloading github.com/petermattis/goid v0.0.0-20211229010228-4d14c490ee36
go: downloading github.com/lestrrat-go/blackmagic v1.0.1
go: downloading github.com/lestrrat-go/iter v1.0.2
go: downloading github.com/lestrrat-go/option v1.0.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/lestrrat-go/httprc v1.0.4
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
go: downloading github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f
go: downloading github.com/cockroachdb/redact v1.0.8
go: downloading github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17
go: downloading github.com/eapache/go-resiliency v1.2.0
go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21
go: downloading github.com/eapache/queue v1.1.0
go: downloading github.com/jcmturner/gofork v1.0.0
go: downloading github.com/jcmturner/gokrb5/v8 v8.4.2
go: downloading github.com/pierrec/lz4 v2.6.1+incompatible
go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
go: downloading github.com/gostaticanalysis/comment v1.4.2
go: downloading github.com/golang-jwt/jwt v3.2.1+incompatible
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading github.com/golang/glog v1.1.2
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/chavacava/garif v0.0.0-20230519080132-4752330f72df
go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/lestrrat-go/httpcc v1.0.1
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/ncw/directio v1.0.5
go: downloading github.com/coocood/rtutil v0.0.0-20190304133409-c84515f646f2
go: downloading github.com/coocood/bbloom v0.0.0-20190830030839-58deb6228d64
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/Masterminds/sprig/v3 v3.2.2
go: downloading github.com/bmatcuk/doublestar/v2 v2.0.4
go: downloading github.com/tklauser/numcpus v0.6.0
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.11.0
go: downloading github.com/klauspost/cpuid v1.3.1
go: downloading github.com/google/licensecheck v0.3.1
go: downloading golang.org/x/exp/typeparams v0.0.0-20230224173230-c95f2b4c22f2
go: downloading github.com/mitchellh/copystructure v1.0.0
go: downloading github.com/imdario/mergo v0.3.11
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/Masterminds/semver/v3 v3.1.1
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading github.com/huandu/xstrings v1.3.1
go: downloading github.com/mitchellh/reflectwalk v1.0.1
go: downloading github.com/DataDog/zstd v1.4.5
go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
go: downloading github.com/hashicorp/go-uuid v1.0.2
go: downloading github.com/jcmturner/aescts/v2 v2.0.0
go: downloading github.com/jcmturner/rpc/v2 v2.0.3
go: downloading k8s.io/apimachinery v0.27.2
go: downloading golang.org/x/mod v0.11.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading k8s.io/klog/v2 v2.90.1
go: downloading github.com/google/gofuzz v1.1.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading k8s.io/utils v0.0.0-20230209194617-a36077c30491
go: downloading github.com/go-logr/logr v1.2.3
go: downloading github.com/google/s2a-go v0.1.4
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.4
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/jmespath/go-jmespath v0.4.0
make bazel_prepare
./tools/check/check-bazel-prepare.sh
make[1]: Entering directory `/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb'
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/home/jenkins/.tidb/tmp //:gazelle
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: b451d4bc-d56e-4987-8643-b6e58d290133
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_06_02_28_05.3422721568/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:gazelle (1 packages loaded, 0 targets configured)
Analyzing: target //:gazelle (41 packages loaded, 390 targets configured)
Analyzing: target //:gazelle (41 packages loaded, 390 targets configured)
Analyzing: target //:gazelle (44 packages loaded, 415 targets configured)
Analyzing: target //:gazelle (45 packages loaded, 415 targets configured)
Analyzing: target //:gazelle (98 packages loaded, 3687 targets configured)
Analyzing: target //:gazelle (98 packages loaded, 10434 targets configured)
Analyzing: target //:gazelle (99 packages loaded, 10450 targets configured)
Analyzing: target //:gazelle (99 packages loaded, 10450 targets configured)
Analyzing: target //:gazelle (159 packages loaded, 10567 targets configured)
Analyzing: target //:gazelle (198 packages loaded, 11458 targets configured)
INFO: Analyzed target //:gazelle (264 packages loaded, 11912 targets configured).
 checking cached actions
INFO: Found 1 target...
[0 / 10] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running)
[19 / 311] [Prepa] Creating symlink bazel-out/k8-opt-exec-2B5CBBC6-ST-b33d65c724e6/bin/external/go_sdk/builder_reset/builder [for tool]
[24 / 311] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/math/big.a, 1023.8 KiB / 1.8 MiB; 1s remote-cache ... (3 actions, 0 running)
[24 / 311] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 5.0 MiB / 10.7 MiB; 2s remote-cache ... (3 actions, 0 running)
[104 / 311] GoCompilePkg external/org_uber_go_zap/zapcore/zapcore.a [for tool]; 0s remote-cache ... (6 actions, 0 running)
[310 / 311] [Prepa] GoLink external/bazel_gazelle/cmd/gazelle/gazelle_/gazelle [for tool]
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 39.056s, Critical Path: 4.48s
INFO: 311 processes: 291 remote cache hit, 20 internal.
INFO: Build completed successfully, 311 total actions
INFO: Running command line: bazel-bin/gazelle
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/home/jenkins/.tidb/tmp //:gazelle -- update-repos -from_file=go.mod -to_macro DEPS.bzl%go_deps  -build_file_proto_mode=disable -prune
INFO: Invocation ID: 57da38ee-f496-4970-b231-65f849e469d3
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_06_02_28_05.3422721568/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:gazelle (0 packages loaded, 0 targets configured)
INFO: Analyzed target //:gazelle (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
[0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt
Target //:gazelle up-to-date:
  bazel-bin/gazelle-runner.bash
  bazel-bin/gazelle
INFO: Elapsed time: 0.383s, Critical Path: 0.01s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action
INFO: Running command line: bazel-bin/gazelle update-repos '-from_file=go.mod' -to_macro DEPS.bzl%go_deps '-build_file_proto_mode=disable' -prune
gazelle: go_repository does not support file path replacements for github.com/pingcap/tidb/pkg/parser -> ./pkg/parser
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/home/jenkins/.tidb/tmp  //cmd/mirror:mirror -- --mirror> tmp.txt
INFO: Invocation ID: 6f6ec2ef-5cfc-4539-a51c-873fdbfd7058
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_06_02_28_05.3422721568/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //cmd/mirror:mirror (1 packages loaded, 0 targets configured)
Analyzing: target //cmd/mirror:mirror (7 packages loaded, 474 targets configured)
Analyzing: target //cmd/mirror:mirror (62 packages loaded, 716 targets configured)
Analyzing: target //cmd/mirror:mirror (143 packages loaded, 1039 targets configured)
Analyzing: target //cmd/mirror:mirror (161 packages loaded, 1240 targets configured)
Analyzing: target //cmd/mirror:mirror (161 packages loaded, 1240 targets configured)
Analyzing: target //cmd/mirror:mirror (183 packages loaded, 1259 targets configured)
Analyzing: target //cmd/mirror:mirror (192 packages loaded, 1259 targets configured)
Analyzing: target //cmd/mirror:mirror (370 packages loaded, 2294 targets configured)
Analyzing: target //cmd/mirror:mirror (378 packages loaded, 2389 targets configured)
INFO: Analyzed target //cmd/mirror:mirror (382 packages loaded, 2480 targets configured).
INFO: Found 1 target...
[1 / 18] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[261 / 490] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.9 MiB / 17.2 MiB; 0s remote-cache
[381 / 490] GoCompilePkg external/org_golang_google_protobuf/types/descriptorpb/descriptorpb.a; Downloading external/org_golang_google_protobuf/types/descriptorpb/descriptorpb.a; 0s remote-cache ... (8 actions, 0 running)
Target //cmd/mirror:mirror up-to-date:
  bazel-bin/cmd/mirror/mirror_/mirror
INFO: Elapsed time: 14.294s, Critical Path: 2.80s
INFO: 232 processes: 229 remote cache hit, 3 internal.
INFO: Build completed successfully, 232 total actions
INFO: Running command line: bazel-bin/cmd/mirror/mirror_/mirror --mirror
mv tmp.txt DEPS.bzl
bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/home/jenkins/.tidb/tmp  \
	--run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb && " \
	 //tools/tazel:tazel
INFO: Invocation ID: 10dd76b2-9ce1-4fb4-ac1b-7ae766ef811c
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_06_02_28_05.3422721568/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 0 packages loaded
INFO: Build option --run_under has changed, discarding analysis cache.
Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured)
Analyzing: target //tools/tazel:tazel (91 packages loaded, 10211 targets configured)
Analyzing: target //tools/tazel:tazel (229 packages loaded, 10913 targets configured)
Analyzing: target //tools/tazel:tazel (268 packages loaded, 11997 targets configured)
Analyzing: target //tools/tazel:tazel (348 packages loaded, 12840 targets configured)
Analyzing: target //tools/tazel:tazel (500 packages loaded, 13585 targets configured)
INFO: Analyzed target //tools/tazel:tazel (526 packages loaded, 14084 targets configured).
INFO: Found 1 target...
[0 / 9] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[540 / 573] GoCompilePkg external/com_github_pingcap_kvproto/pkg/debugpb/debugpb.a; Downloading external/com_github_pingcap_kvproto/pkg/debugpb/debugpb.a, 1.1 MiB / 3.6 MiB; 0s remote-cache ... (3 actions, 0 running)
[572 / 573] GoLink tools/tazel/tazel_/tazel; Downloading tools/tazel/tazel_/tazel, 19.6 MiB / 22.0 MiB; 0s remote-cache
Target //tools/tazel:tazel up-to-date:
  bazel-bin/tools/tazel/tazel_/tazel
INFO: Elapsed time: 9.278s, Critical Path: 1.77s
INFO: 206 processes: 203 remote cache hit, 3 internal.
INFO: Build completed successfully, 206 total actions
INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb &&  bazel-bin/tools/tazel/tazel_/tazel '
make[1]: Leaving directory `/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb'
make[1]: Entering directory `/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/pkg/parser'
GO111MODULE=on go build -o bin/goyacc goyacc/main.go goyacc/format_yacc.go
go: downloading github.com/pingcap/errors v0.11.5-0.20210425183316-da1aaba5fb63
bin/goyacc -o parser.go -p yy -t Parser parser.y
Parse table entries: 3215024 of 7653184, x 16 bits == 6430048 bytes
bin/goyacc -o hintparser.go -p yyhint -t hintParser hintparser.y
Parse table entries: 25978 of 42344, x 16 bits == 51956 bytes
make[1]: Leaving directory `/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/pkg/parser'
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/tools/bin GO111MODULE=on go install github.com/mgechev/revive@v1.2.1
go: downloading github.com/mgechev/revive v1.2.1
go: downloading github.com/fatih/color v1.13.0
go: downloading github.com/BurntSushi/toml v1.1.0
go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
go: downloading github.com/mattn/go-runewidth v0.0.9
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading github.com/mattn/go-colorable v0.1.9
go: downloading golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
linting
go run tools/dashboard-linter/main.go pkg/metrics/grafana/overview.json
go run tools/dashboard-linter/main.go pkg/metrics/grafana/performance_overview.json
go run tools/dashboard-linter/main.go pkg/metrics/grafana/tidb.json
go run tools/dashboard-linter/main.go pkg/metrics/grafana/tidb_resource_control.json
go run tools/dashboard-linter/main.go pkg/metrics/grafana/tidb_runtime.json
go run tools/dashboard-linter/main.go pkg/metrics/grafana/tidb_summary.json
go mod tidy
./tools/check/check-tidy.sh
testSuite
./tools/check/check_testSuite.sh
GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/errors/errdoc-gen@518f63d
go: downloading github.com/pingcap/errors v0.11.5-0.20220729040631-518f63d66278
generator errors.toml
./tools/check/check-errdoc.sh
Generate successfully, output:
Non-normalized error: label constraint should be in format '{+|-}key=value'
Non-normalized error: unsupported label constraint
Non-normalized error: conflicting label constraints
Non-normalized error: label constraints in map syntax have invalid replicas
Non-normalized error: invalid label constraints format
Non-normalized error: survival preference format should be in format [xxx=yyy, ...]
Non-normalized error: label constraints with invalid REPLICAS
Non-normalized error: invalid bundle ID
Non-normalized error: invalid bundle ID format
Non-normalized error: REPLICAS must be 1 if ROLE=leader
Non-normalized error: the ROLE field is not specified
Non-normalized error: no rule of such role to drop
Non-normalized error: invalid placement option
Non-normalized error: mappings use a colon and space (“: ”) to mark each key/value pair
Non-normalized error: no colon found
Non-normalized error: other table can be accessed after locked table dropped
Non-normalized error: attributes should be in format 'key=value'
Non-normalized error: timer not exist
Non-normalized error: timer already exists
Non-normalized error: timer version not match
Non-normalized error: timer event id not match
Non-normalized error: write too slow, maybe gRPC is blocked forever
Duplicated error code: planner:8111
Duplicated error code: variable:1681
Non-normalized error: Pattern not match
Duplicated error code: variable:1298
Non-normalized error: can not add because sorted
Non-normalized error: invalid syntax
Non-normalized error: insert statement not found
Non-normalized error: invalid group settings
Non-normalized error: resource group name too long
Non-normalized error: group settings with invalid format
Non-normalized error: cannot set RU mode and Raw mode options at the same time
Non-normalized error: unknown resource group mode
Non-normalized error: can't drop reserved resource group
Non-normalized error: invalid exec elapsed time
Non-normalized error: unknown resource group runaway action
Non-normalized error: cancel subtasks
Non-normalized error: finish subtasks
Non-normalized error: finish rollback
Non-normalized error: scan break error
Non-normalized error: retryable: lock not found
Non-normalized error: retryable: already rollback
Non-normalized error: retryable: replaced by another transaction
Duplicated error code: executor:8115
Duplicated error code: executor:8116
Duplicated error code: executor:1295
Duplicated error code: executor:1390
Duplicated error code: planner:8132
Duplicated error code: planner:8108
Non-normalized error: proto: negative length found during unmarshaling
Non-normalized error: proto: integer overflow
Non-normalized error: proto: unexpected end of group
Non-normalized error: this pool has been closed
Non-normalized error: the number of concurrency has reached the upper limit and Block is set
Non-normalized error: the pool params are invalid
Duplicated error code: executor:1317
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:1273
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8242
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:1470
Duplicated error code: ddl:8200
Duplicated error code: ddl:8200
Duplicated error code: ddl:1681
Duplicated error code: ddl:8200
Non-normalized error: SAVEPOINT is not supported when binlog is enabled
Duplicated error code: planner:1815
Duplicated error code: planner:1046
Duplicated error code: expression:1235
Duplicated error code: schema:1049
Duplicated error code: types:1292
Non-normalized error: can't get the database's version
Non-normalized error: no data found in table
Non-normalized error: watcher already started
Non-normalized error: watcher already closed

bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/home/jenkins/.tidb/tmp \
	--run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb && " \
	 @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb && "  -- -c ./.github/licenserc.yml  header check
INFO: Invocation ID: 8d568e16-e48c-46ba-919f-10e503a11f3d
INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc:
  Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
INFO: Reading rc options for 'run' from /data/..2024_05_06_02_28_05.3422721568/bazel:
  Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s
INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc:
  Inherited 'build' options: --local_ram_resources=29491 --local_cpu_resources=8 --jobs=8
INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression
INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb/.bazelrc: --color=yes
Loading: 
Loading: 
Loading: 0 packages loaded
Analyzing: target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye (1 packages loaded, 0 targets configured)
Analyzing: target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye (52 packages loaded, 819 targets configured)
INFO: Analyzed target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye (74 packages loaded, 1058 targets configured).
INFO: Found 1 target...
[0 / 7] [Prepa] BazelWorkspaceStatusAction stable-status.txt
Target @com_github_apache_skywalking_eyes//cmd/license-eye:license-eye up-to-date:
  bazel-bin/external/com_github_apache_skywalking_eyes/cmd/license-eye/license-eye_/license-eye
INFO: Elapsed time: 3.076s, Critical Path: 0.52s
INFO: 68 processes: 65 remote cache hit, 3 internal.
INFO: Build completed successfully, 68 total actions
INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_check/tidb &&  bazel-bin/external/com_github_apache_skywalking_eyes/cmd/license-eye/license-eye_/license-eye -c ./.github/licenserc.yml header check'
INFO Loading configuration from file: ./.github/licenserc.yml 
INFO Totally checked 106701 files, valid: 2438, invalid: 0, ignored: 104263, fixed: 0 
GO111MODULE=on go build  -tags codes -cover  -ldflags '-X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v7.5.1-48-g8a19564f29-dirty" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2024-05-06 02:36:18" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=8a19564f29b048047e6bf26aebcbb57569619f55" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBEdition=Community" -X "github.com/pingcap/tidb/pkg/config.checkBeforeDropLDFlag=1"' -o bin/tidb-server ./cmd/tidb-server
extracting statistics: s
skip building tidb-server, using existing binary: ../../bin/tidb-server
building portgenerator binary: ./portgenerator
building mysql-tester binary: ./mysql_tester
go: downloading github.com/pingcap/mysql-tester v0.0.0-20231008024516-f3b554899a0c
go: downloading github.com/pingcap/tidb/parser v0.0.0-20230921011512-71e5858366cb
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading golang.org/x/sys v0.5.0
go: downloading github.com/pingcap/log v1.1.0
go: downloading golang.org/x/text v0.12.0
go: downloading go.uber.org/zap v1.25.0
start tidb-server, log file: ./integration-test.out
tidb-server(PID: 52322) started
run all integration test cases (disabled new collation)
time="2024-05-06T10:38:41+08:00" level=info msg="running tests: [collation_agg_func collation_check_use_collation collation_misc collation_pointget]"
time="2024-05-06T10:38:41+08:00" level=warning msg="Create new db collation_agg_func"
time="2024-05-06T10:38:41+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/collation_agg_func.test: ok! 74 test cases passed, take time 0.137283235 s
time="2024-05-06T10:38:41+08:00" level=info msg="run test [collation_agg_func] ok"
time="2024-05-06T10:38:41+08:00" level=warning msg="Create new db collation_check_use_collation"
time="2024-05-06T10:38:41+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/collation_check_use_collation.test: ok! 93 test cases passed, take time 0.665792422 s
time="2024-05-06T10:38:42+08:00" level=info msg="run test [collation_check_use_collation] ok"
time="2024-05-06T10:38:42+08:00" level=warning msg="Create new db collation_misc"
time="2024-05-06T10:38:42+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/collation_misc.test: ok! 61 test cases passed, take time 0.575505429 s
time="2024-05-06T10:38:43+08:00" level=info msg="run test [collation_misc] ok"
time="2024-05-06T10:38:43+08:00" level=warning msg="Create new db collation_pointget"
time="2024-05-06T10:38:43+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/collation_pointget.test: ok! 106 test cases passed, take time 0.74299255 s
time="2024-05-06T10:38:43+08:00" level=info msg="run test [collation_pointget] ok"

Great, All tests passed
start tidb-server, log file: ./integration-test.out
tidb-server(PID: 52367) started
run all integration test cases (enabled new collation)
time="2024-05-06T10:38:49+08:00" level=info msg="running tests: [access_path_selection agg_predicate_pushdown bindinfo/bind bindinfo/session_handle black_list clustered_index collation_agg_func collation_check_use_collation collation_misc collation_pointget common_collation cte ddl/attributes_sql ddl/column ddl/column_change ddl/column_modify ddl/column_type_change ddl/constraint ddl/db ddl/db_cache ddl/db_change ddl/db_foreign_key ddl/db_integration ddl/db_partition ddl/db_rename ddl/db_table ddl/ddl_error ddl/ddl_tiflash ddl/fail_db ddl/index_modify ddl/integration ddl/modify_column ddl/multi_schema_change ddl/partition ddl/primary_key_handle ddl/reorg_partition ddl/resource_group ddl/sequence ddl/serial ddl/table_modify executor/admin executor/aggregate executor/ddl executor/executor executor/foreign_key executor/issues executor/join executor/jointest/hash_join executor/kv executor/prepared executor/show executor/split_table executor/union_scan executor/write explain-non-select-stmt explain explain_complex explain_complex_stats explain_cte explain_easy explain_easy_stats explain_foreign_key explain_generate_column_substitute explain_indexmerge_stats explain_join_stats explain_shard_index explain_stats explain_union_scan expression/builtin expression/cast expression/charset_and_collation expression/enum_set expression/explain expression/issues expression/json expression/misc expression/plan_cache expression/time expression/vitess_hash generated_columns imdbload index_join index_merge infoschema/cluster_tables infoschema/infoschema infoschema/tables naaj new_character_set new_character_set_builtin new_character_set_invalid planner/cardinality/selectivity planner/cardinality/trace planner/cascades/integration planner/core/casetest/expression_rewriter planner/core/casetest/hint/hint planner/core/casetest/integration planner/core/casetest/partition/integration_partition planner/core/casetest/partition/partition_pruner planner/core/casetest/point_get_plan planner/core/casetest/predicate_simplification planner/core/casetest/pushdown/push_down planner/core/casetest/rule/rule_derive_topn_from_window planner/core/casetest/rule/rule_join_reorder planner/core/casetest/rule/rule_result_reorder planner/core/cbo planner/core/enforce_mpp planner/core/expression_rewriter planner/core/indexmerge_intersection planner/core/indexmerge_path planner/core/integration planner/core/integration_partition planner/core/issuetest/planner_issue planner/core/partition_pruner planner/core/physical_plan planner/core/plan planner/core/plan_cache planner/core/plan_cost_ver2 planner/core/point_get_plan planner/core/preprocess planner/core/range_scan_for_like planner/core/rule_constant_propagation planner/core/rule_join_reorder planner/core/rule_result_reorder planner/core/tests/prepare/issue planner/core/tests/prepare/prepare planner/funcdep/only_full_group_by privilege/privileges select session/bootstrap_upgrade session/clustered_index session/common session/nontransactional session/session session/temporary_table session/variable session/vars sessionctx/setvar sessiontxn/externals show statistics/handle statistics/integration statistics/lock_table_stats subquery table/cache table/index table/partition table/tables table/temptable topn_push_down topn_pushdown tpch types/const util/admin util/ranger window_function]"
time="2024-05-06T10:38:49+08:00" level=warning msg="Create new db show"
time="2024-05-06T10:38:49+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/show.test: ok! 3 test cases passed, take time 0.001405097 s
time="2024-05-06T10:38:49+08:00" level=info msg="run test [show] ok"
time="2024-05-06T10:38:49+08:00" level=warning msg="Create new db access_path_selection"
time="2024-05-06T10:38:49+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/access_path_selection.test: ok! 9 test cases passed, take time 0.025957675 s
time="2024-05-06T10:38:50+08:00" level=info msg="run test [access_path_selection] ok"
time="2024-05-06T10:38:50+08:00" level=warning msg="Create new db agg_predicate_pushdown"
time="2024-05-06T10:38:50+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/agg_predicate_pushdown.test: ok! 7 test cases passed, take time 0.02966479 s
time="2024-05-06T10:38:50+08:00" level=info msg="run test [agg_predicate_pushdown] ok"
time="2024-05-06T10:38:50+08:00" level=warning msg="Create new db bindinfo__bind"
time="2024-05-06T10:38:50+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/bindinfo/bind.test: ok! 100 test cases passed, take time 0.826522889 s
time="2024-05-06T10:38:50+08:00" level=info msg="run test [bindinfo/bind] ok"
time="2024-05-06T10:38:50+08:00" level=warning msg="Create new db bindinfo__session_handle"
time="2024-05-06T10:38:51+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/bindinfo/session_handle.test: ok! 21 test cases passed, take time 0.084638381 s
time="2024-05-06T10:38:51+08:00" level=info msg="run test [bindinfo/session_handle] ok"
time="2024-05-06T10:38:51+08:00" level=warning msg="Create new db black_list"
time="2024-05-06T10:38:51+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/black_list.test: ok! 24 test cases passed, take time 0.040562513 s
time="2024-05-06T10:38:51+08:00" level=info msg="run test [black_list] ok"
time="2024-05-06T10:38:51+08:00" level=warning msg="Create new db clustered_index"
time="2024-05-06T10:38:51+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/clustered_index.test: ok! 47 test cases passed, take time 4.517208238 s
time="2024-05-06T10:38:55+08:00" level=info msg="run test [clustered_index] ok"
time="2024-05-06T10:38:55+08:00" level=warning msg="Create new db collation_agg_func"
time="2024-05-06T10:38:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/collation_agg_func.test: ok! 74 test cases passed, take time 0.153139163 s
time="2024-05-06T10:38:56+08:00" level=info msg="run test [collation_agg_func] ok"
time="2024-05-06T10:38:56+08:00" level=warning msg="Create new db collation_check_use_collation"
time="2024-05-06T10:38:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/collation_check_use_collation.test: ok! 93 test cases passed, take time 0.643190371 s
time="2024-05-06T10:38:56+08:00" level=info msg="run test [collation_check_use_collation] ok"
time="2024-05-06T10:38:56+08:00" level=warning msg="Create new db collation_misc"
time="2024-05-06T10:38:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/collation_misc.test: ok! 61 test cases passed, take time 0.500058477 s
time="2024-05-06T10:38:57+08:00" level=info msg="run test [collation_misc] ok"
time="2024-05-06T10:38:57+08:00" level=warning msg="Create new db collation_pointget"
time="2024-05-06T10:38:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/collation_pointget.test: ok! 106 test cases passed, take time 0.695447739 s
time="2024-05-06T10:38:58+08:00" level=info msg="run test [collation_pointget] ok"
time="2024-05-06T10:38:58+08:00" level=warning msg="Create new db common_collation"
time="2024-05-06T10:38:58+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/common_collation.test: ok! 26 test cases passed, take time 0.173514043 s
time="2024-05-06T10:38:58+08:00" level=info msg="run test [common_collation] ok"
time="2024-05-06T10:38:58+08:00" level=warning msg="Create new db cte"
time="2024-05-06T10:38:58+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/cte.test: ok! 189 test cases passed, take time 1.975533849 s
time="2024-05-06T10:39:00+08:00" level=info msg="run test [cte] ok"
time="2024-05-06T10:39:00+08:00" level=warning msg="Create new db ddl__attributes_sql"
time="2024-05-06T10:39:00+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/attributes_sql.test: ok! 30 test cases passed, take time 0.425180437 s
time="2024-05-06T10:39:00+08:00" level=info msg="run test [ddl/attributes_sql] ok"
time="2024-05-06T10:39:00+08:00" level=warning msg="Create new db ddl__column"
time="2024-05-06T10:39:00+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/column.test: ok! 16 test cases passed, take time 0.225170074 s
time="2024-05-06T10:39:01+08:00" level=info msg="run test [ddl/column] ok"
time="2024-05-06T10:39:01+08:00" level=warning msg="Create new db ddl__column_change"
time="2024-05-06T10:39:01+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/column_change.test: ok! 9 test cases passed, take time 0.067571067 s
time="2024-05-06T10:39:01+08:00" level=info msg="run test [ddl/column_change] ok"
time="2024-05-06T10:39:01+08:00" level=warning msg="Create new db ddl__column_modify"
time="2024-05-06T10:39:01+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/column_modify.test: ok! 164 test cases passed, take time 1.79232597 s
time="2024-05-06T10:39:03+08:00" level=info msg="run test [ddl/column_modify] ok"
time="2024-05-06T10:39:03+08:00" level=warning msg="Create new db ddl__column_type_change"
time="2024-05-06T10:39:03+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/column_type_change.test: ok! 1268 test cases passed, take time 54.123722019 s
time="2024-05-06T10:39:57+08:00" level=info msg="run test [ddl/column_type_change] ok"
time="2024-05-06T10:39:57+08:00" level=warning msg="Create new db ddl__constraint"
time="2024-05-06T10:39:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/constraint.test: ok! 438 test cases passed, take time 5.03989974 s
time="2024-05-06T10:40:02+08:00" level=info msg="run test [ddl/constraint] ok"
time="2024-05-06T10:40:02+08:00" level=warning msg="Create new db ddl__db"
time="2024-05-06T10:40:02+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/db.test: ok! 288 test cases passed, take time 8.013779548 s
time="2024-05-06T10:40:10+08:00" level=info msg="run test [ddl/db] ok"
time="2024-05-06T10:40:10+08:00" level=warning msg="Create new db ddl__db_cache"
time="2024-05-06T10:40:10+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/db_cache.test: ok! 52 test cases passed, take time 0.699895939 s
time="2024-05-06T10:40:11+08:00" level=info msg="run test [ddl/db_cache] ok"
time="2024-05-06T10:40:11+08:00" level=warning msg="Create new db ddl__db_change"
time="2024-05-06T10:40:11+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/db_change.test: ok! 21 test cases passed, take time 0.42192 s
time="2024-05-06T10:40:11+08:00" level=info msg="run test [ddl/db_change] ok"
time="2024-05-06T10:40:11+08:00" level=warning msg="Create new db ddl__db_foreign_key"
time="2024-05-06T10:40:11+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/db_foreign_key.test: ok! 20 test cases passed, take time 0.311708618 s
time="2024-05-06T10:40:12+08:00" level=info msg="run test [ddl/db_foreign_key] ok"
time="2024-05-06T10:40:12+08:00" level=warning msg="Create new db ddl__db_integration"
time="2024-05-06T10:40:12+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/db_integration.test: ok! 662 test cases passed, take time 13.407283069 s
time="2024-05-06T10:40:25+08:00" level=info msg="run test [ddl/db_integration] ok"
time="2024-05-06T10:40:25+08:00" level=warning msg="Create new db ddl__db_partition"
time="2024-05-06T10:40:25+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/db_partition.test: ok! 1145 test cases passed, take time 22.693798611 s
time="2024-05-06T10:40:48+08:00" level=info msg="run test [ddl/db_partition] ok"
time="2024-05-06T10:40:48+08:00" level=warning msg="Create new db ddl__db_rename"
time="2024-05-06T10:40:48+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/db_rename.test: ok! 10 test cases passed, take time 0.089707062 s
time="2024-05-06T10:40:48+08:00" level=info msg="run test [ddl/db_rename] ok"
time="2024-05-06T10:40:48+08:00" level=warning msg="Create new db ddl__db_table"
time="2024-05-06T10:40:48+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/db_table.test: ok! 53 test cases passed, take time 0.891172956 s
time="2024-05-06T10:40:49+08:00" level=info msg="run test [ddl/db_table] ok"
time="2024-05-06T10:40:49+08:00" level=warning msg="Create new db ddl__ddl_error"
time="2024-05-06T10:40:49+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/ddl_error.test: ok! 10 test cases passed, take time 0.112609799 s
time="2024-05-06T10:40:49+08:00" level=info msg="run test [ddl/ddl_error] ok"
time="2024-05-06T10:40:49+08:00" level=warning msg="Create new db ddl__ddl_tiflash"
time="2024-05-06T10:40:49+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:40:49+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/ddl_tiflash.test: ok! 14 test cases passed, take time 0.067415092 s
time="2024-05-06T10:40:49+08:00" level=info msg="run test [ddl/ddl_tiflash] ok"
time="2024-05-06T10:40:49+08:00" level=warning msg="Create new db ddl__fail_db"
time="2024-05-06T10:40:49+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/fail_db.test: ok! 12 test cases passed, take time 0.297215185 s
time="2024-05-06T10:40:50+08:00" level=info msg="run test [ddl/fail_db] ok"
time="2024-05-06T10:40:50+08:00" level=warning msg="Create new db ddl__index_modify"
time="2024-05-06T10:40:50+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/index_modify.test: ok! 18 test cases passed, take time 0.274601895 s
time="2024-05-06T10:40:50+08:00" level=info msg="run test [ddl/index_modify] ok"
time="2024-05-06T10:40:50+08:00" level=warning msg="Create new db ddl__integration"
time="2024-05-06T10:40:50+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/integration.test: ok! 59 test cases passed, take time 0.907570062 s
time="2024-05-06T10:40:51+08:00" level=info msg="run test [ddl/integration] ok"
time="2024-05-06T10:40:51+08:00" level=warning msg="Create new db ddl__modify_column"
time="2024-05-06T10:40:51+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/modify_column.test: ok! 672 test cases passed, take time 22.950680708 s
time="2024-05-06T10:41:14+08:00" level=info msg="run test [ddl/modify_column] ok"
time="2024-05-06T10:41:14+08:00" level=warning msg="Create new db ddl__multi_schema_change"
time="2024-05-06T10:41:14+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/multi_schema_change.test: ok! 297 test cases passed, take time 11.392333456 s
time="2024-05-06T10:41:26+08:00" level=info msg="run test [ddl/multi_schema_change] ok"
time="2024-05-06T10:41:26+08:00" level=warning msg="Create new db ddl__partition"
time="2024-05-06T10:41:26+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/partition.test: ok! 145 test cases passed, take time 1.968127381 s
time="2024-05-06T10:41:28+08:00" level=info msg="run test [ddl/partition] ok"
time="2024-05-06T10:41:28+08:00" level=warning msg="Create new db ddl__primary_key_handle"
time="2024-05-06T10:41:28+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/primary_key_handle.test: ok! 191 test cases passed, take time 3.049789303 s
time="2024-05-06T10:41:31+08:00" level=info msg="run test [ddl/primary_key_handle] ok"
time="2024-05-06T10:41:31+08:00" level=warning msg="Create new db ddl__reorg_partition"
time="2024-05-06T10:41:31+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/reorg_partition.test: ok! 205 test cases passed, take time 6.6967190599999995 s
time="2024-05-06T10:41:38+08:00" level=info msg="run test [ddl/reorg_partition] ok"
time="2024-05-06T10:41:38+08:00" level=warning msg="Create new db ddl__resource_group"
time="2024-05-06T10:41:38+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/resource_group.test: ok! 16 test cases passed, take time 0.104080675 s
time="2024-05-06T10:41:38+08:00" level=info msg="run test [ddl/resource_group] ok"
time="2024-05-06T10:41:38+08:00" level=warning msg="Create new db ddl__sequence"
time="2024-05-06T10:41:38+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:41:38+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:41:38+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:41:41+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:41:42+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/sequence.test: ok! 268 test cases passed, take time 4.343374686 s
time="2024-05-06T10:41:42+08:00" level=info msg="run test [ddl/sequence] ok"
time="2024-05-06T10:41:42+08:00" level=warning msg="Create new db ddl__serial"
time="2024-05-06T10:41:42+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/serial.test: ok! 65 test cases passed, take time 1.300591981 s
time="2024-05-06T10:41:44+08:00" level=info msg="run test [ddl/serial] ok"
time="2024-05-06T10:41:44+08:00" level=warning msg="Create new db ddl__table_modify"
time="2024-05-06T10:41:44+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/ddl/table_modify.test: ok! 47 test cases passed, take time 0.599451506 s
time="2024-05-06T10:41:44+08:00" level=info msg="run test [ddl/table_modify] ok"
time="2024-05-06T10:41:44+08:00" level=warning msg="Create new db executor__admin"
time="2024-05-06T10:41:44+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/admin.test: ok! 66 test cases passed, take time 1.076916639 s
time="2024-05-06T10:41:45+08:00" level=info msg="run test [executor/admin] ok"
time="2024-05-06T10:41:45+08:00" level=warning msg="Create new db executor__aggregate"
time="2024-05-06T10:41:45+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/aggregate.test: ok! 676 test cases passed, take time 6.389218888 s
time="2024-05-06T10:41:52+08:00" level=info msg="run test [executor/aggregate] ok"
time="2024-05-06T10:41:52+08:00" level=warning msg="Create new db executor__ddl"
time="2024-05-06T10:41:52+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/ddl.test: ok! 158 test cases passed, take time 3.2889692950000002 s
time="2024-05-06T10:41:55+08:00" level=info msg="run test [executor/ddl] ok"
time="2024-05-06T10:41:55+08:00" level=warning msg="Create new db executor__executor"
time="2024-05-06T10:41:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/executor.test: ok! 1398 test cases passed, take time 11.601500991 s
time="2024-05-06T10:42:07+08:00" level=info msg="run test [executor/executor] ok"
time="2024-05-06T10:42:07+08:00" level=warning msg="Create new db executor__foreign_key"
time="2024-05-06T10:42:07+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/foreign_key.test: ok! 260 test cases passed, take time 16.471970061 s
time="2024-05-06T10:42:23+08:00" level=info msg="run test [executor/foreign_key] ok"
time="2024-05-06T10:42:23+08:00" level=warning msg="Create new db executor__issues"
time="2024-05-06T10:42:23+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/issues.test: ok! 390 test cases passed, take time 5.193910545 s
time="2024-05-06T10:42:29+08:00" level=info msg="run test [executor/issues] ok"
time="2024-05-06T10:42:29+08:00" level=warning msg="Create new db executor__join"
time="2024-05-06T10:42:29+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/join.test: ok! 390 test cases passed, take time 6.086426957 s
time="2024-05-06T10:42:35+08:00" level=info msg="run test [executor/join] ok"
time="2024-05-06T10:42:35+08:00" level=warning msg="Create new db executor__jointest__hash_join"
time="2024-05-06T10:42:35+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/jointest/hash_join.test: ok! 137 test cases passed, take time 1.68293943 s
time="2024-05-06T10:42:37+08:00" level=info msg="run test [executor/jointest/hash_join] ok"
time="2024-05-06T10:42:37+08:00" level=warning msg="Create new db executor__kv"
time="2024-05-06T10:42:37+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/kv.test: ok! 16 test cases passed, take time 0.279912272 s
time="2024-05-06T10:42:37+08:00" level=info msg="run test [executor/kv] ok"
time="2024-05-06T10:42:37+08:00" level=warning msg="Create new db executor__prepared"
time="2024-05-06T10:42:37+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/prepared.test: ok! 105 test cases passed, take time 0.706629059 s
time="2024-05-06T10:42:38+08:00" level=info msg="run test [executor/prepared] ok"
time="2024-05-06T10:42:38+08:00" level=warning msg="Create new db executor__show"
time="2024-05-06T10:42:38+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/show.test: ok! 55 test cases passed, take time 0.99617673 s
time="2024-05-06T10:42:39+08:00" level=info msg="run test [executor/show] ok"
time="2024-05-06T10:42:39+08:00" level=warning msg="Create new db executor__split_table"
time="2024-05-06T10:42:39+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/split_table.test: ok! 7 test cases passed, take time 0.115133003 s
time="2024-05-06T10:42:39+08:00" level=info msg="run test [executor/split_table] ok"
time="2024-05-06T10:42:39+08:00" level=warning msg="Create new db executor__union_scan"
time="2024-05-06T10:42:39+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/union_scan.test: ok! 231 test cases passed, take time 1.688732215 s
time="2024-05-06T10:42:41+08:00" level=info msg="run test [executor/union_scan] ok"
time="2024-05-06T10:42:41+08:00" level=warning msg="Create new db executor__write"
time="2024-05-06T10:42:41+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/executor/write.test: ok! 935 test cases passed, take time 9.344720789 s
time="2024-05-06T10:42:50+08:00" level=info msg="run test [executor/write] ok"
time="2024-05-06T10:42:50+08:00" level=warning msg="Create new db explain-non-select-stmt"
time="2024-05-06T10:42:50+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain-non-select-stmt.test: ok! 8 test cases passed, take time 0.025570429 s
time="2024-05-06T10:42:50+08:00" level=info msg="run test [explain-non-select-stmt] ok"
time="2024-05-06T10:42:50+08:00" level=warning msg="Create new db explain"
time="2024-05-06T10:42:50+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain.test: ok! 21 test cases passed, take time 0.169934919 s
time="2024-05-06T10:42:51+08:00" level=info msg="run test [explain] ok"
time="2024-05-06T10:42:51+08:00" level=warning msg="Create new db explain_complex"
time="2024-05-06T10:42:51+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain_complex.test: ok! 41 test cases passed, take time 0.579466505 s
time="2024-05-06T10:42:51+08:00" level=info msg="run test [explain_complex] ok"
time="2024-05-06T10:42:51+08:00" level=warning msg="Create new db explain_complex_stats"
time="2024-05-06T10:42:51+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain_complex_stats.test: ok! 52 test cases passed, take time 4.164102975 s
time="2024-05-06T10:42:55+08:00" level=info msg="run test [explain_complex_stats] ok"
time="2024-05-06T10:42:55+08:00" level=warning msg="Create new db explain_cte"
time="2024-05-06T10:42:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain_cte.test: ok! 53 test cases passed, take time 0.472542525 s
time="2024-05-06T10:42:56+08:00" level=info msg="run test [explain_cte] ok"
time="2024-05-06T10:42:56+08:00" level=warning msg="Create new db explain_easy"
time="2024-05-06T10:42:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain_easy.test: ok! 190 test cases passed, take time 2.004832603 s
time="2024-05-06T10:42:58+08:00" level=info msg="run test [explain_easy] ok"
time="2024-05-06T10:42:58+08:00" level=warning msg="Create new db explain_easy_stats"
time="2024-05-06T10:42:58+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain_easy_stats.test: ok! 50 test cases passed, take time 1.058228628 s
time="2024-05-06T10:42:59+08:00" level=info msg="run test [explain_easy_stats] ok"
time="2024-05-06T10:42:59+08:00" level=warning msg="Create new db explain_foreign_key"
time="2024-05-06T10:42:59+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain_foreign_key.test: ok! 41 test cases passed, take time 0.731456485 s
time="2024-05-06T10:43:00+08:00" level=info msg="run test [explain_foreign_key] ok"
time="2024-05-06T10:43:00+08:00" level=warning msg="Create new db explain_generate_column_substitute"
time="2024-05-06T10:43:00+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain_generate_column_substitute.test: ok! 225 test cases passed, take time 4.331221847 s
time="2024-05-06T10:43:04+08:00" level=error msg="transaction is not committed correctly, rollback"
time="2024-05-06T10:43:04+08:00" level=info msg="run test [explain_generate_column_substitute] ok"
time="2024-05-06T10:43:04+08:00" level=warning msg="Create new db explain_indexmerge_stats"
time="2024-05-06T10:43:04+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain_indexmerge_stats.test: ok! 30 test cases passed, take time 1.319736247 s
time="2024-05-06T10:43:06+08:00" level=info msg="run test [explain_indexmerge_stats] ok"
time="2024-05-06T10:43:06+08:00" level=warning msg="Create new db explain_join_stats"
time="2024-05-06T10:43:06+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain_join_stats.test: ok! 8 test cases passed, take time 0.274418865 s
time="2024-05-06T10:43:06+08:00" level=info msg="run test [explain_join_stats] ok"
time="2024-05-06T10:43:06+08:00" level=warning msg="Create new db explain_shard_index"
time="2024-05-06T10:43:06+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain_shard_index.test: ok! 19 test cases passed, take time 0.149157001 s
time="2024-05-06T10:43:06+08:00" level=info msg="run test [explain_shard_index] ok"
time="2024-05-06T10:43:06+08:00" level=warning msg="Create new db explain_stats"
time="2024-05-06T10:43:06+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain_stats.test: ok! 10 test cases passed, take time 0.104704696 s
time="2024-05-06T10:43:07+08:00" level=info msg="run test [explain_stats] ok"
time="2024-05-06T10:43:07+08:00" level=warning msg="Create new db explain_union_scan"
time="2024-05-06T10:43:07+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/explain_union_scan.test: ok! 9 test cases passed, take time 0.22164083 s
time="2024-05-06T10:43:07+08:00" level=info msg="run test [explain_union_scan] ok"
time="2024-05-06T10:43:07+08:00" level=warning msg="Create new db expression__builtin"
time="2024-05-06T10:43:07+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/expression/builtin.test: ok! 1332 test cases passed, take time 8.896735229 s
time="2024-05-06T10:43:16+08:00" level=info msg="run test [expression/builtin] ok"
time="2024-05-06T10:43:16+08:00" level=warning msg="Create new db expression__cast"
time="2024-05-06T10:43:16+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/expression/cast.test: ok! 39 test cases passed, take time 0.125294349 s
time="2024-05-06T10:43:16+08:00" level=info msg="run test [expression/cast] ok"
time="2024-05-06T10:43:16+08:00" level=warning msg="Create new db expression__charset_and_collation"
time="2024-05-06T10:43:16+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/expression/charset_and_collation.test: ok! 705 test cases passed, take time 5.999878992 s
time="2024-05-06T10:43:22+08:00" level=info msg="run test [expression/charset_and_collation] ok"
time="2024-05-06T10:43:22+08:00" level=warning msg="Create new db expression__enum_set"
time="2024-05-06T10:43:22+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/expression/enum_set.test: ok! 13 test cases passed, take time 0.068217972 s
time="2024-05-06T10:43:22+08:00" level=info msg="run test [expression/enum_set] ok"
time="2024-05-06T10:43:22+08:00" level=warning msg="Create new db expression__explain"
time="2024-05-06T10:43:22+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/expression/explain.test: ok! 77 test cases passed, take time 0.210936664 s
time="2024-05-06T10:43:22+08:00" level=info msg="run test [expression/explain] ok"
time="2024-05-06T10:43:22+08:00" level=warning msg="Create new db expression__issues"
time="2024-05-06T10:43:23+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/expression/issues.test: ok! 1295 test cases passed, take time 12.007286757 s
time="2024-05-06T10:43:35+08:00" level=info msg="run test [expression/issues] ok"
time="2024-05-06T10:43:35+08:00" level=warning msg="Create new db expression__json"
time="2024-05-06T10:43:35+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/expression/json.test: ok! 203 test cases passed, take time 0.664740926 s
time="2024-05-06T10:43:35+08:00" level=info msg="run test [expression/json] ok"
time="2024-05-06T10:43:35+08:00" level=warning msg="Create new db expression__misc"
time="2024-05-06T10:43:35+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/expression/misc.test: ok! 392 test cases passed, take time 3.251631159 s
time="2024-05-06T10:43:39+08:00" level=info msg="run test [expression/misc] ok"
time="2024-05-06T10:43:39+08:00" level=warning msg="Create new db expression__plan_cache"
time="2024-05-06T10:43:39+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/expression/plan_cache.test: ok! 99 test cases passed, take time 0.367255039 s
time="2024-05-06T10:43:39+08:00" level=info msg="run test [expression/plan_cache] ok"
time="2024-05-06T10:43:39+08:00" level=warning msg="Create new db expression__time"
time="2024-05-06T10:43:39+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/expression/time.test: ok! 201 test cases passed, take time 0.460451201 s
time="2024-05-06T10:43:40+08:00" level=info msg="run test [expression/time] ok"
time="2024-05-06T10:43:40+08:00" level=warning msg="Create new db expression__vitess_hash"
time="2024-05-06T10:43:40+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/expression/vitess_hash.test: ok! 17 test cases passed, take time 0.391819681 s
time="2024-05-06T10:43:40+08:00" level=info msg="run test [expression/vitess_hash] ok"
time="2024-05-06T10:43:40+08:00" level=warning msg="Create new db generated_columns"
time="2024-05-06T10:43:40+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/generated_columns.test: ok! 58 test cases passed, take time 0.597960251 s
time="2024-05-06T10:43:41+08:00" level=info msg="run test [generated_columns] ok"
time="2024-05-06T10:43:41+08:00" level=warning msg="Create new db imdbload"
time="2024-05-06T10:43:41+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/imdbload.test: ok! 63 test cases passed, take time 8.592560111 s
time="2024-05-06T10:43:49+08:00" level=info msg="run test [imdbload] ok"
time="2024-05-06T10:43:49+08:00" level=warning msg="Create new db index_join"
time="2024-05-06T10:43:49+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/index_join.test: ok! 22 test cases passed, take time 0.32215608 s
time="2024-05-06T10:43:50+08:00" level=info msg="run test [index_join] ok"
time="2024-05-06T10:43:50+08:00" level=warning msg="Create new db index_merge"
time="2024-05-06T10:43:50+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/index_merge.test: ok! 145 test cases passed, take time 0.882260332 s
time="2024-05-06T10:43:51+08:00" level=info msg="run test [index_merge] ok"
time="2024-05-06T10:43:51+08:00" level=warning msg="Create new db infoschema__cluster_tables"
time="2024-05-06T10:43:51+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/infoschema/cluster_tables.test: ok! 9 test cases passed, take time 0.037433098 s
time="2024-05-06T10:43:51+08:00" level=info msg="run test [infoschema/cluster_tables] ok"
time="2024-05-06T10:43:51+08:00" level=warning msg="Create new db infoschema__infoschema"
time="2024-05-06T10:43:51+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/infoschema/infoschema.test: ok! 18 test cases passed, take time 0.900878799 s
time="2024-05-06T10:43:52+08:00" level=info msg="run test [infoschema/infoschema] ok"
time="2024-05-06T10:43:52+08:00" level=warning msg="Create new db infoschema__tables"
time="2024-05-06T10:43:52+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:43:52+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:43:52+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:43:52+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/infoschema/tables.test: ok! 109 test cases passed, take time 0.762513866 s
time="2024-05-06T10:43:53+08:00" level=info msg="run test [infoschema/tables] ok"
time="2024-05-06T10:43:53+08:00" level=warning msg="Create new db naaj"
time="2024-05-06T10:43:53+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/naaj.test: ok! 134 test cases passed, take time 0.280198814 s
time="2024-05-06T10:43:53+08:00" level=info msg="run test [naaj] ok"
time="2024-05-06T10:43:53+08:00" level=warning msg="Create new db new_character_set"
time="2024-05-06T10:43:53+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/new_character_set.test: ok! 61 test cases passed, take time 0.352808545 s
time="2024-05-06T10:43:53+08:00" level=info msg="run test [new_character_set] ok"
time="2024-05-06T10:43:53+08:00" level=warning msg="Create new db new_character_set_builtin"
time="2024-05-06T10:43:53+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/new_character_set_builtin.test: ok! 217 test cases passed, take time 0.952640314 s
time="2024-05-06T10:43:54+08:00" level=info msg="run test [new_character_set_builtin] ok"
time="2024-05-06T10:43:54+08:00" level=warning msg="Create new db new_character_set_invalid"
time="2024-05-06T10:43:54+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/new_character_set_invalid.test: ok! 28 test cases passed, take time 0.272185242 s
time="2024-05-06T10:43:55+08:00" level=info msg="run test [new_character_set_invalid] ok"
time="2024-05-06T10:43:55+08:00" level=warning msg="Create new db planner__cardinality__selectivity"
time="2024-05-06T10:43:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/cardinality/selectivity.test: ok! 683 test cases passed, take time 1.492752358 s
time="2024-05-06T10:43:56+08:00" level=info msg="run test [planner/cardinality/selectivity] ok"
time="2024-05-06T10:43:56+08:00" level=warning msg="Create new db planner__cardinality__trace"
time="2024-05-06T10:43:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/cardinality/trace.test: ok! 5 test cases passed, take time 0.130100274 s
time="2024-05-06T10:43:57+08:00" level=info msg="run test [planner/cardinality/trace] ok"
time="2024-05-06T10:43:57+08:00" level=warning msg="Create new db planner__cascades__integration"
time="2024-05-06T10:43:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/cascades/integration.test: ok! 233 test cases passed, take time 0.734421747 s
time="2024-05-06T10:43:57+08:00" level=info msg="run test [planner/cascades/integration] ok"
time="2024-05-06T10:43:57+08:00" level=warning msg="Create new db planner__core__casetest__expression_rewriter"
time="2024-05-06T10:43:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/casetest/expression_rewriter.test: ok! 23 test cases passed, take time 0.14927788 s
time="2024-05-06T10:43:58+08:00" level=info msg="run test [planner/core/casetest/expression_rewriter] ok"
time="2024-05-06T10:43:58+08:00" level=warning msg="Create new db planner__core__casetest__hint__hint"
time="2024-05-06T10:43:58+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/casetest/hint/hint.test: ok! 182 test cases passed, take time 1.955103227 s
time="2024-05-06T10:44:00+08:00" level=info msg="run test [planner/core/casetest/hint/hint] ok"
time="2024-05-06T10:44:00+08:00" level=warning msg="Create new db planner__core__casetest__integration"
time="2024-05-06T10:44:00+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/casetest/integration.test: ok! 416 test cases passed, take time 2.939084712 s
time="2024-05-06T10:44:03+08:00" level=info msg="run test [planner/core/casetest/integration] ok"
time="2024-05-06T10:44:03+08:00" level=warning msg="Create new db planner__core__casetest__partition__integration_partition"
time="2024-05-06T10:44:03+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/casetest/partition/integration_partition.test: ok! 138 test cases passed, take time 1.126602354 s
time="2024-05-06T10:44:04+08:00" level=info msg="run test [planner/core/casetest/partition/integration_partition] ok"
time="2024-05-06T10:44:04+08:00" level=warning msg="Create new db planner__core__casetest__partition__partition_pruner"
time="2024-05-06T10:44:04+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/casetest/partition/partition_pruner.test: ok! 275 test cases passed, take time 1.428827775 s
time="2024-05-06T10:44:05+08:00" level=info msg="run test [planner/core/casetest/partition/partition_pruner] ok"
time="2024-05-06T10:44:05+08:00" level=warning msg="Create new db planner__core__casetest__point_get_plan"
time="2024-05-06T10:44:05+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/casetest/point_get_plan.test: ok! 52 test cases passed, take time 0.176622174 s
time="2024-05-06T10:44:06+08:00" level=info msg="run test [planner/core/casetest/point_get_plan] ok"
time="2024-05-06T10:44:06+08:00" level=warning msg="Create new db planner__core__casetest__predicate_simplification"
time="2024-05-06T10:44:06+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/casetest/predicate_simplification.test: ok! 29 test cases passed, take time 0.123529153 s
time="2024-05-06T10:44:06+08:00" level=info msg="run test [planner/core/casetest/predicate_simplification] ok"
time="2024-05-06T10:44:06+08:00" level=warning msg="Create new db planner__core__casetest__pushdown__push_down"
time="2024-05-06T10:44:06+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/casetest/pushdown/push_down.test: ok! 35 test cases passed, take time 0.173655424 s
time="2024-05-06T10:44:06+08:00" level=info msg="run test [planner/core/casetest/pushdown/push_down] ok"
time="2024-05-06T10:44:06+08:00" level=warning msg="Create new db planner__core__casetest__rule__rule_derive_topn_from_window"
time="2024-05-06T10:44:06+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/casetest/rule/rule_derive_topn_from_window.test: ok! 73 test cases passed, take time 0.453584079 s
time="2024-05-06T10:44:06+08:00" level=info msg="run test [planner/core/casetest/rule/rule_derive_topn_from_window] ok"
time="2024-05-06T10:44:06+08:00" level=warning msg="Create new db planner__core__casetest__rule__rule_join_reorder"
time="2024-05-06T10:44:07+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/casetest/rule/rule_join_reorder.test: ok! 481 test cases passed, take time 4.8131703 s
time="2024-05-06T10:44:11+08:00" level=info msg="run test [planner/core/casetest/rule/rule_join_reorder] ok"
time="2024-05-06T10:44:11+08:00" level=warning msg="Create new db planner__core__casetest__rule__rule_result_reorder"
time="2024-05-06T10:44:11+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/casetest/rule/rule_result_reorder.test: ok! 87 test cases passed, take time 0.783214995 s
time="2024-05-06T10:44:12+08:00" level=info msg="run test [planner/core/casetest/rule/rule_result_reorder] ok"
time="2024-05-06T10:44:12+08:00" level=warning msg="Create new db planner__core__cbo"
time="2024-05-06T10:44:12+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/cbo.test: ok! 11 test cases passed, take time 0.163580683 s
time="2024-05-06T10:44:12+08:00" level=info msg="run test [planner/core/cbo] ok"
time="2024-05-06T10:44:12+08:00" level=warning msg="Create new db planner__core__enforce_mpp"
time="2024-05-06T10:44:13+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/enforce_mpp.test: ok! 8 test cases passed, take time 0.00324683 s
time="2024-05-06T10:44:13+08:00" level=info msg="run test [planner/core/enforce_mpp] ok"
time="2024-05-06T10:44:13+08:00" level=warning msg="Create new db planner__core__expression_rewriter"
time="2024-05-06T10:44:13+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/expression_rewriter.test: ok! 168 test cases passed, take time 1.670328575 s
time="2024-05-06T10:44:14+08:00" level=info msg="run test [planner/core/expression_rewriter] ok"
time="2024-05-06T10:44:14+08:00" level=warning msg="Create new db planner__core__indexmerge_intersection"
time="2024-05-06T10:44:14+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/indexmerge_intersection.test: ok! 6 test cases passed, take time 0.028092105 s
time="2024-05-06T10:44:14+08:00" level=info msg="run test [planner/core/indexmerge_intersection] ok"
time="2024-05-06T10:44:14+08:00" level=warning msg="Create new db planner__core__indexmerge_path"
time="2024-05-06T10:44:14+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/indexmerge_path.test: ok! 166 test cases passed, take time 1.108068756 s
time="2024-05-06T10:44:16+08:00" level=info msg="run test [planner/core/indexmerge_path] ok"
time="2024-05-06T10:44:16+08:00" level=warning msg="Create new db planner__core__integration"
time="2024-05-06T10:44:16+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/integration.test: ok! 1434 test cases passed, take time 11.829065953 s
time="2024-05-06T10:44:27+08:00" level=info msg="run test [planner/core/integration] ok"
time="2024-05-06T10:44:27+08:00" level=warning msg="Create new db planner__core__integration_partition"
time="2024-05-06T10:44:27+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/integration_partition.test: ok! 483 test cases passed, take time 6.236521045 s
time="2024-05-06T10:44:34+08:00" level=info msg="run test [planner/core/integration_partition] ok"
time="2024-05-06T10:44:34+08:00" level=warning msg="Create new db planner__core__issuetest__planner_issue"
time="2024-05-06T10:44:34+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/issuetest/planner_issue.test: ok! 77 test cases passed, take time 1.045218177 s
time="2024-05-06T10:44:35+08:00" level=info msg="run test [planner/core/issuetest/planner_issue] ok"
time="2024-05-06T10:44:35+08:00" level=warning msg="Create new db planner__core__partition_pruner"
time="2024-05-06T10:44:35+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/partition_pruner.test: ok! 643 test cases passed, take time 2.626442202 s
time="2024-05-06T10:44:38+08:00" level=info msg="run test [planner/core/partition_pruner] ok"
time="2024-05-06T10:44:38+08:00" level=warning msg="Create new db planner__core__physical_plan"
time="2024-05-06T10:44:38+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/physical_plan.test: ok! 22 test cases passed, take time 0.202320043 s
time="2024-05-06T10:44:38+08:00" level=info msg="run test [planner/core/physical_plan] ok"
time="2024-05-06T10:44:38+08:00" level=warning msg="Create new db planner__core__plan"
time="2024-05-06T10:44:38+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/plan.test: ok! 129 test cases passed, take time 0.695929373 s
time="2024-05-06T10:44:39+08:00" level=info msg="run test [planner/core/plan] ok"
time="2024-05-06T10:44:39+08:00" level=warning msg="Create new db planner__core__plan_cache"
time="2024-05-06T10:44:39+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/plan_cache.test: ok! 1085 test cases passed, take time 5.628328254 s
time="2024-05-06T10:44:44+08:00" level=info msg="run test [planner/core/plan_cache] ok"
time="2024-05-06T10:44:44+08:00" level=warning msg="Create new db planner__core__plan_cost_ver2"
time="2024-05-06T10:44:44+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/plan_cost_ver2.test: ok! 64 test cases passed, take time 0.374284331 s
time="2024-05-06T10:44:45+08:00" level=info msg="run test [planner/core/plan_cost_ver2] ok"
time="2024-05-06T10:44:45+08:00" level=warning msg="Create new db planner__core__point_get_plan"
time="2024-05-06T10:44:45+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/point_get_plan.test: ok! 245 test cases passed, take time 1.663842908 s
time="2024-05-06T10:44:46+08:00" level=info msg="run test [planner/core/point_get_plan] ok"
time="2024-05-06T10:44:46+08:00" level=warning msg="Create new db planner__core__preprocess"
time="2024-05-06T10:44:47+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/preprocess.test: ok! 6 test cases passed, take time 0.049960622 s
time="2024-05-06T10:44:47+08:00" level=info msg="run test [planner/core/preprocess] ok"
time="2024-05-06T10:44:47+08:00" level=warning msg="Create new db planner__core__range_scan_for_like"
time="2024-05-06T10:44:47+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/range_scan_for_like.test: ok! 183 test cases passed, take time 0.513000644 s
time="2024-05-06T10:44:47+08:00" level=info msg="run test [planner/core/range_scan_for_like] ok"
time="2024-05-06T10:44:47+08:00" level=warning msg="Create new db planner__core__rule_constant_propagation"
time="2024-05-06T10:44:47+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/rule_constant_propagation.test: ok! 31 test cases passed, take time 0.486172132 s
time="2024-05-06T10:44:48+08:00" level=info msg="run test [planner/core/rule_constant_propagation] ok"
time="2024-05-06T10:44:48+08:00" level=warning msg="Create new db planner__core__rule_join_reorder"
time="2024-05-06T10:44:48+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/rule_join_reorder.test: ok! 25 test cases passed, take time 0.333652737 s
time="2024-05-06T10:44:48+08:00" level=info msg="run test [planner/core/rule_join_reorder] ok"
time="2024-05-06T10:44:48+08:00" level=warning msg="Create new db planner__core__rule_result_reorder"
time="2024-05-06T10:44:48+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/rule_result_reorder.test: ok! 29 test cases passed, take time 0.168664194 s
time="2024-05-06T10:44:48+08:00" level=info msg="run test [planner/core/rule_result_reorder] ok"
time="2024-05-06T10:44:48+08:00" level=warning msg="Create new db planner__core__tests__prepare__issue"
time="2024-05-06T10:44:48+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/tests/prepare/issue.test: ok! 247 test cases passed, take time 1.2049964499999999 s
time="2024-05-06T10:44:50+08:00" level=info msg="run test [planner/core/tests/prepare/issue] ok"
time="2024-05-06T10:44:50+08:00" level=warning msg="Create new db planner__core__tests__prepare__prepare"
time="2024-05-06T10:44:50+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/core/tests/prepare/prepare.test: ok! 458 test cases passed, take time 2.152191085 s
time="2024-05-06T10:44:52+08:00" level=info msg="run test [planner/core/tests/prepare/prepare] ok"
time="2024-05-06T10:44:52+08:00" level=warning msg="Create new db planner__funcdep__only_full_group_by"
time="2024-05-06T10:44:52+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/planner/funcdep/only_full_group_by.test: ok! 142 test cases passed, take time 2.175871678 s
time="2024-05-06T10:44:54+08:00" level=info msg="run test [planner/funcdep/only_full_group_by] ok"
time="2024-05-06T10:44:54+08:00" level=warning msg="Create new db privilege__privileges"
time="2024-05-06T10:44:54+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:54+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:54+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:54+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:54+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:55+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:56+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:44:57+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/privilege/privileges.test: ok! 391 test cases passed, take time 3.339102138 s
time="2024-05-06T10:44:57+08:00" level=info msg="run test [privilege/privileges] ok"
time="2024-05-06T10:44:57+08:00" level=warning msg="Create new db select"
time="2024-05-06T10:44:58+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/select.test: ok! 189 test cases passed, take time 1.503759777 s
time="2024-05-06T10:44:59+08:00" level=info msg="run test [select] ok"
time="2024-05-06T10:44:59+08:00" level=warning msg="Create new db session__bootstrap_upgrade"
time="2024-05-06T10:44:59+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/session/bootstrap_upgrade.test: ok! 29 test cases passed, take time 0.125424997 s
time="2024-05-06T10:44:59+08:00" level=info msg="run test [session/bootstrap_upgrade] ok"
time="2024-05-06T10:44:59+08:00" level=warning msg="Create new db session__clustered_index"
time="2024-05-06T10:44:59+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/session/clustered_index.test: ok! 385 test cases passed, take time 8.033970224 s
time="2024-05-06T10:45:07+08:00" level=info msg="run test [session/clustered_index] ok"
time="2024-05-06T10:45:07+08:00" level=warning msg="Create new db session__common"
time="2024-05-06T10:45:07+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:45:10+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:45:11+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/session/common.test: ok! 228 test cases passed, take time 3.433311641 s
time="2024-05-06T10:45:11+08:00" level=info msg="run test [session/common] ok"
time="2024-05-06T10:45:11+08:00" level=warning msg="Create new db session__nontransactional"
time="2024-05-06T10:45:11+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:45:13+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:45:13+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/session/nontransactional.test: ok! 1532 test cases passed, take time 6.050030171 s
time="2024-05-06T10:45:17+08:00" level=info msg="run test [session/nontransactional] ok"
time="2024-05-06T10:45:17+08:00" level=warning msg="Create new db session__session"
time="2024-05-06T10:45:17+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/session/session.test: ok! 101 test cases passed, take time 0.928529174 s
time="2024-05-06T10:45:18+08:00" level=info msg="run test [session/session] ok"
time="2024-05-06T10:45:18+08:00" level=warning msg="Create new db session__temporary_table"
time="2024-05-06T10:45:18+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:45:18+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/session/temporary_table.test: ok! 277 test cases passed, take time 0.333000864 s
time="2024-05-06T10:45:18+08:00" level=info msg="run test [session/temporary_table] ok"
time="2024-05-06T10:45:18+08:00" level=warning msg="Create new db session__variable"
time="2024-05-06T10:45:18+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:45:18+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:45:19+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/session/variable.test: ok! 113 test cases passed, take time 0.257192284 s
time="2024-05-06T10:45:19+08:00" level=info msg="run test [session/variable] ok"
time="2024-05-06T10:45:19+08:00" level=warning msg="Create new db session__vars"
time="2024-05-06T10:45:19+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/session/vars.test: ok! 122 test cases passed, take time 0.10657737 s
time="2024-05-06T10:45:19+08:00" level=info msg="run test [session/vars] ok"
time="2024-05-06T10:45:19+08:00" level=warning msg="Create new db sessionctx__setvar"
time="2024-05-06T10:45:19+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:45:19+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/sessionctx/setvar.test: ok! 663 test cases passed, take time 0.188274427 s
time="2024-05-06T10:45:19+08:00" level=info msg="run test [sessionctx/setvar] ok"
time="2024-05-06T10:45:19+08:00" level=warning msg="Create new db sessiontxn__externals"
time="2024-05-06T10:45:19+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/sessiontxn/externals.test: ok! 56 test cases passed, take time 0.226422303 s
time="2024-05-06T10:45:20+08:00" level=info msg="run test [sessiontxn/externals] ok"
time="2024-05-06T10:45:20+08:00" level=warning msg="Create new db statistics__handle"
time="2024-05-06T10:45:20+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/statistics/handle.test: ok! 53 test cases passed, take time 1.328388208 s
time="2024-05-06T10:45:21+08:00" level=info msg="run test [statistics/handle] ok"
time="2024-05-06T10:45:21+08:00" level=warning msg="Create new db statistics__integration"
time="2024-05-06T10:45:21+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/statistics/integration.test: ok! 23 test cases passed, take time 0.198827849 s
time="2024-05-06T10:45:21+08:00" level=info msg="run test [statistics/integration] ok"
time="2024-05-06T10:45:21+08:00" level=warning msg="Create new db statistics__lock_table_stats"
time="2024-05-06T10:45:21+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:45:22+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
time="2024-05-06T10:45:22+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/statistics/lock_table_stats.test: ok! 47 test cases passed, take time 0.530971695 s
time="2024-05-06T10:45:22+08:00" level=info msg="run test [statistics/lock_table_stats] ok"
time="2024-05-06T10:45:22+08:00" level=warning msg="Create new db subquery"
time="2024-05-06T10:45:22+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/subquery.test: ok! 32 test cases passed, take time 0.440628829 s
time="2024-05-06T10:45:22+08:00" level=info msg="run test [subquery] ok"
time="2024-05-06T10:45:22+08:00" level=warning msg="Create new db table__cache"
time="2024-05-06T10:45:22+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/table/cache.test: ok! 108 test cases passed, take time 8.521474538 s
time="2024-05-06T10:45:31+08:00" level=info msg="run test [table/cache] ok"
time="2024-05-06T10:45:31+08:00" level=warning msg="Create new db table__index"
time="2024-05-06T10:45:31+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/table/index.test: ok! 16 test cases passed, take time 0.141741763 s
time="2024-05-06T10:45:31+08:00" level=info msg="run test [table/index] ok"
time="2024-05-06T10:45:31+08:00" level=warning msg="Create new db table__partition"
time="2024-05-06T10:45:31+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/table/partition.test: ok! 229 test cases passed, take time 2.8416926289999997 s
time="2024-05-06T10:45:34+08:00" level=info msg="run test [table/partition] ok"
time="2024-05-06T10:45:34+08:00" level=warning msg="Create new db table__tables"
time="2024-05-06T10:45:34+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/table/tables.test: ok! 6 test cases passed, take time 0.023239865 s
time="2024-05-06T10:45:34+08:00" level=info msg="run test [table/tables] ok"
time="2024-05-06T10:45:34+08:00" level=warning msg="Create new db table__temptable"
time="2024-05-06T10:45:34+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/table/temptable.test: ok! 11 test cases passed, take time 0.060235156 s
time="2024-05-06T10:45:34+08:00" level=info msg="run test [table/temptable] ok"
time="2024-05-06T10:45:34+08:00" level=warning msg="Create new db topn_push_down"
time="2024-05-06T10:45:34+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/topn_push_down.test: ok! 20 test cases passed, take time 0.206359515 s
time="2024-05-06T10:45:35+08:00" level=info msg="run test [topn_push_down] ok"
time="2024-05-06T10:45:35+08:00" level=warning msg="Create new db topn_pushdown"
time="2024-05-06T10:45:35+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/topn_pushdown.test: ok! 2 test cases passed, take time 0.000702038 s
time="2024-05-06T10:45:35+08:00" level=info msg="run test [topn_pushdown] ok"
time="2024-05-06T10:45:35+08:00" level=warning msg="Create new db tpch"
time="2024-05-06T10:45:35+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/tpch.test: ok! 41 test cases passed, take time 2.243179634 s
time="2024-05-06T10:45:37+08:00" level=info msg="run test [tpch] ok"
time="2024-05-06T10:45:37+08:00" level=warning msg="Create new db types__const"
time="2024-05-06T10:45:37+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/types/const.test: ok! 143 test cases passed, take time 1.40887216 s
time="2024-05-06T10:45:39+08:00" level=info msg="run test [types/const] ok"
time="2024-05-06T10:45:39+08:00" level=warning msg="Create new db util__admin"
time="2024-05-06T10:45:39+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/util/admin.test: ok! 240 test cases passed, take time 2.713749363 s
time="2024-05-06T10:45:41+08:00" level=info msg="run test [util/admin] ok"
time="2024-05-06T10:45:41+08:00" level=warning msg="Create new db util__ranger"
time="2024-05-06T10:45:41+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/util/ranger.test: ok! 188 test cases passed, take time 1.292824849 s
time="2024-05-06T10:45:43+08:00" level=info msg="run test [util/ranger] ok"
time="2024-05-06T10:45:43+08:00" level=warning msg="Create new db window_function"
time="2024-05-06T10:45:43+08:00" level=info msg="enable tidb_enable_analyze_snapshot"
./t/window_function.test: ok! 28 test cases passed, take time 0.10070204 s
time="2024-05-06T10:45:43+08:00" level=info msg="run test [window_function] ok"

Great, All tests passed
integrationtest passed!
./run-tests.sh: line 1: kill: (52367) - No such process
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ bash scripts/plugins/report_job_result.sh SUCCESS result.json
http://fileserver.pingcap.net
--2024-05-06 02:45:46--  http://fileserver.pingcap.net/download/rd-atom-agent/agent_upload_verifyci_metadata.py
Resolving fileserver.pingcap.net (fileserver.pingcap.net)... 10.2.12.82
Connecting to fileserver.pingcap.net (fileserver.pingcap.net)|10.2.12.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4181 (4.1K) [application/octet-stream]
Saving to: ‘agent_upload_verifyci_metadata.py’

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

2024-05-06 02:45:47 (483 MB/s) - ‘agent_upload_verifyci_metadata.py’ saved [4181/4181]

No junit report file
parse result file result.json success
upload data succesfully.
[Pipeline] }
[Pipeline] // container
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[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