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-1066-gq6zk-2fvj0-z21s4
Still waiting to schedule task
โ€˜pingcap-tidb-merged-tiflash-test-1066-gq6zk-2fvj0-z21s4โ€™ is offline
Agent pingcap-tidb-merged-tiflash-test-1066-gq6zk-2fvj0-z21s4 is provisioned from template pingcap_tidb_merged_tiflash_test_1066-gq6zk-2fvj0
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/merged_tiflash_test/1066/"
    runUrl: "job/pingcap/job/tidb/job/merged_tiflash_test/1066/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "9cb480da7b7d8cec7adadf7cfe60d7d1d757f568"
    jenkins/label: "pingcap_tidb_merged_tiflash_test_1066-gq6zk"
  name: "pingcap-tidb-merged-tiflash-test-1066-gq6zk-2fvj0-z21s4"
  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-1066-gq6zk-2fvj0-z21s4"
    - name: "JENKINS_NAME"
      value: "pingcap-tidb-merged-tiflash-test-1066-gq6zk-2fvj0-z21s4"
    - 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-1066-gq6zk-2fvj0-z21s4 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=4bfc642f-c10a-4b73-b45a-9cbd8156bb28
JENKINS_NODE_COOKIE=705518cf-433b-4539-b2fc-a1b1e9de1cab
BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_tiflash_test/1066/
GOLANG_VERSION=1.21.6
HOSTNAME=pingcap-tidb-merged-tiflash-test-1066-gq6zk-2fvj0-z21s4
HUDSON_SERVER_COOKIE=83ef27fe9acccc92
KUBERNETES_PORT_443_TCP_PORT=443
KUBERNETES_PORT=tcp://10.233.0.1:443
TERM=xterm
STAGE_NAME=Debug info
BUILD_TAG=jenkins-pingcap-tidb-merged_tiflash_test-1066
KUBERNETES_SERVICE_PORT=443
GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009
JOB_SPEC={"type":"postsubmit","job":"pingcap/tidb/merged_tiflash_test","buildid":"1787372203877076995","prowjobid":"4bfc642f-c10a-4b73-b45a-9cbd8156bb28","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"516977e1f99d9df87e142e1ea280baed56a12a70","base_link":"https://github.com/pingcap/tidb/compare/06ee59bd9c68...516977e1f99d"}}
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/1066/display/redirect?page=changes
RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_tiflash_test/1066/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/1066/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=#1066
JENKINS_URL=https://do.pingcap.net/jenkins/
BUILD_ID=1787372203877076995
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/1066/display/redirect?page=tests
SHLVL=3
HOME=/home/jenkins
POD_LABEL=pingcap_tidb_merged_tiflash_test_1066-gq6zk
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_1066-gq6zk pingcap-tidb-merged-tiflash-test-1066-gq6zk-2fvj0-z21s4
GIT_URL=https://github.com/PingCAP-QE/ci.git
HUDSON_HOME=/var/jenkins_home
CLASSPATH=
NODE_NAME=pingcap-tidb-merged-tiflash-test-1066-gq6zk-2fvj0-z21s4
GOPATH=/go
JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/merged_tiflash_test/display/redirect
BUILD_NUMBER=1066
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-build3925749208=/tmp/go-build -gno-record-gcc-switches'
+ echo -------------------------
-------------------------
+ echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-merged-tiflash-test-1066-gq6zk-2fvj0-z21s4 bash'
debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-merged-tiflash-test-1066-gq6zk-2fvj0-z21s4 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: 34661
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

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

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

;; Query time: 1 msec
;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP)
;; WHEN: Mon May 06 06:43:16 UTC 2024
;; MSG SIZE  rcvd: 77

[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-516977e)
460055552 bytes in 5.83 secs (78854559 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 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
POST git-upload-pack (383 bytes)
From https://github.com/pingcap/tidb
 = [up to date]            master     -> origin/master
HEAD is now at 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
๐Ÿšง Checkouting to base SHA:516977e1f99d9df87e142e1ea280baed56a12a70...
HEAD is now at 516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
โœ… Checked. ๐ŸŽ‰
๐Ÿงพ HEAD info:
516977e1f99d9df87e142e1ea280baed56a12a70
516977e1f9 planner: move ShowPredicateExtractor interface to base package out of core (#52953)
06ee59bd9c planner: add projections to keep join keys as `col=col` (#52989)
600b2ed4bf *: bump client-go to fix #53011 (#53012)
โœ… ~~~~~All done.~~~~~~
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
Cache not saved (git/pingcap/tidb/rev-516977e already exists)
[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-06ee59bd9c683757f75fdd3469f37f50988a1a2f)
233808896 bytes in 10.11 secs (23131280 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@708b46ba; decorates RemoteLauncher[hudson.remoting.Channel@58e675d6:JNLP4-connect connection from 10.233.92.192/10.233.92.192:58944] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/pingcap/tidb/merged_tiflash_test/tiflash/.git # timeout=10
Fetching changes from the remote Git repository
Pruning obsolete local branches
Cleaning workspace
 > 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-516977e1f99d9df87e142e1ea280baed56a12a70)
233812480 bytes in 8.52 secs (27436130 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-81-g516977e1f9" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2024-05-06 06:44:14" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=516977e1f99d9df87e142e1ea280baed56a12a70" -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 go.etcd.io/etcd/api/v3 v3.5.12
go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f
go: downloading github.com/prometheus/client_golang v1.19.0
go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c
go: downloading github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d
go: downloading go.uber.org/automaxprocs v1.5.3
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20240430145241-6cb0704fce51
go: downloading github.com/google/pprof v0.0.0-20240117000934-35fc243c5815
go: downloading go.uber.org/atomic v1.11.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/pingcap/kvproto v0.0.0-20240227073058-929ab83f9754
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading github.com/shirou/gopsutil/v3 v3.24.2
go: downloading github.com/pingcap/tipb v0.0.0-20240318032315-55a7867ddd50
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3
go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible
go: downloading github.com/cockroachdb/errors v1.11.1
go: downloading google.golang.org/grpc v1.63.2
go: downloading go.etcd.io/etcd/client/v3 v3.5.12
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
go: downloading github.com/opentracing/basictracer-go v1.0.0
go: downloading github.com/otiai10/copy v1.2.0
go: downloading github.com/cloudfoundry/gosigar v1.3.6
go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5
go: downloading golang.org/x/sys v0.19.0
go: downloading golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0
go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37
go: downloading golang.org/x/sync v0.7.0
go: downloading golang.org/x/net v0.24.0
go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7
go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
go: downloading github.com/dgraph-io/ristretto v0.1.1
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21
go: downloading github.com/twmb/murmur3 v1.1.6
go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f
go: downloading github.com/coocood/freecache v1.2.1
go: downloading gopkg.in/yaml.v2 v2.4.0
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/stretchr/testify v1.9.0
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/dolthub/swiss v0.2.1
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading github.com/google/btree v1.1.2
go: downloading github.com/docker/go-units v0.5.0
go: downloading golang.org/x/text v0.14.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/jellydator/ttlcache/v3 v3.0.1
go: downloading github.com/influxdata/tdigest v0.0.1
go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a
go: downloading github.com/YangKeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117
go: downloading github.com/tidwall/btree v1.7.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading go.uber.org/mock v0.4.0
go: downloading github.com/go-sql-driver/mysql v1.7.1
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
go: downloading github.com/pingcap/badger v1.5.1-0.20230103063557-828f39b09b6d
go: downloading golang.org/x/tools v0.20.0
go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
go: downloading github.com/prometheus/common v0.53.0
go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0
go: downloading github.com/dolthub/maphash v0.1.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/azidentity v1.5.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0
go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581
go: downloading github.com/aws/aws-sdk-go v1.50.0
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/carlmjohnson/flagext v0.21.0
go: downloading github.com/cockroachdb/pebble v1.1.0
go: downloading github.com/jfcg/sorty/v2 v2.1.0
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12
go: downloading google.golang.org/protobuf v1.33.0
go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df
go: downloading github.com/cheggaaa/pb/v3 v3.0.8
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/robfig/cron/v3 v3.0.1
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/vbauerster/mpb/v7 v7.5.3
go: downloading github.com/fatih/color v1.16.0
go: downloading golang.org/x/term v0.19.0
go: downloading github.com/go-asn1-ber/asn1-ber v1.5.4
go: downloading github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
go: downloading cloud.google.com/go v0.112.0
go: downloading github.com/spf13/cobra v1.8.0
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/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/pkg/errors v0.9.1
go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible
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 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/jedib0t/go-pretty/v6 v6.2.2
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8
go: downloading github.com/jfcg/sixb v1.3.8
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/golang/glog v1.2.0
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading k8s.io/api v0.28.6
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
go: downloading github.com/mattn/go-runewidth v0.0.15
go: downloading github.com/VividCortex/ewma v1.2.0
go: downloading google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de
go: downloading github.com/coreos/go-systemd/v22 v22.5.0
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading github.com/lestrrat-go/httpcc v1.0.1
go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989
go: downloading github.com/apache/thrift v0.16.0
go: downloading cloud.google.com/go/compute v1.24.0
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/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/rivo/uniseg v0.4.6
go: downloading cloud.google.com/go/iam v1.1.6
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/klauspost/cpuid v1.3.1
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/golang-jwt/jwt/v5 v5.2.0
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/DataDog/zstd v1.5.5
go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06
go: downloading k8s.io/apimachinery v0.28.6
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading github.com/google/gofuzz v1.2.0
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading k8s.io/klog/v2 v2.120.1
go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b
go: downloading github.com/tklauser/go-sysconf v0.3.12
go: downloading github.com/tklauser/numcpus v0.6.1
go: downloading github.com/google/s2a-go v0.1.7
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
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-516977e1f99d9df87e142e1ea280baed56a12a70)
217237504 bytes in 5.34 secs (40651636 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: 5.19.0-1.el7.elrepo.x86_64
Operating System: Alpine Linux v3.16 (containerized)
OSType: linux
Architecture: x86_64
CPUs: 96
Total Memory: 376.4GiB
Name: pingcap-tidb-merged-tiflash-test-1066-gq6zk-2fvj0-z21s4
ID: PBKB:AFPW:ETBH:5EJR:IDLN:VVKR:K2TI:FG3G:HB7N:DZSZ:UZAO:VPTE
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/
[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-81-g516977e1f9
Edition: Community
Git Commit Hash: 516977e1f99d9df87e142e1ea280baed56a12a70
Git Branch: HEAD
UTC Build Time: 2024-05-06 06:44:14
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
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   114  100   114    0     0     73      0  0:00:01  0:00:01 --:--:--    73
100   114  100   114    0     0     73      0  0:00:01  0:00:01 --:--:--    73
+ 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-81-g516977e1f9
Edition: Community
Git Commit Hash: 516977e1f99d9df87e142e1ea280baed56a12a70
Git Branch: HEAD
UTC Build Time: 2024-05-06 06:44:14
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: Verifying Checksum
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
 ---> acc950ce5320
Step 3/4 : EXPOSE 4000
 ---> Running in 2f37f02c760c
Removing intermediate container 2f37f02c760c
 ---> 073082d5492e
Step 4/4 : ENTRYPOINT ["/tidb-server"]
 ---> Running in 69583ecc55f1
Removing intermediate container 69583ecc55f1
 ---> cd78f7808d4f
Successfully built cd78f7808d4f
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    198.3G    215.2G  48% /
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    183.2G      1.5T  11% /etc/hosts
/dev/nvme0n1              1.8T    183.2G      1.5T  11% /dev/termination-log
/dev/sda3               435.7G    198.3G    215.2G  48% /etc/hostname
/dev/sda3               435.7G    198.3G    215.2G  48% /etc/resolv.conf
/dev/nvme0n1              1.8T    183.2G      1.5T  11% /home/jenkins/agent
tmpfs                   342.3G     12.0K    342.3G   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                   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:1
+ cat /proc/cpuinfo
+ grep name
+ uniq -c
+ cut -f2 -d:
     96  Intel(R) Xeon(R) Gold 5220R CPU @ 2.20GHz
+ lscpu
run.sh: line 25: lscpu: command not found
+ cat /proc/meminfo
MemTotal:       394691052 kB
MemFree:        222959908 kB
MemAvailable:   350735160 kB
Buffers:        56618240 kB
Cached:         62820436 kB
SwapCached:            0 kB
Active:         70182612 kB
Inactive:       60322648 kB
Active(anon):    3038852 kB
Inactive(anon): 11961256 kB
Active(file):   67143760 kB
Inactive(file): 48361392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19244 kB
Writeback:             0 kB
AnonPages:      11027768 kB
Mapped:          1666772 kB
Shmem:           4447136 kB
KReclaimable:   16240424 kB
Slab:           25432868 kB
SReclaimable:   16240424 kB
SUnreclaim:      9192444 kB
KernelStack:      147104 kB
PageTables:        92388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    197345524 kB
Committed_AS:   46767392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:     1011756 kB
VmallocChunk:          0 kB
Percpu:         13315200 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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:    33374640 kB
DirectMap2M:    281888768 kB
DirectMap1G:    88080384 kB
+ uname -a
Linux pingcap-tidb-merged-tiflash-test-1066-gq6zk-2fvj0-z21s4 5.19.0-1.el7.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jul 31 19:04:17 EDT 2022 x86_64 Linux
+ hostname
pingcap-tidb-merged-tiflash-test-1066-gq6zk-2fvj0-z21s4
+ lsmod
Module                  Size  Used by    Tainted: G S
rpcsec_gss_krb5        32768  0 
auth_rpcgss           135168  1 rpcsec_gss_krb5
nfsv4                 905216  0 
dns_resolver           16384  1 nfsv4
nft_chain_nat          16384  3 
nft_compat             20480  4 
nfsv3                  49152  0 
nfs_acl                16384  1 nfsv3
nfs                   442368  2 nfsv4,nfsv3
lockd                 106496  2 nfsv3,nfs
grace                  16384  1 lockd
fscache               368640  1 nfs
netfs                  53248  1 fscache
xt_TPROXY              20480  2 
nf_tproxy_ipv6         20480  1 xt_TPROXY
nf_tproxy_ipv4         20480  1 xt_TPROXY
xt_nat                 16384  3 
xt_CT                  16384 13 
cls_bpf                24576 23 
sch_ingress            16384 20 
vxlan                  90112  0 
ip6_udp_tunnel         16384  1 vxlan
udp_tunnel             24576  1 vxlan
veth                   32768  0 
xt_socket              16384  1 
nf_socket_ipv4         16384  1 xt_socket
nf_socket_ipv6         20480  1 xt_socket
ip6table_raw           16384  0 
iptable_raw            16384  1 
nf_conntrack_netlink    49152  0 
xt_addrtype            16384  6 
xt_set                 20480  6 
ip_set_hash_ipportnet    49152  2 
ip_set_hash_ipportip    45056  4 
ip_set_hash_ipport     40960 16 
ip_set_bitmap_port     16384 10 
dummy                  16384  0 
nf_tables             237568 57 nft_chain_nat,nft_compat
nbd                    57344  0 
rbd                   106496  0 
libceph               430080  1 rbd
ip_set                 53248  5 xt_set,ip_set_hash_ipportnet,ip_set_hash_ipportip,ip_set_hash_ipport,ip_set_bitmap_port
nfnetlink              20480  7 nft_compat,nf_conntrack_netlink,nf_tables,ip_set
ip6table_mangle        16384  1 
ip6table_filter        16384  1 
iptable_mangle         16384  1 
ip6table_nat           16384  1 
ip6_tables             32768  4 ip6table_raw,ip6table_mangle,ip6table_filter,ip6table_nat
xt_MASQUERADE          20480  6 
xt_conntrack           16384  6 
xt_comment             16384 55 
iptable_filter         16384  2 
xt_mark                16384 30 
iptable_nat            16384  2 
nf_nat                 49152  5 nft_chain_nat,xt_nat,ip6table_nat,xt_MASQUERADE,iptable_nat
overlay               139264 65 
bonding               192512  0 
mlx4_en               122880  0 
mlx4_core             327680  1 mlx4_en
intel_uncore_frequency    16384  0 
intel_uncore_frequency_common    16384  1 intel_uncore_frequency
isst_if_common         16384  0 
skx_edac               20480  0 
nfit                   69632  1 skx_edac
x86_pkg_temp_thermal    20480  0 
sunrpc                577536  8 rpcsec_gss_krb5,auth_rpcgss,nfsv4,nfsv3,nfs_acl,nfs,lockd
coretemp               20480  0 
kvm_intel             319488  0 
kvm                   978944  1 kvm_intel
iTCO_wdt               16384  0 
iTCO_vendor_support    16384  1 iTCO_wdt
irqbypass              16384  1 kvm
crct10dif_pclmul       16384  1 
crc32_pclmul           16384  0 
dm_mod                147456 20 
ghash_clmulni_intel    16384  0 
mlx5_ib               348160  0 
aesni_intel           376832  0 
crypto_simd            16384  1 aesni_intel
cryptd                 24576  2 ghash_clmulni_intel,crypto_simd
ib_uverbs             147456  1 mlx5_ib
i2c_i801               36864  0 
rapl                   20480  0 
lpc_ich                28672  0 
pcspkr                 16384  0 
sg                     40960  0 
intel_cstate           20480  0 
ib_core               380928  2 mlx5_ib,ib_uverbs
input_leds             16384  0 
joydev                 28672  0 
i2c_smbus              20480  1 i2c_i801
mfd_core               20480  1 lpc_ich
mei_me                 40960  0 
acpi_ipmi              20480  0 
mei                   139264  1 mei_me
ioatdma                61440  0 
intel_pch_thermal      20480  0 
ipmi_si                65536  1 
wmi                    32768  0 
ipmi_devintf           20480  0 
ipmi_msghandler        69632  3 acpi_ipmi,ipmi_si,ipmi_devintf
acpi_power_meter       20480  0 
br_netfilter           28672  0 
ip_vs_sh               16384  0 
ip_vs_wrr              16384  0 
ip_vs_rr               16384 428 
ip_vs                 163840 434 ip_vs_sh,ip_vs_wrr,ip_vs_rr
nf_conntrack          163840  7 xt_nat,xt_CT,nf_conntrack_netlink,xt_MASQUERADE,xt_conntrack,nf_nat,ip_vs
nf_defrag_ipv6         24576  4 xt_TPROXY,xt_socket,ip_vs,nf_conntrack
nf_defrag_ipv4         16384  3 xt_TPROXY,xt_socket,nf_conntrack
libcrc32c              16384  5 nf_tables,libceph,nf_nat,ip_vs,nf_conntrack
ip_tables              32768  4 iptable_raw,iptable_mangle,iptable_filter,iptable_nat
ext4                  827392  4 
mbcache                16384  1 ext4
jbd2                  147456  1 ext4
sd_mod                 57344  2 
nvme                   49152 12 
i2c_algo_bit           16384  0 
drm_vram_helper        24576  0 
nvme_core             131072 13 nvme
drm_kms_helper        176128  1 drm_vram_helper
t10_pi                 16384  2 sd_mod,nvme_core
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
drm_ttm_helper         16384  1 drm_vram_helper
ttm                    77824  2 drm_vram_helper,drm_ttm_helper
ahci                   49152  0 
crc64_rocksoft         20480  1 t10_pi
libahci                45056  1 ahci
crc32c_intel           24576  5 
crc64                  20480  1 crc64_rocksoft
megaraid_sas          163840  2 
drm                   524288  4 drm_vram_helper,drm_kms_helper,drm_ttm_helper,ttm
libata                356352  2 ahci,libahci
i40e                  446464  0 
ixgbe                 352256  0 
mdio                   16384  1 ixgbe
dca                    16384  2 ioatdma,ixgbe
mlx5_core             827392  1 mlx5_ib
mlxfw                  32768  1 mlx5_core
pci_hyperv_intf        16384  1 mlx5_core
ptp                    32768  4 mlx4_en,i40e,ixgbe,mlx5_core
pps_core               24576  1 ptp
fuse                  143360  1 
+ dmidecode
run.sh: line 30: dmidecode: command not found
+ grep 'Product Name'
+ free -mh
             total       used       free     shared    buffers     cached
Mem:        385440     167708     217732       4342      55291      61348
-/+ buffers/cache:      51069     334371
Swap:            0          0          0
+ cat /proc/loadavg
14.95 19.12 18.41 7/9101 234
+ 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'
cat: can't open './log/tidb0/tidb.log': No such file or directory
+ [[ -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 grep ./log/tidb0/tidb.log'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 '' ]]
+ '[' 8 = 0 ']'
+ sleep 1
+ (( i++  ))
+ (( i < 200 ))
++ cat ./log/tidb0/tidb.log
++ grep 'server is running MySQL protocol'
+ [[ -n '' ]]
+ '[' 9 = 0 ']'
+ sleep 1
+ (( i++  ))
+ (( i < 200 ))
++ cat ./log/tidb0/tidb.log
++ grep 'server is running MySQL protocol'
+ [[ -n [2024/05/06 06:54:04.880 +00:00] [INFO] [server.go:308] ["server is running MySQL protocol"] [addr=0.0.0.0:4000]
[2024/05/06 06:54:04.880 +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 14:53:58.874 +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.972 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.056 s]
tidb-ci/fullstack-test/ddl/alter_datetime_default_value.test: Running
tidb-ci/fullstack-test/ddl/alter_datetime_default_value.test: OK [40.500 s]
tidb-ci/fullstack-test/ddl/blocked_add_partition.test: Running
tidb-ci/fullstack-test/ddl/blocked_add_partition.test: OK [9.205 s]
tidb-ci/fullstack-test-dt/aggregation_push_down.test: Running
tidb-ci/fullstack-test-dt/aggregation_push_down.test: OK [12.932 s]
tidb-ci/fullstack-test-dt/broadcast_join.test: Running
tidb-ci/fullstack-test-dt/broadcast_join.test: OK [22.193 s]
tidb-ci/fullstack-test-dt/distinct_agg_push_down.test: Running
tidb-ci/fullstack-test-dt/distinct_agg_push_down.test: OK [4.672 s]
tidb-ci/fullstack-test-dt/duplicated_columns.test: Running
tidb-ci/fullstack-test-dt/duplicated_columns.test: OK [4.574 s]
tidb-ci/fullstack-test-dt/expr_push_down.test: Running
tidb-ci/fullstack-test-dt/expr_push_down.test: OK [19.744 s]
tidb-ci/fullstack-test-dt/group_concat.test: Running
tidb-ci/fullstack-test-dt/group_concat.test: OK [31.742 s]
tidb-ci/fullstack-test-dt/issue_1425.test: Running
tidb-ci/fullstack-test-dt/issue_1425.test: OK [2.813 s]
tidb-ci/fullstack-test-dt/mpp_join.test: Running
tidb-ci/fullstack-test-dt/mpp_join.test: OK [1.454 s]
tidb-ci/fullstack-test-dt/projection_push_down.test: Running
tidb-ci/fullstack-test-dt/projection_push_down.test: OK [1.859 s]
tidb-ci/fullstack-test-dt/repeat_push_down.test: Running
tidb-ci/fullstack-test-dt/repeat_push_down.test: OK [2.802 s]
tidb-ci/fullstack-test-dt/timestamp_with_timezone.test: Running
tidb-ci/fullstack-test-dt/timestamp_with_timezone.test: OK [7.929 s]
tidb-ci/fullstack-test-dt/union_push_down.test: Running
tidb-ci/fullstack-test-dt/union_push_down.test: OK [7.078 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_tiflash0_1 ... done

Removing docker_tikv0_1    ... done

Removing docker_pd0_1      ... done

Removing docker_tidb0_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