Skip to content

Console Output

Started by user Jenkins Admin
Obtained pipelines/pingcap/tidb/latest/merged_tiflash_test.groovy from git https://github.com/PingCAP-QE/ci.git
Loading library tipipeline@main
Library tipipeline@main is cached. Copying from home.
[Pipeline] Start of Pipeline
[Pipeline] readJSON
[Pipeline] readTrusted
Obtained pipelines/pingcap/tidb/latest/pod-merged_tiflash_test.yaml from git https://github.com/PingCAP-QE/ci.git
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins-tidb/pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w
Agent pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w is provisioned from template pingcap_tidb_merged_tiflash_test_1070-g7hq7-59rr5
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/merged_tiflash_test/1070/"
    runUrl: "job/pingcap/job/tidb/job/merged_tiflash_test/1070/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "565a3fd10d916f9300b8700b98d62e8a145a361c"
    jenkins/label: "pingcap_tidb_merged_tiflash_test_1070-g7hq7"
  name: "pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w"
  namespace: "jenkins-tidb"
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchExpressions:
          - key: "kubernetes.io/arch"
            operator: "In"
            values:
            - "amd64"
  containers:
  - image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest"
    name: "golang"
    resources:
      limits:
        memory: "8Gi"
        cpu: "4"
      requests:
        memory: "8Gi"
        cpu: "4"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "DOCKER_TLS_CERTDIR"
      value: ""
    - name: "DOCKER_HOST"
      value: "tcp://localhost:2375"
    - name: "DOCKER_REGISTRY_MIRROR"
      value: "https://registry-mirror.pingcap.net"
    image: "docker:20.10.17-dind"
    name: "dockerd"
    resources:
      limits:
        memory: "8Gi"
        cpu: "4"
      requests:
        memory: "8Gi"
        cpu: "4"
    securityContext:
      privileged: true
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    env:
    - name: "DOCKER_HOST"
      value: "tcp://localhost:2375"
    image: "hub.pingcap.net/jenkins/alpine-docker:tics-test"
    name: "docker"
    resources:
      limits:
        memory: "8Gi"
        cpu: "4"
      requests:
        memory: "8Gi"
        cpu: "4"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - image: "hub.pingcap.net/jenkins/network-multitool"
    name: "net-tool"
    resources:
      limits:
        memory: "128Mi"
        cpu: "100m"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-agent.apps.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/"
    image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  restartPolicy: "Never"
  securityContext:
    fsGroup: 1000
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w in /home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository https://github.com/PingCAP-QE/ci.git
 > git init /home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test # timeout=10
Fetching upstream changes from https://github.com/PingCAP-QE/ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5
 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main)
Commit message: "fix(br): use failpoint tidb-server instead (#2951)"
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10
 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 40 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Debug info)
[Pipeline] sh
+ printenv
PROW_JOB_ID=4d8c95bb-4774-4169-a1e9-210f0d207987
JENKINS_NODE_COOKIE=c8344afd-ea52-4790-823a-75955fd64eb9
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_tiflash_test/1070/
GOLANG_VERSION=1.21.6
HOSTNAME=pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w
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-merged_tiflash_test-1070
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"postsubmit","job":"pingcap/tidb/merged_tiflash_test","buildid":"1787437872312225794","prowjobid":"4d8c95bb-4774-4169-a1e9-210f0d207987","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"957e6ae67d4c675c5b2a2e8182e21f971bdde575","base_link":"https://github.com/pingcap/tidb/compare/3ca57c1ff297...957e6ae67d4c"}}
KUBERNETES_SERVICE_HOST=10.233.0.1
WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test
JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_tiflash_test/
RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_tiflash_test/1070/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_tiflash_test/1070/display/redirect?page=artifacts
FILE_SERVER_URL=http://fileserver.pingcap.net
JENKINS_HOME=/var/jenkins_home
GIT_COMMIT=03312178c534dce949face80c69812d989e55009
PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_tiflash_test/1070/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/merged_tiflash_test
HUDSON_URL=https://do.pingcap.net/jenkins/
JOB_NAME=pingcap/tidb/merged_tiflash_test
TZ=Asia/Shanghai
BUILD_DISPLAY_NAME=#1070
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787437872312225794
GOLANG_DOWNLOAD_SHA256=3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4
JOB_BASE_NAME=merged_tiflash_test
GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009
RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_tiflash_test/1070/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_merged_tiflash_test_1070-g7hq7
GOROOT=/usr/local/go
GIT_BRANCH=origin/main
KUBERNETES_PORT_443_TCP_PROTO=tcp
CI=true
KUBERNETES_SERVICE_PORT_HTTPS=443
WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test@tmp
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=durable-160e45b3cdfd1b356c3c53dbe8cf672378f3a7bd4d828de49c14e30a4b6a78b3
NODE_LABELS=pingcap_tidb_merged_tiflash_test_1070-g7hq7 pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_tiflash_test/display/redirect
BUILD_NUMBER=1070
KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1
KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443
GOLANG_DOWNLOAD_URL=https://dl.google.com/go/go1.21.6.linux-amd64.tar.gz
+ echo -------------------------
-------------------------
+ go env
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/jenkins/.cache/go-build'
GOENV='/home/jenkins/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/go/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/go'
GOPRIVATE=''
GOPROXY='http://goproxy.apps.svc,https://proxy.golang.org,direct'
GOROOT='/usr/local/go'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.21.6'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='1'
GOMOD='/dev/null'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build1283470013=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w 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: 28621
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;github.com.			IN	A

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

;; Query time: 0 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 11:03:43 UTC 2024
;; MSG SIZE  rcvd: 65

[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] timeout
Timeout set to expire in 10 min
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test/tidb
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tidb/rev-3ca57c1-5871f4c)
460796928 bytes in 4.16 secs (110758225 bytes/sec)
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
git version 2.36.6
Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test/tidb/.git/
.git
HEAD is now at 20e647ba9d Merge commit '5871f4cf93fb896f8b0db52ef024c9533ab28c18' into HEAD
POST git-upload-pack (383 bytes)
POST git-upload-pack (973 bytes)
From https://github.com/pingcap/tidb
   3ca57c1ff2..957e6ae67d  master     -> origin/master
Warning: you are leaving 1 commit behind, not connected to
any of your branches:

  20e647ba9d Merge commit '5871f4cf93fb896f8b0db52ef024c9533ab28c18' into HEAD

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

 git branch <new-branch-name> 20e647ba9d

HEAD is now at 957e6ae67d planner: move MemtablePredicateExtractor interface to a unified base place. (#53031)
๐Ÿšง Checkouting to base SHA:957e6ae67d4c675c5b2a2e8182e21f971bdde575...
HEAD is now at 957e6ae67d planner: move MemtablePredicateExtractor interface to a unified base place. (#53031)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
957e6ae67d4c675c5b2a2e8182e21f971bdde575
957e6ae67d planner: move MemtablePredicateExtractor interface to a unified base place. (#53031)
3ca57c1ff2 planner: fix index merge shouldn't push partial limit down when index plans are keep ordered (#52979)
17d3f7fd45 planner: small refactor for plan cache (#53028)
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
Cache saved successfully (git/pingcap/tidb/rev-957e6ae)
460854272 bytes in 8.48 secs (54333077 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test/tiflash
[Pipeline] {
[Pipeline] cache
Cache restored successfully (git/pingcap/tiflash/rev-3ca57c1ff297b3ecabf6f7d509d86b0081d8e2b1)
233812480 bytes in 1.35 secs (172584967 bytes/sec)
[Pipeline] {
[Pipeline] retry
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@472864ba; decorates RemoteLauncher[hudson.remoting.Channel@5f076e03:JNLP4-connect connection from 10.233.81.124/10.233.81.124:33172] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Fetching changes from the remote Git repository
Pruning obsolete local branches
Cleaning workspace
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test/tiflash/.git # timeout=10
 > git config remote.origin.url https://github.com/pingcap/tiflash.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/pingcap/tiflash.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress --prune -- https://github.com/pingcap/tiflash.git +refs/heads/*:refs/remotes/origin/* # timeout=15
Checking out Revision 8e50de84e6d6ecdcc108990217b70b6bb3f50271 (origin/master)
 > git rev-parse origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8e50de84e6d6ecdcc108990217b70b6bb3f50271 # timeout=10
Commit message: "tests: remove a fake test (#9021)"
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
Cache saved successfully (git/pingcap/tiflash/rev-957e6ae67d4c675c5b2a2e8182e21f971bdde575)
233812480 bytes in 4.55 secs (51339767 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test/tidb
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] cache
Cache not restored (no such key found)
[Pipeline] {
[Pipeline] sh
+ ls bin/tidb-server
ls: cannot access bin/tidb-server: No such file or directory
+ make
CGO_ENABLED=1  GO111MODULE=on go build -tags codes  -ldflags '-X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v8.2.0-alpha-85-g957e6ae67d" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2024-05-06 11:04:20" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=957e6ae67d4c675c5b2a2e8182e21f971bdde575" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBEdition=Community" ' -o bin/tidb-server ./cmd/tidb-server
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading go.etcd.io/etcd/api/v3 v3.5.12
go: downloading go.uber.org/automaxprocs v1.5.3
go: downloading golang.org/x/sys v0.19.0
go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5
go: downloading golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0
go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f
go: downloading go.uber.org/zap v1.27.0
go: downloading google.golang.org/grpc v1.63.2
go: downloading github.com/pingcap/tipb v0.0.0-20240318032315-55a7867ddd50
go: downloading github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d
go: downloading go.uber.org/atomic v1.11.0
go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c
go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7
go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20240430145241-6cb0704fce51
go: downloading github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/shirou/gopsutil/v3 v3.24.2
go: downloading github.com/prometheus/client_golang v1.19.0
go: downloading go.etcd.io/etcd/client/v3 v3.5.12
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible
go: downloading github.com/pingcap/kvproto v0.0.0-20240227073058-929ab83f9754
go: downloading github.com/otiai10/copy v1.2.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading golang.org/x/net v0.24.0
go: downloading github.com/cloudfoundry/gosigar v1.3.6
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
go: downloading github.com/cockroachdb/errors v1.11.1
go: downloading github.com/google/pprof v0.0.0-20240117000934-35fc243c5815
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a
go: downloading golang.org/x/sync v0.7.0
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/dgraph-io/ristretto v0.1.1
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/twmb/murmur3 v1.1.6
go: downloading github.com/influxdata/tdigest v0.0.1
go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f
go: downloading github.com/blacktear23/go-proxyprotocol v1.0.6
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/klauspost/compress v1.17.7
go: downloading github.com/pingcap/fn v1.0.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 github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37
go: downloading github.com/dolthub/swiss v0.2.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21
go: downloading golang.org/x/text v0.14.0
go: downloading github.com/jellydator/ttlcache/v3 v3.0.1
go: downloading github.com/coocood/freecache v1.2.1
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef
go: downloading github.com/tidwall/btree v1.7.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading go.uber.org/multierr v1.11.0
go: downloading go.uber.org/mock v0.4.0
go: downloading github.com/opentracing/basictracer-go v1.0.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading golang.org/x/time v0.5.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/go-sql-driver/mysql v1.7.1
go: downloading github.com/google/btree v1.1.2
go: downloading github.com/dolthub/maphash v0.1.0
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
go: downloading github.com/prometheus/common v0.53.0
go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0
go: downloading golang.org/x/tools v0.20.0
go: downloading github.com/aws/aws-sdk-go v1.50.0
go: downloading cloud.google.com/go/storage v1.36.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1
go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581
go: downloading github.com/go-resty/resty/v2 v2.11.0
go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9
go: downloading google.golang.org/api v0.162.0
go: downloading golang.org/x/oauth2 v0.18.0
go: downloading github.com/pingcap/badger v1.5.1-0.20230103063557-828f39b09b6d
go: downloading github.com/cockroachdb/pebble v1.1.0
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
go: downloading github.com/cheggaaa/pb/v3 v3.0.8
go: downloading google.golang.org/protobuf v1.33.0
go: downloading github.com/robfig/cron/v3 v3.0.1
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12
go: downloading github.com/carlmjohnson/flagext v0.21.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading github.com/jfcg/sorty/v2 v2.1.0
go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df
go: downloading github.com/spkg/bom v1.0.0
go: downloading github.com/xitongsys/parquet-go v1.5.5-0.20201110004701-b09c49d6d457
go: downloading github.com/fatih/color v1.16.0
go: downloading github.com/vbauerster/mpb/v7 v7.5.3
go: downloading golang.org/x/term v0.19.0
go: downloading github.com/spf13/cobra v1.8.0
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/beorn7/perks v1.0.1
go: downloading github.com/prometheus/procfs v0.13.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/pkg/errors v0.9.1
go: downloading cloud.google.com/go v0.112.0
go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible
go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b
go: downloading github.com/cockroachdb/redact v1.1.5
go: downloading github.com/getsentry/sentry-go v0.27.0
go: downloading github.com/tklauser/go-sysconf v0.3.12
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1
go: downloading golang.org/x/crypto v0.22.0
go: downloading github.com/lestrrat-go/blackmagic v1.0.2
go: downloading github.com/lestrrat-go/httprc v1.0.5
go: downloading github.com/lestrrat-go/iter v1.0.2
go: downloading github.com/lestrrat-go/option v1.0.1
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8
go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/golang/glog v1.2.0
go: downloading github.com/VividCortex/ewma v1.2.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/mattn/go-runewidth v0.0.15
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading k8s.io/api v0.28.6
go: downloading github.com/jfcg/sixb v1.3.8
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/coreos/go-systemd/v22 v22.5.0
go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989
go: downloading google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de
go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/compute v1.24.0
go: downloading github.com/apache/thrift v0.16.0
go: downloading github.com/rivo/uniseg v0.4.6
go: downloading github.com/lestrrat-go/httpcc v1.0.1
go: downloading github.com/tklauser/numcpus v0.6.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.12.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading cloud.google.com/go/iam v1.1.6
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
go: downloading github.com/ncw/directio v1.0.5
go: downloading github.com/coocood/bbloom v0.0.0-20190830030839-58deb6228d64
go: downloading github.com/coocood/rtutil v0.0.0-20190304133409-c84515f646f2
go: downloading github.com/golang-jwt/jwt/v5 v5.2.0
go: downloading go.opencensus.io v0.24.0
go: downloading go.opentelemetry.io/otel v1.22.0
go: downloading go.opentelemetry.io/otel/trace v1.22.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda
go: downloading github.com/klauspost/cpuid v1.3.1
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/go-logr/logr v1.4.1
go: downloading go.opentelemetry.io/otel/metric v1.22.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06
go: downloading github.com/DataDog/zstd v1.5.5
go: downloading k8s.io/apimachinery v0.28.6
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading k8s.io/klog/v2 v2.120.1
go: downloading github.com/google/gofuzz v1.2.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0
go: downloading github.com/google/s2a-go v0.1.7
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/jmespath/go-jmespath v0.4.0
Build TiDB Server successfully!
[Pipeline] }
Cache saved successfully (binary/pingcap/tidb/tidb-server/rev-957e6ae67d4c675c5b2a2e8182e21f971bdde575)
217237504 bytes in 5.48 secs (39661881 bytes/sec)
[Pipeline] // cache
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tests)
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ docker version
Client: Docker Engine - Community
 Version:           18.09.0
 API version:       1.39
 Go version:        go1.10.4
 Git commit:        4d60db4
 Built:             Wed Nov  7 00:46:51 2018
 OS/Arch:           linux/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          20.10.17
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.17.11
  Git commit:       a89b842
  Built:            Mon Jun  6 23:01:45 2022
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          v1.6.6
  GitCommit:        10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1
 runc:
  Version:          1.1.2
  GitCommit:        v1.1.2-0-ga916309f
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
+ docker info
Containers: 0
 Running: 0
 Paused: 0
 Stopped: 0
Images: 0
Server Version: 20.10.17
Storage Driver: overlay2
 Backing Filesystem: extfs
 Supports d_type: true
 Native Overlay Diff: true
 userxattr: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host ipvlan macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1
runc version: v1.1.2-0-ga916309f
init version: de40ad0
Security Options:
 seccomp
  Profile: default
Kernel Version: 4.18.0-348.7.1.el8_5.x86_64
Operating System: Alpine Linux v3.16 (containerized)
OSType: linux
Architecture: x86_64
CPUs: 94
Total Memory: 376.3GiB
Name: pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w
ID: QS3Q:7MOT:J7VH:YS2V:54I5:2Q5H:KRTK:JEMQ:4CF5:P3OW:HCNA:N7YE
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false
Product License: Community Engine

WARNING: API is accessible on http://0.0.0.0:2375 without encryption.
         Access to the remote API is equivalent to root access on the host. Refer
         to the 'Docker daemon attack surface' section in the documentation for
         more information: https://docs.docker.com/go/attack-surface/
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test/tidb
[Pipeline] {
[Pipeline] sh
+ ls bin/tidb-server
bin/tidb-server
+ chmod +x bin/tidb-server
+ ./bin/tidb-server -V
Release Version: v8.2.0-alpha-85-g957e6ae67d
Edition: Community
Git Commit Hash: 957e6ae67d4c675c5b2a2e8182e21f971bdde575
Git Branch: HEAD
UTC Build Time: 2024-05-06 11:04:20
GoVersion: go1.21.6
Race Enabled: false
Check Table Before Drop: false
Store: unistore
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test/build-docker-image
[Pipeline] {
[Pipeline] sh
+ curl -o tidb.Dockerfile https://raw.githubusercontent.com/PingCAP-QE/artifacts/main/dockerfiles/tidb.Dockerfile
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   114  100   114    0     0    331      0 --:--:-- --:--:-- --:--:--   331
+ cat tidb.Dockerfile
FROM hub.pingcap.net/bases/tidb-base:v1.8.0
COPY tidb-server /tidb-server
EXPOSE 4000
ENTRYPOINT ["/tidb-server"]
+ cp ../tidb/bin/tidb-server tidb-server
+ ./tidb-server -V
Release Version: v8.2.0-alpha-85-g957e6ae67d
Edition: Community
Git Commit Hash: 957e6ae67d4c675c5b2a2e8182e21f971bdde575
Git Branch: HEAD
UTC Build Time: 2024-05-06 11:04:20
GoVersion: go1.21.6
Race Enabled: false
Check Table Before Drop: false
Store: unistore
[Pipeline] sh
+ docker build -t hub.pingcap.net/qa/tidb:master -f tidb.Dockerfile .
Sending build context to Docker daemon  217.2MB

Step 1/4 : FROM hub.pingcap.net/bases/tidb-base:v1.8.0
v1.8.0: Pulling from bases/tidb-base
489e1be6ce56: Pulling fs layer
3da977d96367: Pulling fs layer
3b18d9978f75: Pulling fs layer
e9728d316a46: Pulling fs layer
e9728d316a46: Waiting
3b18d9978f75: Download complete
3da977d96367: Verifying Checksum
3da977d96367: Download complete
e9728d316a46: Verifying Checksum
e9728d316a46: Download complete
489e1be6ce56: Verifying Checksum
489e1be6ce56: Download complete
489e1be6ce56: Pull complete
3da977d96367: Pull complete
3b18d9978f75: Pull complete
e9728d316a46: Pull complete
Digest: sha256:81df82842233d02d1206af7cc4da327b22067d1208788970706b060c346702c0
Status: Downloaded newer image for hub.pingcap.net/bases/tidb-base:v1.8.0
 ---> f028f910dbba
Step 2/4 : COPY tidb-server /tidb-server
 ---> 4652085cd8ba
Step 3/4 : EXPOSE 4000
 ---> Running in 4b7986771ff4
Removing intermediate container 4b7986771ff4
 ---> 3adaf2225ea6
Step 4/4 : ENTRYPOINT ["/tidb-server"]
 ---> Running in 387b5562e336
Removing intermediate container 387b5562e336
 ---> a64801a88c4a
Successfully built a64801a88c4a
Successfully tagged hub.pingcap.net/qa/tidb:master
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test/tiflash/tests/docker
[Pipeline] {
[Pipeline] sh
+ TIDB_CI_ONLY=1 TAG=master PD_BRANCH=master TIKV_BRANCH=master TIDB_BRANCH=master bash -xe run.sh
+ set -x
+ set +e
+ pwd
/home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test/tiflash/tests/docker
+ df -h
Filesystem                Size      Used Available Use% Mounted on
overlay                 435.7G    252.9G    160.7G  61% /
tmpfs                    64.0M         0     64.0M   0% /dev
tmpfs                   188.2G         0    188.2G   0% /sys/fs/cgroup
shm                      64.0M         0     64.0M   0% /dev/shm
/dev/nvme0n1              1.8T    321.2G      1.4T  18% /etc/hosts
/dev/nvme0n1              1.8T    321.2G      1.4T  18% /dev/termination-log
/dev/sda3               435.7G    252.9G    160.7G  61% /etc/hostname
/dev/sda3               435.7G    252.9G    160.7G  61% /etc/resolv.conf
/dev/nvme0n1              1.8T    321.2G      1.4T  18% /home/jenkins/agent
tmpfs                   342.2G     12.0K    342.2G   0% /run/secrets/kubernetes.io/serviceaccount
tmpfs                   188.2G         0    188.2G   0% /proc/acpi
tmpfs                    64.0M         0     64.0M   0% /proc/kcore
tmpfs                    64.0M         0     64.0M   0% /proc/keys
tmpfs                    64.0M         0     64.0M   0% /proc/timer_list
tmpfs                    64.0M         0     64.0M   0% /proc/sched_debug
tmpfs                   188.2G         0    188.2G   0% /proc/scsi
tmpfs                   188.2G         0    188.2G   0% /sys/firmware
+ grep '^' /sys/block/dm-0/queue/rotational /sys/block/dm-1/queue/rotational /sys/block/dm-2/queue/rotational /sys/block/dm-3/queue/rotational /sys/block/dm-4/queue/rotational /sys/block/dm-5/queue/rotational /sys/block/dm-6/queue/rotational /sys/block/dm-7/queue/rotational /sys/block/dm-8/queue/rotational /sys/block/dm-9/queue/rotational /sys/block/nbd0/queue/rotational /sys/block/nbd1/queue/rotational /sys/block/nbd10/queue/rotational /sys/block/nbd11/queue/rotational /sys/block/nbd12/queue/rotational /sys/block/nbd13/queue/rotational /sys/block/nbd14/queue/rotational /sys/block/nbd15/queue/rotational /sys/block/nbd2/queue/rotational /sys/block/nbd3/queue/rotational /sys/block/nbd4/queue/rotational /sys/block/nbd5/queue/rotational /sys/block/nbd6/queue/rotational /sys/block/nbd7/queue/rotational /sys/block/nbd8/queue/rotational /sys/block/nbd9/queue/rotational /sys/block/nvme0n1/queue/rotational /sys/block/nvme1n1/queue/rotational /sys/block/nvme2n1/queue/rotational /sys/block/nvme3n1/queue/rotational /sys/block/sda/queue/rotational
/sys/block/dm-0/queue/rotational:0
/sys/block/dm-1/queue/rotational:0
/sys/block/dm-2/queue/rotational:0
/sys/block/dm-3/queue/rotational:0
/sys/block/dm-4/queue/rotational:0
/sys/block/dm-5/queue/rotational:0
/sys/block/dm-6/queue/rotational:0
/sys/block/dm-7/queue/rotational:0
/sys/block/dm-8/queue/rotational:0
/sys/block/dm-9/queue/rotational:0
/sys/block/nbd0/queue/rotational:0
/sys/block/nbd1/queue/rotational:0
/sys/block/nbd10/queue/rotational:0
/sys/block/nbd11/queue/rotational:0
/sys/block/nbd12/queue/rotational:0
/sys/block/nbd13/queue/rotational:0
/sys/block/nbd14/queue/rotational:0
/sys/block/nbd15/queue/rotational:0
/sys/block/nbd2/queue/rotational:0
/sys/block/nbd3/queue/rotational:0
/sys/block/nbd4/queue/rotational:0
/sys/block/nbd5/queue/rotational:0
/sys/block/nbd6/queue/rotational:0
/sys/block/nbd7/queue/rotational:0
/sys/block/nbd8/queue/rotational:0
/sys/block/nbd9/queue/rotational:0
/sys/block/nvme0n1/queue/rotational:0
/sys/block/nvme1n1/queue/rotational:0
/sys/block/nvme2n1/queue/rotational:0
/sys/block/nvme3n1/queue/rotational:0
/sys/block/sda/queue/rotational:0
+ cat /proc/cpuinfo
+ grep name
+ cut -f2 -d:
+ uniq -c
     96  Intel(R) Xeon(R) Gold 5220R CPU @ 2.20GHz
+ lscpu
run.sh: line 25: lscpu: command not found
+ cat /proc/meminfo
MemTotal:       394586932 kB
MemFree:        270964220 kB
MemAvailable:   367508320 kB
Buffers:        26484816 kB
Cached:         67373804 kB
SwapCached:            0 kB
Active:         43126964 kB
Inactive:       55879252 kB
Active(anon):    2930624 kB
Inactive(anon):  6171808 kB
Active(file):   40196340 kB
Inactive(file): 49707444 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:               280 kB
Writeback:             0 kB
AnonPages:       5140940 kB
Mapped:           806272 kB
Shmem:           4395176 kB
KReclaimable:   10602796 kB
Slab:           15496764 kB
SReclaimable:   10602796 kB
SUnreclaim:      4893968 kB
KernelStack:       79824 kB
PageTables:        43464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    197293464 kB
Committed_AS:   25607976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          6336768 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:    191097264 kB
DirectMap2M:    204906496 kB
DirectMap1G:     7340032 kB
+ uname -a
Linux pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 Linux
+ hostname
pingcap-tidb-merged-tiflash-test-1070-g7hq7-59rr5-k1d0w
+ lsmod
Module                  Size  Used by    Tainted: G  
iscsi_tcp              24576  0 
libiscsi_tcp           28672  1 iscsi_tcp
ip6table_nat           16384  0 
xt_statistic           16384  0 
ipt_REJECT             16384  0 
nf_reject_ipv4         16384  1 ipt_REJECT
nfsv3                  53248  0 
nfs_acl                16384  1 nfsv3
ip_set_list_set        20480  0 
ip_set_hash_netport    40960  0 
dm_mod                151552 20 
xt_CLASSIFY            16384  0 
sch_sfq                24576  0 
sch_prio               16384  0 
vhost_net              28672  0 
vhost                  49152  1 vhost_net
vhost_iotlb            16384  1 vhost
tap                    28672  1 vhost_net
tun                    49152  1 vhost_net
binfmt_misc            20480  1 
fuse                  155648  1 
udp_diag               16384  0 
raw_diag               16384  0 
unix_diag              16384  0 
af_packet_diag         16384  0 
netlink_diag           16384  0 
ip_set_hash_net        36864 10 
tcp_diag               16384  0 
inet_diag              24576  3 udp_diag,raw_diag,tcp_diag
sch_netem              20480  0 
ceph                  479232  0 
nbd                    49152  0 
rbd                   110592  0 
libceph               454656  2 ceph,rbd
rpcsec_gss_krb5        40960  0 
auth_rpcgss           135168  1 rpcsec_gss_krb5
nfsv4                 831488  0 
dns_resolver           16384  2 libceph,nfsv4
nfs                   385024  2 nfsv3,nfsv4
lockd                 122880  2 nfsv3,nfs
grace                  16384  1 lockd
fscache               385024  1 nfs
xt_TPROXY              16384  2 
nf_tproxy_ipv6         16384  1 xt_TPROXY
nf_tproxy_ipv4         16384  1 xt_TPROXY
xt_nat                 16384  3 
cls_bpf                20480 19 
sch_ingress            16384 16 
vxlan                  65536  0 
ip6_udp_tunnel         16384  1 vxlan
udp_tunnel             20480  1 vxlan
veth                   28672  0 
xt_socket              16384  1 
nf_socket_ipv4         16384  1 xt_socket
nf_socket_ipv6         16384  1 xt_socket
ip6table_filter        16384  0 
ip6table_raw           16384  0 
ip6table_mangle        16384  0 
ip6_tables             32768  4 ip6table_nat,ip6table_filter,ip6table_raw,ip6table_mangle
iptable_filter         16384  2 
iptable_raw            16384  0 
iptable_mangle         16384  0 
iptable_nat            16384  1 
ip_tables              28672  4 iptable_filter,iptable_raw,iptable_mangle,iptable_nat
xt_CT                  16384 13 
nf_conntrack_netlink    49152  0 
xt_addrtype            16384  4 
xt_set                 16384 12 
ip_set_hash_ipportip    36864  4 
ip_set_hash_ipportnet    40960  2 
ip_set_hash_ipport     36864 16 
ip_set_bitmap_port     16384 10 
ip_set                 49152  8 ip_set_list_set,ip_set_hash_netport,ip_set_hash_net,xt_set,ip_set_hash_ipportip,ip_set_hash_ipportnet,ip_set_hash_ipport,ip_set_bitmap_port
dummy                  16384  0 
ip6t_MASQUERADE        16384  1 
ipt_MASQUERADE         16384  4 
xt_conntrack           16384  5 
xt_comment             16384 55 
nft_counter            16384 86 
xt_mark                16384 30 
nft_compat             20480 132 
nft_chain_nat          16384  8 
nf_nat                 45056  6 ip6table_nat,xt_nat,iptable_nat,ip6t_MASQUERADE,ipt_MASQUERADE,nft_chain_nat
nf_tables             172032 171 nft_counter,nft_compat,nft_chain_nat
nfnetlink              16384  6 nf_conntrack_netlink,ip_set,nft_compat,nf_tables
overlay               139264 45 
bonding               196608  0 
rpcrdma               282624  0 
rdma_ucm               32768  0 
ib_srpt                69632  0 
ib_isert               57344  0 
intel_rapl_msr         16384  0 
intel_rapl_common      24576  1 intel_rapl_msr
iscsi_target_mod      356352  1 ib_isert
isst_if_common         16384  0 
target_core_mod       413696  3 ib_srpt,ib_isert,iscsi_target_mod
ipmi_ssif              32768  0 
ib_iser                49152  0 
libiscsi               61440  3 iscsi_tcp,libiscsi_tcp,ib_iser
scsi_transport_iscsi   122880  4 iscsi_tcp,libiscsi_tcp,ib_iser,libiscsi
ib_umad                28672  0 
skx_edac               24576  0 
rdma_cm               110592  5 rpcrdma,rdma_ucm,ib_srpt,ib_isert,ib_iser
nfit                   65536  1 skx_edac
ib_ipoib              143360  0 
iw_cm                  53248  1 rdma_cm
libnvdimm             192512  1 nfit
ib_cm                 114688  3 ib_srpt,rdma_cm,ib_ipoib
x86_pkg_temp_thermal    16384  0 
coretemp               16384  0 
kvm_intel             323584  0 
iTCO_wdt               16384  0 
iTCO_vendor_support    16384  1 iTCO_wdt
sunrpc                557056  9 nfsv3,nfs_acl,rpcsec_gss_krb5,auth_rpcgss,nfsv4,nfs,lockd,rpcrdma
kvm                   880640  1 kvm_intel
irqbypass              16384  1 kvm
crct10dif_pclmul       16384  1 
crc32_pclmul           16384  0 
ghash_clmulni_intel    16384  0 
rapl                   20480  0 
intel_cstate           20480  0 
mlx5_ib               376832  0 
ib_uverbs             159744  2 rdma_ucm,mlx5_ib
intel_uncore          184320  0 
mei_me                 45056  0 
ses                    20480  0 
enclosure              16384  1 ses
pcspkr                 16384  0 
ib_core               393216 12 rpcrdma,rdma_ucm,ib_srpt,ib_isert,ib_iser,ib_umad,rdma_cm,ib_ipoib,iw_cm,ib_cm,mlx5_ib,ib_uverbs
scsi_transport_sas     45056  1 ses
joydev                 24576  0 
mei                   118784  1 mei_me
i2c_i801               28672  0 
lpc_ich                28672  0 
ioatdma                61440  0 
wmi                    32768  0 
acpi_ipmi              16384  0 
ipmi_si                69632  1 
ipmi_devintf           20480  0 
ipmi_msghandler       110592  4 ipmi_ssif,acpi_ipmi,ipmi_si,ipmi_devintf
acpi_power_meter       20480  0 
br_netfilter           24576  0 
bridge                200704  1 br_netfilter
stp                    16384  1 bridge
llc                    16384  2 bridge,stp
ip_vs_sh               16384  0 
ip_vs_wrr              16384  0 
ip_vs_rr               16384 435 
ip_vs                 172032 441 ip_vs_sh,ip_vs_wrr,ip_vs_rr
nf_conntrack          172032  8 xt_nat,xt_CT,nf_conntrack_netlink,ip6t_MASQUERADE,ipt_MASQUERADE,xt_conntrack,nf_nat,ip_vs
nf_defrag_ipv6         20480  4 xt_TPROXY,xt_socket,ip_vs,nf_conntrack
nf_defrag_ipv4         16384  3 xt_TPROXY,xt_socket,nf_conntrack
libcrc32c              16384  5 libceph,nf_nat,nf_tables,ip_vs,nf_conntrack
ext4                  761856  4 
mbcache                16384  1 ext4
jbd2                  131072  1 ext4
sd_mod                 53248  2 
sg                     40960  0 
i2c_algo_bit           16384  0 
drm_vram_helper        28672  0 
drm_kms_helper        253952  1 drm_vram_helper
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
nvme                   45056 12 
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
drm_ttm_helper         16384  1 drm_vram_helper
ahci                   40960  0 
ttm                    77824  2 drm_vram_helper,drm_ttm_helper
nvme_core             114688 13 nvme
libahci                40960  1 ahci
drm                   573440  4 drm_vram_helper,drm_kms_helper,drm_ttm_helper,ttm
crc32c_intel           24576  7 
megaraid_sas          176128  2 
t10_pi                 16384  2 sd_mod,nvme_core
libata                270336  2 ahci,libahci
i40e                  483328  0 
ixgbe                 376832  0 
mdio                   16384  1 ixgbe
dca                    16384  2 ioatdma,ixgbe
mlx5_core            1384448  1 mlx5_ib
mlxfw                  32768  1 mlx5_core
pci_hyperv_intf        16384  1 mlx5_core
tls                   102400  2 bonding,mlx5_core
psample                20480  1 mlx5_core
+ dmidecode
run.sh: line 30: dmidecode: command not found
+ grep 'Product Name'
+ free -mh
             total       used       free     shared    buffers     cached
Mem:        385338     120725     264613       4292      25864      65794
-/+ buffers/cache:      29066     356271
Swap:            0          0          0
+ cat /proc/loadavg
3.04 5.87 7.51 1/4882 233
+ ldd --version
musl libc (x86_64)
Version 1.1.19
Dynamic Program Loader
Usage: ldd [options] [--] pathname
+ set -e
+ '[' -n '' ']'
+ docker-compose -f cluster.yaml -f tiflash-tagged-image.yaml down
Removing network docker_default
Network docker_default not found.
+ rm -rf ./data ./log
+ docker-compose -f cluster.yaml -f tiflash-tagged-image.yaml up -d
Creating network "docker_default" with the default driver
Pulling pd0 (hub.pingcap.net/qa/pd:master)...
master: Pulling from qa/pd
Pulling tikv0 (hub.pingcap.net/qa/tikv:master)...
master: Pulling from qa/tikv
Pulling tiflash0 (hub.pingcap.net/tiflash/tics:master)...
master: Pulling from tiflash/tics
Creating docker_pd0_1 ... 

Creating docker_pd0_1 ... done
Creating docker_tikv0_1 ... 

Creating docker_tikv0_1 ... done
Creating docker_tidb0_1 ... 
Creating docker_tiflash0_1 ... 

Creating docker_tidb0_1    ... done

Creating docker_tiflash0_1 ... done
+ wait_env dt
+ local engine=dt
+ local timeout=200
+ local failed=true
+ echo '=> wait for env available'
=> wait for env available
+ (( i = 0 ))
+ (( i < 200 ))
++ cat ./log/tidb0/tidb.log
++ grep 'server is running MySQL protocol'
+ [[ -n '' ]]
+ '[' 0 = 0 ']'
+ '[' 0 -ge 10 ']'
+ sleep 1
+ (( i++  ))
+ (( i < 200 ))
++ cat ./log/tidb0/tidb.log
++ grep 'server is running MySQL protocol'
+ [[ -n '' ]]
+ '[' 1 = 0 ']'
+ sleep 1
+ (( i++  ))
+ (( i < 200 ))
++ cat ./log/tidb0/tidb.log
++ grep 'server is running MySQL protocol'
+ [[ -n '' ]]
+ '[' 2 = 0 ']'
+ sleep 1
+ (( i++  ))
+ (( i < 200 ))
++ cat ./log/tidb0/tidb.log
++ grep 'server is running MySQL protocol'
+ [[ -n '' ]]
+ '[' 3 = 0 ']'
+ sleep 1
+ (( i++  ))
+ (( i < 200 ))
++ cat ./log/tidb0/tidb.log
++ grep 'server is running MySQL protocol'
+ [[ -n '' ]]
+ '[' 4 = 0 ']'
+ sleep 1
+ (( i++  ))
+ (( i < 200 ))
++ cat ./log/tidb0/tidb.log
++ grep 'server is running MySQL protocol'
+ [[ -n '' ]]
+ '[' 5 = 0 ']'
+ sleep 1
+ (( i++  ))
+ (( i < 200 ))
++ cat ./log/tidb0/tidb.log
++ grep 'server is running MySQL protocol'
+ [[ -n '' ]]
+ '[' 6 = 0 ']'
+ sleep 1
+ (( i++  ))
+ (( i < 200 ))
++ cat ./log/tidb0/tidb.log
++ grep 'server is running MySQL protocol'
+ [[ -n '' ]]
+ '[' 7 = 0 ']'
+ sleep 1
+ (( i++  ))
+ (( i < 200 ))
++ cat ./log/tidb0/tidb.log
++ grep 'server is running MySQL protocol'
+ [[ -n [2024/05/06 11:09:44.325 +00:00] [INFO] [server.go:308] ["server is running MySQL protocol"] [addr=0.0.0.0:4000]
[2024/05/06 11:09:44.325 +00:00] [INFO] [server.go:322] ["server is running MySQL protocol"] [socket=/tmp/tidb-4000.sock] ]]
++ cat ./log/tiflash/server.log
++ grep 'Start to wait for terminal signal'
+ [[ -n [2024/05/06 19:09:39.958 +08:00] [INFO] [Server.cpp:1827] ["Start to wait for terminal signal"] [thread_id=1] ]]
+ local failed=false
+ break
+ '[' false == true ']'
+ echo '   available'
   available
+ docker-compose -f cluster.yaml -f tiflash-tagged-image.yaml exec -T tiflash0 bash -c 'cd /tests ; ./run-test.sh tidb-ci/fullstack-test true && ./run-test.sh tidb-ci/fullstack-test-dt'
begin to create test case to path ./fullstack-test2/auto_gen/
create test case done
tidb-ci/fullstack-test/dml/partition_table.test: Running
tidb-ci/fullstack-test/dml/partition_table.test: OK [8.912 s]
tidb-ci/fullstack-test/ddl/alter_add_drop_columns.test: Running
  TODO:
    : multi-schema-change is not a feature of release-5.0, this tests are disabled
tidb-ci/fullstack-test/ddl/alter_add_drop_columns.test: OK [0.037 s]
tidb-ci/fullstack-test/ddl/alter_datetime_default_value.test: Running
tidb-ci/fullstack-test/ddl/alter_datetime_default_value.test: OK [12.753 s]
tidb-ci/fullstack-test/ddl/blocked_add_partition.test: Running
tidb-ci/fullstack-test/ddl/blocked_add_partition.test: OK [3.094 s]
tidb-ci/fullstack-test-dt/aggregation_push_down.test: Running
tidb-ci/fullstack-test-dt/aggregation_push_down.test: OK [7.500 s]
tidb-ci/fullstack-test-dt/broadcast_join.test: Running
tidb-ci/fullstack-test-dt/broadcast_join.test: OK [11.906 s]
tidb-ci/fullstack-test-dt/distinct_agg_push_down.test: Running
tidb-ci/fullstack-test-dt/distinct_agg_push_down.test: OK [2.419 s]
tidb-ci/fullstack-test-dt/duplicated_columns.test: Running
tidb-ci/fullstack-test-dt/duplicated_columns.test: OK [1.760 s]
tidb-ci/fullstack-test-dt/expr_push_down.test: Running
tidb-ci/fullstack-test-dt/expr_push_down.test: OK [5.912 s]
tidb-ci/fullstack-test-dt/group_concat.test: Running
tidb-ci/fullstack-test-dt/group_concat.test: OK [10.472 s]
tidb-ci/fullstack-test-dt/issue_1425.test: Running
tidb-ci/fullstack-test-dt/issue_1425.test: OK [2.703 s]
tidb-ci/fullstack-test-dt/mpp_join.test: Running
tidb-ci/fullstack-test-dt/mpp_join.test: OK [1.350 s]
tidb-ci/fullstack-test-dt/projection_push_down.test: Running
tidb-ci/fullstack-test-dt/projection_push_down.test: OK [2.673 s]
tidb-ci/fullstack-test-dt/repeat_push_down.test: Running
tidb-ci/fullstack-test-dt/repeat_push_down.test: OK [1.641 s]
tidb-ci/fullstack-test-dt/timestamp_with_timezone.test: Running
tidb-ci/fullstack-test-dt/timestamp_with_timezone.test: OK [3.879 s]
tidb-ci/fullstack-test-dt/union_push_down.test: Running
tidb-ci/fullstack-test-dt/union_push_down.test: OK [3.251 s]
+ docker-compose -f cluster.yaml -f tiflash-tagged-image.yaml down
Stopping docker_tiflash0_1 ... 
Stopping docker_tidb0_1    ... 
Stopping docker_tikv0_1    ... 
Stopping docker_pd0_1      ... 

Stopping docker_tidb0_1    ... done

Stopping docker_tiflash0_1 ... done

Stopping docker_tikv0_1    ... done

Stopping docker_pd0_1      ... done
Removing docker_tiflash0_1 ... 
Removing docker_tidb0_1    ... 
Removing docker_tikv0_1    ... 
Removing docker_pd0_1      ... 

Removing docker_tidb0_1    ... done

Removing docker_tikv0_1    ... done

Removing docker_pd0_1      ... done

Removing docker_tiflash0_1 ... done
Removing network docker_default
+ rm -rf ./data ./log
+ [[ 1 -eq 1 ]]
+ exit
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // timeout
[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