Started by user Jenkins Admin Obtained pipelines/pingcap/tiflow/latest/pull_dm_integration_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/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tiflow/pingcap-tiflow-pull-dm-integration-test-4111-85cts-cz3z1-clwz2 Agent pingcap-tiflow-pull-dm-integration-test-4111-85cts-cz3z1-clwz2 is provisioned from template pingcap_tiflow_pull_dm_integration_test_4111-85cts-cz3z1 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "5d259e6bac2d766ce642e5a9f04832398aefc102" jenkins/label: "pingcap_tiflow_pull_dm_integration_test_4111-85cts" name: "pingcap-tiflow-pull-dm-integration-test-4111-85cts-cz3z1-clwz2" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tiflow-pull-dm-integration-test-4111-85cts-cz3z1-clwz2" - name: "JENKINS_NAME" value: "pingcap-tiflow-pull-dm-integration-test-4111-85cts-cz3z1-clwz2" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" Running on pingcap-tiflow-pull-dm-integration-test-4111-85cts-cz3z1-clwz2 in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_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/tiflow/pull_dm_integration_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 > git rev-list --no-walk 3e31ec89ba643faa364a78dbc7f062bb55f9c486 # timeout=10 [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv GIT_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tiflow/pull_dm_integration_test","buildid":"1908056220908916736","prowjobid":"1cf3c90c-ab10-40ff-9dff-43bbd907dd40","refs":{"org":"pingcap","repo":"tiflow","repo_link":"https://github.com/pingcap/tiflow","base_ref":"master","base_sha":"4c631d5951854ac91765b729fe3849d8e8d5ed8a","base_link":"https://github.com/pingcap/tiflow/commit/4c631d5951854ac91765b729fe3849d8e8d5ed8a","pulls":[{"number":12118,"author":"dveeden","sha":"a306f48949e037965a7c1963f500f7e0abbfba51","title":"dm: upgrade go-mysql to v1.12.0","head_ref":"new_gomysql","link":"https://github.com/pingcap/tiflow/pull/12118","commit_link":"https://github.com/pingcap/tiflow/pull/12118/commits/a306f48949e037965a7c1963f500f7e0abbfba51","author_link":"https://github.com/dveeden"}]}} _=/usr/bin/printenv TZ=Asia/Shanghai BUILD_ID=1908056220908916736 POD_LABEL=pingcap_tiflow_pull_dm_integration_test_4111-85cts HOSTNAME=pingcap-tiflow-pull-dm-integration-test-4111-85cts-cz3z1-clwz2 OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/display/redirect?page=changes JENKINS_NODE_COOKIE=0a3c28fc-9279-4b08-b81a-08316908005a GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JAVA_HOME=/usr/lib/jvm/jre-openjdk JOB_BASE_NAME=pull_dm_integration_test WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test@tmp KUBERNETES_PORT_443_TCP_PROTO=tcp TINI_VERSION=v0.19.0 CI=true GIT_URL=https://github.com/PingCAP-QE/ci.git CLASSPATH= KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 FILE_SERVER_URL=http://fileserver.pingcap.net POD_CONTAINER=golang GOPATH=/go BUILD_NUMBER=4111 USE_BAZEL_VERSION=6.5.0 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test PWD=/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/home/jenkins NODE_NAME=pingcap-tiflow-pull-dm-integration-test-4111-85cts-cz3z1-clwz2 HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tiflow/pull_dm_integration_test RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/display/redirect?page=tests KUBERNETES_SERVICE_PORT_HTTPS=443 KUBERNETES_PORT_443_TCP_PORT=443 GIT_PREVIOUS_COMMIT=3e31ec89ba643faa364a78dbc7f062bb55f9c486 HUDSON_HOME=/var/jenkins_home JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/display/redirect PROW_JOB_ID=1cf3c90c-ab10-40ff-9dff-43bbd907dd40 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/ BUILD_DISPLAY_NAME=#4111 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tiflow-pull_dm_integration_test-4111 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap_tiflow_pull_dm_integration_test_4111-85cts pingcap-tiflow-pull-dm-integration-test-4111-85cts-cz3z1-clwz2 PATH=/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin GIT_PREVIOUS_SUCCESSFUL_COMMIT=3e31ec89ba643faa364a78dbc7f062bb55f9c486 KUBERNETES_SERVICE_HOST=10.233.0.1 JENKINS_SERVER_COOKIE=durable-e4960c3787c8b0a028d56044159150f6020eb6e83c507357bbc62d29b344724b + 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.23.3' GODEBUG='' GOTELEMETRY='local' GOTELEMETRYDIR='/home/jenkins/.config/go/telemetry' 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 -ffile-prefix-map=/tmp/go-build1527604538=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + echo 'debug command: kubectl -n jenkins-tiflow exec -ti pingcap-tiflow-pull-dm-integration-test-4111-85cts-cz3z1-clwz2 -c golang -- bash' debug command: kubectl -n jenkins-tiflow exec -ti pingcap-tiflow-pull-dm-integration-test-4111-85cts-cz3z1-clwz2 -c golang -- 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: 6364 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: a50efe5ab3eafd0b (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 21 IN A 20.27.177.113 github.com. 21 IN A 20.205.243.166 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Fri Apr 04 07:17:40 UTC 2025 ;; MSG SIZE rcvd: 103 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Check diff files) [Pipeline] container [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $token [Pipeline] { [Pipeline] httpRequest Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [token] See https://jenkins.io/redirect/groovy-string-interpolation for details. HttpMethod: GET URL: https://api.github.com/repos/pingcap/tiflow/pulls/12118/files?page=1&per_page=100 Content-Type: application/json Authorization: ***** Sending request to url: https://api.github.com/repos/pingcap/tiflow/pulls/12118/files?page=1&per_page=100 Response Code: HTTP/1.1 200 OK Success: Status code 200 is in the accepted range: 100:399 [Pipeline] httpRequest Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [token] See https://jenkins.io/redirect/groovy-string-interpolation for details. HttpMethod: GET URL: https://api.github.com/repos/pingcap/tiflow/pulls/12118/files?page=2&per_page=100 Content-Type: application/json Authorization: ***** Sending request to url: https://api.github.com/repos/pingcap/tiflow/pulls/12118/files?page=2&per_page=100 Response Code: HTTP/1.1 200 OK Success: Status code 200 is in the accepted range: 100:399 [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo pr_diff_files: [go.mod, go.sum] [Pipeline] echo diff file matched: go.mod [Pipeline] echo matched, some diff files full path start with dm/ or pkg/ or go.mod, run the dm integration test [Pipeline] } [Pipeline] // script [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/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tiflow/rev-4c631d5-a306f48) 192337920 bytes in 0.69 secs (278908104 bytes/sec) [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh git version 2.43.5 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/.git/ .git HEAD is now at a306f4894 dm: upgrade go-mysql to v1.12.0 POST git-upload-pack (656 bytes) From https://github.com/pingcap/tiflow = [up to date] master -> origin/master = [up to date] refs/pull/12118/head -> origin/pr/12118/head Previous HEAD position was a306f4894 dm: upgrade go-mysql to v1.12.0 HEAD is now at 4c631d595 kafka(ticdc): ddl sink close the underline sink if send ddl or checkpoint failed and refactor the kafka ddl sink (#12112) ๐Ÿšง Checkouting to base SHA:4c631d5951854ac91765b729fe3849d8e8d5ed8a... HEAD is now at 4c631d595 kafka(ticdc): ddl sink close the underline sink if send ddl or checkpoint failed and refactor the kafka ddl sink (#12112) โœ… Checked. ๐ŸŽ‰ ๐Ÿงพ HEAD info: 4c631d5951854ac91765b729fe3849d8e8d5ed8a 4c631d595 kafka(ticdc): ddl sink close the underline sink if send ddl or checkpoint failed and refactor the kafka ddl sink (#12112) 3cf60079e codec(ticdc): modify DDL type support about debezium protocol (#12113) 9ed3d76c5 consumer(ticdc): adjust consumer log level (#12092) ๐Ÿšง Pre-merge heads of pull requests to base SHA: 4c631d5951854ac91765b729fe3849d8e8d5ed8a ... Updating 4c631d595..a306f4894 Fast-forward go.mod | 5 ++--- go.sum | 8 ++------ 2 files changed, 4 insertions(+), 9 deletions(-) ๐Ÿงพ Pre-merged result: a306f48949e037965a7c1963f500f7e0abbfba51 a306f4894 dm: upgrade go-mysql to v1.12.0 4c631d595 kafka(ticdc): ddl sink close the underline sink if send ddl or checkpoint failed and refactor the kafka ddl sink (#12112) 3cf60079e codec(ticdc): modify DDL type support about debezium protocol (#12113) โœ… Pre merged ๐ŸŽ‰ โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // retry [Pipeline] } Cache not saved (git/pingcap/tiflow/rev-4c631d5-a306f48 already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (prepare) [Pipeline] timeout Timeout set to expire in 20 min [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/third_party_download [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo computeBranchFromPR component: tidb, prTargetBranch: master, prTitle: dm: upgrade go-mysql to v1.12.0, trunkBranch: master [Pipeline] echo computeBranchFromPR component: pd, prTargetBranch: master, prTitle: dm: upgrade go-mysql to v1.12.0, trunkBranch: master [Pipeline] echo computeBranchFromPR component: tikv, prTargetBranch: master, prTitle: dm: upgrade go-mysql to v1.12.0, trunkBranch: master [Pipeline] retry [Pipeline] { [Pipeline] sh + export TIDB_BRANCH=master + TIDB_BRANCH=master + export PD_BRANCH=master + PD_BRANCH=master + export TIKV_BRANCH=master + TIKV_BRANCH=master + cd ../tiflow + ./dm/tests/download-integration-test-binaries.sh master Downloading binaries... >>> Downloading tidb-server.tar.gz from http://fileserver.pingcap.net/download/builds/pingcap/tidb/d9fb3a53376157be49b5a7941e6e689a33c81eb0/centos7/tidb-server.tar.gz 2025-04-04 15:18:06 URL:http://fileserver.pingcap.net/download/builds/pingcap/tidb/d9fb3a53376157be49b5a7941e6e689a33c81eb0/centos7/tidb-server.tar.gz [620275338/620275338] -> "tmp/tidb-server.tar.gz" [1] >>> Downloading tikv-server.tar.gz from http://fileserver.pingcap.net/download/builds/pingcap/tikv/3eb3439fd88f0db9de06ef92e845e80b32c9b49a/centos7/tikv-server.tar.gz 2025-04-04 15:18:50 URL:http://fileserver.pingcap.net/download/builds/pingcap/tikv/3eb3439fd88f0db9de06ef92e845e80b32c9b49a/centos7/tikv-server.tar.gz [817400808/817400808] -> "tmp/tikv-server.tar.gz" [1] >>> Downloading pd-server.tar.gz from http://fileserver.pingcap.net/download/builds/pingcap/pd/9d6bbb8529d9d2acb9cf324a65e94ece465f6346/centos7/pd-server.tar.gz 2025-04-04 15:19:03 URL:http://fileserver.pingcap.net/download/builds/pingcap/pd/9d6bbb8529d9d2acb9cf324a65e94ece465f6346/centos7/pd-server.tar.gz [228444265/228444265] -> "tmp/pd-server.tar.gz" [1] >>> Downloading gh-ost-binary-linux-20200828140552.tar.gz from https://github.com/github/gh-ost/releases/download/v1.1.0/gh-ost-binary-linux-20200828140552.tar.gz 2025-04-04 15:19:09 URL:https://objects.githubusercontent.com/github-production-release-asset-2e65be/54378638/ac8d1400-e94a-11ea-9664-8b516d434420?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250404%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250404T071907Z&X-Amz-Expires=300&X-Amz-Signature=186413dc280be3692f8742500802cda7775641a1b3fdf7bc3883547f895d07be&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dgh-ost-binary-linux-20200828140552.tar.gz&response-content-type=application%2Foctet-stream [5141587/5141587] -> "tmp/gh-ost-binary-linux-20200828140552.tar.gz" [1] >>> Downloading minio.tar.gz from http://fileserver.pingcap.net/download/minio.tar.gz 2025-04-04 15:19:09 URL:http://fileserver.pingcap.net/download/minio.tar.gz [17718777/17718777] -> "tmp/minio.tar.gz" [1] Download SUCCESS + ls -alh ./bin total 1.1G drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:19 . drwxr-sr-x 19 jenkins jenkins 4.0K Apr 4 15:19 .. drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:19 bin -rwxr-xr-x 1 jenkins jenkins 9.8M Aug 28 2020 gh-ost -rwxr-xr-x 1 jenkins jenkins 50M Jul 29 2020 minio -rwxr-xr-x 1 jenkins jenkins 41M Apr 3 15:30 pd-api-bench -rwxr-xr-x 1 jenkins jenkins 44M Apr 3 15:29 pd-ctl -rwxr-xr-x 1 jenkins jenkins 40M Apr 3 15:30 pd-heartbeat-bench -rwxr-xr-x 1 jenkins jenkins 35M Apr 3 15:29 pd-recover -rwxr-xr-x 1 jenkins jenkins 37M Apr 3 15:30 pd-region-bench -rwxr-xr-x 1 jenkins jenkins 115M Apr 3 15:29 pd-server -rwxr-xr-x 1 jenkins jenkins 37M Apr 3 15:30 pd-tso-bench -rwxr-xr-x 1 jenkins jenkins 15M Apr 3 15:30 pd-ut -rwxr-xr-x 1 jenkins jenkins 35M Apr 3 15:30 regions-dump -rwxr-xr-x 1 jenkins jenkins 35M Apr 3 15:30 stores-dump -rwxr-xr-x 1 jenkins jenkins 241M Apr 3 19:14 tidb-server -rwxr-xr-x 1 jenkins jenkins 373M Apr 2 11:56 tikv-server -rwxr-xr-x 1 jenkins jenkins 2.3M Apr 3 15:30 xprog + cd - /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/third_party_download + mkdir -p bin + mv ../tiflow/bin/bin ../tiflow/bin/gh-ost ../tiflow/bin/minio ../tiflow/bin/pd-api-bench ../tiflow/bin/pd-ctl ../tiflow/bin/pd-heartbeat-bench ../tiflow/bin/pd-recover ../tiflow/bin/pd-region-bench ../tiflow/bin/pd-server ../tiflow/bin/pd-tso-bench ../tiflow/bin/pd-ut ../tiflow/bin/regions-dump ../tiflow/bin/stores-dump ../tiflow/bin/tidb-server ../tiflow/bin/tikv-server ../tiflow/bin/xprog ./bin/ + ls -alh ./bin total 1.1G drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:19 . drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:19 .. drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:19 bin -rwxr-xr-x 1 jenkins jenkins 9.8M Aug 28 2020 gh-ost -rwxr-xr-x 1 jenkins jenkins 50M Jul 29 2020 minio -rwxr-xr-x 1 jenkins jenkins 41M Apr 3 15:30 pd-api-bench -rwxr-xr-x 1 jenkins jenkins 44M Apr 3 15:29 pd-ctl -rwxr-xr-x 1 jenkins jenkins 40M Apr 3 15:30 pd-heartbeat-bench -rwxr-xr-x 1 jenkins jenkins 35M Apr 3 15:29 pd-recover -rwxr-xr-x 1 jenkins jenkins 37M Apr 3 15:30 pd-region-bench -rwxr-xr-x 1 jenkins jenkins 115M Apr 3 15:29 pd-server -rwxr-xr-x 1 jenkins jenkins 37M Apr 3 15:30 pd-tso-bench -rwxr-xr-x 1 jenkins jenkins 15M Apr 3 15:30 pd-ut -rwxr-xr-x 1 jenkins jenkins 35M Apr 3 15:30 regions-dump -rwxr-xr-x 1 jenkins jenkins 35M Apr 3 15:30 stores-dump -rwxr-xr-x 1 jenkins jenkins 241M Apr 3 19:14 tidb-server -rwxr-xr-x 1 jenkins jenkins 373M Apr 2 11:56 tikv-server -rwxr-xr-x 1 jenkins jenkins 2.3M Apr 3 15:30 xprog + ./bin/tidb-server -V Release Version: v9.0.0-beta.1.pre-511-gd9fb3a5337 Edition: Community Git Commit Hash: d9fb3a53376157be49b5a7941e6e689a33c81eb0 Git Branch: master UTC Build Time: 2025-04-03 11:14:01 GoVersion: go1.23.8 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v9.0.0-beta.1.pre-91-g9d6bbb852 Edition: Community Git Commit Hash: 9d6bbb8529d9d2acb9cf324a65e94ece465f6346 Git Branch: master UTC Build Time: 2025-04-03 07:28:59 + ./bin/tikv-server -V TiKV Release Version: 9.0.0-beta.1 Edition: Community Git Commit Hash: 3eb3439fd88f0db9de06ef92e845e80b32c9b49a Git Commit Branch: master UTC Build Time: 2025-04-02 02:57:52 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] cache Cache not restored (no such key found) [Pipeline] { [Pipeline] sh + [[ ! -f bin/sync_diff_inspector ]] + echo 'Building binaries...' Building binaries... + make dm_integration_test_build go: downloading go1.23.4 (linux/amd64) cd tools/check && GO111MODULE=on go build -mod=mod -o ../bin/failpoint-ctl github.com/pingcap/failpoint/failpoint-ctl go: downloading github.com/pingcap/failpoint v0.0.0-20210316064728-7acb0f0a3dfd go: downloading github.com/sergi/go-diff v1.1.0 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:19:16" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading google.golang.org/grpc v1.64.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading google.golang.org/protobuf v1.35.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading github.com/xdg/scram v1.0.5 go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading go.uber.org/atomic v1.11.0 go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading golang.org/x/text v0.21.0 go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading golang.org/x/net v0.33.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading golang.org/x/sys v0.28.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/eapache/go-resiliency v1.4.0 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/pierrec/lz4/v4 v4.1.18 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/coocood/freecache v1.2.1 go: downloading golang.org/x/sync v0.10.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/yangkeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/tidwall/btree v1.7.0 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/spkg/bom v1.0.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 golang.org/x/oauth2 v0.24.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading golang.org/x/time v0.7.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.27.0 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/dolthub/maphash v0.1.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/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading cloud.google.com/go v0.112.2 go: downloading github.com/jfcg/sixb v1.3.8 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/apache/thrift v0.16.0 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/robfig/cron v1.2.0 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.0 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible 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/tklauser/go-sysconf v0.3.12 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading cloud.google.com/go/iam v1.1.7 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 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.24.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading github.com/kr/text v0.2.0 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.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 $(echo $(for p in $(go list ./... | grep -vE 'vendor|proto|tiflow/tests|integration|testing_utils|pb|pbmock|tiflow/bin'); do echo ${p#"github.com/pingcap/tiflow/"}|grep -v "github.com/pingcap/tiflow"; done) | xargs tools/bin/failpoint-ctl enable >/dev/null) go: downloading github.com/uber-go/atomic v1.4.0 go: downloading github.com/golang/mock v1.6.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/apache/pulsar-client-go v0.11.0 go: downloading github.com/aws/aws-sdk-go-v2 v1.19.1 go: downloading go.etcd.io/etcd/pkg/v3 v3.5.12 go: downloading github.com/r3labs/diff v1.1.0 go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 go: downloading github.com/pingcap/tidb-dashboard v0.0.0-20240326110213-9768844ff5d7 go: downloading github.com/benbjohnson/clock v1.1.0 go: downloading github.com/tinylib/msgp v1.1.6 go: downloading github.com/swaggo/swag v1.16.3 go: downloading go.etcd.io/etcd/server/v3 v3.5.12 go: downloading github.com/hashicorp/golang-lru v0.5.1 go: downloading github.com/KimMachineGun/automemlimit v0.2.4 go: downloading github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2 go: downloading github.com/swaggo/gin-swagger v1.2.0 go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/gavv/monotime v0.0.0-20190418164738-30dba4353424 go: downloading github.com/stretchr/objx v0.5.2 go: downloading github.com/soheilhy/cmux v0.1.5 go: downloading github.com/segmentio/kafka-go v0.4.41-0.20230526171612-f057b1d369cd go: downloading github.com/go-mysql-org/go-mysql v1.12.0 go: downloading github.com/pingcap/check v0.0.0-20211026125417-57bd13f7b5f0 go: downloading gorm.io/gorm v1.25.11 go: downloading github.com/go-oauth2/oauth2/v4 v4.5.2 go: downloading github.com/spf13/cobra v1.8.1 go: downloading github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5 go: downloading github.com/confluentinc/confluent-kafka-go/v2 v2.3.0 go: downloading github.com/chzyer/readline v1.5.1 go: downloading github.com/PingCAP-QE/go-sqlsmith v0.0.0-20241224111350-ad2e4f976c7c go: downloading github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954 go: downloading github.com/deepmap/oapi-codegen v1.9.0 go: downloading github.com/getkin/kin-openapi v0.80.0 go: downloading github.com/shopspring/decimal v1.3.0 go: downloading go.uber.org/dig v1.13.0 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading go.uber.org/ratelimit v0.2.0 go: downloading github.com/glebarez/go-sqlite v1.21.2 go: downloading go.uber.org/goleak v1.3.0 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.30 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/gogo/gateway v1.1.0 go: downloading github.com/linkedin/goavro/v2 v2.11.1 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.29 go: downloading github.com/go-ozzo/ozzo-validation/v4 v4.3.0 go: downloading github.com/VividCortex/mysqlerr v1.0.0 go: downloading github.com/edwingeng/deque v0.0.0-20191220032131-8596380dee17 go: downloading github.com/glebarez/sqlite v1.7.0 go: downloading github.com/integralist/go-findroot v0.0.0-20160518114804-ac90681525dc go: downloading gorm.io/driver/mysql v1.5.7 go: downloading github.com/jmoiron/sqlx v1.3.3 go: downloading upper.io/db.v3 v3.7.1+incompatible go: downloading github.com/bradleyjkemp/grpc-tools v0.2.5 go: downloading github.com/aws/aws-sdk-go-v2/service/glue v1.58.1 go: downloading github.com/containerd/cgroups v1.0.4 go: downloading github.com/jarcoal/httpmock v1.2.0 go: downloading github.com/blacktear23/go-proxyprotocol v1.0.6 go: downloading github.com/pingcap/fn v1.0.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/shurcooL/httpgzip v0.0.0-20190720172056-320755c1c1b0 go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 go: downloading github.com/DataDog/zstd v1.5.5 go: downloading github.com/philhofer/fwd v1.1.1 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading modernc.org/libc v1.37.1 go: downloading modernc.org/sqlite v1.27.0 go: downloading github.com/Masterminds/semver v1.5.0 go: downloading k8s.io/api v0.29.11 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading github.com/ngaut/log v0.0.0-20210830112240-0124ec040aeb go: downloading cloud.google.com/go/kms v1.15.8 go: downloading github.com/improbable-eng/grpc-web v0.12.0 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/tidwall/buntdb v1.3.0 go: downloading github.com/opencontainers/runtime-spec v1.0.2 go: downloading github.com/godbus/dbus/v5 v5.0.4 go: downloading github.com/cilium/ebpf v0.4.0 go: downloading github.com/tidwall/rtred v0.1.2 go: downloading github.com/tidwall/grect v0.1.4 go: downloading github.com/tidwall/match v1.1.1 go: downloading github.com/tidwall/gjson v1.14.3 go: downloading github.com/jinzhu/now v1.1.5 go: downloading github.com/jinzhu/inflection v1.0.0 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading github.com/tidwall/tinyqueue v0.1.1 go: downloading github.com/tidwall/pretty v1.2.0 go: downloading github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 go: downloading github.com/go-openapi/jsonpointer v0.21.0 go: downloading github.com/ghodss/yaml v1.0.0 go: downloading filippo.io/edwards25519 v1.1.0 go: downloading github.com/aws/smithy-go v1.13.5 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.20.1 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.6 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.14 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.14 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.37 go: downloading github.com/go-openapi/swag v0.23.0 go: downloading github.com/josharian/intern v1.0.0 go: downloading github.com/go-openapi/spec v0.21.0 go: downloading github.com/KyleBanks/depth v1.2.1 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.36 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.30 go: downloading github.com/AthenZ/athenz v1.10.39 go: downloading github.com/99designs/keyring v1.2.1 go: downloading github.com/spaolacci/murmur3 v1.1.0 go: downloading golang.org/x/mod v0.22.0 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.30 go: downloading github.com/rs/cors v1.7.0 go: downloading github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f go: downloading github.com/gorilla/websocket v1.5.1 go: downloading github.com/xdg-go/scram v1.1.2 go: downloading github.com/dvsekhvalnov/jose2go v1.5.0 go: downloading github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c go: downloading github.com/mtibben/percent v0.2.1 go: downloading github.com/xdg-go/stringprep v1.0.4 go: downloading github.com/xdg-go/pbkdf2 v1.0.0 go: downloading github.com/joomcode/errorx v1.0.1 go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 go: downloading sigs.k8s.io/yaml v1.4.0 go: downloading go.opentelemetry.io/otel/sdk v1.24.0 go: downloading go.etcd.io/etcd/raft/v3 v3.5.12 go: downloading go.etcd.io/bbolt v1.3.9 go: downloading github.com/golang-jwt/jwt/v4 v4.5.1 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.etcd.io/etcd/client/v2 v2.305.12 go: downloading github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 go: downloading github.com/go-openapi/jsonreference v0.21.0 go: downloading go.opentelemetry.io/proto/otlp v1.1.0 go: downloading k8s.io/apimachinery v0.29.11 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 modernc.org/memory v1.7.2 go: downloading modernc.org/mathutil v1.6.0 go: downloading github.com/ardielle/ardielle-go v1.5.2 CGO_ENABLED=1 GO111MODULE=on go test -p 3 --race --tags=intest -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:19:16" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -c -cover -covermode=atomic \ -coverpkg=github.com/pingcap/tiflow/dm/... \ -o bin/dm-worker.test github.com/pingcap/tiflow/cmd/dm-worker \ || { $(echo $(for p in $(go list ./... | grep -vE 'vendor|proto|tiflow/tests|integration|testing_utils|pb|pbmock|tiflow/bin'); do echo ${p#"github.com/pingcap/tiflow/"}|grep -v "github.com/pingcap/tiflow"; done) | xargs tools/bin/failpoint-ctl disable >/dev/null); exit 1; } CGO_ENABLED=1 GO111MODULE=on go test -p 3 --race --tags=intest -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:19:16" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -c -cover -covermode=atomic \ -coverpkg=github.com/pingcap/tiflow/dm/... \ -o bin/dm-master.test github.com/pingcap/tiflow/cmd/dm-master \ || { $(echo $(for p in $(go list ./... | grep -vE 'vendor|proto|tiflow/tests|integration|testing_utils|pb|pbmock|tiflow/bin'); do echo ${p#"github.com/pingcap/tiflow/"}|grep -v "github.com/pingcap/tiflow"; done) | xargs tools/bin/failpoint-ctl disable >/dev/null); exit 1; } CGO_ENABLED=1 GO111MODULE=on go test -p 3 -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:19:16" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -c -cover -covermode=count \ -coverpkg=github.com/pingcap/tiflow/dm/... \ -o bin/dmctl.test github.com/pingcap/tiflow/cmd/dm-ctl \ || { $(echo $(for p in $(go list ./... | grep -vE 'vendor|proto|tiflow/tests|integration|testing_utils|pb|pbmock|tiflow/bin'); do echo ${p#"github.com/pingcap/tiflow/"}|grep -v "github.com/pingcap/tiflow"; done) | xargs tools/bin/failpoint-ctl disable >/dev/null); exit 1; } CGO_ENABLED=1 GO111MODULE=on go test -p 3 --race --tags=intest -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:19:16" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -c -cover -covermode=atomic \ -coverpkg=github.com/pingcap/tiflow/dm/... \ -o bin/dm-syncer.test github.com/pingcap/tiflow/cmd/dm-syncer \ || { $(echo $(for p in $(go list ./... | grep -vE 'vendor|proto|tiflow/tests|integration|testing_utils|pb|pbmock|tiflow/bin'); do echo ${p#"github.com/pingcap/tiflow/"}|grep -v "github.com/pingcap/tiflow"; done) | xargs tools/bin/failpoint-ctl disable >/dev/null); exit 1; } $(echo $(for p in $(go list ./... | grep -vE 'vendor|proto|tiflow/tests|integration|testing_utils|pb|pbmock|tiflow/bin'); do echo ${p#"github.com/pingcap/tiflow/"}|grep -v "github.com/pingcap/tiflow"; done) | xargs tools/bin/failpoint-ctl disable >/dev/null) ./dm/tests/prepare_tools.sh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + mkdir -p bin/dm-test-tools + cp -r ./dm/tests/bin/check_exit_safe_binlog ./dm/tests/bin/check_master_http_apis ./dm/tests/bin/check_master_online ./dm/tests/bin/check_master_online_http ./dm/tests/bin/check_worker_online ./bin/dm-test-tools + ls -alh ./bin total 1.3G drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:30 . drwxr-sr-x 19 jenkins jenkins 4.0K Apr 4 15:19 .. -rwxr-xr-x 1 jenkins jenkins 312M Apr 4 15:26 dm-master.test -rwxr-xr-x 1 jenkins jenkins 299M Apr 4 15:29 dm-syncer.test drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:30 dm-test-tools -rwxr-xr-x 1 jenkins jenkins 310M Apr 4 15:25 dm-worker.test -rwxr-xr-x 1 jenkins jenkins 238M Apr 4 15:29 dmctl.test -rwxr-xr-x 1 jenkins jenkins 145M Apr 4 15:21 sync_diff_inspector + ls -alh ./bin/dm-test-tools total 573M drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:30 . drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:30 .. -rwxr-xr-x 1 jenkins jenkins 228M Apr 4 15:30 check_exit_safe_binlog -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:30 check_master_http_apis -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:30 check_master_online -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:30 check_master_online_http -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:30 check_worker_online + which ./bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test + which ./bin/dm-syncer.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test + which ./bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test + which ./bin/dmctl.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dmctl.test + which ./bin/dm-test-tools/check_master_online /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-test-tools/check_master_online + which ./bin/dm-test-tools/check_worker_online /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-test-tools/check_worker_online [Pipeline] } Cache saved successfully (binary/pingcap/tiflow/dm-integration-test/rev-4c631d5-a306f48) 1965619200 bytes in 25.15 secs (78162048 bytes/sec) [Pipeline] // cache [Pipeline] cache Cache not restored (no such key found) [Pipeline] { [Pipeline] sh + cp -r ../third_party_download/bin/bin ../third_party_download/bin/gh-ost ../third_party_download/bin/minio ../third_party_download/bin/pd-api-bench ../third_party_download/bin/pd-ctl ../third_party_download/bin/pd-heartbeat-bench ../third_party_download/bin/pd-recover ../third_party_download/bin/pd-region-bench ../third_party_download/bin/pd-server ../third_party_download/bin/pd-tso-bench ../third_party_download/bin/pd-ut ../third_party_download/bin/regions-dump ../third_party_download/bin/stores-dump ../third_party_download/bin/tidb-server ../third_party_download/bin/tikv-server ../third_party_download/bin/xprog ./bin/ + ls -alh ./bin total 2.4G drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:30 . drwxr-sr-x 19 jenkins jenkins 4.0K Apr 4 15:19 .. drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:30 bin -rwxr-xr-x 1 jenkins jenkins 312M Apr 4 15:26 dm-master.test -rwxr-xr-x 1 jenkins jenkins 299M Apr 4 15:29 dm-syncer.test drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:30 dm-test-tools -rwxr-xr-x 1 jenkins jenkins 310M Apr 4 15:25 dm-worker.test -rwxr-xr-x 1 jenkins jenkins 238M Apr 4 15:29 dmctl.test -rwxr-xr-x 1 jenkins jenkins 9.8M Apr 4 15:30 gh-ost -rwxr-xr-x 1 jenkins jenkins 50M Apr 4 15:30 minio -rwxr-xr-x 1 jenkins jenkins 41M Apr 4 15:30 pd-api-bench -rwxr-xr-x 1 jenkins jenkins 44M Apr 4 15:30 pd-ctl -rwxr-xr-x 1 jenkins jenkins 40M Apr 4 15:30 pd-heartbeat-bench -rwxr-xr-x 1 jenkins jenkins 35M Apr 4 15:30 pd-recover -rwxr-xr-x 1 jenkins jenkins 37M Apr 4 15:30 pd-region-bench -rwxr-xr-x 1 jenkins jenkins 115M Apr 4 15:30 pd-server -rwxr-xr-x 1 jenkins jenkins 37M Apr 4 15:30 pd-tso-bench -rwxr-xr-x 1 jenkins jenkins 15M Apr 4 15:30 pd-ut -rwxr-xr-x 1 jenkins jenkins 35M Apr 4 15:30 regions-dump -rwxr-xr-x 1 jenkins jenkins 35M Apr 4 15:30 stores-dump -rwxr-xr-x 1 jenkins jenkins 145M Apr 4 15:21 sync_diff_inspector -rwxr-xr-x 1 jenkins jenkins 241M Apr 4 15:30 tidb-server -rwxr-xr-x 1 jenkins jenkins 373M Apr 4 15:30 tikv-server -rwxr-xr-x 1 jenkins jenkins 2.3M Apr 4 15:30 xprog + ls -alh ./bin/dm-test-tools total 573M drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:30 . drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:30 .. -rwxr-xr-x 1 jenkins jenkins 228M Apr 4 15:30 check_exit_safe_binlog -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:30 check_master_http_apis -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:30 check_master_online -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:30 check_master_online_http -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:30 check_worker_online [Pipeline] } Cache saved successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 47.74 secs (82106179 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Tests) [Pipeline] parallel [Pipeline] { (Branch: Matrix - TEST_GROUP = 'G00') [Pipeline] { (Branch: Matrix - TEST_GROUP = 'G01') [Pipeline] { (Branch: Matrix - TEST_GROUP = 'G02') [Pipeline] { (Branch: Matrix - TEST_GROUP = 'G03') [Pipeline] { (Branch: Matrix - TEST_GROUP = 'G04') [Pipeline] { (Branch: Matrix - TEST_GROUP = 'G05') [Pipeline] { (Branch: Matrix - TEST_GROUP = 'G06') [Pipeline] { (Branch: Matrix - TEST_GROUP = 'G07') [Pipeline] { (Branch: Matrix - TEST_GROUP = 'G08') [Pipeline] { (Branch: Matrix - TEST_GROUP = 'G09') [Pipeline] { (Branch: Matrix - TEST_GROUP = 'G10') [Pipeline] { (Branch: Matrix - TEST_GROUP = 'G11') [Pipeline] { (Branch: Matrix - TEST_GROUP = 'TLS_GROUP') [Pipeline] stage [Pipeline] { (Matrix - TEST_GROUP = 'G00') [Pipeline] stage [Pipeline] { (Matrix - TEST_GROUP = 'G01') [Pipeline] stage [Pipeline] { (Matrix - TEST_GROUP = 'G02') [Pipeline] stage [Pipeline] { (Matrix - TEST_GROUP = 'G03') [Pipeline] stage [Pipeline] { (Matrix - TEST_GROUP = 'G04') [Pipeline] stage [Pipeline] { (Matrix - TEST_GROUP = 'G05') [Pipeline] stage [Pipeline] { (Matrix - TEST_GROUP = 'G06') [Pipeline] stage [Pipeline] { (Matrix - TEST_GROUP = 'G07') [Pipeline] stage [Pipeline] { (Matrix - TEST_GROUP = 'G08') [Pipeline] stage [Pipeline] { (Matrix - TEST_GROUP = 'G09') [Pipeline] stage [Pipeline] { (Matrix - TEST_GROUP = 'G10') [Pipeline] stage [Pipeline] { (Matrix - TEST_GROUP = 'G11') [Pipeline] stage [Pipeline] { (Matrix - TEST_GROUP = 'TLS_GROUP') [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted Obtained pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Obtained pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tiflow/dm-it-0617fb75-b1f3-449f-8bb7-2c0945fc68fc-wm1kr-ncp1q Obtained pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tiflow/dm-it-1ca71d7d-d690-4816-b382-1304ea0e5aee-xxsb3-jl9lq Obtained pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] echo Created Pod: kubernetes jenkins-tiflow/dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Obtained pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tiflow/dm-it-6d0537ad-7729-4e37-b83d-3d687bac21e1-rrfzk-jh1jw Obtained pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tiflow/dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d-xx37x-xmm2f Obtained pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tiflow/dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt-rdnjw Obtained pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tiflow/dm-it-4ad2a2e0-7f0a-45f6-a5d1-828c12f4934c-nlpzl-r9qwj Obtained pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tiflow/dm-it-80435a41-1dfc-4f37-98f0-34282f5089a0-9494d-v2msw Agent dm-it-1ca71d7d-d690-4816-b382-1304ea0e5aee-xxsb3-jl9lq is provisioned from template dm-it-1ca71d7d-d690-4816-b382-1304ea0e5aee-xxsb3 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "6be8685245c6967af4469cdb20795274104b71ae" jenkins/label: "dm-it-1ca71d7d-d690-4816-b382-1304ea0e5aee" name: "dm-it-1ca71d7d-d690-4816-b382-1304ea0e5aee-xxsb3-jl9lq" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "dm-it-1ca71d7d-d690-4816-b382-1304ea0e5aee-xxsb3-jl9lq" - name: "JENKINS_NAME" value: "dm-it-1ca71d7d-d690-4816-b382-1304ea0e5aee-xxsb3-jl9lq" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" Running on dm-it-1ca71d7d-d690-4816-b382-1304ea0e5aee-xxsb3-jl9lq in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test [Pipeline] { [Pipeline] checkout Agent dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr is provisioned from template dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "9841b67361bee5aaf130314fe3dea57ac4271e9a" jenkins/label: "dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18" name: "dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr" - name: "JENKINS_NAME" value: "dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" Running on dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test [Pipeline] { The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git Obtained pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Agent dm-it-0617fb75-b1f3-449f-8bb7-2c0945fc68fc-wm1kr-ncp1q is provisioned from template dm-it-0617fb75-b1f3-449f-8bb7-2c0945fc68fc-wm1kr --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "e2cbbb3fa5425b7a6815b462750b736fbdc83cf6" jenkins/label: "dm-it-0617fb75-b1f3-449f-8bb7-2c0945fc68fc" name: "dm-it-0617fb75-b1f3-449f-8bb7-2c0945fc68fc-wm1kr-ncp1q" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "dm-it-0617fb75-b1f3-449f-8bb7-2c0945fc68fc-wm1kr-ncp1q" - name: "JENKINS_NAME" value: "dm-it-0617fb75-b1f3-449f-8bb7-2c0945fc68fc-wm1kr-ncp1q" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" Running on dm-it-0617fb75-b1f3-449f-8bb7-2c0945fc68fc-wm1kr-ncp1q in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test [Pipeline] { Created Pod: kubernetes jenkins-tiflow/dm-it-5a471c9d-7466-428a-a071-6b16b0e78d03-6p6q3-x615f [Pipeline] checkout The recommended git tool is: git No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@6425cf3e; decorates RemoteLauncher[hudson.remoting.Channel@42dc0dcb:JNLP4-connect connection from 10.233.77.68/10.233.77.68:59080] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@377ac06f; decorates RemoteLauncher[hudson.remoting.Channel@65c7130b:JNLP4-connect connection from 10.233.106.254/10.233.106.254:43112] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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/tiflow/pull_dm_integration_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 Obtained pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_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 [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tiflow/dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@6383a050; decorates RemoteLauncher[hudson.remoting.Channel@2b2f53b1:JNLP4-connect connection from 10.233.76.137/10.233.76.137:46040] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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/tiflow/pull_dm_integration_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 Obtained pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tiflow/dm-it-3671243e-45c9-41be-ac88-78dbc2045c1d-pd4z9-p2mmk Obtained pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml from git https://github.com/PingCAP-QE/ci.git Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" [Pipeline] withEnv [Pipeline] { [Pipeline] container Created Pod: kubernetes jenkins-tiflow/dm-it-2b150ecc-740a-4692-8d76-4ae3b1e4f121-fh1gx-6mclr [Pipeline] { > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) [Pipeline] stage [Pipeline] { (Test) > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $DM_CODECOV_TOKEN or $DM_COVERALLS_TOKEN [Pipeline] { Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" [Pipeline] container [Pipeline] { Agent dm-it-6d0537ad-7729-4e37-b83d-3d687bac21e1-rrfzk-jh1jw is provisioned from template dm-it-6d0537ad-7729-4e37-b83d-3d687bac21e1-rrfzk --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "63c9445288213baf8e8063b11250fa0c1de9c628" jenkins/label: "dm-it-6d0537ad-7729-4e37-b83d-3d687bac21e1" name: "dm-it-6d0537ad-7729-4e37-b83d-3d687bac21e1-rrfzk-jh1jw" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "dm-it-6d0537ad-7729-4e37-b83d-3d687bac21e1-rrfzk-jh1jw" - name: "JENKINS_NAME" value: "dm-it-6d0537ad-7729-4e37-b83d-3d687bac21e1-rrfzk-jh1jw" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" [Pipeline] sh Running on dm-it-6d0537ad-7729-4e37-b83d-3d687bac21e1-rrfzk-jh1jw in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test Agent dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d-xx37x-xmm2f is provisioned from template dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d-xx37x --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "4d3277928e02ff10ae2aa6a3b35cf8a0bebfde10" jenkins/label: "dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d" name: "dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d-xx37x-xmm2f" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d-xx37x-xmm2f" - name: "JENKINS_NAME" value: "dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d-xx37x-xmm2f" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" Running on dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d-xx37x-xmm2f in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) [Pipeline] { [Pipeline] { > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] checkout [Pipeline] checkout The recommended git tool is: git Agent dm-it-4ad2a2e0-7f0a-45f6-a5d1-828c12f4934c-nlpzl-r9qwj is provisioned from template dm-it-4ad2a2e0-7f0a-45f6-a5d1-828c12f4934c-nlpzl --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "a725c3c27cf330e9a720032500ca54c963312146" jenkins/label: "dm-it-4ad2a2e0-7f0a-45f6-a5d1-828c12f4934c" name: "dm-it-4ad2a2e0-7f0a-45f6-a5d1-828c12f4934c-nlpzl-r9qwj" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "dm-it-4ad2a2e0-7f0a-45f6-a5d1-828c12f4934c-nlpzl-r9qwj" - name: "JENKINS_NAME" value: "dm-it-4ad2a2e0-7f0a-45f6-a5d1-828c12f4934c-nlpzl-r9qwj" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" Running on dm-it-4ad2a2e0-7f0a-45f6-a5d1-828c12f4934c-nlpzl-r9qwj in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test The recommended git tool is: git [Pipeline] withEnv + mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl + cp -r /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ + ls -alh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ total 40K drwxr-sr-x 2 root 1000 4.0K Apr 4 07:31 . drwxr-sr-x 17 1000 1000 4.0K Apr 4 07:31 .. -rw------- 1 root 1000 1.7K Apr 4 07:31 ca-key.pem -rw-r--r-- 1 root 1000 1.1K Apr 4 07:31 ca.pem -rw-r--r-- 1 root 1000 1.1K Apr 4 07:31 client-cert.pem -rw------- 1 root 1000 1.7K Apr 4 07:31 client-key.pem -rw------- 1 root 1000 1.7K Apr 4 07:31 private_key.pem -rw-r--r-- 1 root 1000 451 Apr 4 07:31 public_key.pem -rw-r--r-- 1 root 1000 1.1K Apr 4 07:31 server-cert.pem -rw------- 1 root 1000 1.7K Apr 4 07:31 server-key.pem [Pipeline] { Created Pod: kubernetes jenkins-tiflow/dm-it-7b57dcc4-4f98-4eb4-8460-4c1f34237449-gjwmw-c13np [Pipeline] container [Pipeline] { [Pipeline] } [Pipeline] stage [Pipeline] { (Test) [Pipeline] { [Pipeline] // container [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] checkout [Pipeline] cache The recommended git tool is: git Agent dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt-rdnjw is provisioned from template dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "aa4cc67271d10b82cf9e1690d151e0e2c7575a73" jenkins/label: "dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7" name: "dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt-rdnjw" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt-rdnjw" - name: "JENKINS_NAME" value: "dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt-rdnjw" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" Running on dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt-rdnjw in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test Agent dm-it-80435a41-1dfc-4f37-98f0-34282f5089a0-9494d-v2msw is provisioned from template dm-it-80435a41-1dfc-4f37-98f0-34282f5089a0-9494d --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "0e2cae54243044a65fa45dc92bf709705c4f5301" jenkins/label: "dm-it-80435a41-1dfc-4f37-98f0-34282f5089a0" name: "dm-it-80435a41-1dfc-4f37-98f0-34282f5089a0-9494d-v2msw" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "dm-it-80435a41-1dfc-4f37-98f0-34282f5089a0-9494d-v2msw" - name: "JENKINS_NAME" value: "dm-it-80435a41-1dfc-4f37-98f0-34282f5089a0-9494d-v2msw" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" Running on dm-it-80435a41-1dfc-4f37-98f0-34282f5089a0-9494d-v2msw in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@5dafbbc6; decorates RemoteLauncher[hudson.remoting.Channel@2d292f27:JNLP4-connect connection from 10.233.123.169/10.233.123.169:55770] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@38a9f331; decorates RemoteLauncher[hudson.remoting.Channel@15a08fdc:JNLP4-connect connection from 10.233.105.216/10.233.105.216:37856] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@65098b1c; decorates RemoteLauncher[hudson.remoting.Channel@4dbdad82:JNLP4-connect connection from 10.233.100.96/10.233.100.96:55698] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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/tiflow/pull_dm_integration_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 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_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 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_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 Agent dm-it-5a471c9d-7466-428a-a071-6b16b0e78d03-6p6q3-x615f is provisioned from template dm-it-5a471c9d-7466-428a-a071-6b16b0e78d03-6p6q3 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "9a548cd6082f3783f03adf5ad0bf0836760631b2" jenkins/label: "dm-it-5a471c9d-7466-428a-a071-6b16b0e78d03" name: "dm-it-5a471c9d-7466-428a-a071-6b16b0e78d03-6p6q3-x615f" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "dm-it-5a471c9d-7466-428a-a071-6b16b0e78d03-6p6q3-x615f" - name: "JENKINS_NAME" value: "dm-it-5a471c9d-7466-428a-a071-6b16b0e78d03-6p6q3-x615f" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" Running on dm-it-5a471c9d-7466-428a-a071-6b16b0e78d03-6p6q3-x615f in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git 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 Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) Agent dm-it-3671243e-45c9-41be-ac88-78dbc2045c1d-pd4z9-p2mmk is provisioned from template dm-it-3671243e-45c9-41be-ac88-78dbc2045c1d-pd4z9 --- apiVersion: "v1" kind: "Pod" metadata: annotations: Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "1c4679784cad8495fd0d3a4be325bdb1b95ca1b9" jenkins/label: "dm-it-3671243e-45c9-41be-ac88-78dbc2045c1d" name: "dm-it-3671243e-45c9-41be-ac88-78dbc2045c1d-pd4z9-p2mmk" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "dm-it-3671243e-45c9-41be-ac88-78dbc2045c1d-pd4z9-p2mmk" - name: "JENKINS_NAME" value: "dm-it-3671243e-45c9-41be-ac88-78dbc2045c1d-pd4z9-p2mmk" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" Running on dm-it-3671243e-45c9-41be-ac88-78dbc2045c1d-pd4z9-p2mmk in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" Agent dm-it-2b150ecc-740a-4692-8d76-4ae3b1e4f121-fh1gx-6mclr is provisioned from template dm-it-2b150ecc-740a-4692-8d76-4ae3b1e4f121-fh1gx --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "27219d484e0c39dc3bcf659cecd6ace2179c7b40" jenkins/label: "dm-it-2b150ecc-740a-4692-8d76-4ae3b1e4f121" name: "dm-it-2b150ecc-740a-4692-8d76-4ae3b1e4f121-fh1gx-6mclr" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "dm-it-2b150ecc-740a-4692-8d76-4ae3b1e4f121-fh1gx-6mclr" - name: "JENKINS_NAME" value: "dm-it-2b150ecc-740a-4692-8d76-4ae3b1e4f121-fh1gx-6mclr" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" Running on dm-it-2b150ecc-740a-4692-8d76-4ae3b1e4f121-fh1gx-6mclr in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" Agent dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t is provisioned from template dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "f9f977e9a9758c2fc9cd321c5179b05fc11a1103" jenkins/label: "dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f" name: "dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t" - name: "JENKINS_NAME" value: "dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" Running on dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 Agent dm-it-7b57dcc4-4f98-4eb4-8460-4c1f34237449-gjwmw-c13np is provisioned from template dm-it-7b57dcc4-4f98-4eb4-8460-4c1f34237449-gjwmw --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_integration_test/4111/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "ca01df20eebb63dedbd8fd34a05ebe5887373dfd" jenkins/label: "dm-it-7b57dcc4-4f98-4eb4-8460-4c1f34237449" name: "dm-it-7b57dcc4-4f98-4eb4-8460-4c1f34237449-gjwmw-c13np" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - args: - "cat" image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:tini" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - mountPath: "/home/jenkins/.my.cnf" name: "mysql-config-volume" subPath: ".my.cnf" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" image: "hub.pingcap.net/jenkins/mysql:5.7" name: "mysql1" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - args: - "--ssl=ON" - "--log-bin" - "--binlog-format=ROW" - "--enforce-gtid-consistency=ON" - "--gtid-mode=ON" - "--server-id=1" - "--default-authentication-plugin=mysql_native_password" env: - name: "MYSQL_ROOT_PASSWORD" value: "123456" - name: "MYSQL_TCP_PORT" value: "3307" image: "registry-mirror.pingcap.net/library/mysql:8.0.21" name: "mysql2" resources: limits: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "dm-it-7b57dcc4-4f98-4eb4-8460-4c1f34237449-gjwmw-c13np" - name: "JENKINS_NAME" value: "dm-it-7b57dcc4-4f98-4eb4-8460-4c1f34237449-gjwmw-c13np" - 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 initContainers: - command: - "sh" - "-c" - | echo "[client]" > /mysql-config/.my.cnf echo "ssl-mode=DISABLED" >> /mysql-config/.my.cnf image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" name: "init-mysql-config" volumeMounts: - mountPath: "/mysql-config" name: "mysql-config-volume" restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" - emptyDir: {} name: "mysql-config-volume" Running on dm-it-7b57dcc4-4f98-4eb4-8460-4c1f34237449-gjwmw-c13np in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test Cache restored successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 6.45 secs (607993485 bytes/sec) [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] sh [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + ls -alh total 404K drwxr-sr-x 19 jenkins jenkins 4.0K Apr 4 15:32 . drwxr-sr-x 19 jenkins jenkins 4.0K Apr 4 15:32 .. -rw-r--r-- 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx 1 jenkins jenkins 10 Apr 4 15:31 .dockerignore -> .gitignore -rw-r--r-- 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x 7 jenkins jenkins 4.0K Apr 4 15:31 .git drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:31 .github -rw-r--r-- 1 jenkins jenkins 985 Apr 4 15:17 .gitignore -rw-r--r-- 1 jenkins jenkins 2.4K Apr 4 15:17 .golangci.yml -rw-r--r-- 1 jenkins jenkins 156 Apr 4 15:17 CODE_OF_CONDUCT.md -rw-r--r-- 1 jenkins jenkins 3.5K Apr 4 15:17 CONTRIBUTING.md -rw-r--r-- 1 jenkins jenkins 12K Apr 4 15:17 LICENSE -rw-r--r-- 1 jenkins jenkins 25K Apr 4 15:17 Makefile -rw-r--r-- 1 jenkins jenkins 2.7K Apr 4 15:17 Makefile.engine -rw-r--r-- 1 jenkins jenkins 806 Apr 4 15:17 OWNERS -rw-r--r-- 1 jenkins jenkins 348 Apr 4 15:17 OWNERS_ALIASES -rw-r--r-- 1 jenkins jenkins 1.5K Apr 4 15:17 README.md -rw-r--r-- 1 jenkins jenkins 2.1K Apr 4 15:17 README_DM.md -rw-r--r-- 1 jenkins jenkins 5.2K Apr 4 15:17 README_Engine.md -rw-r--r-- 1 jenkins jenkins 2.7K Apr 4 15:17 README_TiCDC.md -rw-r--r-- 1 jenkins jenkins 1.5K Apr 4 15:17 SECURITY.md drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:32 bin drwxr-sr-x 18 jenkins jenkins 4.0K Apr 4 15:32 cdc drwxr-sr-x 13 jenkins jenkins 4.0K Apr 4 15:32 cmd drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:32 deployments drwxr-sr-x 26 jenkins jenkins 4.0K Apr 4 15:32 dm drwxr-sr-x 7 jenkins jenkins 4.0K Apr 4 15:32 docs drwxr-sr-x 13 jenkins jenkins 4.0K Apr 4 15:32 engine -rwxr-xr-x 1 jenkins jenkins 27K Apr 4 15:17 errors.toml drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:32 examples -rw-r--r-- 1 jenkins jenkins 21K Apr 4 15:17 go.mod -rw-r--r-- 1 jenkins jenkins 171K Apr 4 15:17 go.sum drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:32 metrics drwxr-sr-x 50 jenkins jenkins 4.0K Apr 4 15:32 pkg drwxr-sr-x 5 jenkins jenkins 4.0K Apr 4 15:32 proto drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:32 scripts drwxr-sr-x 12 jenkins jenkins 4.0K Apr 4 15:32 sync_diff_inspector drwxr-sr-x 5 jenkins jenkins 4.0K Apr 4 15:32 tests -rw-r--r-- 1 jenkins jenkins 582 Apr 4 15:17 third-party-license.txt drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:32 tools + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withCredentials [Pipeline] { Masking supported pattern matches of $DM_CODECOV_TOKEN or $DM_COVERALLS_TOKEN [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $DM_CODECOV_TOKEN or $DM_COVERALLS_TOKEN [Pipeline] checkout [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] checkout The recommended git tool is: git [Pipeline] stage [Pipeline] { (Test) The recommended git tool is: git [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] } [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@15c06ea3; decorates RemoteLauncher[hudson.remoting.Channel@366a2fc3:JNLP4-connect connection from 10.233.88.95/10.233.88.95:41984] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@394f3b79; decorates RemoteLauncher[hudson.remoting.Channel@1cd68097:JNLP4-connect connection from 10.233.90.12/10.233.90.12:60312] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 [Pipeline] withCredentials Masking supported pattern matches of $DM_CODECOV_TOKEN or $DM_COVERALLS_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $DM_CODECOV_TOKEN or $DM_COVERALLS_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $DM_CODECOV_TOKEN or $DM_COVERALLS_TOKEN No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@6fcbb233; decorates RemoteLauncher[hudson.remoting.Channel@277b34d1:JNLP4-connect connection from 10.233.126.117/10.233.126.117:39428] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 [Pipeline] // timeout [Pipeline] sh No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@214ff9c0; decorates RemoteLauncher[hudson.remoting.Channel@77d6b03d:JNLP4-connect connection from 10.233.73.62/10.233.73.62:47740] will be ignored (a typical symptom is the Git executable not being run inside a designated container) No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@7edf396c; decorates RemoteLauncher[hudson.remoting.Channel@7b09a456:JNLP4-connect connection from 10.233.97.158/10.233.97.158:41150] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 Cloning the remote Git repository Using shallow clone with depth 1 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@90bca73; decorates RemoteLauncher[hudson.remoting.Channel@3e9090d2:JNLP4-connect connection from 10.233.72.23/10.233.72.23:42140] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 + mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl + cp -r /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ + ls -alh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ total 40K drwxr-sr-x. 2 root 1000 4.0K Apr 4 07:32 . drwxr-sr-x. 17 1000 1000 4.0K Apr 4 07:32 .. -rw-------. 1 root 1000 1.7K Apr 4 07:32 ca-key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 ca.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 client-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 client-key.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 private_key.pem -rw-r--r--. 1 root 1000 451 Apr 4 07:32 public_key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 server-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 server-key.pem Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_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 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_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 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@4802ecf4; decorates RemoteLauncher[hudson.remoting.Channel@21d7626e:JNLP4-connect connection from 10.233.70.114/10.233.70.114:52490] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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/tiflow/pull_dm_integration_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 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_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 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_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 [Pipeline] container [Pipeline] { Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_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 [Pipeline] sh Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_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 + '[' TLS_GROUP == G01 ']' + echo 'run G01 test' run G01 test + export PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + mkdir -p ./dm/tests/bin + cp -r ./bin/dm-test-tools/check_exit_safe_binlog ./bin/dm-test-tools/check_master_http_apis ./bin/dm-test-tools/check_master_online ./bin/dm-test-tools/check_master_online_http ./bin/dm-test-tools/check_worker_online ./dm/tests/bin/ [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] } [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl + cp -r /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ + ls -alh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ total 40K drwxr-sr-x 2 root 1000 4.0K Apr 4 07:32 . drwxr-sr-x 17 1000 1000 4.0K Apr 4 07:32 .. -rw------- 1 root 1000 1.7K Apr 4 07:32 ca-key.pem -rw-r--r-- 1 root 1000 1.1K Apr 4 07:32 ca.pem -rw-r--r-- 1 root 1000 1.1K Apr 4 07:32 client-cert.pem -rw------- 1 root 1000 1.7K Apr 4 07:32 client-key.pem -rw------- 1 root 1000 1.7K Apr 4 07:32 private_key.pem -rw-r--r-- 1 root 1000 451 Apr 4 07:32 public_key.pem -rw-r--r-- 1 root 1000 1.1K Apr 4 07:32 server-cert.pem -rw------- 1 root 1000 1.7K Apr 4 07:32 server-key.pem [Pipeline] sh + make dm_integration_test_in_group GROUP=G01 go: downloading go1.23.4 (linux/amd64) + mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl + cp -r /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ + ls -alh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ total 40K drwxr-sr-x. 2 root 1000 4.0K Apr 4 07:32 . drwxr-sr-x. 17 1000 1000 4.0K Apr 4 07:32 .. -rw-------. 1 root 1000 1.7K Apr 4 07:32 ca-key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 ca.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 client-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 client-key.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 private_key.pem -rw-r--r--. 1 root 1000 451 Apr 4 07:32 public_key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 server-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 server-key.pem [Pipeline] container [Pipeline] { [Pipeline] // container [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] sh + mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl + cp -r /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ + ls -alh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ total 40K drwxr-sr-x. 2 root 1000 4.0K Apr 4 07:32 . drwxr-sr-x. 17 1000 1000 4.0K Apr 4 07:32 .. -rw-------. 1 root 1000 1.7K Apr 4 07:32 ca-key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 ca.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 client-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 client-key.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 private_key.pem -rw-r--r--. 1 root 1000 451 Apr 4 07:32 public_key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 server-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 server-key.pem [Pipeline] cache + mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl + cp -r /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ + ls -alh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ total 40K drwxr-sr-x. 2 root 1000 4.0K Apr 4 07:32 . drwxr-sr-x. 17 1000 1000 4.0K Apr 4 07:32 .. -rw-------. 1 root 1000 1.7K Apr 4 07:32 ca-key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 ca.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 client-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 client-key.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 private_key.pem -rw-r--r--. 1 root 1000 451 Apr 4 07:32 public_key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 server-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 server-key.pem Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 > 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 Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:32:11" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading google.golang.org/grpc v1.64.0 go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading google.golang.org/protobuf v1.35.2 go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading github.com/golang/protobuf v1.5.4 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/xdg/scram v1.0.5 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading golang.org/x/text v0.21.0 go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading golang.org/x/net v0.33.0 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading golang.org/x/sys v0.28.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/eapache/go-resiliency v1.4.0 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/pierrec/lz4/v4 v4.1.18 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/stretchr/testify v1.10.0 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/yangkeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/tidwall/btree v1.7.0 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading golang.org/x/time v0.7.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 golang.org/x/oauth2 v0.24.0 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.27.0 go: downloading github.com/jfcg/sixb v1.3.8 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/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 go: downloading cloud.google.com/go v0.112.2 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/apache/thrift v0.16.0 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/robfig/cron v1.2.0 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.0 go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/lestrrat-go/blackmagic v1.0.2 Cache restored successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 6.83 secs (574089473 bytes/sec) go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/klauspost/cpuid v1.3.1 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/googleapis/gax-go/v2 v2.12.3 go: downloading cloud.google.com/go/iam v1.1.7 go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] sh go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [Pipeline] } [Pipeline] } [Pipeline] } go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/go-logr/stdr v1.2.2 + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + ls -alh total 404K drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:32 . drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:32 .. -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx. 1 jenkins jenkins 10 Apr 4 15:32 .dockerignore -> .gitignore -rw-r--r--. 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:32 .git drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 .github -rw-r--r--. 1 jenkins jenkins 985 Apr 4 15:17 .gitignore -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .golangci.yml -rw-r--r--. 1 jenkins jenkins 156 Apr 4 15:17 CODE_OF_CONDUCT.md -rw-r--r--. 1 jenkins jenkins 3.5K Apr 4 15:17 CONTRIBUTING.md -rw-r--r--. 1 jenkins jenkins 12K Apr 4 15:17 LICENSE -rw-r--r--. 1 jenkins jenkins 25K Apr 4 15:17 Makefile -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 Makefile.engine -rw-r--r--. 1 jenkins jenkins 806 Apr 4 15:17 OWNERS -rw-r--r--. 1 jenkins jenkins 348 Apr 4 15:17 OWNERS_ALIASES -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 README.md -rw-r--r--. 1 jenkins jenkins 2.1K Apr 4 15:17 README_DM.md -rw-r--r--. 1 jenkins jenkins 5.2K Apr 4 15:17 README_Engine.md -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 README_TiCDC.md -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 SECURITY.md drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:32 bin drwxr-sr-x. 18 jenkins jenkins 4.0K Apr 4 15:32 cdc drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:32 cmd drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 deployments drwxr-sr-x. 26 jenkins jenkins 4.0K Apr 4 15:32 dm drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:32 docs drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:32 engine -rwxr-xr-x. 1 jenkins jenkins 27K Apr 4 15:17 errors.toml drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 examples -rw-r--r--. 1 jenkins jenkins 21K Apr 4 15:17 go.mod -rw-r--r--. 1 jenkins jenkins 171K Apr 4 15:17 go.sum drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 metrics drwxr-sr-x. 50 jenkins jenkins 4.0K Apr 4 15:32 pkg drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:32 proto drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:32 scripts drwxr-sr-x. 12 jenkins jenkins 4.0K Apr 4 15:32 sync_diff_inspector drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:32 tests -rw-r--r--. 1 jenkins jenkins 582 Apr 4 15:17 third-party-license.txt drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 tools + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break [Pipeline] } go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/kr/pretty v0.3.1 [Pipeline] // container [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading github.com/kr/text v0.2.0 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] // container [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] // container [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] cache go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.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.49.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 Cache restored successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 6.33 secs (619445193 bytes/sec) [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 7.11 secs (550946799 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 7.70 secs (508957064 bytes/sec) [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] sh [Pipeline] sh + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + ls -alh total 404K drwxr-sr-x 19 jenkins jenkins 4.0K Apr 4 15:32 . drwxr-sr-x 19 jenkins jenkins 4.0K Apr 4 15:32 .. -rw-r--r-- 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx 1 jenkins jenkins 10 Apr 4 15:32 .dockerignore -> .gitignore -rw-r--r-- 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x 7 jenkins jenkins 4.0K Apr 4 15:32 .git drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:32 .github -rw-r--r-- 1 jenkins jenkins 985 Apr 4 15:17 .gitignore -rw-r--r-- 1 jenkins jenkins 2.4K Apr 4 15:17 .golangci.yml -rw-r--r-- 1 jenkins jenkins 156 Apr 4 15:17 CODE_OF_CONDUCT.md -rw-r--r-- 1 jenkins jenkins 3.5K Apr 4 15:17 CONTRIBUTING.md -rw-r--r-- 1 jenkins jenkins 12K Apr 4 15:17 LICENSE -rw-r--r-- 1 jenkins jenkins 25K Apr 4 15:17 Makefile -rw-r--r-- 1 jenkins jenkins 2.7K Apr 4 15:17 Makefile.engine -rw-r--r-- 1 jenkins jenkins 806 Apr 4 15:17 OWNERS -rw-r--r-- 1 jenkins jenkins 348 Apr 4 15:17 OWNERS_ALIASES -rw-r--r-- 1 jenkins jenkins 1.5K Apr 4 15:17 README.md -rw-r--r-- 1 jenkins jenkins 2.1K Apr 4 15:17 README_DM.md -rw-r--r-- 1 jenkins jenkins 5.2K Apr 4 15:17 README_Engine.md -rw-r--r-- 1 jenkins jenkins 2.7K Apr 4 15:17 README_TiCDC.md -rw-r--r-- 1 jenkins jenkins 1.5K Apr 4 15:17 SECURITY.md drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:32 bin drwxr-sr-x 18 jenkins jenkins 4.0K Apr 4 15:32 cdc drwxr-sr-x 13 jenkins jenkins 4.0K Apr 4 15:32 cmd drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:32 deployments drwxr-sr-x 26 jenkins jenkins 4.0K Apr 4 15:32 dm drwxr-sr-x 7 jenkins jenkins 4.0K Apr 4 15:32 docs drwxr-sr-x 13 jenkins jenkins 4.0K Apr 4 15:32 engine -rwxr-xr-x 1 jenkins jenkins 27K Apr 4 15:17 errors.toml drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:32 examples -rw-r--r-- 1 jenkins jenkins 21K Apr 4 15:17 go.mod -rw-r--r-- 1 jenkins jenkins 171K Apr 4 15:17 go.sum drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:32 metrics drwxr-sr-x 50 jenkins jenkins 4.0K Apr 4 15:32 pkg drwxr-sr-x 5 jenkins jenkins 4.0K Apr 4 15:32 proto drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:32 scripts drwxr-sr-x 12 jenkins jenkins 4.0K Apr 4 15:32 sync_diff_inspector drwxr-sr-x 5 jenkins jenkins 4.0K Apr 4 15:32 tests -rw-r--r-- 1 jenkins jenkins 582 Apr 4 15:17 third-party-license.txt drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:32 tools + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break [Pipeline] sh + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + ls -alh total 404K drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:32 . drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:32 .. -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx. 1 jenkins jenkins 10 Apr 4 15:32 .dockerignore -> .gitignore -rw-r--r--. 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:32 .git drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 .github -rw-r--r--. 1 jenkins jenkins 985 Apr 4 15:17 .gitignore -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .golangci.yml -rw-r--r--. 1 jenkins jenkins 156 Apr 4 15:17 CODE_OF_CONDUCT.md -rw-r--r--. 1 jenkins jenkins 3.5K Apr 4 15:17 CONTRIBUTING.md -rw-r--r--. 1 jenkins jenkins 12K Apr 4 15:17 LICENSE -rw-r--r--. 1 jenkins jenkins 25K Apr 4 15:17 Makefile -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 Makefile.engine -rw-r--r--. 1 jenkins jenkins 806 Apr 4 15:17 OWNERS -rw-r--r--. 1 jenkins jenkins 348 Apr 4 15:17 OWNERS_ALIASES -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 README.md -rw-r--r--. 1 jenkins jenkins 2.1K Apr 4 15:17 README_DM.md -rw-r--r--. 1 jenkins jenkins 5.2K Apr 4 15:17 README_Engine.md -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 README_TiCDC.md -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 SECURITY.md drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:32 bin drwxr-sr-x. 18 jenkins jenkins 4.0K Apr 4 15:32 cdc drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:32 cmd drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 deployments drwxr-sr-x. 26 jenkins jenkins 4.0K Apr 4 15:32 dm drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:32 docs drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:32 engine -rwxr-xr-x. 1 jenkins jenkins 27K Apr 4 15:17 errors.toml drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 examples -rw-r--r--. 1 jenkins jenkins 21K Apr 4 15:17 go.mod -rw-r--r--. 1 jenkins jenkins 171K Apr 4 15:17 go.sum drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 metrics drwxr-sr-x. 50 jenkins jenkins 4.0K Apr 4 15:32 pkg drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:32 proto drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:32 scripts drwxr-sr-x. 12 jenkins jenkins 4.0K Apr 4 15:32 sync_diff_inspector drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:32 tests -rw-r--r--. 1 jenkins jenkins 582 Apr 4 15:17 third-party-license.txt drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 tools + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break [Pipeline] // container [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] } [Pipeline] cache + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + ls -alh total 404K drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:32 . drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:32 .. -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx. 1 jenkins jenkins 10 Apr 4 15:32 .dockerignore -> .gitignore -rw-r--r--. 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:32 .git drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 .github -rw-r--r--. 1 jenkins jenkins 985 Apr 4 15:17 .gitignore -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .golangci.yml -rw-r--r--. 1 jenkins jenkins 156 Apr 4 15:17 CODE_OF_CONDUCT.md -rw-r--r--. 1 jenkins jenkins 3.5K Apr 4 15:17 CONTRIBUTING.md -rw-r--r--. 1 jenkins jenkins 12K Apr 4 15:17 LICENSE -rw-r--r--. 1 jenkins jenkins 25K Apr 4 15:17 Makefile -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 Makefile.engine -rw-r--r--. 1 jenkins jenkins 806 Apr 4 15:17 OWNERS -rw-r--r--. 1 jenkins jenkins 348 Apr 4 15:17 OWNERS_ALIASES -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 README.md -rw-r--r--. 1 jenkins jenkins 2.1K Apr 4 15:17 README_DM.md -rw-r--r--. 1 jenkins jenkins 5.2K Apr 4 15:17 README_Engine.md -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 README_TiCDC.md -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 SECURITY.md drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:32 bin drwxr-sr-x. 18 jenkins jenkins 4.0K Apr 4 15:32 cdc drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:32 cmd drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 deployments drwxr-sr-x. 26 jenkins jenkins 4.0K Apr 4 15:32 dm drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:32 docs drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:32 engine -rwxr-xr-x. 1 jenkins jenkins 27K Apr 4 15:17 errors.toml drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 examples -rw-r--r--. 1 jenkins jenkins 21K Apr 4 15:17 go.mod -rw-r--r--. 1 jenkins jenkins 171K Apr 4 15:17 go.sum drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 metrics drwxr-sr-x. 50 jenkins jenkins 4.0K Apr 4 15:32 pkg drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:32 proto drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:32 scripts drwxr-sr-x. 12 jenkins jenkins 4.0K Apr 4 15:32 sync_diff_inspector drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:32 tests -rw-r--r--. 1 jenkins jenkins 582 Apr 4 15:17 third-party-license.txt drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 tools + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break Cache restored successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 6.57 secs (596855439 bytes/sec) [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + ls -alh total 404K drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:32 . drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:32 .. -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx. 1 jenkins jenkins 10 Apr 4 15:32 .dockerignore -> .gitignore -rw-r--r--. 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:32 .git drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 .github -rw-r--r--. 1 jenkins jenkins 985 Apr 4 15:17 .gitignore -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .golangci.yml -rw-r--r--. 1 jenkins jenkins 156 Apr 4 15:17 CODE_OF_CONDUCT.md -rw-r--r--. 1 jenkins jenkins 3.5K Apr 4 15:17 CONTRIBUTING.md -rw-r--r--. 1 jenkins jenkins 12K Apr 4 15:17 LICENSE -rw-r--r--. 1 jenkins jenkins 25K Apr 4 15:17 Makefile -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 Makefile.engine -rw-r--r--. 1 jenkins jenkins 806 Apr 4 15:17 OWNERS -rw-r--r--. 1 jenkins jenkins 348 Apr 4 15:17 OWNERS_ALIASES -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 README.md -rw-r--r--. 1 jenkins jenkins 2.1K Apr 4 15:17 README_DM.md -rw-r--r--. 1 jenkins jenkins 5.2K Apr 4 15:17 README_Engine.md -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 README_TiCDC.md -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 SECURITY.md drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:32 bin drwxr-sr-x. 18 jenkins jenkins 4.0K Apr 4 15:32 cdc drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:32 cmd drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 deployments drwxr-sr-x. 26 jenkins jenkins 4.0K Apr 4 15:32 dm drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:32 docs drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:32 engine -rwxr-xr-x. 1 jenkins jenkins 27K Apr 4 15:17 errors.toml drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 examples -rw-r--r--. 1 jenkins jenkins 21K Apr 4 15:17 go.mod -rw-r--r--. 1 jenkins jenkins 171K Apr 4 15:17 go.sum drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 metrics drwxr-sr-x. 50 jenkins jenkins 4.0K Apr 4 15:32 pkg drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:32 proto drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:32 scripts drwxr-sr-x. 12 jenkins jenkins 4.0K Apr 4 15:32 sync_diff_inspector drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:32 tests -rw-r--r--. 1 jenkins jenkins 582 Apr 4 15:17 third-party-license.txt drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:32 tools + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 50 min [Pipeline] { [Pipeline] } [Pipeline] } [Pipeline] // timeout [Pipeline] sh [Pipeline] } [Pipeline] withCredentials Masking supported pattern matches of $DM_CODECOV_TOKEN or $DM_COVERALLS_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $DM_CODECOV_TOKEN or $DM_COVERALLS_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $DM_CODECOV_TOKEN or $DM_COVERALLS_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $DM_CODECOV_TOKEN or $DM_COVERALLS_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $DM_CODECOV_TOKEN or $DM_COVERALLS_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $DM_CODECOV_TOKEN or $DM_COVERALLS_TOKEN [Pipeline] withCredentials Masking supported pattern matches of $DM_CODECOV_TOKEN or $DM_COVERALLS_TOKEN + '[' TLS_GROUP == G02 ']' + echo 'run G02 test' run G02 test + export PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + mkdir -p ./dm/tests/bin + cp -r ./bin/dm-test-tools/check_exit_safe_binlog ./bin/dm-test-tools/check_master_http_apis ./bin/dm-test-tools/check_master_online ./bin/dm-test-tools/check_master_online_http ./bin/dm-test-tools/check_worker_online ./dm/tests/bin/ [Pipeline] } [Pipeline] // timeout [Pipeline] sh [Pipeline] // timeout [Pipeline] sh + make dm_integration_test_in_group GROUP=G02 go: downloading go1.23.4 (linux/amd64) + '[' TLS_GROUP == G00 ']' + echo 'run G00 test' run G00 test + export PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + mkdir -p ./dm/tests/bin + cp -r ./bin/dm-test-tools/check_exit_safe_binlog ./bin/dm-test-tools/check_master_http_apis ./bin/dm-test-tools/check_master_online ./bin/dm-test-tools/check_master_online_http ./bin/dm-test-tools/check_worker_online ./dm/tests/bin/ [Pipeline] // timeout [Pipeline] sh + '[' TLS_GROUP == G03 ']' + echo 'run G03 test' run G03 test + export PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + mkdir -p ./dm/tests/bin + cp -r ./bin/dm-test-tools/check_exit_safe_binlog ./bin/dm-test-tools/check_master_http_apis ./bin/dm-test-tools/check_master_online ./bin/dm-test-tools/check_master_online_http ./bin/dm-test-tools/check_worker_online ./dm/tests/bin/ [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { + make dm_integration_test_in_group GROUP=G00 go: downloading go1.23.4 (linux/amd64) [Pipeline] { [Pipeline] // timeout + '[' TLS_GROUP == G04 ']' + echo 'run G04 test' run G04 test + export PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + mkdir -p ./dm/tests/bin + cp -r ./bin/dm-test-tools/check_exit_safe_binlog ./bin/dm-test-tools/check_master_http_apis ./bin/dm-test-tools/check_master_online ./bin/dm-test-tools/check_master_online_http ./bin/dm-test-tools/check_worker_online ./dm/tests/bin/ [Pipeline] sh + make dm_integration_test_in_group GROUP=G03 go: downloading go1.23.4 (linux/amd64) [Pipeline] container [Pipeline] { [Pipeline] container + '[' TLS_GROUP == G06 ']' + echo 'run G06 test' run G06 test + export PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + mkdir -p ./dm/tests/bin + cp -r ./bin/dm-test-tools/check_exit_safe_binlog ./bin/dm-test-tools/check_master_http_apis ./bin/dm-test-tools/check_master_online ./bin/dm-test-tools/check_master_online_http ./bin/dm-test-tools/check_worker_online ./dm/tests/bin/ [Pipeline] { [Pipeline] container + make dm_integration_test_in_group GROUP=G04 go: downloading go1.23.4 (linux/amd64) [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh [Pipeline] sh + make dm_integration_test_in_group GROUP=G06 go: downloading go1.23.4 (linux/amd64) + mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl + cp -r /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ + ls -alh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ total 40K drwxr-sr-x. 2 root 1000 4.0K Apr 4 07:32 . drwxr-sr-x. 17 1000 1000 4.0K Apr 4 07:32 .. -rw-------. 1 root 1000 1.7K Apr 4 07:32 ca-key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 ca.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 client-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 client-key.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 private_key.pem -rw-r--r--. 1 root 1000 451 Apr 4 07:32 public_key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 server-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 server-key.pem [Pipeline] sh + mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl + cp -r /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ + ls -alh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ total 40K drwxr-sr-x. 2 root 1000 4.0K Apr 4 07:32 . drwxr-sr-x. 17 1000 1000 4.0K Apr 4 07:32 .. -rw-------. 1 root 1000 1.7K Apr 4 07:32 ca-key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 ca.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 client-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 client-key.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 private_key.pem -rw-r--r--. 1 root 1000 451 Apr 4 07:32 public_key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 server-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 server-key.pem [Pipeline] sh + mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl + cp -r /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ + ls -alh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ total 40K drwxr-sr-x. 2 root 1000 4.0K Apr 4 07:32 . drwxr-sr-x. 17 1000 1000 4.0K Apr 4 07:32 .. -rw-------. 1 root 1000 1.7K Apr 4 07:32 ca-key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 ca.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 client-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 client-key.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 private_key.pem -rw-r--r--. 1 root 1000 451 Apr 4 07:32 public_key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 server-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 server-key.pem [Pipeline] sh + mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl + cp -r /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ + ls -alh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ total 40K drwxr-sr-x. 2 root 1000 4.0K Apr 4 07:32 . drwxr-sr-x. 17 1000 1000 4.0K Apr 4 07:32 .. -rw-------. 1 root 1000 1.7K Apr 4 07:32 ca-key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 ca.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 client-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 client-key.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 private_key.pem -rw-r--r--. 1 root 1000 451 Apr 4 07:32 public_key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 server-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 server-key.pem [Pipeline] sh + mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl + cp -r /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ + ls -alh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ total 40K drwxr-sr-x 2 root 1000 4.0K Apr 4 07:32 . drwxr-sr-x 17 1000 1000 4.0K Apr 4 07:32 .. -rw------- 1 root 1000 1.7K Apr 4 07:32 ca-key.pem -rw-r--r-- 1 root 1000 1.1K Apr 4 07:32 ca.pem -rw-r--r-- 1 root 1000 1.1K Apr 4 07:32 client-cert.pem -rw------- 1 root 1000 1.7K Apr 4 07:32 client-key.pem -rw------- 1 root 1000 1.7K Apr 4 07:32 private_key.pem -rw-r--r-- 1 root 1000 451 Apr 4 07:32 public_key.pem -rw-r--r-- 1 root 1000 1.1K Apr 4 07:32 server-cert.pem -rw------- 1 root 1000 1.7K Apr 4 07:32 server-key.pem [Pipeline] sh + mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl + cp -r /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ + ls -alh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ total 40K drwxr-sr-x. 2 root 1000 4.0K Apr 4 07:32 . drwxr-sr-x. 17 1000 1000 4.0K Apr 4 07:32 .. -rw-------. 1 root 1000 1.7K Apr 4 07:32 ca-key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 ca.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 client-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 client-key.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 private_key.pem -rw-r--r--. 1 root 1000 451 Apr 4 07:32 public_key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 server-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 server-key.pem + mkdir /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl + cp -r /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ + ls -alh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ total 40K drwxr-sr-x. 2 root 1000 4.0K Apr 4 07:32 . drwxr-sr-x. 17 1000 1000 4.0K Apr 4 07:32 .. -rw-------. 1 root 1000 1.7K Apr 4 07:32 ca-key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 ca.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 client-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 client-key.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 private_key.pem -rw-r--r--. 1 root 1000 451 Apr 4 07:32 public_key.pem -rw-r--r--. 1 root 1000 1.1K Apr 4 07:32 server-cert.pem -rw-------. 1 root 1000 1.7K Apr 4 07:32 server-key.pem [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // container [Pipeline] // container [Pipeline] // container [Pipeline] // container [Pipeline] // container [Pipeline] // container [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] } [Pipeline] cache CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:33:00" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading github.com/spf13/pflag v1.0.5 go: downloading google.golang.org/grpc v1.64.0 go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/golang/protobuf v1.5.4 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading google.golang.org/protobuf v1.35.2 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/xdg/scram v1.0.5 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading golang.org/x/text v0.21.0 go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading golang.org/x/net v0.33.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading golang.org/x/sys v0.28.0 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/eapache/go-resiliency v1.4.0 go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading github.com/pierrec/lz4/v4 v4.1.18 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:33:00" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading go.uber.org/zap v1.27.0 go: downloading google.golang.org/grpc v1.64.0 go: downloading github.com/xdg/scram v1.0.5 go: downloading google.golang.org/protobuf v1.35.2 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading golang.org/x/text v0.21.0 go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading golang.org/x/net v0.33.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading golang.org/x/sys v0.28.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/eapache/go-resiliency v1.4.0 go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/pierrec/lz4/v4 v4.1.18 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/golang/snappy v0.0.4 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:33:01" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/spf13/pflag v1.0.5 go: downloading go.uber.org/zap v1.27.0 go: downloading google.golang.org/grpc v1.64.0 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading github.com/xdg/scram v1.0.5 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading google.golang.org/protobuf v1.35.2 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading golang.org/x/text v0.21.0 go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading golang.org/x/net v0.33.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading golang.org/x/sys v0.28.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/eapache/go-resiliency v1.4.0 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:33:01" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading google.golang.org/protobuf v1.35.2 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading google.golang.org/grpc v1.64.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/xdg/scram v1.0.5 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading go.uber.org/atomic v1.11.0 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading golang.org/x/text v0.21.0 go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading golang.org/x/net v0.33.0 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/pierrec/lz4/v4 v4.1.18 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading golang.org/x/sys v0.28.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/eapache/go-resiliency v1.4.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/prometheus/client_golang v1.20.5 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:33:01" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading github.com/spf13/pflag v1.0.5 go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading google.golang.org/grpc v1.64.0 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading github.com/golang/protobuf v1.5.4 go: downloading google.golang.org/protobuf v1.35.2 go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/xdg/scram v1.0.5 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading golang.org/x/text v0.21.0 go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading golang.org/x/net v0.33.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/pierrec/lz4/v4 v4.1.18 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading golang.org/x/sys v0.28.0 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/eapache/go-resiliency v1.4.0 go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/pierrec/lz4/v4 v4.1.18 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/tidwall/btree v1.7.0 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading golang.org/x/tools v0.28.0 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/yangkeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading golang.org/x/oauth2 v0.24.0 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading cloud.google.com/go v0.112.2 go: downloading golang.org/x/time v0.7.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.27.0 go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/cloudfoundry/gosigar v1.3.6 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/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 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/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/robfig/cron v1.2.0 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f 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/fatih/color v1.18.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading cloud.google.com/go/iam v1.1.7 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/apache/thrift v0.16.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 github.com/golang-jwt/jwt/v5 v5.2.1 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible go: downloading github.com/lestrrat-go/httpcc v1.0.1 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/klauspost/cpuid v1.3.1 go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/coocood/freecache v1.2.1 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading github.com/tidwall/btree v1.7.0 go: downloading github.com/yangkeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading golang.org/x/oauth2 v0.24.0 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading golang.org/x/time v0.7.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/dolthub/maphash v0.1.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.24.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/jfcg/sixb v1.3.8 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/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.27.0 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading cloud.google.com/go v0.112.2 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/apache/thrift v0.16.0 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/robfig/cron v1.2.0 go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/golang/glog v1.2.0 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading github.com/google/btree v1.1.2 go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/tidwall/btree v1.7.0 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/yangkeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading golang.org/x/oauth2 v0.24.0 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading golang.org/x/time v0.7.0 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df 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/tklauser/go-sysconf v0.3.12 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading cloud.google.com/go/iam v1.1.7 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/docker/go-units v0.5.0 go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/gorilla/mux v1.8.1 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/pkg/errors v0.9.1 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/dolthub/swiss v0.2.1 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading golang.org/x/time v0.7.0 go: downloading cloud.google.com/go v0.112.2 go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 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/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 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/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.27.0 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/lestrrat-go/iter v1.0.2 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/httpcc v1.0.1 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading golang.org/x/oauth2 v0.24.0 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading cloud.google.com/go v0.112.2 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/golang/glog v1.2.0 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/apache/thrift v0.16.0 go: downloading github.com/robfig/cron v1.2.0 go: downloading cloud.google.com/go/iam v1.1.7 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.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/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/golang-jwt/jwt/v5 v5.2.1 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible go: downloading github.com/lestrrat-go/option v1.0.1 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/httpcc v1.0.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.24.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/docker/go-units v0.5.0 go: downloading golang.org/x/tools v0.28.0 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/json-iterator/go v1.1.12 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/tidwall/btree v1.7.0 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/yangkeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading golang.org/x/time v0.7.0 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading golang.org/x/oauth2 v0.24.0 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 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/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 go: downloading github.com/cloudfoundry/gosigar v1.3.6 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/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.27.0 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/robfig/cron v1.2.0 go: downloading github.com/apache/thrift v0.16.0 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading cloud.google.com/go/iam v1.1.7 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.0 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading cloud.google.com/go v0.112.2 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/jfcg/sixb v1.3.8 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 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/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.27.0 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/apache/thrift v0.16.0 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading cloud.google.com/go/iam v1.1.7 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/robfig/cron v1.2.0 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.0 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible go: downloading github.com/ncw/directio v1.0.5 go: downloading github.com/coocood/rtutil v0.0.0-20190304133409-c84515f646f2 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/coocood/bbloom v0.0.0-20190830030839-58deb6228d64 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading github.com/kr/text v0.2.0 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 go: downloading github.com/lestrrat-go/iter v1.0.2 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/option v1.0.1 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible go: downloading github.com/lestrrat-go/httpcc v1.0.1 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/ncw/directio v1.0.5 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/go-logr/logr v1.4.1 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading github.com/kr/text v0.2.0 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading github.com/kr/text v0.2.0 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.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 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.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.49.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 Cache restored successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 8.16 secs (480508040 bytes/sec) [Pipeline] { [Pipeline] cache go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 Cache restored successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 7.33 secs (534994203 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 6.58 secs (595647976 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 7.91 secs (495788924 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 7.79 secs (503347602 bytes/sec) [Pipeline] { [Pipeline] cache Cache restored successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 8.69 secs (450943476 bytes/sec) [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] sh [Pipeline] sh + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + ls -alh total 404K drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:33 . drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:33 .. -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx. 1 jenkins jenkins 10 Apr 4 15:33 .dockerignore -> .gitignore -rw-r--r--. 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:33 .git drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 .github -rw-r--r--. 1 jenkins jenkins 985 Apr 4 15:17 .gitignore -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .golangci.yml -rw-r--r--. 1 jenkins jenkins 156 Apr 4 15:17 CODE_OF_CONDUCT.md -rw-r--r--. 1 jenkins jenkins 3.5K Apr 4 15:17 CONTRIBUTING.md -rw-r--r--. 1 jenkins jenkins 12K Apr 4 15:17 LICENSE -rw-r--r--. 1 jenkins jenkins 25K Apr 4 15:17 Makefile -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 Makefile.engine -rw-r--r--. 1 jenkins jenkins 806 Apr 4 15:17 OWNERS -rw-r--r--. 1 jenkins jenkins 348 Apr 4 15:17 OWNERS_ALIASES -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 README.md -rw-r--r--. 1 jenkins jenkins 2.1K Apr 4 15:17 README_DM.md -rw-r--r--. 1 jenkins jenkins 5.2K Apr 4 15:17 README_Engine.md -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 README_TiCDC.md -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 SECURITY.md drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:33 bin drwxr-sr-x. 18 jenkins jenkins 4.0K Apr 4 15:33 cdc drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:33 cmd drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 deployments drwxr-sr-x. 26 jenkins jenkins 4.0K Apr 4 15:33 dm drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:33 docs drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:33 engine -rwxr-xr-x. 1 jenkins jenkins 27K Apr 4 15:17 errors.toml drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 examples -rw-r--r--. 1 jenkins jenkins 21K Apr 4 15:17 go.mod -rw-r--r--. 1 jenkins jenkins 171K Apr 4 15:17 go.sum drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 metrics drwxr-sr-x. 50 jenkins jenkins 4.0K Apr 4 15:33 pkg drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:33 proto drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:33 scripts drwxr-sr-x. 12 jenkins jenkins 4.0K Apr 4 15:33 sync_diff_inspector drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:33 tests -rw-r--r--. 1 jenkins jenkins 582 Apr 4 15:17 third-party-license.txt drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 tools + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break [Pipeline] sh + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + ls -alh total 404K drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:33 . drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:33 .. -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx. 1 jenkins jenkins 10 Apr 4 15:33 .dockerignore -> .gitignore -rw-r--r--. 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:33 .git drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 .github -rw-r--r--. 1 jenkins jenkins 985 Apr 4 15:17 .gitignore -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .golangci.yml -rw-r--r--. 1 jenkins jenkins 156 Apr 4 15:17 CODE_OF_CONDUCT.md -rw-r--r--. 1 jenkins jenkins 3.5K Apr 4 15:17 CONTRIBUTING.md -rw-r--r--. 1 jenkins jenkins 12K Apr 4 15:17 LICENSE -rw-r--r--. 1 jenkins jenkins 25K Apr 4 15:17 Makefile -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 Makefile.engine -rw-r--r--. 1 jenkins jenkins 806 Apr 4 15:17 OWNERS -rw-r--r--. 1 jenkins jenkins 348 Apr 4 15:17 OWNERS_ALIASES -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 README.md -rw-r--r--. 1 jenkins jenkins 2.1K Apr 4 15:17 README_DM.md -rw-r--r--. 1 jenkins jenkins 5.2K Apr 4 15:17 README_Engine.md -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 README_TiCDC.md -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 SECURITY.md drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:33 bin drwxr-sr-x. 18 jenkins jenkins 4.0K Apr 4 15:33 cdc drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:33 cmd drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 deployments drwxr-sr-x. 26 jenkins jenkins 4.0K Apr 4 15:33 dm drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:33 docs drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:33 engine -rwxr-xr-x. 1 jenkins jenkins 27K Apr 4 15:17 errors.toml drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 examples -rw-r--r--. 1 jenkins jenkins 21K Apr 4 15:17 go.mod -rw-r--r--. 1 jenkins jenkins 171K Apr 4 15:17 go.sum drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 metrics drwxr-sr-x. 50 jenkins jenkins 4.0K Apr 4 15:33 pkg drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:33 proto drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:33 scripts drwxr-sr-x. 12 jenkins jenkins 4.0K Apr 4 15:33 sync_diff_inspector drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:33 tests -rw-r--r--. 1 jenkins jenkins 582 Apr 4 15:17 third-party-license.txt drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 tools + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break [Pipeline] sh + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + ls -alh total 404K drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:33 . drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:34 .. -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx. 1 jenkins jenkins 10 Apr 4 15:33 .dockerignore -> .gitignore -rw-r--r--. 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:33 .git drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 .github -rw-r--r--. 1 jenkins jenkins 985 Apr 4 15:17 .gitignore -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .golangci.yml -rw-r--r--. 1 jenkins jenkins 156 Apr 4 15:17 CODE_OF_CONDUCT.md -rw-r--r--. 1 jenkins jenkins 3.5K Apr 4 15:17 CONTRIBUTING.md -rw-r--r--. 1 jenkins jenkins 12K Apr 4 15:17 LICENSE -rw-r--r--. 1 jenkins jenkins 25K Apr 4 15:17 Makefile -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 Makefile.engine -rw-r--r--. 1 jenkins jenkins 806 Apr 4 15:17 OWNERS -rw-r--r--. 1 jenkins jenkins 348 Apr 4 15:17 OWNERS_ALIASES -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 README.md -rw-r--r--. 1 jenkins jenkins 2.1K Apr 4 15:17 README_DM.md -rw-r--r--. 1 jenkins jenkins 5.2K Apr 4 15:17 README_Engine.md -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 README_TiCDC.md -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 SECURITY.md drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:33 bin drwxr-sr-x. 18 jenkins jenkins 4.0K Apr 4 15:33 cdc drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:33 cmd drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 deployments drwxr-sr-x. 26 jenkins jenkins 4.0K Apr 4 15:33 dm drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:33 docs drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:33 engine -rwxr-xr-x. 1 jenkins jenkins 27K Apr 4 15:17 errors.toml drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 examples -rw-r--r--. 1 jenkins jenkins 21K Apr 4 15:17 go.mod -rw-r--r--. 1 jenkins jenkins 171K Apr 4 15:17 go.sum drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 metrics drwxr-sr-x. 50 jenkins jenkins 4.0K Apr 4 15:33 pkg drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:33 proto drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:33 scripts drwxr-sr-x. 12 jenkins jenkins 4.0K Apr 4 15:33 sync_diff_inspector drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:33 tests -rw-r--r--. 1 jenkins jenkins 582 Apr 4 15:17 third-party-license.txt drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 tools + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break [Pipeline] sh + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + ls -alh total 404K drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:33 . drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:34 .. -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx. 1 jenkins jenkins 10 Apr 4 15:33 .dockerignore -> .gitignore -rw-r--r--. 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:33 .git drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 .github -rw-r--r--. 1 jenkins jenkins 985 Apr 4 15:17 .gitignore -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .golangci.yml -rw-r--r--. 1 jenkins jenkins 156 Apr 4 15:17 CODE_OF_CONDUCT.md -rw-r--r--. 1 jenkins jenkins 3.5K Apr 4 15:17 CONTRIBUTING.md -rw-r--r--. 1 jenkins jenkins 12K Apr 4 15:17 LICENSE -rw-r--r--. 1 jenkins jenkins 25K Apr 4 15:17 Makefile -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 Makefile.engine -rw-r--r--. 1 jenkins jenkins 806 Apr 4 15:17 OWNERS -rw-r--r--. 1 jenkins jenkins 348 Apr 4 15:17 OWNERS_ALIASES -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 README.md -rw-r--r--. 1 jenkins jenkins 2.1K Apr 4 15:17 README_DM.md -rw-r--r--. 1 jenkins jenkins 5.2K Apr 4 15:17 README_Engine.md -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 README_TiCDC.md -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 SECURITY.md drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:33 bin drwxr-sr-x. 18 jenkins jenkins 4.0K Apr 4 15:33 cdc drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:33 cmd drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 deployments drwxr-sr-x. 26 jenkins jenkins 4.0K Apr 4 15:33 dm drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:33 docs drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:33 engine -rwxr-xr-x. 1 jenkins jenkins 27K Apr 4 15:17 errors.toml drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 examples -rw-r--r--. 1 jenkins jenkins 21K Apr 4 15:17 go.mod -rw-r--r--. 1 jenkins jenkins 171K Apr 4 15:17 go.sum drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 metrics drwxr-sr-x. 50 jenkins jenkins 4.0K Apr 4 15:33 pkg drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:33 proto drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:33 scripts drwxr-sr-x. 12 jenkins jenkins 4.0K Apr 4 15:33 sync_diff_inspector drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:33 tests -rw-r--r--. 1 jenkins jenkins 582 Apr 4 15:17 third-party-license.txt drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 tools + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break [Pipeline] sh + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + ls -alh total 404K drwxr-sr-x 19 jenkins jenkins 4.0K Apr 4 15:33 . drwxr-sr-x 19 jenkins jenkins 4.0K Apr 4 15:34 .. -rw-r--r-- 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx 1 jenkins jenkins 10 Apr 4 15:33 .dockerignore -> .gitignore -rw-r--r-- 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x 7 jenkins jenkins 4.0K Apr 4 15:33 .git drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:33 .github -rw-r--r-- 1 jenkins jenkins 985 Apr 4 15:17 .gitignore -rw-r--r-- 1 jenkins jenkins 2.4K Apr 4 15:17 .golangci.yml -rw-r--r-- 1 jenkins jenkins 156 Apr 4 15:17 CODE_OF_CONDUCT.md -rw-r--r-- 1 jenkins jenkins 3.5K Apr 4 15:17 CONTRIBUTING.md -rw-r--r-- 1 jenkins jenkins 12K Apr 4 15:17 LICENSE -rw-r--r-- 1 jenkins jenkins 25K Apr 4 15:17 Makefile -rw-r--r-- 1 jenkins jenkins 2.7K Apr 4 15:17 Makefile.engine -rw-r--r-- 1 jenkins jenkins 806 Apr 4 15:17 OWNERS -rw-r--r-- 1 jenkins jenkins 348 Apr 4 15:17 OWNERS_ALIASES -rw-r--r-- 1 jenkins jenkins 1.5K Apr 4 15:17 README.md -rw-r--r-- 1 jenkins jenkins 2.1K Apr 4 15:17 README_DM.md -rw-r--r-- 1 jenkins jenkins 5.2K Apr 4 15:17 README_Engine.md -rw-r--r-- 1 jenkins jenkins 2.7K Apr 4 15:17 README_TiCDC.md -rw-r--r-- 1 jenkins jenkins 1.5K Apr 4 15:17 SECURITY.md drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:33 bin drwxr-sr-x 18 jenkins jenkins 4.0K Apr 4 15:33 cdc drwxr-sr-x 13 jenkins jenkins 4.0K Apr 4 15:33 cmd drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:33 deployments drwxr-sr-x 26 jenkins jenkins 4.0K Apr 4 15:33 dm drwxr-sr-x 7 jenkins jenkins 4.0K Apr 4 15:33 docs drwxr-sr-x 13 jenkins jenkins 4.0K Apr 4 15:33 engine -rwxr-xr-x 1 jenkins jenkins 27K Apr 4 15:17 errors.toml drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:33 examples -rw-r--r-- 1 jenkins jenkins 21K Apr 4 15:17 go.mod -rw-r--r-- 1 jenkins jenkins 171K Apr 4 15:17 go.sum drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:33 metrics drwxr-sr-x 50 jenkins jenkins 4.0K Apr 4 15:33 pkg drwxr-sr-x 5 jenkins jenkins 4.0K Apr 4 15:33 proto drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:33 scripts drwxr-sr-x 12 jenkins jenkins 4.0K Apr 4 15:33 sync_diff_inspector drwxr-sr-x 5 jenkins jenkins 4.0K Apr 4 15:33 tests -rw-r--r-- 1 jenkins jenkins 582 Apr 4 15:17 third-party-license.txt drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:33 tools + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break [Pipeline] // container [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow [Pipeline] { + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + ls -alh total 404K drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:33 . drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:34 .. -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx. 1 jenkins jenkins 10 Apr 4 15:33 .dockerignore -> .gitignore -rw-r--r--. 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:33 .git drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 .github -rw-r--r--. 1 jenkins jenkins 985 Apr 4 15:17 .gitignore -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .golangci.yml -rw-r--r--. 1 jenkins jenkins 156 Apr 4 15:17 CODE_OF_CONDUCT.md -rw-r--r--. 1 jenkins jenkins 3.5K Apr 4 15:17 CONTRIBUTING.md -rw-r--r--. 1 jenkins jenkins 12K Apr 4 15:17 LICENSE -rw-r--r--. 1 jenkins jenkins 25K Apr 4 15:17 Makefile -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 Makefile.engine -rw-r--r--. 1 jenkins jenkins 806 Apr 4 15:17 OWNERS -rw-r--r--. 1 jenkins jenkins 348 Apr 4 15:17 OWNERS_ALIASES -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 README.md -rw-r--r--. 1 jenkins jenkins 2.1K Apr 4 15:17 README_DM.md -rw-r--r--. 1 jenkins jenkins 5.2K Apr 4 15:17 README_Engine.md -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 README_TiCDC.md -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 SECURITY.md drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:33 bin drwxr-sr-x. 18 jenkins jenkins 4.0K Apr 4 15:33 cdc drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:33 cmd drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 deployments drwxr-sr-x. 26 jenkins jenkins 4.0K Apr 4 15:33 dm drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:33 docs drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:33 engine -rwxr-xr-x. 1 jenkins jenkins 27K Apr 4 15:17 errors.toml drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 examples -rw-r--r--. 1 jenkins jenkins 21K Apr 4 15:17 go.mod -rw-r--r--. 1 jenkins jenkins 171K Apr 4 15:17 go.sum drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 metrics drwxr-sr-x. 50 jenkins jenkins 4.0K Apr 4 15:33 pkg drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:33 proto drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:33 scripts drwxr-sr-x. 12 jenkins jenkins 4.0K Apr 4 15:33 sync_diff_inspector drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:33 tests -rw-r--r--. 1 jenkins jenkins 582 Apr 4 15:17 third-party-license.txt drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:33 tools + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break [Pipeline] cache /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/minio install python requirments for test pip install --user -q -r ./dm/tests/requirements.txt Cache restored successfully (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm) 3919708160 bytes in 8.04 secs (487510010 bytes/sec) [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] sh [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow + ls -alh total 404K drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:34 . drwxr-sr-x. 19 jenkins jenkins 4.0K Apr 4 15:34 .. -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx. 1 jenkins jenkins 10 Apr 4 15:34 .dockerignore -> .gitignore -rw-r--r--. 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:34 .git drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:34 .github -rw-r--r--. 1 jenkins jenkins 985 Apr 4 15:17 .gitignore -rw-r--r--. 1 jenkins jenkins 2.4K Apr 4 15:17 .golangci.yml -rw-r--r--. 1 jenkins jenkins 156 Apr 4 15:17 CODE_OF_CONDUCT.md -rw-r--r--. 1 jenkins jenkins 3.5K Apr 4 15:17 CONTRIBUTING.md -rw-r--r--. 1 jenkins jenkins 12K Apr 4 15:17 LICENSE -rw-r--r--. 1 jenkins jenkins 25K Apr 4 15:17 Makefile -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 Makefile.engine -rw-r--r--. 1 jenkins jenkins 806 Apr 4 15:17 OWNERS -rw-r--r--. 1 jenkins jenkins 348 Apr 4 15:17 OWNERS_ALIASES -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 README.md -rw-r--r--. 1 jenkins jenkins 2.1K Apr 4 15:17 README_DM.md -rw-r--r--. 1 jenkins jenkins 5.2K Apr 4 15:17 README_Engine.md -rw-r--r--. 1 jenkins jenkins 2.7K Apr 4 15:17 README_TiCDC.md -rw-r--r--. 1 jenkins jenkins 1.5K Apr 4 15:17 SECURITY.md drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:34 bin drwxr-sr-x. 18 jenkins jenkins 4.0K Apr 4 15:34 cdc drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:34 cmd drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:34 deployments drwxr-sr-x. 26 jenkins jenkins 4.0K Apr 4 15:34 dm drwxr-sr-x. 7 jenkins jenkins 4.0K Apr 4 15:34 docs drwxr-sr-x. 13 jenkins jenkins 4.0K Apr 4 15:34 engine -rwxr-xr-x. 1 jenkins jenkins 27K Apr 4 15:17 errors.toml drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:34 examples -rw-r--r--. 1 jenkins jenkins 21K Apr 4 15:17 go.mod -rw-r--r--. 1 jenkins jenkins 171K Apr 4 15:17 go.sum drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:34 metrics drwxr-sr-x. 50 jenkins jenkins 4.0K Apr 4 15:34 pkg drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:34 proto drwxr-sr-x. 3 jenkins jenkins 4.0K Apr 4 15:34 scripts drwxr-sr-x. 12 jenkins jenkins 4.0K Apr 4 15:34 sync_diff_inspector drwxr-sr-x. 5 jenkins jenkins 4.0K Apr 4 15:34 tests -rw-r--r--. 1 jenkins jenkins 582 Apr 4 15:17 third-party-license.txt drwxr-sr-x. 4 jenkins jenkins 4.0K Apr 4 15:34 tools + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break + set +e + for i in {1..90} + mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent mysqladmin: [Warning] Using a password on the command line interface can be insecure. mysqld is alive + '[' 0 -eq 0 ']' + set -e + break [Pipeline] // timeout [Pipeline] // timeout [Pipeline] // timeout [Pipeline] // timeout [Pipeline] // timeout [Pipeline] sh [Pipeline] sh + '[' TLS_GROUP == G05 ']' + echo 'run G05 test' run G05 test + export PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + mkdir -p ./dm/tests/bin + cp -r ./bin/dm-test-tools/check_exit_safe_binlog ./bin/dm-test-tools/check_master_http_apis ./bin/dm-test-tools/check_master_online ./bin/dm-test-tools/check_master_online_http ./bin/dm-test-tools/check_worker_online ./dm/tests/bin/ [Pipeline] sh + '[' TLS_GROUP == G07 ']' + echo 'run G07 test' run G07 test + export PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + mkdir -p ./dm/tests/bin + cp -r ./bin/dm-test-tools/check_exit_safe_binlog ./bin/dm-test-tools/check_master_http_apis ./bin/dm-test-tools/check_master_online ./bin/dm-test-tools/check_master_online_http ./bin/dm-test-tools/check_worker_online ./dm/tests/bin/ [Pipeline] sh /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test cd dm && ln -sf ../bin . cd dm && ./tests/run_group.sh G01 + '[' TLS_GROUP == G08 ']' + echo 'run G08 test' run G08 test + export PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + mkdir -p ./dm/tests/bin + cp -r ./bin/dm-test-tools/check_exit_safe_binlog ./bin/dm-test-tools/check_master_http_apis ./bin/dm-test-tools/check_master_online ./bin/dm-test-tools/check_master_online_http ./bin/dm-test-tools/check_worker_online ./dm/tests/bin/ [Pipeline] sh + make dm_integration_test_in_group GROUP=G05 go: downloading go1.23.4 (linux/amd64) Run cases: ha_cases3 ha_cases3_1 ha_master tracker_ignored_ddl validator_checkpoint incompatible_ddl_changes ... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rm: cannot remove '/tmp/dm_test/tidb.toml': No such file or directory Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) + '[' TLS_GROUP == G10 ']' + echo 'run G10 test' run G10 test + export PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + mkdir -p ./dm/tests/bin + cp -r ./bin/dm-test-tools/check_exit_safe_binlog ./bin/dm-test-tools/check_master_http_apis ./bin/dm-test-tools/check_master_online ./bin/dm-test-tools/check_master_online_http ./bin/dm-test-tools/check_worker_online ./dm/tests/bin/ + make dm_integration_test_in_group GROUP=G07 go: downloading go1.23.4 (linux/amd64) [Pipeline] // timeout [Pipeline] sh + '[' TLS_GROUP == G11 ']' + echo 'run G11 test' run G11 test + export PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + mkdir -p ./dm/tests/bin + cp -r ./bin/dm-test-tools/check_exit_safe_binlog ./bin/dm-test-tools/check_master_http_apis ./bin/dm-test-tools/check_master_online ./bin/dm-test-tools/check_master_online_http ./bin/dm-test-tools/check_worker_online ./dm/tests/bin/ + make dm_integration_test_in_group GROUP=G08 go: downloading go1.23.4 (linux/amd64) [Pipeline] } + make dm_integration_test_in_group GROUP=G10 go: downloading go1.23.4 (linux/amd64) + '[' TLS_GROUP == G09 ']' + echo 'run G09 test' run G09 test + export PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + mkdir -p ./dm/tests/bin + cp -r ./bin/dm-test-tools/check_exit_safe_binlog ./bin/dm-test-tools/check_master_http_apis ./bin/dm-test-tools/check_master_online ./bin/dm-test-tools/check_master_online_http ./bin/dm-test-tools/check_worker_online ./dm/tests/bin/ [Pipeline] // timeout [Pipeline] sh + make dm_integration_test_in_group GROUP=G11 go: downloading go1.23.4 (linux/amd64) + make dm_integration_test_in_group GROUP=G09 go: downloading go1.23.4 (linux/amd64) + '[' TLS_GROUP == TLS_GROUP ']' + echo 'run tls test' run tls test + echo 'copy mysql certs' copy mysql certs + sudo mkdir -p /var/lib/mysql + sudo chmod 777 /var/lib/mysql + sudo chown -R 1000:1000 /var/lib/mysql + sudo cp -r /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ca-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/ca.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/client-cert.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/client-key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/private_key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/public_key.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/server-cert.pem /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/mysql-ssl/server-key.pem /var/lib/mysql/ + sudo chown -R 1000:1000 /var/lib/mysql/ca-key.pem /var/lib/mysql/ca.pem /var/lib/mysql/client-cert.pem /var/lib/mysql/client-key.pem /var/lib/mysql/private_key.pem /var/lib/mysql/public_key.pem /var/lib/mysql/server-cert.pem /var/lib/mysql/server-key.pem + ls -alh /var/lib/mysql/ total 48K drwxrwxrwx. 1 jenkins jenkins 4.0K Apr 4 15:34 . drwxr-xr-x. 1 root root 4.0K Dec 9 17:15 .. -rw-------. 1 jenkins jenkins 1.7K Apr 4 15:34 ca-key.pem -rw-r--r--. 1 jenkins jenkins 1.1K Apr 4 15:34 ca.pem -rw-r--r--. 1 jenkins jenkins 1.1K Apr 4 15:34 client-cert.pem -rw-------. 1 jenkins jenkins 1.7K Apr 4 15:34 client-key.pem -rw-------. 1 jenkins jenkins 1.7K Apr 4 15:34 private_key.pem -rw-r--r--. 1 jenkins jenkins 451 Apr 4 15:34 public_key.pem -rw-r--r--. 1 jenkins jenkins 1.1K Apr 4 15:34 server-cert.pem -rw-------. 1 jenkins jenkins 1.7K Apr 4 15:34 server-key.pem + export PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + PATH=/usr/local/go/bin:/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin:/opt/apache-maven-3.8.8/bin:/usr/local/pulsar/bin + mkdir -p ./dm/tests/bin + cp -r ./bin/dm-test-tools/check_exit_safe_binlog ./bin/dm-test-tools/check_master_http_apis ./bin/dm-test-tools/check_master_online ./bin/dm-test-tools/check_master_online_http ./bin/dm-test-tools/check_worker_online ./dm/tests/bin/ + make dm_integration_test_in_group GROUP=TLS_GROUP go: downloading go1.23.4 (linux/amd64) VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. mysql: [Warning] Using a password on the command line interface can be insecure. version() 5.7.26-log mysql: [Warning] Using a password on the command line interface can be insecure. version() 8.0.21 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start running case: [ha_cases3] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:34:17 CST 2025] <<<<<< start test_stop_task >>>>>> [Fri Apr 4 15:34:17 CST 2025] <<<<<< start test_multi_task_running >>>>>> 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit clean source table mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. import prepare data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start DM worker and master [Fri Apr 4 15:34:19 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-master1.toml >>>>>> [Fri Apr 4 15:34:19 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-master2.toml >>>>>> [Fri Apr 4 15:34:19 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:34:19" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading github.com/spf13/pflag v1.0.5 go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading google.golang.org/grpc v1.64.0 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/IBM/sarama v1.41.2 go: downloading google.golang.org/protobuf v1.35.2 go: downloading github.com/xdg/scram v1.0.5 go: downloading github.com/golang/protobuf v1.5.4 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading go.uber.org/atomic v1.11.0 go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading golang.org/x/text v0.21.0 go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading golang.org/x/net v0.33.0 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading golang.org/x/sys v0.28.0 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:34:19" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/golang/protobuf v1.5.4 go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading google.golang.org/grpc v1.64.0 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading github.com/gogo/protobuf v1.3.2 go: downloading google.golang.org/protobuf v1.35.2 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/xdg/scram v1.0.5 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading golang.org/x/text v0.21.0 go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading golang.org/x/net v0.33.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/eapache/go-resiliency v1.4.0 go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/hashicorp/go-multierror v1.1.1 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:34:20" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/spf13/pflag v1.0.5 go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading google.golang.org/grpc v1.64.0 go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading google.golang.org/protobuf v1.35.2 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/xdg/scram v1.0.5 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading golang.org/x/text v0.21.0 go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading golang.org/x/net v0.33.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading golang.org/x/sys v0.28.0 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/pierrec/lz4/v4 v4.1.18 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading golang.org/x/sys v0.28.0 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/eapache/go-resiliency v1.4.0 go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/pierrec/lz4/v4 v4.1.18 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:34:20" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading google.golang.org/grpc v1.64.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading google.golang.org/protobuf v1.35.2 go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 rpc addr 127.0.0.1:8261 is alive rpc addr 127.0.0.1:8361 is alive rpc addr 127.0.0.1:8461 is alive operate mysql config to worker [Fri Apr 4 15:34:20 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/eapache/go-resiliency v1.4.0 go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/pierrec/lz4/v4 v4.1.18 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/opentracing/opentracing-go v1.2.0 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:34:20" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/spf13/pflag v1.0.5 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading google.golang.org/grpc v1.64.0 go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/coreos/go-semver v0.3.1 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading google.golang.org/protobuf v1.35.2 go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/xdg/scram v1.0.5 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading golang.org/x/text v0.21.0 go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading golang.org/x/net v0.33.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/xdg/scram v1.0.5 go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading golang.org/x/sys v0.28.0 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/eapache/go-resiliency v1.4.0 go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading golang.org/x/crypto v0.31.0 go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:34:21" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading go.uber.org/zap v1.27.0 go: downloading google.golang.org/grpc v1.64.0 go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/xdg/scram v1.0.5 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading google.golang.org/protobuf v1.35.2 go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading golang.org/x/text v0.21.0 go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/pierrec/lz4/v4 v4.1.18 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/go-playground/locales v0.14.1 go: downloading golang.org/x/net v0.33.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/eapache/go-resiliency v1.4.0 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/pierrec/lz4/v4 v4.1.18 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading golang.org/x/text v0.21.0 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading golang.org/x/sys v0.28.0 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading golang.org/x/net v0.33.0 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading go.uber.org/multierr v1.11.0 go: downloading golang.org/x/sys v0.28.0 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/eapache/go-resiliency v1.4.0 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/procfs v0.15.1 rpc addr 127.0.0.1:8262 is alive go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/pierrec/lz4/v4 v4.1.18 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/go-playground/locales v0.14.1 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -ldflags '-X "github.com/pingcap/tiflow/pkg/version.ReleaseVersion=v9.0.0-beta.1-10-ga306f4894" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:34:21" -X "github.com/pingcap/tiflow/pkg/version.GitHash=a306f48949e037965a7c1963f500f7e0abbfba51" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-10-ga306f4894"' -o bin/sync_diff_inspector ./sync_diff_inspector go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20241223052309-3735ed55a394 go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda go: downloading github.com/golang/protobuf v1.5.4 go: downloading google.golang.org/grpc v1.64.0 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading google.golang.org/protobuf v1.35.2 go: downloading github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/gin-gonic/gin v1.9.1 go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/xdg/scram v1.0.5 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/xdg/stringprep v1.0.3 go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading golang.org/x/text v0.21.0 go: downloading github.com/tikv/pd v1.1.0-beta.0.20240407022249-7179657d129b go: downloading google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases3/source1.yaml" go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading github.com/gin-contrib/sse v0.1.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading golang.org/x/net v0.33.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/go-playground/validator/v10 v10.14.0 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading golang.org/x/sys v0.28.0 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/eapache/go-resiliency v1.4.0 go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 go: downloading github.com/eapache/queue v1.1.0 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/jcmturner/gofork v1.7.6 go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/pierrec/lz4/v4 v4.1.18 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 go: downloading github.com/leodido/go-urn v1.2.4 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/hashicorp/errwrap v1.0.0 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/pingcap/kvproto v0.0.0-20241120022153-92b0414aeed8 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading github.com/pierrec/lz4 v2.6.1+incompatible [Fri Apr 4 15:34:23 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/coocood/freecache v1.2.1 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/tidwall/btree v1.7.0 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading github.com/yangkeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/cockroachdb/pebble v1.1.0 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/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.170.0 go: downloading golang.org/x/oauth2 v0.24.0 go: downloading golang.org/x/time v0.7.0 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading golang.org/x/sync v0.10.0 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading github.com/tidwall/btree v1.7.0 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/gorilla/mux v1.8.1 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/yangkeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading golang.org/x/time v0.7.0 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading cloud.google.com/go v0.112.2 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/cloudfoundry/gosigar v1.3.6 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/yangkeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/pkg/errors v0.9.1 go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/tidwall/btree v1.7.0 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading golang.org/x/oauth2 v0.24.0 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading google.golang.org/api v0.170.0 go: downloading go.uber.org/mock v0.4.0 go: downloading cloud.google.com/go v0.112.2 go: downloading golang.org/x/time v0.7.0 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/jfcg/sixb v1.3.8 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/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 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/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/apache/thrift v0.16.0 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.27.0 go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.0 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading cloud.google.com/go/iam v1.1.7 go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading golang.org/x/term v0.27.0 go: downloading github.com/apache/thrift v0.16.0 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 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/fatih/color v1.18.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 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/klauspost/cpuid v1.3.1 go: downloading github.com/robfig/cron v1.2.0 go: downloading cloud.google.com/go/iam v1.1.7 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading golang.org/x/oauth2 v0.24.0 go: downloading github.com/robfig/cron v1.2.0 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading cloud.google.com/go v0.112.2 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/go-asn1-ber/asn1-ber v1.5.4 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 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/qri-io/jsonpointer v0.1.1 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.27.0 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/apache/thrift v0.16.0 go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/stretchr/testify v1.10.0 go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/google/btree v1.1.2 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/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading golang.org/x/time v0.7.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 golang.org/x/oauth2 v0.24.0 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading cloud.google.com/go v0.112.2 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/cloudfoundry/gosigar v1.3.6 rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases3/source2.yaml" go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/twmb/murmur3 v1.1.6 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/qri-io/jsonschema v0.2.1 go: downloading github.com/google/btree v1.1.2 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.55.5 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading golang.org/x/oauth2 v0.24.0 go: downloading google.golang.org/api v0.170.0 go: downloading cloud.google.com/go v0.112.2 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/klauspost/cpuid v1.3.1 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/ncw/directio v1.0.5 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/go-logr/logr v1.4.1 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/robfig/cron v1.2.0 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.0 go: downloading cloud.google.com/go/iam v1.1.7 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.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/golang-jwt/jwt/v5 v5.2.1 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/jfcg/sorty/v2 v2.1.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 github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.27.0 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/apache/thrift v0.16.0 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.0 go: downloading github.com/robfig/cron v1.2.0 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading cloud.google.com/go/iam v1.1.7 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/otiai10/copy v1.2.0 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading golang.org/x/time v0.7.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/cloudfoundry/gosigar v1.3.6 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/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 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/qri-io/jsonpointer v0.1.1 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.27.0 go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/dolthub/maphash v0.1.0 go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading cloud.google.com/go/iam v1.1.7 go: downloading github.com/robfig/cron v1.2.0 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 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/klauspost/cpuid v1.3.1 go: downloading github.com/ncw/directio v1.0.5 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 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/ncw/directio v1.0.5 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading go.opentelemetry.io/otel/trace v1.24.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 github.com/apache/thrift v0.16.0 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.0 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.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/golang-jwt/jwt v3.2.2+incompatible go: downloading github.com/coocood/bbloom v0.0.0-20190830030839-58deb6228d64 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading github.com/kr/text v0.2.0 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading github.com/gorilla/mux v1.8.1 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/yangkeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/tidwall/btree v1.7.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 golang.org/x/oauth2 v0.24.0 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading golang.org/x/time v0.7.0 go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading github.com/kr/text v0.2.0 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 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/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading cloud.google.com/go v0.112.2 go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 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/jfcg/sixb v1.3.8 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading github.com/kr/text v0.2.0 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.27.0 go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/apache/thrift v0.16.0 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.0 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/robfig/cron v1.2.0 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading cloud.google.com/go/iam v1.1.7 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 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/klauspost/cpuid v1.3.1 go: downloading github.com/ncw/directio v1.0.5 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20241209094930-06d7f4b9233b go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/pingcap/tipb v0.0.0-20241105053214-f91fdb81a69e go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/dgraph-io/ristretto v0.1.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/json-iterator/go v1.1.12 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/tidwall/btree v1.7.0 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading cloud.google.com/go/storage v1.39.1 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 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/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading github.com/yangkeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading golang.org/x/oauth2 v0.24.0 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading go.uber.org/mock v0.4.0 go: downloading cloud.google.com/go v0.112.2 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 [Fri Apr 4 15:34:25 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading golang.org/x/time v0.7.0 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 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/qri-io/jsonpointer v0.1.1 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/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.0 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.27.0 go: downloading github.com/robfig/cron/v3 v3.0.1 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/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/robfig/cron v1.2.0 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading cloud.google.com/go/iam v1.1.7 go: downloading github.com/googleapis/gax-go/v2 v2.12.3 go: downloading github.com/apache/thrift v0.16.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/golang-jwt/jwt/v5 v5.2.1 go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 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/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading github.com/kr/text v0.2.0 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 rpc addr 127.0.0.1:8264 is alive [Fri Apr 4 15:34:26 CST 2025] <<<<<< START DM-WORKER on port 18262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-worker4.toml >>>>>> wait for rpc addr 127.0.0.1:18262 alive the 1-th time go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading github.com/kr/text v0.2.0 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading github.com/klauspost/cpuid/v2 v2.2.4 rpc addr 127.0.0.1:18262 is alive [Fri Apr 4 15:34:27 CST 2025] <<<<<< START DM-WORKER on port 18263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-worker5.toml >>>>>> wait for rpc addr 127.0.0.1:18263 alive the 1-th time go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 rpc addr 127.0.0.1:18263 is alive start DM task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-task.yaml " dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-task2.yaml " go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 go: downloading github.com/google/s2a-go v0.1.7 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 go: downloading github.com/jmespath/go-jmespath v0.4.0 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.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 go: downloading github.com/google/s2a-go v0.1.7 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading github.com/felixge/httpsnoop v1.0.4 dmctl test cmd: "query-status test" with max 10 retries go: downloading github.com/jmespath/go-jmespath v0.4.0 got=2 expected=2 got=2 expected=2 dmctl test cmd: "query-status test2" with max 10 retries got=2 expected=2 got=2 expected=2 use sync_diff_inspector to check full dump loader check diff successfully check diff successfully flush logs to force rotate binlog file apply increment data before restart dm-worker to ensure entering increment phase mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. use sync_diff_inspector to check increment data check diff successfully check diff successfully [Fri Apr 4 15:34:36 CST 2025] <<<<<< finish test_multi_task_running >>>>>> dmctl test cmd: "start-relay -s mysql-replica-01 worker1" with max 10 retries got=2 expected=2 dmctl test cmd: "start-relay -s mysql-replica-02 worker2" with max 10 retries got=2 expected=2 start dumping SQLs into source stop tasks test dmctl test cmd: "stop-task test" with max 10 retries got=3 expected=3 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 stop tasks test2 dmctl test cmd: "stop-task test2" with max 10 retries got=3 expected=3 dmctl test cmd: "query-status test2" with max 10 retries got=1 expected=1 dmctl test cmd: "list-member --worker" with max 10 retries got=2 expected=2 start tasks /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-task.yaml dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-task.yaml" dmctl test cmd: "query-status test" with max 10 retries got=4 expected=4 start tasks /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-task2.yaml dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3/conf/dm-task2.yaml" dmctl test cmd: "query-status test2" with max 10 retries got=4 expected=4 /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/minio install python requirments for test pip install --user -q -r ./dm/tests/requirements.txt /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test cd dm && ln -sf ../bin . cd dm && ./tests/run_group.sh G02 Run cases: handle_error handle_error_2 handle_error_3 adjust_gtid async_checkpoint_flush binlog_parse case_sensitive checkpoint_transaction check_task ... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rm: cannot remove '/tmp/dm_test/tidb.toml': No such file or directory Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/minio install python requirments for test pip install --user -q -r ./dm/tests/requirements.txt /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test cd dm && ln -sf ../bin . cd dm && ./tests/run_group.sh G00 Run cases: ha_cases_1 ha_cases_2 ha_cases2 ... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rm: cannot remove '/tmp/dm_test/tidb.toml': No such file or directory Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. mysql: [Warning] Using a password on the command line interface can be insecure. version() 5.7.26-log mysql: [Warning] Using a password on the command line interface can be insecure. version() 8.0.21 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start running case: [handle_error] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:35:02 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. mysql: [Warning] Using a password on the command line interface can be insecure. version() 5.7.26-log mysql: [Warning] Using a password on the command line interface can be insecure. version() 8.0.21 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start running case: [ha_cases_1] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:35:04 CST 2025] <<<<<< start test_kill_master >>>>>> [Fri Apr 4 15:35:04 CST 2025] <<<<<< start test_running >>>>>> 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit clean source table mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:35:04 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "operate-source create /tmp/dm_test/handle_error/source1.yaml" [Fri Apr 4 15:35:06 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time import prepare data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start DM worker and master cluster [Fri Apr 4 15:35:06 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-master1.toml >>>>>> [Fri Apr 4 15:35:06 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-master2.toml >>>>>> [Fri Apr 4 15:35:06 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/handle_error/source2.yaml" rpc addr 127.0.0.1:8261 is alive rpc addr 127.0.0.1:8361 is alive rpc addr 127.0.0.1:8461 is alive start worker and operate mysql config to worker [Fri Apr 4 15:35:07 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:35:08 CST 2025] <<<<<< start DM-INJECT_DDL_ERROR >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-no-sharding.yaml --remove-meta" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases_1/source1.yaml" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog replace test -s mysql-replica-01 alter table handle_error.tb1 add column c int default 100; alter table handle_error.tb1 add primary key (c);" dmctl test cmd: "binlog replace test -s mysql-replica-02 alter table handle_error.tb2 add column c int default 100; alter table handle_error.tb2 add primary key (c);" [Fri Apr 4 15:35:10 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog inject test -s mysql-replica-01 alter table handle_error.tb1 drop primary key; alter table handle_error.tb1 add unique(c);" dmctl test cmd: "binlog inject test -s mysql-replica-02 alter table handle_error.tb2 drop primary key; alter table handle_error.tb2 add unique(c);" run tidb sql failed 1-th time, retry later rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases_1/source2.yaml" start DM task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-task.yaml " dmctl test cmd: "stop-task test" [Fri Apr 4 15:35:13 CST 2025] <<<<<< finish DM-INJECT_DDL_ERROR >>>>>> [Fri Apr 4 15:35:13 CST 2025] <<<<<< start DM-INJECT_DDL_ERROR_SHARDING_BASE pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=2 expected=2 use sync_diff_inspector to check full dump loader check diff successfully flush logs to force rotate binlog file apply increment data before restart dm-worker to ensure entering increment phase mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "unlock-ddl-lock test-`handle_error`.`tb` --force-remove" /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/minio install python requirments for test pip install --user -q -r ./dm/tests/requirements.txt /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test cd dm && ln -sf ../bin . cd dm && ./tests/run_group.sh G03 Run cases: dmctl_advance dmctl_basic dmctl_command downstream_diff_index downstream_more_column ... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rm: cannot remove '/tmp/dm_test/tidb.toml': No such file or directory Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. mysql: [Warning] Using a password on the command line interface can be insecure. version() 5.7.26-log mysql: [Warning] Using a password on the command line interface can be insecure. version() 8.0.21 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start running case: [dmctl_advance] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_advance/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_advance/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm [Fri Apr 4 15:35:06 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_advance/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "shard-ddl-lock unlock" dmctl test cmd: "shard-ddl-lock unlock lock_id --force-remove=invalid-force-remove" dmctl test cmd: "handle-error" dmctl test cmd: "handle-error test-task --binlog-pos mysql-bin:shoud-bin-digital skip" dmctl test cmd: "handle-error test-task replace alter table tb add column a int; alter table tb2 b int;" dmctl test cmd: "handle-error test-task wrong_operation" dmctl test cmd: "binlog" dmctl test cmd: "binlog skip test-task --binlog-pos mysql-bin:should-be-digital" dmctl test cmd: "binlog replace test-task alter table tb add column a int; alter table tb2 b int;" dmctl test cmd: "binlog inject test-task alter table tb add column a int; alter table tb2 b int;" dmctl test cmd: "binlog list test-task --binlog-pos mysql-bin:should-be-digital" dmctl test cmd: "binlog wrong_operation test-task" dmctl test cmd: "binlog-schema" dmctl test cmd: "binlog-schema test" dmctl test cmd: "binlog-schema list test" dmctl test cmd: "binlog-schema update test" dmctl test cmd: "binlog-schema update test test_db test_table --from-source" dmctl test cmd: "binlog-schema update test test_db test_table --from-source --from-target" dmctl test cmd: "binlog-schema update test test_db test_table schema.sql --from-source" dmctl test cmd: "binlog-schema delete test" 1 dm-master alive 0 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:35:12 CST 2025] <<<<<< test case dmctl_advance success! >>>>>> start running case: [dmctl_basic] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm dmctl test cmd: "any command" dmctl test cmd: "any command" [Fri Apr 4 15:35:15 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /tmp/dm_test/dmctl_basic/master/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/minio install python requirments for test pip install --user -q -r ./dm/tests/requirements.txt /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test cd dm && ln -sf ../bin . cd dm && ./tests/run_group.sh G04 Run cases: import_goroutine_leak incremental_mode initial_unit drop_column_with_index duplicate_event expression_filter extend_column fake_rotate_event import_goroutine_leak not exist ... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rm: cannot remove '/tmp/dm_test/tidb.toml': No such file or directory Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. mysql: [Warning] Using a password on the command line interface can be insecure. version() 5.7.26-log mysql: [Warning] Using a password on the command line interface can be insecure. version() 8.0.21 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start running case: [incremental_mode] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:35:05 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:35:06 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:35:07 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "list-member" [Fri Apr 4 15:35:12 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:35:13 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/incremental_mode/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/incremental_mode/source2.yaml" dmctl test cmd: "start-relay -s mysql-replica-01 worker1" with max 10 retries rpc addr 127.0.0.1:8261 is alive check_task_wrong_arg dmctl test cmd: "check-task" dmctl test cmd: "check-task not_exists_config_file" pause_relay_wrong_arg dmctl test cmd: "pause-relay wrong_arg" /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/minio install python requirments for test pip install --user -q -r ./dm/tests/requirements.txt /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test cd dm && ln -sf ../bin . cd dm && ./tests/run_group.sh G06 Run cases: relay_interrupt safe_mode sequence_safe_mode lightning_load_task lightning_mode metrics ... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rm: cannot remove '/tmp/dm_test/tidb.toml': No such file or directory Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. mysql: [Warning] Using a password on the command line interface can be insecure. version() 5.7.26-log mysql: [Warning] Using a password on the command line interface can be insecure. version() 8.0.21 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start running case: [relay_interrupt] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit failpoint=github.com/pingcap/tiflow/dm/pkg/conn/GetGlobalVariableFailed=return("server_uuid,1152") [Fri Apr 4 15:35:09 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:35:10 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/relay_interrupt/0/source1.yaml" query status, relay log failed dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries got=1 expected=1 got=1 expected=1 start task and query status, task and relay have error message dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/conf/dm-task.yaml" waiting for asynchronous relay and subtask to be started dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status" reset go failpoints, and need restart dm-worker then resume task, task will recover success wait process dm-worker.test exit... got=2 expected=2 dmctl test cmd: "start-relay -s mysql-replica-02 worker2" with max 10 retries dmctl test cmd: "pause-relay" resume_relay_wrong_arg dmctl test cmd: "resume-relay wrong_arg" dmctl test cmd: "resume-relay" pause_task_wrong_arg dmctl test cmd: "pause-task" wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:35:17 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "pause-task -s a -s b" resume_task_wrong_arg dmctl test cmd: "resume-task" dmctl test cmd: "resume-task -s a -s b" query_status_wrong_arg dmctl test cmd: "query-status wrong_args_count more_than_one" use sync_diff_inspector to check increment data check diff successfully [Fri Apr 4 15:35:17 CST 2025] <<<<<< finish test_running >>>>>> kill dm-master1 dmctl test cmd: "query-status -s source-x task-y" start_task_wrong_arg dmctl test cmd: "start-task" dmctl test cmd: "start-task not_exists_config_file" stop_task_wrong_arg dmctl test cmd: "stop-task" got=2 expected=2 dmctl test cmd: "stop-task -s a -s b" show_ddl_locks_wrong_arg dmctl test cmd: "shard-ddl-lock a b" wait process dm-master1 exit... dmctl test cmd: "show-ddl-locks a b" purge_relay_wrong_arg dmctl test cmd: "purge-relay wrong_arg" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "purge-relay" dmctl test cmd: "purge-relay --filename bin-000001 -s mysql-replica-01 -s mysql-replica-02" operate_source_empty_arg dmctl test cmd: "operate-source" dmctl test cmd: "operate-source create not_exists_config_file" dmctl test cmd: "operate-source invalid /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/source1.yaml" dmctl test cmd: "operate-source stop /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/source1.yaml" wait process dm-master1 exit... process dm-master1 already exit waiting 5 seconds transfer_source_empty_arg dmctl test cmd: "transfer-source" dmctl test cmd: "transfer-source source-id" dmctl test cmd: "transfer-source source-id worker-id another-worker" start_relay_empty_arg dmctl test cmd: "start-relay" dmctl test cmd: "start-relay wrong_arg" stop_relay_empty_arg dmctl test cmd: "stop-relay" dmctl test cmd: "stop-relay wrong_arg" dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_basic/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_basic/source2.yaml" source-id: mysql-replica-01 server-id: 111111111 enable-gtid: false relay-binlog-name: '' relay-binlog-gtid: '' enable-relay: false from: host: 127.0.0.1 user: root port: 3306 filters: - schema-pattern: "dmctl" table-pattern: "t_1" sql-pattern: ["alter table .* add column aaa int"] action: Ignore - schema-pattern: "dmctl" table-pattern: "t_2" sql-pattern: ["alter table .* add column aaa int"] action: Ignore dmctl test cmd: "operate-source stop /tmp/dm_test/dmctl_basic/source1-wrong.yaml mysql-replica-02" dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_basic/source1.yaml" [Fri Apr 4 15:35:21 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /tmp/dm_test/dmctl_basic/worker1/dm-worker.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_basic/source2.yaml" dmctl test cmd: "operate-source show" [Fri Apr 4 15:35:22 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /tmp/dm_test/dmctl_basic/worker2/dm-worker.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "list-member" [Fri Apr 4 15:35:23 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source show" dmctl test cmd: "operate-source show -s mysql-replica-01" ############################################################ test case for operate tasks bound to a source ############################################################ dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/foo-task.yaml" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:35:24 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check task is running HTTP 127.0.0.1:8361/apis/v1alpha1/status/test is alive check master2,3 are running dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/bar-task.yaml" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "pause-task -s xxx" dmctl test cmd: "resume-task -s xxx" dmctl test cmd: "stop-task -s xxx" wait process dm-worker.test exit... dmctl test cmd: "pause-task -s mysql-replica-01" start task after restarted dm-worker dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/conf/dm-task.yaml" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully read binlog from relay log failed, and will use remote binlog dmctl test cmd: "binlog skip test" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "unlock-ddl-lock test-`handle_error`.`tb` --force-remove" use sync_diff_inspector to check increment2 data now! check diff successfully [Fri Apr 4 15:35:27 CST 2025] <<<<<< finish test_kill_master >>>>>> [Fri Apr 4 15:35:27 CST 2025] <<<<<< start test_kill_and_isolate_worker >>>>>> [Fri Apr 4 15:35:27 CST 2025] <<<<<< start test_running >>>>>> 2 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... process dm-worker.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "operate-source update /tmp/dm_test/incremental_mode/source1.yaml" dmctl test cmd: "operate-source update /tmp/dm_test/incremental_mode/source2.yaml" dmctl test cmd: "stop-relay -s mysql-replica-01 worker1" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-relay -s mysql-replica-02 worker2" with max 10 retries got=2 expected=2 dmctl test cmd: "operate-source stop /tmp/dm_test/incremental_mode/source1.yaml" dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status -s mysql-replica-02" dmctl test cmd: "pause-task -s mysql-replica-02" wait process dm-worker.test exit... wait process dm-master.test exit... dmctl test cmd: "operate-source stop /tmp/dm_test/incremental_mode/source2.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/incremental_mode/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/incremental_mode/source2.yaml" dmctl test cmd: "start-relay -s mysql-replica-01 worker1" with max 10 retries got=2 expected=2 dmctl test cmd: "start-relay -s mysql-replica-02 worker2" with max 10 retries got=2 expected=2 start task in incremental mode with zero gtid/pos [Fri Apr 4 15:35:28 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/conf/dm-worker1.toml >>>>>> wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:35:28 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status -s mysql-replica-02" dmctl test cmd: "resume-task -s mysql-replica-01" wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:35:30 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status -s mysql-replica-02" dmctl test cmd: "resume-task -s mysql-replica-02" wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /tmp/dm_test/incremental_mode/dm-task.yaml --remove-meta" wait process dm-master.test exit... dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status -s mysql-replica-02" dmctl test cmd: "stop-task -s mysql-replica-01" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... wait process dm-worker.test exit... dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status -s mysql-replica-02" dmctl test cmd: "stop-task -s mysql-replica-02" wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:35:34 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status -s mysql-replica-02" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/bar-task.yaml" wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:35:35 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit clean source table mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/baz-task.yaml" rpc addr 127.0.0.1:8263 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "pause-task -s mysql-replica-01" dmctl test cmd: "query-status test" check diff successfully 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive import prepare data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start DM worker and master cluster [Fri Apr 4 15:35:38 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-master1.toml >>>>>> [Fri Apr 4 15:35:38 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-master2.toml >>>>>> [Fri Apr 4 15:35:38 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status -s mysql-replica-02" dmctl test cmd: "pause-task -s mysql-replica-02" dmctl test cmd: "binlog skip test" dmctl test cmd: "query-status test" with max 10 retries got=4 expected=4 dmctl test cmd: "stop-task test" [Fri Apr 4 15:35:38 CST 2025] <<<<<< finish DM-INJECT_DDL_ERROR_SHARDING_BASE pessimistic >>>>>> [Fri Apr 4 15:35:38 CST 2025] <<<<<< start DM-INJECT_DDL_ERROR_SHARDING_BASE optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "query-status -s mysql-replica-02" dmctl test cmd: "resume-task -s mysql-replica-01" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=2 expected=2 dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column c int default 100; alter table handle_error.tb1 add primary key (c);" rpc addr 127.0.0.1:8361 is alive rpc addr 127.0.0.1:8461 is alive start worker and operate mysql config to worker [Fri Apr 4 15:35:39 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check log contain failed 1-th time, retry later [2025/04/04 15:35:31.420 +08:00] [INFO] [relay.go:96] ["current earliest active relay log"] [task=test] [unit="binlog replication"] ["active relay log"=e0b71e1a-1126-11f0-b15b-ba68e095c8a2.000001/dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d-xx37x-xmm2f-bin.000001] [2025/04/04 15:35:31.440 +08:00] [INFO] [relay.go:125] ["current earliest active relay log"] [task=test] [unit="binlog replication"] ["active relay log"=e0b71e1a-1126-11f0-b15b-ba68e095c8a2.000001/dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d-xx37x-xmm2f-bin.000001] [2025/04/04 15:35:36.139 +08:00] [INFO] [relay.go:96] ["current earliest active relay log"] [task=test] [unit="binlog replication"] ["active relay log"=e0b71e1a-1126-11f0-b15b-ba68e095c8a2.000001/dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d-xx37x-xmm2f-bin.000001] [2025/04/04 15:35:36.155 +08:00] [INFO] [relay.go:125] ["current earliest active relay log"] [task=test] [unit="binlog replication"] ["active relay log"=e0b71e1a-1126-11f0-b15b-ba68e095c8a2.000001/dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d-xx37x-xmm2f-bin.000001] [2025/04/04 15:35:36.163 +08:00] [INFO] [relay.go:125] ["current earliest active relay log"] [task=test] [unit="binlog replication"] ["active relay log"=e0b71e1a-1126-11f0-b15b-ba68e095c8a2.000001/dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d-xx37x-xmm2f-bin.000001] [2025/04/04 15:35:36.183 +08:00] [INFO] [relay.go:125] ["current earliest active relay log"] [task=test] [unit="binlog replication"] ["active relay log"=e0b71e1a-1126-11f0-b15b-ba68e095c8a2.000001/dm-it-5db39a84-724f-4073-88fc-b1bf0a55722d-xx37x-xmm2f-bin.000001] mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=4 expected=4 dmctl test cmd: "pause-task test" wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status -s mysql-replica-02" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases_1/source1.yaml" dmctl test cmd: "resume-task -s mysql-replica-02" dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status -s mysql-replica-02" dmctl test cmd: "stop-task -s mysql-replica-01" wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=4 expected=4 dmctl test cmd: "stop-task test" [Fri Apr 4 15:35:42 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:35:42 CST 2025] <<<<<< finish DM-INJECT_DDL_ERROR_SHARDING_BASE optimistic >>>>>> [Fri Apr 4 15:35:42 CST 2025] <<<<<< start DM-INJECT_DDL_ERROR_SHARDING_BASE2 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status -s mysql-replica-02" dmctl test cmd: "stop-task -s mysql-replica-02" dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status -s mysql-replica-02" dmctl test cmd: "transfer-source mysql-replica-01 worker1" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit failpoint=github.com/pingcap/tiflow/dm/pkg/conn/GetSessionVariableFailed=return("sql_mode,1152") rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases_1/source2.yaml" dmctl test cmd: "transfer-source mysql-replica-01 worker2" kill worker2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column c varchar(20); alter table handle_error.tb1 add primary key (c);" dmctl test cmd: "query-status test" with max 10 retries [Fri Apr 4 15:35:44 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time start DM task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-task.yaml " got=2 expected=2 dmctl test cmd: "binlog replace test -s mysql-replica-01,mysql-replica-02 alter table handle_error.tb2 add column c varchar(20); alter table handle_error.tb2 add primary key (c);" dmctl test cmd: "query-status test" with max 10 retries got=4 expected=4 run tidb sql failed 1-th time, retry later wait process worker2 exit... wait for rpc addr 127.0.0.1:8261 alive the 2-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=2 expected=2 use sync_diff_inspector to check full dump loader wait process worker2 exit... process worker2 already exit dmctl test cmd: "stop-relay -s mysql-replica-02 worker2" dmctl test cmd: "start-relay -s mysql-replica-02 worker2" restart worker2 [Fri Apr 4 15:35:45 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /tmp/dm_test/dmctl_basic/worker2/dm-worker.toml >>>>>> check diff successfully flush logs to force rotate binlog file apply increment data before restart dm-worker to ensure entering increment phase mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:35:46 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "stop-task test" [Fri Apr 4 15:35:46 CST 2025] <<<<<< finish DM-INJECT_DDL_ERROR_SHARDING_BASE2 pessimistic >>>>>> [Fri Apr 4 15:35:46 CST 2025] <<<<<< start DM-INJECT_DDL_ERROR_SHARDING_BASE2 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-relay -s mysql-replica-01 worker1" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/relay_interrupt/1/source1.yaml" query status, relay log failed dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries got=1 expected=1 got=1 expected=1 start task and query status, task and relay have error message dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/conf/dm-task.yaml" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "start-relay -s mysql-replica-02 worker2" dmctl test cmd: "start-relay -s mysql-replica-01 worker2" dmctl test cmd: "start-relay -s mysql-replica-01" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column c varchar(20); alter table handle_error.tb1 add primary key (c);" dmctl test cmd: "stop-relay -s mysql-replica-01" pause_relay_success dmctl test cmd: "pause-relay -s mysql-replica-01 -s mysql-replica-02" dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status -s mysql-replica-01,mysql-replica-02" with max 10 retries got=3 expected=3 got=2 expected=2 dmctl test cmd: "resume-relay -s mysql-replica-01 -s mysql-replica-02" got=1 expected=2 command: query-status test Unknown character set count: 1 != expected: 2, failed the 0-th time, will retry again waiting for asynchronous relay and subtask to be started dmctl test cmd: "query-status -s mysql-replica-01,mysql-replica-02" dmctl_check_task dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task.yaml" use sync_diff_inspector to check increment data check diff successfully [Fri Apr 4 15:35:49 CST 2025] <<<<<< finish test_running >>>>>> dmctl test cmd: "start-relay -s mysql-replica-02 worker2" with max 10 retries dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task7.yaml" dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task3.yaml --start-time '20060102 150405'" dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task7.yaml --start-time '2006-01-02 15:04:05'" dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task2.yaml" dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task3.yaml" dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task3.yaml -e 1" dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task3.yaml -e 100 -w 1" got=2 expected=2 kill dm-worker2 dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task3.yaml -e 0" dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task5.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task5.yaml" dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task6.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task6.yaml" dmctl test cmd: "query-status -s mysql-replica-01" dmctl test cmd: "query-status" check_task_optimistic dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task4.yaml" check_task_only_warning dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/only_warning.yaml" got=2 expected=2 dmctl test cmd: "binlog replace test alter table handle_error.tb2 add column c varchar(20); alter table handle_error.tb2 add primary key (c);" check log contain failed 1-th time, retry later reset go failpoints, and need restart dm-worker then resume task, task will recover success wait process dm-worker2 exit... dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/only_warning.yaml" dmctl test cmd: "stop-task test" wait process dm-worker.test exit... wait process dm-worker2 exit... process dm-worker2 already exit dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 [Fri Apr 4 15:35:52 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time dmctl test cmd: "stop-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/only_warning.yaml" check task with empty unit config dmctl test cmd: "check-task /tmp/empty-dump.yaml" --- name: empty-unit-task task-mode: all target-database: host: "127.0.0.1" port: 4000 user: "root" password: "" mysql-instances: - source-id: "mysql-replica-01" mydumper-config-name: "global" loader-config-name: "global" syncer-config-name: "global" block-allow-list: "instance" mydumpers: global: threads: 4 loaders: global: syncers: global: worker-count: 32 block-allow-list: instance: do-dbs: ["dmctl"] do-tables: - db-name: "dmctl" tbl-name: "~^t_[\\d]+"dmctl test cmd: "check-task /tmp/empty-load.yaml" dmctl test cmd: "check-task /tmp/empty-sync.yaml" wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:35:53 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/conf/dm-worker1.toml >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=4 expected=4 dmctl test cmd: "stop-task test" start task with empty unit config dmctl test cmd: "start-task /tmp/empty-cfg.yaml" wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:35:53 CST 2025] <<<<<< finish DM-INJECT_DDL_ERROR_SHARDING_BASE2 optimistic >>>>>> [Fri Apr 4 15:35:53 CST 2025] <<<<<< start DM-LIST_ERROR >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/single-source-no-sharding.yaml --remove-meta" wait process dm-worker.test exit... rpc addr 127.0.0.1:8264 is alive wait and check task running HTTP 127.0.0.1:8261/apis/v1alpha1/status/test is alive [Fri Apr 4 15:35:53 CST 2025] <<<<<< START DM-WORKER on port 18262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-worker4.toml >>>>>> wait for rpc addr 127.0.0.1:18262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:35:54 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "config task empty-unit-task" dmctl test cmd: "stop-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/empty-unit-task.yaml" dmctl test cmd: "check-task /tmp/dm_test/dmctl_basic/dm-task-error-database-config.yaml" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 rpc addr 127.0.0.1:18262 is alive dmctl test cmd: "start-relay -s mysql-replica-02 worker3 worker4" with max 10 retries dmctl_start_task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task3.yaml --start-time '20060102 150405'" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task7.yaml" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog list test" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task7.yaml --start-time '2006-01-02 15:04:05'" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:14435" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog list test" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:35:55 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incremental_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=3 expected=3 restart dm-worker3 dmctl test cmd: "binlog inject test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:14627 alter table handle_error.tb1 drop primary key; alter table handle_error.tb1 add unique (c);" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog list test" dmctl test cmd: "binlog skip test" run tidb sql failed 1-th time, retry later dmctl test cmd: "query-status test_incremental_no_source_meta" with max 10 retries got=3 expected=3 dmctl test cmd: "stop-task test_incremental_no_source_meta" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task.yaml " rpc addr 127.0.0.1:8263 is alive wait process dm-worker3 exit... check diff successfully dmctl test cmd: "query-status -s mysql-replica-01,mysql-replica-02" wait process dm-worker3 exit... process dm-worker3 already exit wait and check task running HTTP 127.0.0.1:8261/apis/v1alpha1/status/test is alive [Fri Apr 4 15:35:57 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time dmctl test cmd: "stop-task test" dmctl test cmd: "query-status -s mysql-replica-01,mysql-replica-02" dmctl test cmd: "stop-relay -s mysql-replica-01 worker2" [Fri Apr 4 15:35:58 CST 2025] <<<<<< finish DM-LIST_ERROR >>>>>> [Fri Apr 4 15:35:58 CST 2025] <<<<<< start DM-SKIP_ERROR >>>>>> dmctl test cmd: "stop-relay -s mysql-replica-01 worker1" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-no-sharding.yaml --remove-meta" dmctl test cmd: "stop-relay -s mysql-replica-02 worker2" rpc addr 127.0.0.1:8264 is alive isolate dm-worker4 kill dm-worker4 wait process dm-worker4 exit... dmctl test cmd: "start-task /tmp/dm_test/incremental_mode/dm-task.yaml" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dmctl_basic/worker1 exit... got=2 expected=2 dmctl test cmd: "binlog skip test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test -s mysql-replica-01" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test" dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "resume-task test" wait process dmctl_basic/worker1 exit... process dmctl_basic/worker1 already exit got=2 expected=2 dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker4 exit... process dm-worker4 already exit [Fri Apr 4 15:36:01 CST 2025] <<<<<< START DM-WORKER on port 18262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-worker4.toml >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 isolate dm-worker3 kill dm-worker3 [Fri Apr 4 15:36:01 CST 2025] <<<<<< finish DM-SKIP_ERROR >>>>>> [Fri Apr 4 15:36:01 CST 2025] <<<<<< start DM-REPLACE_ERROR >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-no-sharding.yaml --remove-meta" got=1 expected=1 dmctl test cmd: "resume-task test" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "resume-task test" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "resume-task test" wait process dmctl_basic/worker2 exit... dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker3 exit... got=1 expected=1 dmctl test cmd: "resume-task test" with max 10 retries got=3 expected=3 start task after restarted dm-worker dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/conf/dm-task.yaml" check diff failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully read binlog from relay log failed, and will use remote binlog dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dmctl_basic/worker2 exit... process dmctl_basic/worker2 already exit dmctl test cmd: "query-status" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column new_col text, add column c int; alter table handle_error.tb1 add unique(c);" run tidb sql failed 1-th time, retry later wait process dm-worker3 exit... process dm-worker3 already exit [Fri Apr 4 15:36:03 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-worker3.toml >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=2 expected=2 [Fri Apr 4 15:36:03 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /tmp/dm_test/dmctl_basic/worker1/dm-worker.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=1 expected=1 got=1 expected=1 disable isolate dm-worker4 kill dm-worker4 wait process dm-worker.test exit... wait process dm-worker4 exit... rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:36:04 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /tmp/dm_test/dmctl_basic/worker2/dm-worker.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check diff successfully wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:36:04 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/relay_interrupt/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8263 is alive config dmctl test cmd: "config" dmctl test cmd: "config hihi haha" dmctl test cmd: "stop-task test" [Fri Apr 4 15:36:05 CST 2025] <<<<<< finish DM-REPLACE_ERROR >>>>>> [Fri Apr 4 15:36:05 CST 2025] <<<<<< start DM-CROSS_DDL_SHARDING pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker4 exit... process dm-worker4 already exit [Fri Apr 4 15:36:05 CST 2025] <<<<<< START DM-WORKER on port 18262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-worker4.toml >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=1 expected=3 command: query-status test "stage": "Running" count: 1 != expected: 3, failed the 0-th time, will retry again dmctl test cmd: "config task haha" dmctl test cmd: "config master haha" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "config worker haha" dmctl test cmd: "config source haha" dmctl test cmd: "get-config haha" dmctl test cmd: "get-config haha hihi" dmctl test cmd: "get-config master haha" dmctl test cmd: "get-config worker haha" dmctl test cmd: "get-config source haha" dmctl test cmd: "get-config task haha" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "get-task-config haha" dmctl test cmd: "get-task-config haha hihi" % 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 3803 0 3803 0 0 530k 0 --:--:-- --:--:-- --:--:-- 530k dmctl test cmd: "stop-task /tmp/dm_test/incremental_mode/dm-task.yaml" dmctl test cmd: "stop-relay -s mysql-replica-01 worker1" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-relay -s mysql-replica-02 worker2" with max 10 retries got=2 expected=2 got=4 expected=4 run tidb sql failed 1-th time, retry later dmctl test cmd: "config task test --path /tmp/dm_test/dmctl_basic/get_task.yaml" dmctl test cmd: "config master master1 --path /tmp/dm_test/dmctl_basic/master/dm-master.toml" dmctl test cmd: "check-task /tmp/dm_test/incremental_mode/dm-task.yaml" dmctl test cmd: "check-task /tmp/dm_test/incremental_mode/dm-task.yaml" dmctl test cmd: "config worker worker1 --path /tmp/dm_test/dmctl_basic/worker1/dm-worker.toml" with max 10 retries got=1 expected=1 dmctl test cmd: "config worker worker2 --path /tmp/dm_test/dmctl_basic/worker2/dm-worker.toml" with max 10 retries got=3 expected=3 query-status from all dm-master dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "check-task /tmp/dm_test/incremental_mode/dm-task.yaml" got=1 expected=1 dmctl test cmd: "config source mysql-replica-01 --path /tmp/dm_test/dmctl_basic/get_source1.yaml" dmctl test cmd: "config source mysql-replica-02 --path /tmp/dm_test/dmctl_basic/get_source2.yaml" got=3 expected=3 dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "start-task /tmp/dm_test/incremental_mode/dm-task.yaml --remove-meta" dmctl test cmd: "stop-task test" dmctl test cmd: "operate-source stop mysql-replica-01" got=3 expected=3 dmctl test cmd: "query-status test" with max 10 retries 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_basic/get_source1.yaml" got=3 expected=3 dmctl test cmd: "pause-task test" restart worker4 wait process dm-master.test exit... dmctl test cmd: "stop-task test" [Fri Apr 4 15:36:09 CST 2025] <<<<<< finish DM-CROSS_DDL_SHARDING pessimistic >>>>>> [Fri Apr 4 15:36:09 CST 2025] <<<<<< start DM-CROSS_DDL_SHARDING optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "operate-source stop mysql-replica-02" dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_basic/get_source2.yaml" wait process dm-worker4 exit... wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "start-task /tmp/dm_test/dmctl_basic/get_task.yaml" wait process dm-worker4 exit... process dm-worker4 already exit [Fri Apr 4 15:36:10 CST 2025] <<<<<< START DM-WORKER on port 18262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_1/conf/dm-worker4.toml >>>>>> wait for rpc addr 127.0.0.1:18262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=4 expected=4 dmctl test cmd: "stop-task test" wait process dm-worker.test exit... [Fri Apr 4 15:36:11 CST 2025] <<<<<< finish DM-CROSS_DDL_SHARDING optimistic >>>>>> [Fri Apr 4 15:36:11 CST 2025] <<<<<< start DM-REPLACE_ERROR_MULTIPLE pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-pessimistic.yaml --remove-meta" rpc addr 127.0.0.1:18262 is alive dmctl test cmd: "resume-task test" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-master exit... got=2 expected=2 dmctl test cmd: "binlog replace test "alter table handle_error.tb1 add column a varchar(20); alter table handle_error.tb1 add unique idx(a); alter table handle_error.tb1 add column b varchar(20); alter table handle_error.tb1 add unique idx2(b);"" with max 10 retries got=3 expected=3 dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:36:13 CST 2025] <<<<<< test case incremental_mode success! >>>>>> start running case: [initial_unit] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/initial_unit/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/initial_unit/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit got=4 expected=4 run tidb sql failed 1-th time, retry later use sync_diff_inspector to check increment2 data now! check diff successfully [Fri Apr 4 15:36:13 CST 2025] <<<<<< finish test_kill_and_isolate_worker >>>>>> 3 dm-master alive 3 dm-worker alive 0 dm-syncer alive wait process dm-master exit... process dm-master already exit [Fri Apr 4 15:36:13 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /tmp/dm_test/dmctl_basic/master/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "query-status test" failpoint=github.com/pingcap/tiflow/dm/syncer/LoadCheckpointFailed=return(1152) [Fri Apr 4 15:36:14 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/initial_unit/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff successfully 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive wait process dm-master.test exit... [Fri Apr 4 15:36:15 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/initial_unit/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "stop-task test" [Fri Apr 4 15:36:15 CST 2025] <<<<<< finish DM-REPLACE_ERROR_MULTIPLE pessimistic >>>>>> [Fri Apr 4 15:36:15 CST 2025] <<<<<< start DM-REPLACE_ERROR_MULTIPLE optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-optimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8261 alive the 2-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/initial_unit/0/source1.yaml" wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit start task and query status, the sync unit will initial failed dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/initial_unit/conf/dm-task.yaml" rpc addr 127.0.0.1:8261 is alive wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog replace test "alter table handle_error.tb1 add column a varchar(20); alter table handle_error.tb1 add unique idx(a); alter table handle_error.tb1 add column b varchar(20); alter table handle_error.tb1 add unique idx2(b);"" with max 10 retries wait process dm-worker.test exit... got=3 expected=3 dmctl test cmd: "query-status test" with max 10 retries got=4 expected=4 run tidb sql failed 1-th time, retry later wait process dm-master.test exit... wait process worker1 exit... wait process dm-worker.test exit... wait process dm-master.test exit... wait process worker1 exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:36:19 CST 2025] <<<<<< test case relay_interrupt success! >>>>>> start running case: [safe_mode] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:36:19 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/minio install python requirments for test pip install --user -q -r ./dm/tests/requirements.txt wait process dm-master.test exit... dmctl test cmd: "stop-task test" [Fri Apr 4 15:36:19 CST 2025] <<<<<< finish DM-REPLACE_ERROR_MULTIPLE optimistic >>>>>> [Fri Apr 4 15:36:19 CST 2025] <<<<<< start DM-EXEC_ERROR_SKIP pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-pessimistic.yaml --remove-meta" wait process worker1 exit... dmctl test cmd: "query-status test" resume task will also initial failed dmctl test cmd: "resume-task test" /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/minio install python requirments for test pip install --user -q -r ./dm/tests/requirements.txt /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test cd dm && ln -sf ../bin . cd dm && ./tests/run_group.sh G10 Run cases: start_task print_status http_apis new_relay all_mode ... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rm: cannot remove '/tmp/dm_test/tidb.toml': No such file or directory Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/minio install python requirments for test pip install --user -q -r ./dm/tests/requirements.txt /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test cd dm && ln -sf ../bin . cd dm && ./tests/run_group.sh G08 use sync_diff_inspector to check increment data check diff successfully check diff successfully [Fri Apr 4 15:36:07 CST 2025] <<<<<< finish test_stop_task >>>>>> 3 dm-master alive 5 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:20 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> Run cases: shardddl3 shardddl3_1 shardddl4 shardddl4_1 sharding sequence_sharding sequence_sharding_removemeta ... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rm: cannot remove '/tmp/dm_test/tidb.toml': No such file or directory Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... wait process worker1 exit... wait process dm-master.test exit... /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test cd dm && ln -sf ../bin . cd dm && ./tests/run_group.sh G07 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" Run cases: shardddl1 shardddl1_1 shardddl2 shardddl2_1 ... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rm: cannot remove '/tmp/dm_test/tidb.toml': No such file or directory Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:36:21 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. mysql: [Warning] Using a password on the command line interface can be insecure. version() 5.7.26-log mysql: [Warning] Using a password on the command line interface can be insecure. version() 8.0.21 [Fri Apr 4 15:36:21 CST 2025] <<<<<< finish DM-EXEC_ERROR_SKIP pessimistic >>>>>> [Fri Apr 4 15:36:21 CST 2025] <<<<<< start DM-EXEC_ERROR_SKIP optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-optimistic.yaml --remove-meta" wait process worker1 exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start running case: [start_task] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:36:21 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... wait process dm-master.test exit... dmctl test cmd: "query-status test" reset go failpoints, and need restart dm-worker then resume task, task will recover success wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source2.yaml" VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. mysql: [Warning] Using a password on the command line interface can be insecure. version() 5.7.26-log mysql: [Warning] Using a password on the command line interface can be insecure. version() 8.0.21 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start running case: [shardddl3] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:36:22 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:36:22 CST 2025] <<<<<< test case ha_cases_1 success! >>>>>> start running case: [ha_cases_2] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:36:23 CST 2025] <<<<<< start test_kill_master_in_sync >>>>>> [Fri Apr 4 15:36:23 CST 2025] <<<<<< start test_running >>>>>> 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit clean source table mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process worker1 exit... wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=0 expected=1 command: query-status test Error 1062 (23000): Duplicate count: 0 != expected: 1, failed the 0-th time, will retry again wait process dm-master.test exit... VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. mysql: [Warning] Using a password on the command line interface can be insecure. version() 5.7.26-log mysql: [Warning] Using a password on the command line interface can be insecure. version() 8.0.21 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start running case: [shardddl1] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:36:23 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:23 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process worker1 exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:24 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:36:24 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/initial_unit/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "start-task /tmp/dm_test/safe_mode/dm-task.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process worker1 exit... wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl3/source1.yaml" [Fri Apr 4 15:36:25 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time import prepare data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start DM worker and master cluster [Fri Apr 4 15:36:25 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-master1.toml >>>>>> [Fri Apr 4 15:36:25 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-master2.toml >>>>>> [Fri Apr 4 15:36:25 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/source1.yaml" rpc addr 127.0.0.1:8262 is alive check diff successfully rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:25 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=1 expected=1 dmctl test cmd: "binlog skip test" dmctl test cmd: "stop-task test" [Fri Apr 4 15:36:25 CST 2025] <<<<<< finish DM-EXEC_ERROR_SKIP optimistic >>>>>> [Fri Apr 4 15:36:25 CST 2025] <<<<<< start DM-SKIP_INCOMPATIBLE_DDL >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/single-source-no-sharding.yaml --remove-meta" wait process worker1 exit... wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive rpc addr 127.0.0.1:8361 is alive 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl3/source2.yaml" rpc addr 127.0.0.1:8461 is alive start worker and operate mysql config to worker [Fri Apr 4 15:36:26 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process worker1 exit... wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl1/source1.yaml" [Fri Apr 4 15:36:27 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/run.sh: line 556: hello: command not found dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 dmctl test cmd: "binlog skip test" wait process dm-master.test exit... [Fri Apr 4 15:36:27 CST 2025] <<<<<< start DM-071 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-pessimistic.yaml --remove-meta" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases_2/source1.yaml" check diff successfully dmctl test cmd: "stop-task test" wait process dm-master.test exit... [Fri Apr 4 15:36:28 CST 2025] <<<<<< finish DM-SKIP_INCOMPATIBLE_DDL >>>>>> [Fri Apr 4 15:36:28 CST 2025] <<<<<< start DM-4202 >>>>>> wait process worker1 exit... process worker1 already exit dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/single-source-no-sharding.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl1/source2.yaml" wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 [Fri Apr 4 15:36:28 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process worker2 exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:36:29 CST 2025] <<<<<< finish DM-071 pessimistic >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:35724" dmctl test cmd: "start-task /tmp/dm_test/start_task/dm-task.yaml --start-time '2025-04-04 09:36:27'" wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases_2/source2.yaml" wait process worker2 exit... process worker2 already exit dmctl test cmd: "list-member --worker" with max 10 retries got=2 expected=2 [Fri Apr 4 15:36:30 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /tmp/dm_test/dmctl_basic/worker1/dm-worker.toml >>>>>> wait process dm-master.test exit... dmctl test cmd: "stop-task test" wait process dm-worker exit... wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:36:30 CST 2025] <<<<<< finish DM-4202 >>>>>> wait process dm-worker.test exit... [Fri Apr 4 15:36:30 CST 2025] <<<<<< start DM-073 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... dmctl test cmd: "stop-task test" dmctl test cmd: "stop-relay -s mysql-replica-01" dmctl test cmd: "query-status -s mysql-replica-01" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:36:31 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /tmp/dm_test/dmctl_basic/worker2/dm-worker.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:36:31 CST 2025] <<<<<< start DM-4204 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/single-source-no-sharding.yaml --remove-meta" start DM task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-task.yaml " [Fri Apr 4 15:36:31 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit start to run safe mode case 1 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:36:31 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-master.toml >>>>>> wait process dm-worker exit... process dm-worker already exit [Fri Apr 4 15:36:31 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:36:31 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "transfer-source mysql-replica-01 worker2" [Fri Apr 4 15:36:32 CST 2025] <<<<<< finish DM-073 pessimistic >>>>>> dmctl test cmd: "start-task /tmp/dm_test/start_task/dm-task.yaml --start-time '2025-04-04 09:36:27'" rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive [Fri Apr 4 15:36:32 CST 2025] <<<<<< start DM-COMPACT >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/single-source-no-sharding.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "list-member --worker" with max 10 retries got=2 expected=2 dmctl test cmd: "config task test --path /tmp/dm_test/dmctl_basic/get_task.yaml" dmctl test cmd: "config master master1 --path /tmp/dm_test/dmctl_basic/master/dm-master.toml" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=2 expected=2 use sync_diff_inspector to check full dump loader rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:32 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "config worker worker1 --path /tmp/dm_test/dmctl_basic/worker1/dm-worker.toml" with max 10 retries got=1 expected=1 dmctl test cmd: "config worker worker2 --path /tmp/dm_test/dmctl_basic/worker2/dm-worker.toml" with max 10 retries wait process dm-master.test exit... got=1 expected=1 dmctl test cmd: "binlog skip test" dmctl test cmd: "query-status test" with max 10 retries check diff successfully flush logs to force rotate binlog file apply increment data before restart dm-worker to ensure entering increment phase mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=1 expected=1 dmctl test cmd: "config source mysql-replica-01 --path /tmp/dm_test/dmctl_basic/get_source1.yaml" dmctl test cmd: "config source mysql-replica-02 --path /tmp/dm_test/dmctl_basic/get_source2.yaml" got=2 expected=2 dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" [Fri Apr 4 15:36:33 CST 2025] <<<<<< finish DM-4204 >>>>>> [Fri Apr 4 15:36:33 CST 2025] <<<<<< start DM-076 pessimistic >>>>>> show_ddl_locks_no_locks dmctl test cmd: "shard-ddl-lock test" dmctl test cmd: "show-ddl-locks test" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/single-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... dmctl test cmd: "query-status -s mysql-replica-01,mysql-replica-02" dmctl test cmd: "query-status test" dmctl test cmd: "stop-task test" dmctl test cmd: "start-task /tmp/dm_test/start_task/dm-task.yaml --start-time '1995-03-07 01:02:03'" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status" dmctl test cmd: "pause-task test" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:36:33 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:36:34 CST 2025] <<<<<< start DM-4206 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "query-status -s mysql-replica-01,mysql-replica-02" with max 10 retries got=3 expected=3 got=2 expected=2 dmctl master_addr dmctl test cmd: "list-member" dmctl test cmd: "list-member" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source1.yaml" /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/minio install python requirments for test pip install --user -q -r ./dm/tests/requirements.txt /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test cd dm && ln -sf ../bin . cd dm && ./tests/run_group.sh G05 Run cases: load_interrupt many_tables online_ddl foreign_key full_mode gbk gtid ha_cases http_proxies load_interrupt not exist ... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rm: cannot remove '/tmp/dm_test/tidb.toml': No such file or directory Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. mysql: [Warning] Using a password on the command line interface can be insecure. version() 5.7.26-log mysql: [Warning] Using a password on the command line interface can be insecure. version() 8.0.21 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start running case: [many_tables] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/many_tables/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/many_tables/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit wait process tidb-server exit... process tidb-server already exit Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. start prepare_data /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/minio install python requirments for test pip install --user -q -r ./dm/tests/requirements.txt /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test cd dm && ln -sf ../bin . cd dm && ./tests/run_group.sh G11 Run cases: validator_basic dm_syncer shardddl_optimistic slow_relay_writer sql_mode sync_collation ... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rm: cannot remove '/tmp/dm_test/tidb.toml': No such file or directory Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. mysql: [Warning] Using a password on the command line interface can be insecure. version() 5.7.26-log mysql: [Warning] Using a password on the command line interface can be insecure. version() 8.0.21 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start running case: [validator_basic] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/run.sh... Verbose mode = false --> full mode, check we validate different data types(gtid=false, relay=false) 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:36:24 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:25 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" [Fri Apr 4 15:36:27 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "config source mysql-replica-01" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 0-th time, will retry again got=1 expected=1 got=1 expected=1 got=1 expected=1 --> full mode, check we validate different data types(gtid=false, relay=true) 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... wait process dm-master.test exit... dmctl test cmd: "stop-task test" dmctl test cmd: "start-task /tmp/dm_test/start_task/dm-task.yaml --start-time '2037-12-12 01:02:03'" [Fri Apr 4 15:36:35 CST 2025] <<<<<< finish DM-076 pessimistic >>>>>> [Fri Apr 4 15:36:35 CST 2025] <<<<<< start DM-076 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/single-source-optimistic.yaml --remove-meta" dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source2.yaml" start task after restarted dm-worker, the sync unit will initial success dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/initial_unit/conf/dm-task.yaml" check diff successfully dmctl test cmd: "resume-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... wait process dm-master.test exit... 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/minio install python requirments for test pip install --user -q -r ./dm/tests/requirements.txt /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test cd dm && ln -sf ../bin . cd dm && ./tests/run_group.sh G09 Run cases: import_v10x sharding2 ha new_collation_off only_dml openapi s3_dumpling_lightning sequence_sharding_optimistic ... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rm: cannot remove '/tmp/dm_test/tidb.toml': No such file or directory Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. mysql: [Warning] Using a password on the command line interface can be insecure. version() 5.7.26-log mysql: [Warning] Using a password on the command line interface can be insecure. version() 8.0.21 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start running case: [import_v10x] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/import_v10x/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/import_v10x/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. source1 master status, dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 1049, e22e8bcf-1126-11f0-b684-2ece1976700d:1-4 source2 master status, dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 1158, e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-4 mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:36:28 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/import_v10x/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:30 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/import_v10x/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:36:31 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/import_v10x/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source show" with max 10 retries got=3 expected=3 got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 dmctl test cmd: "config task test --path /tmp/dm_test/import_v10x/task.yaml" with max 10 retries got=1 expected=1 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... use sync_diff_inspector to check increment data check diff successfully [Fri Apr 4 15:36:36 CST 2025] <<<<<< finish test_running >>>>>> start dumping SQLs into source mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:39469 -s mysql-replica-01" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:39276 -s mysql-replica-01" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/minio install python requirments for test pip install --user -q -r ./dm/tests/requirements.txt /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-master.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-worker.test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/bin/dm-syncer.test cd dm && ln -sf ../bin . cd dm && ./tests/run_group.sh TLS_GROUP Run cases: tls ... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rm: cannot remove '/tmp/dm_test/tidb.toml': No such file or directory Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. mysql: [Warning] Using a password on the command line interface can be insecure. version() 5.7.26-log mysql: [Warning] Using a password on the command line interface can be insecure. version() 8.0.21 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start running case: [tls] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/tls/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/tls/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit wait process tidb-server exit... process tidb-server already exit mysql_ssl_setup at=/var/lib/mysql/ add dm_tls_test user done /var/lib/mysql/ run a new tidb server with tls show databases without TLS *************************** 1. row *************************** Database: INFORMATION_SCHEMA *************************** 2. row *************************** Database: METRICS_SCHEMA *************************** 3. row *************************** Database: PERFORMANCE_SCHEMA *************************** 4. row *************************** Database: mysql *************************** 5. row *************************** Database: sys *************************** 6. row *************************** Database: test drop database tls with TLS WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY. drop database dm_meta with TLS WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY. [Fri Apr 4 15:36:33 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /tmp/dm_test/tls/dm-master1.toml >>>>>> [Fri Apr 4 15:36:33 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /tmp/dm_test/tls/dm-master2.toml >>>>>> [Fri Apr 4 15:36:33 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /tmp/dm_test/tls/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time rpc addr 127.0.0.1:8261 is alive rpc addr 127.0.0.1:8361 is alive rpc addr 127.0.0.1:8461 is alive [Fri Apr 4 15:36:35 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /tmp/dm_test/tls/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/tls/source1.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-task.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:36408 -s mysql-replica-02" 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-master1 exit... [Fri Apr 4 15:36:37 CST 2025] <<<<<< finish DM-076 optimistic >>>>>> got=1 expected=1 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:36627 -s mysql-replica-02" dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:36:37 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=3 expected=3 dmctl test cmd: "stop-task test" [Fri Apr 4 15:36:37 CST 2025] <<<<<< finish DM-4206 pessimistic >>>>>> [Fri Apr 4 15:36:37 CST 2025] <<<<<< start DM-4206 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... wait process dm-master1 exit... process dm-master1 already exit check diff successfully [Fri Apr 4 15:36:38 CST 2025] <<<<<< start DM-077 >>>>>> wait and check task running wait for rpc addr 127.0.0.1:8261 alive the 2-th time dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/single-source-pessimistic.yaml --remove-meta" check master alive dmctl test cmd: "list-member" start task and check stage dmctl test cmd: "start-task /tmp/dm_test/tls/dm-task.yaml --remove-meta=true" wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... wait process dm-worker.test exit... wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries check diff failed 1-th time, retry later rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:39 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait process dm-worker.test exit... got=2 expected=2 wait for rpc addr 127.0.0.1:8262 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:41438 -s mysql-replica-01" HTTP 127.0.0.1:8361/apis/v1alpha1/status/test is alive dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:41245 -s mysql-replica-01" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:36:39 CST 2025] <<<<<< test case import_v10x success! >>>>>> start running case: [sharding2] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding2/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding2/run.sh... Verbose mode = false wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:36:39 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:36:40 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding2/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... wait process dm-worker.test exit... [Fri Apr 4 15:36:40 CST 2025] <<<<<< finish DM-077 >>>>>> [Fri Apr 4 15:36:40 CST 2025] <<<<<< start DM-077 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/single-source-optimistic.yaml --remove-meta" got=1 expected=1 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:38566 -s mysql-replica-02" dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" dmctl test cmd: "query-status test" test http and api interface Release Version: v9.0.0-beta.1-10-ga306f4894 Git Commit Hash: a306f48949e037965a7c1963f500f7e0abbfba51 Git Branch: HEAD UTC Build Time: 2025-04-04 07:19:16 Go Version: go1.23.4 Failpoint Build: true rpc addr 127.0.0.1:8261 is alive got=1 expected=1 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:38785 -s mysql-replica-02" dmctl test cmd: "query-status test" with max 10 retries [Fri Apr 4 15:36:40 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time { "result": true, "msg": "", "members": [ { "leader": { "msg": "", "name": "master2", "addr": "127.0.0.1:8361" } }, { "master": { "msg": "", "masters": [ { "name": "master1", "memberID": "10068700568285020701", "alive": true, "peerURLs": [ "https://127.0.0.1:8291" ], "clientURLs": [ "https://127.0.0.1:8261" ] }, { "name": "master2", "memberID": "518295880577331676", "alive": true, "peerURLs": [ "https://127.0.0.1:8292" ], "clientURLs": [ "https://127.0.0.1:8361" ] }, { "name": "master3", "memberID": "6800138986734450252", "alive": true, "peerURLs": [ "https://127.0.0.1:8293" ], "clientURLs": [ "https://127.0.0.1:8461" ] } ] } }, { "worker": { "msg": "", "workers": [ { "name": "worker1", "addr": "127.0.0.1:8262", "stage": "bound", "source": "mysql-replica-01" } ] } } ] } rpc addr 127.0.0.1:8261 is alive use common name not in 'cert-allowed-cn' should not request success wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8262 is alive got=3 expected=3 dmctl test cmd: "stop-task test" wait process dm-worker.test exit... check diff failed 2-th time, retry later [Fri Apr 4 15:36:40 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:36:41 CST 2025] <<<<<< finish DM-4206 optimistic >>>>>> dmctl test cmd: "list-member" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:41 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding2/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" [Fri Apr 4 15:36:41 CST 2025] <<<<<< finish DM-077 >>>>>> wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit rpc addr 127.0.0.1:8263 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:36:42 CST 2025] <<<<<< start DM-4207 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-pessimistic.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" failpoint=github.com/pingcap/tiflow/dm/syncer/dbconn/GetMasterStatusFailed=return(1152) [Fri Apr 4 15:36:41 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/initial_unit/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... wait for rpc addr 127.0.0.1:8261 alive the 2-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/sharding2/source1.yaml" [Fri Apr 4 15:36:42 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding2/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check diff failed 3-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "config source mysql-replica-01" with max 10 retries rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:43 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/initial_unit/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... wait for rpc addr 127.0.0.1:8261 alive the 3-th time wait process dm-worker.test exit... got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation status test" with max 10 retries [Fri Apr 4 15:36:42 CST 2025] <<<<<< start DM-078 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/single-source-pessimistic.yaml --remove-meta" [Fri Apr 4 15:36:43 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 0-th time, will retry again rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/sharding2/source2.yaml" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:43214" dmctl test cmd: "query-status test" with max 10 retries wait for rpc addr 127.0.0.1:8261 alive the 4-th time wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:40724" dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/initial_unit/1/source1.yaml" start task and query status, the sync unit will initial failed dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/initial_unit/conf/dm-task.yaml" got=1 expected=1 check diff successfully dmctl test cmd: "stop-task test" got=3 expected=3 dmctl test cmd: "stop-task test" wait process dm-worker.test exit... process dm-worker.test already exit success success [Fri Apr 4 15:36:44 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:36:44 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:36:44 CST 2025] <<<<<< finish DM-4207 pessimistic >>>>>> [Fri Apr 4 15:36:44 CST 2025] <<<<<< start DM-4207 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-optimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8261 alive the 2-th time [Fri Apr 4 15:36:44 CST 2025] <<<<<< finish DM-078 >>>>>> [Fri Apr 4 15:36:44 CST 2025] <<<<<< start DM-078 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/single-source-optimistic.yaml --remove-meta" dmctl test cmd: "start-relay -s mysql-replica-02 worker2" with max 10 retries wait for rpc addr 127.0.0.1:8261 alive the 5-th time wait process dm-master.test exit... check diff failed 4-th time, retry later rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:45 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-worker1.toml >>>>>> rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "resume-task test" with max 10 retries got=3 expected=3 wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=2 expected=2 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding2/conf/dm-task.yaml " got=1 expected=1 got=1 expected=1 got=1 expected=1 --> full mode, check we validate different data types(gtid=true, relay=false) 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait for rpc addr 127.0.0.1:8261 alive the 6-th time wait process dm-master.test exit... got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:44990" dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... [Fri Apr 4 15:36:46 CST 2025] <<<<<< finish DM-078 >>>>>> got=1 expected=1 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:42663" dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/start_task/source1.yaml" got=3 expected=3 dmctl test cmd: "stop-task test" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-task.yaml --remove-meta" wait for rpc addr 127.0.0.1:8261 alive the 7-th time wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check sync diff for the increment replication check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:36:47 CST 2025] <<<<<< finish DM-4207 optimistic >>>>>> [Fri Apr 4 15:36:47 CST 2025] <<<<<< start DM-4207 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-pessimistic.yaml --remove-meta" check diff failed 5-th time, retry later wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding2/conf/dm-task.yaml " dmctl test cmd: "query-status test" dmctl test cmd: "list-member" dmctl test cmd: "start-relay -s mysql-replica-01" dmctl test cmd: "start-relay -s mysql-replica-01 worker1" dmctl test cmd: "stop-relay -s mysql-replica-01 worker1" dmctl test cmd: "stop-relay -s mysql-replica-01" dmctl test cmd: "start-relay -s mysql-replica-01 worker1" resume task will also initial failed dmctl test cmd: "resume-task test" [Fri Apr 4 15:36:47 CST 2025] <<<<<< start DM-079 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/single-source-pessimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8261 alive the 8-th time wait process dm-master.test exit... dmctl test cmd: "start-relay -s mysql-replica-02 worker2" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:47024" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check sync diff for the increment replication check diff failed 1-th time, retry later check diff successfully wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 check sync diff after clean SafeModeExit failpoint check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check sync diff after restart DDL owner got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries check diff failed 6-th time, retry later wait for rpc addr 127.0.0.1:8261 alive the 9-th time got=1 expected=1 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:44602" dmctl test cmd: "query-status test" with max 10 retries [Fri Apr 4 15:36:49 CST 2025] <<<<<< finish DM-079 >>>>>> [Fri Apr 4 15:36:49 CST 2025] <<<<<< start DM-079 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/single-source-optimistic.yaml --remove-meta" got=3 expected=3 dmctl test cmd: "stop-task test" wait process dm-worker.test exit... wait process dm-master.test exit... [Fri Apr 4 15:36:49 CST 2025] <<<<<< finish DM-4207 pessimistic >>>>>> [Fri Apr 4 15:36:49 CST 2025] <<<<<< start DM-4207 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-optimistic.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "resume-task test" dmctl test cmd: "query-status -s mysql-replica-01,mysql-replica-02" with max 10 retries got=3 expected=3 got=4 expected=4 finish prepare_data [Fri Apr 4 15:36:48 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/many_tables/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:49 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/many_tables/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff successfully dmctl test cmd: "pause-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task.yaml" dmctl test cmd: "resume-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_basic/conf/dm-task.yaml" check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-task.yaml " wait for rpc addr 127.0.0.1:8261 alive the 10-th time dmctl test cmd: "query-status test" reset go failpoints, and need restart dm-worker then resume task, task will recover success rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/many_tables/source1.yaml" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:36:50 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff successfully dmctl test cmd: "purge-relay --filename dm-it-6d0537ad-7729-4e37-b83d-3d687bac21e1-rrfzk-jh1jw-bin.000003 -s mysql-replica-01" dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/many_tables/conf/dm-task.yaml " dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" got=2 expected=2 dmctl test cmd: "encrypt abc" encrypt value: SNvJUr3T97wPUIg2abw1LUADY1w= 1 dm-master alive check diff failed 7-th time, retry later wait for rpc addr 127.0.0.1:8261 alive the 11-th time wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... 2 dm-worker alive 0 dm-syncer alive check diff successfully kill dm-worker1 got=2 expected=2 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:49058" [Fri Apr 4 15:36:51 CST 2025] <<<<<< finish DM-079 >>>>>> dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker1 exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:51 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=1 expected=1 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:46541" dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:36:52 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/initial_unit/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... check diff successfully dmctl test cmd: "pause-task test" dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 dmctl test cmd: "stop-task test" got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=2 expected=2 success success finish running run safe mode recover case 1 1 dm-master alive [Fri Apr 4 15:36:52 CST 2025] <<<<<< start DM-080 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-pessimistic.yaml --remove-meta" [Fri Apr 4 15:36:52 CST 2025] <<<<<< finish DM-4207 optimistic >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 12-th time 2 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit [Fri Apr 4 15:36:53 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker1 exit... process dm-worker1 already exit kill dm-worker2 [Fri Apr 4 15:36:53 CST 2025] <<<<<< start DM-4209 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-pessimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8261 alive the 13-th time rpc addr 127.0.0.1:8262 is alive check diff successfully 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive check diff failed 8-th time, retry later wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... run tidb sql failed 1-th time, retry later rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" wait process dm-worker2 exit... wait for rpc addr 127.0.0.1:8261 alive the 14-th time wait process dm-worker.test exit... wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... got=2 expected=2 dmctl test cmd: "binlog skip test -s mysql-replica-01" wait process dm-worker2 exit... process dm-worker2 already exit [Fri Apr 4 15:36:55 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding2/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test -s mysql-replica-02" wait for rpc addr 127.0.0.1:8261 alive the 15-th time wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "config source mysql-replica-01" with max 10 retries check diff failed 9-th time, retry later run tidb sql failed 1-th time, retry later got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 0-th time, will retry again wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:36:56 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding2/conf/dm-worker2.toml >>>>>> [Fri Apr 4 15:36:56 CST 2025] <<<<<< finish DM-080 pessimistic >>>>>> wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:36:56 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /tmp/dm_test/dmctl_basic/master/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 16-th time wait process dm-worker.test exit... wait process dm-worker.test exit... wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait for port 8262 offline the 1-th time check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "stop-task test" [Fri Apr 4 15:36:57 CST 2025] <<<<<< start DM-081 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-pessimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8261 alive the 17-th time 0 in Load unit "progress": "88.57 %", [Fri Apr 4 15:36:57 CST 2025] <<<<<< finish DM-4209 pessimistic >>>>>> [Fri Apr 4 15:36:57 CST 2025] <<<<<< start DM-4209 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit start to run safe mode case 2 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:36:57 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time [Fri Apr 4 15:36:57 CST 2025] <<<<<< finish DM-COMPACT >>>>>> wait process dm-master.test exit... wait for rpc addr 127.0.0.1:8261 alive the 2-th time got=1 expected=1 got=1 expected=1 got=1 expected=1 --> full mode, check we validate different data types(gtid=true, relay=true) 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait for rpc addr 127.0.0.1:8261 alive the 18-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit failpoint=github.com/pingcap/tiflow/dm/pkg/conn/FetchTargetDoTablesFailed=return(1152) wait for port 8262 offline the 2-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:36:58 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> wait process dm-worker exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "encrypt a" 1 dm-master alive 0 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... check diff failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test -s mysql-replica-01" wait for rpc addr 127.0.0.1:8261 alive the 19-th time [Fri Apr 4 15:36:59 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test -s mysql-replica-02" [Fri Apr 4 15:36:59 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding2/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker exit... process dm-worker already exit [Fri Apr 4 15:36:59 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:36:59 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time run tidb sql failed 1-th time, retry later rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:36:59 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:00 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:37:00 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding2/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 20-th time wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:37:01 CST 2025] <<<<<< test case dmctl_basic success! >>>>>> wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive [Fri Apr 4 15:37:00 CST 2025] <<<<<< start DM-COMPACT_USE_DOWNSTREAM_SCHEMA >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/single-source-no-sharding.yaml --remove-meta" start running case: [dmctl_command] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:37:01 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-master.toml >>>>>> rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source2.yaml" wait process dm-master.test exit... wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:37:01 CST 2025] <<<<<< finish DM-081 pessimistic >>>>>> dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8261 check alive timeout check data check diff successfully ============================== test_master_ha_when_enable_tidb_and_only_ca_source_tls success ================================== 3 dm-master alive 1 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/start_task/0/source1.yaml" check un-accessible DM-worker exists dmctl test cmd: "query-status -s 127.0.0.1:8888" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "stop-relay -s mysql-replica-02 worker2" check diff successfully wait process dm-worker.test exit... start task and will failed dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-task.yaml" reset go failpoints, and need restart dm-worker, then start task again check diff successfully dmctl test cmd: "start-relay -s mysql-replica-02 worker2" wait process dm-master.test exit... [Fri Apr 4 15:37:02 CST 2025] <<<<<< finish DM-4209 optimistic >>>>>> rpc addr 127.0.0.1:8261 is alive exit code should be not zero dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 [Fri Apr 4 15:37:02 CST 2025] <<<<<< start DM-082 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-pessimistic.yaml --remove-meta" exit code should be not zero mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:37:02 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-task.yaml --remove-meta" wait process dm-master.test exit... wait process dm-worker.test exit... 0 in Sync unit run tidb sql failed 1-th time, retry later process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:37:03 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... [Fri Apr 4 15:37:03 CST 2025] <<<<<< start DM-4211 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/single-source-no-sharding.yaml --remove-meta" start task after restarted dm-worker, the sync unit will initial success dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/initial_unit/conf/dm-task.yaml" check diff successfully dmctl test cmd: "resume-task test" wait process dm-worker.test exit... dmctl test cmd: "query-status -s mysql-replica-02" with max 10 retries got=2 expected=2 check sync diff for the increment replication check diff successfully dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test" 1 dm-master alive got=3 expected=3 got=2 expected=2 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 1 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:37:03 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check diff successfully wait process dm-master.test exit... wait process dm-master.test exit... check diff failed 1-th time, retry later wait process dm-worker.test exit... process dm-worker.test already exit rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:04 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 wait process dm-master.test exit... dmctl test cmd: "binlog replace test --binlog-pos dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:54386 alter table handle_error.tb1 add column c int;" dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... run tidb sql failed 2-th time, retry later rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/source1-encrypted-pass.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_command/wrong-source.yaml" wait process dm-worker.test exit... wait process dm-master.test exit... wait process dm-master.test exit... got=2 expected=2 dmctl test cmd: "stop-task test" dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_command/source1.yaml -w worker1" [Fri Apr 4 15:37:05 CST 2025] <<<<<< finish DM-4211 >>>>>> wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" dmctl test cmd: "list-member --name worker1" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_command/source2.yaml -w wrong-worker" [Fri Apr 4 15:37:05 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_command/source2.yaml -w worker1" dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_command/source2.yaml" wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:37:05 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... [Fri Apr 4 15:37:06 CST 2025] <<<<<< start DM-4213 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error/conf/single-source-no-sharding.yaml --remove-meta" wait process dm-master.test exit... process dm-master.test already exit [Fri Apr 4 15:37:06 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:37:06 CST 2025] <<<<<< finish DM-082 pessimistic >>>>>> wait process dm-master.test exit... wait process dm-worker.test exit... dmctl test cmd: "start-task /tmp/dm_test/dmctl_command/wrong-dm-task.yaml" dmctl test cmd: "start-task /tmp/dm_test/dmctl_command/wrong-dm-task.yaml" wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:37:06 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-task.yaml" run tidb sql failed 3-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries [Fri Apr 4 15:37:07 CST 2025] <<<<<< start DM-085 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/single-source-pessimistic-2.yaml --remove-meta" wait process dm-master.test exit... got=1 expected=1 dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column c int;alter table handle_error.tb1 add unique(c);" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "config source mysql-replica-01" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation status test" with max 10 retries wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8263 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 0-th time, will retry again wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-master.test exit... [Fri Apr 4 15:37:08 CST 2025] <<<<<< finish DM-4213 >>>>>> got=1 expected=1 dmctl test cmd: "pause-task test" dmctl test cmd: "operate-schema set -s mysql-replica-01 test -d safe_mode_test -t t1 /tmp/dm_test/safe_mode/schema.sql" dmctl test cmd: "operate-schema set -s mysql-replica-01 test -d safe_mode_test -t t2 /tmp/dm_test/safe_mode/schema.sql" dmctl test cmd: "operate-schema set -s mysql-replica-02 test -d safe_mode_test -t t2 /tmp/dm_test/safe_mode/schema.sql" check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully dmctl test cmd: "validation status test" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:37:08 CST 2025] <<<<<< test case sharding2 success! >>>>>> start running case: [ha] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit import prepare data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start DM worker and master [Fri Apr 4 15:37:08 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/conf/dm-master1.toml >>>>>> [Fri Apr 4 15:37:08 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/conf/dm-master2.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "operate-schema set -s mysql-replica-02 test -d safe_mode_test -t t3 /tmp/dm_test/safe_mode/schema.sql" got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 2\/1\/1" count: 0 != expected: 1, failed the 0-th time, will retry again dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:37:08 CST 2025] <<<<<< test case initial_unit success! >>>>>> start running case: [drop_column_with_index] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/drop_column_with_index/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/drop_column_with_index/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:37:09 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/drop_column_with_index/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... wait process dm-master.test exit... check diff failed 1-th time, retry later run tidb sql failed 4-th time, retry later rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:09 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:37:10 CST 2025] <<<<<< test case ha_cases3 success! >>>>>> start running case: [ha_cases3_1] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/run.sh... Verbose mode = false wait process dm-worker.test exit... 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:37:10 CST 2025] <<<<<< start test_isolate_master_and_worker >>>>>> [Fri Apr 4 15:37:10 CST 2025] <<<<<< start test_multi_task_running >>>>>> 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit clean source table mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8262 is alive wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-master.test exit... got=1 expected=1 got=1 expected=1 got=1 expected=1 --> fast mode, check we validate different data types 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit success success [Fri Apr 4 15:37:11 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:37:11 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time run tidb sql failed 5-th time, retry later rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:11 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/drop_column_with_index/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time got=1 expected=1 got=1 expected=1 got=0 expected=2 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 2, failed the 1-th time, will retry again wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:37:11 CST 2025] <<<<<< finish DM-085 pessimistic >>>>>> [Fri Apr 4 15:37:11 CST 2025] <<<<<< start DM-085 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/single-source-optimistic-2.yaml --remove-meta" wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/drop_column_with_index/source1.yaml" rpc addr 127.0.0.1:8261 is alive wait process dm-worker.test exit... wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "resume-task test" with max 10 retries got=3 expected=3 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/drop_column_with_index/conf/dm-task.yaml --remove-meta" rpc addr 127.0.0.1:8361 is alive wait for valid metric of start_leader_counter for 1-th time, got value: '0' import prepare data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start DM worker and master [Fri Apr 4 15:37:12 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-master1.toml >>>>>> [Fri Apr 4 15:37:12 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-master2.toml >>>>>> [Fri Apr 4 15:37:12 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process tidb-server exit... process tidb-server already exit mysql_ssl_setup at=/var/lib/mysql/ add dm_tls_test user done /var/lib/mysql/ run a new tidb server with tls run tidb sql failed 6-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=2 expected=2 got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... check diff successfully dmctl test cmd: "stop-task test" wait process dm-worker.test exit... wait for valid metric of start_leader_counter for 2-th time, got value: '0' [Fri Apr 4 15:37:13 CST 2025] <<<<<< finish DM-085 optimistic >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 dmctl test cmd: "pause-task test" wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries [Fri Apr 4 15:37:14 CST 2025] <<<<<< start DM-086 pessimistic >>>>>> wait process dm-master.test exit... got=1 expected=1 got=1 expected=1 got=1 expected=1 wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:37:14 CST 2025] <<<<<< test case handle_error success! >>>>>> start running case: [handle_error_2] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:37:14 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/single-source-pessimistic-2.yaml --remove-meta" wait for valid metric of start_leader_counter for 3-th time, got value: '0' run tidb sql failed 7-th time, retry later wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:37:15 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit wait for rpc addr 127.0.0.1:8261 alive the 2-th time dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-task.yaml " dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 check sync diff after clean SafeModeExit failpoint check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check sync diff after restart DDL owner metric start_leader_counter has invalid value 0 [Fri Apr 4 15:37:15 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8261 is alive rpc addr 127.0.0.1:8361 is alive rpc addr 127.0.0.1:8461 is alive operate mysql config to worker [Fri Apr 4 15:37:16 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... check diff successfully 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:37:16 CST 2025] <<<<<< finish DM-086 pessimistic >>>>>> [Fri Apr 4 15:37:16 CST 2025] <<<<<< start DM-086 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/single-source-optimistic-2.yaml --remove-meta" rpc addr 127.0.0.1:8262 is alive operate mysql config to worker dmctl test cmd: "operate-source create /tmp/dm_test/ha/source1.yaml" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:16 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:16 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... run tidb sql failed 8-th time, retry later wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" check diff successfully rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases3_1/source1.yaml" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/handle_error_2/source1.yaml" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 [Fri Apr 4 15:37:17 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:37:17 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:37:18 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check diff successfully dmctl test cmd: "stop-task test" show databases without TLS *************************** 1. row *************************** Database: INFORMATION_SCHEMA *************************** 2. row *************************** Database: METRICS_SCHEMA *************************** 3. row *************************** Database: PERFORMANCE_SCHEMA *************************** 4. row *************************** Database: mysql *************************** 5. row *************************** Database: sys *************************** 6. row *************************** Database: test drop database tls with TLS WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY. drop database dm_meta with TLS WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY. [Fri Apr 4 15:37:18 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /tmp/dm_test/tls/dm-master1.toml >>>>>> [Fri Apr 4 15:37:18 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /tmp/dm_test/tls/dm-master2.toml >>>>>> [Fri Apr 4 15:37:18 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /tmp/dm_test/tls/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:37:18 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time [Fri Apr 4 15:37:18 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:37:18 CST 2025] <<<<<< finish DM-086 optimistic >>>>>> wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha/source2.yaml" check diff successfully dmctl test cmd: "pause-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 success rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/handle_error_2/source2.yaml" rpc addr 127.0.0.1:8261 is alive success finish running run safe mode recover case 2 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive run tidb sql failed 9-th time, retry later rpc addr 127.0.0.1:8361 is alive rpc addr 127.0.0.1:8461 is alive [Fri Apr 4 15:37:19 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /tmp/dm_test/tls/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:37:19 CST 2025] <<<<<< start DM-094 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... dmctl test cmd: "resume-task test" mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=0 expected=1 command: query-status test "synced": true count: 0 != expected: 1, failed the 0-th time, will retry again wait for rpc addr 127.0.0.1:8261 alive the 2-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases3_1/source2.yaml" wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 6\/1\/1" count: 0 != expected: 1, failed the 0-th time, will retry again dmctl test cmd: "start-relay -s mysql-replica-02 worker2" with max 10 retries [Fri Apr 4 15:37:20 CST 2025] <<<<<< start DM-4215 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/tls/source-only-ca.yaml" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:20 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time start incremental_data dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 run tidb sql failed 10-th time, retry later got=2 expected=2 [Fri Apr 4 15:37:21 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/conf/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8461 alive the 1-th time check diff successfully dmctl test cmd: "stop-task test" with max 10 retries got=3 expected=3 [Fri Apr 4 15:37:21 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-pessimistic.yaml" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit failpoint=github.com/pingcap/tiflow/dm/pkg/conn/FetchAllDoTablesFailed=return(1152) start task and check stage dmctl test cmd: "start-task /tmp/dm_test/tls/dm-task.yaml --remove-meta=true" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:37:21 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=1 expected=1 got=1 expected=1 dmctl test cmd: "unlock-ddl-lock test-`handle_error`.`tb` --force-remove" rpc addr 127.0.0.1:8264 is alive [Fri Apr 4 15:37:22 CST 2025] <<<<<< START DM-WORKER on port 18262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-worker4.toml >>>>>> wait for rpc addr 127.0.0.1:18262 alive the 1-th time got=2 expected=2 got=1 expected=1 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... [Fri Apr 4 15:37:22 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8461 is alive start DM task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/conf/dm-task.yaml " got=1 expected=1 got=1 expected=1 got=1 expected=1 --> check we can catch inconsistent rows: full mode 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive got=3 expected=3 check diff successfully dmctl test cmd: "stop-task test" run tidb sql failed 11-th time, retry later rpc addr 127.0.0.1:8263 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_command/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_command/source2.yaml" [Fri Apr 4 15:37:23 CST 2025] <<<<<< finish DM-094 pessimistic >>>>>> [Fri Apr 4 15:37:23 CST 2025] <<<<<< start DM-094 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:18262 is alive [Fri Apr 4 15:37:23 CST 2025] <<<<<< START DM-WORKER on port 18263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-worker5.toml >>>>>> wait for rpc addr 127.0.0.1:18263 alive the 1-th time wait process dm-master.test exit... wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:23 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time { "result": true, "msg": "", "sources": [ { "result": true, "msg": "", "source": "mysql-replica-01", "worker": "worker1" } ], "checkResult": "pre-check is passed. " } PASS coverage: 2.4% of statements in github.com/pingcap/tiflow/dm/... dmctl test cmd: "start-task /tmp/dm_test/tls/dm-task-2.yaml --remove-meta=true" wait process dm-master.test exit... use sync_diff_inspector to check full dump loader check diff successfully flush logs to force rotate binlog file apply increment data before restart dm-worker to ensure entering increment phase mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. use sync_diff_inspector to check increment data check diff failed 1-th time, retry later wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit start to run safe mode case 3 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:37:24 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/start_task/1/source1.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-task2.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully rpc addr 127.0.0.1:18263 is alive start DM task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-task.yaml " dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-task2.yaml " wait process dm-master.test exit... process dm-master.test already exit check un-accessible DM-worker exists dmctl test cmd: "query-status -s 127.0.0.1:8888" dmctl test cmd: "stop-task test" with max 10 retries got=3 expected=3 run tidb sql failed 12-th time, retry later { "result": true, "msg": "", "sources": [ { "result": true, "msg": "", "source": "mysql-replica-01", "worker": "worker1" } ], "checkResult": "pre-check is passed. " } PASS coverage: 2.4% of statements in github.com/pingcap/tiflow/dm/... dmctl test cmd: "start-task /tmp/dm_test/tls/dm-task-3.yaml --remove-meta=true" start task and will failed dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-task.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-optimistic.yaml" with max 10 retries wait process dm-worker.test exit... reset go failpoints, and need restart dm-worker, then start task again wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:25 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test2" with max 10 retries dmctl test cmd: "stop-task test2" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-task.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=4 expected=4 got=2 expected=2 dmctl test cmd: "query-status test2" with max 10 retries got=4 expected=4 got=2 expected=2 use sync_diff_inspector to check full dump loader wait process dm-worker.test exit... wait process dm-worker.test exit... check diff successfully check diff successfully flush logs to force rotate binlog file apply increment data before restart dm-worker to ensure entering increment phase mysql: [Warning] Using a password on the command line interface can be insecure. { "result": true, "msg": "", "sources": [ { "result": true, "msg": "", "source": "mysql-replica-01", "worker": "worker1" } ], "checkResult": "pre-check is passed. " } PASS coverage: 2.4% of statements in github.com/pingcap/tiflow/dm/... dmctl test cmd: "query-status test" dmctl test cmd: "query-status test2" got=3 expected=3 check diff successfully dmctl test cmd: "stop-task test" wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully pause task before kill and restart dm-worker dmctl test cmd: "pause-task test" start dm-worker3 and kill dm-worker2 dmctl test cmd: "query-status test3" check data rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:37:26 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:37:26 CST 2025] <<<<<< finish DM-094 optimistic >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully check diff successfully ============================== test_worker_handle_multi_tls_tasks success ================================== 3 dm-master alive 1 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... process dm-worker.test already exit check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "validation status test" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:37:27 CST 2025] <<<<<< test case drop_column_with_index success! >>>>>> start running case: [duplicate_event] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/duplicate_event/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/duplicate_event/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:37:27 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/duplicate_event/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time run tidb sql failed 13-th time, retry later got=1 expected=1 got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 0\/0\/1" count: 0 != expected: 1, failed the 0-th time, will retry again wait process dm-worker2 exit... [Fri Apr 4 15:37:27 CST 2025] <<<<<< start DM-095 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:37:27 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source2.yaml" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:28 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/duplicate_event/conf/dm-worker1.toml >>>>>> wait process dm-worker2 exit... process dm-worker2 already exit [Fri Apr 4 15:37:28 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time wait process dm-master.test exit... wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:28 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... check diff successfully dmctl test cmd: "pause-task test" with max 10 retries dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-task.yaml --remove-meta" run tidb sql failed 14-th time, retry later wait process dm-master.test exit... process dm-master.test already exit [Fri Apr 4 15:37:29 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "resume-task test" with max 10 retries rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/duplicate_event/source1.yaml" got=3 expected=3 check diff failed 1-th time, retry later dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/duplicate_event/conf/dm-task.yaml --remove-meta" rpc addr 127.0.0.1:8264 is alive dmctl test cmd: "start-relay -s mysql-replica-02 worker2" with max 10 retries got=2 expected=2 got=1 expected=1 got=1 expected=1 got=0 expected=2 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 2, failed the 1-th time, will retry again wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" [Fri Apr 4 15:37:30 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time check diff successfully wait process dm-master.test exit... check log contain failed 1-th time, retry later run tidb sql failed 15-th time, retry later rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:31 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... got=1 expected=1 got=1 expected=1 got=2 expected=2 got=1 expected=1 got=1 expected=1 got=4 expected=4 got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 use sync_diff_inspector to check increment data check diff successfully check diff successfully [Fri Apr 4 15:37:31 CST 2025] <<<<<< finish test_multi_task_running >>>>>> [Fri Apr 4 15:37:31 CST 2025] <<<<<< START DM-MASTER on port 8561, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-master-join4.toml >>>>>> wait for rpc addr 127.0.0.1:8561 alive the 1-th time check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:37:32 CST 2025] <<<<<< finish DM-095 pessimistic >>>>>> [Fri Apr 4 15:37:32 CST 2025] <<<<<< start DM-095 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:37:32 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 6\/1\/1" count: 0 != expected: 1, failed the 0-th time, will retry again check log contain failed 2-th time, retry later rpc addr 127.0.0.1:8561 is alive dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:37:33 CST 2025] <<<<<< finish DM-COMPACT_USE_DOWNSTREAM_SCHEMA >>>>>> dmctl test cmd: "validation status test" with max 10 retries got=4 expected=4 got=1 expected=1 dmctl test cmd: "validation status --table-stage running test" with max 10 retries got=4 expected=4 got=0 expected=0 dmctl test cmd: "validation status --table-stage stopped test" with max 10 retries got=2 expected=2 got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation show-error --error all test" with max 10 retries dmctl test cmd: "pause-task test" with max 10 retries dmctl test cmd: "resume-task test" with max 10 retries rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:37:33 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=0 expected=1 command: validation show-error --error all test "id": "1" count: 0 != expected: 1, failed the 0-th time, will retry again got=3 expected=3 check diff successfully dmctl test cmd: "stop-task test" wait process dm-master.test exit... dmctl test cmd: "binlog skip test -s mysql-replica-01" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "unlock-ddl-lock test-`handle_error`.`tb` --force-remove" wait process dm-worker exit... [Fri Apr 4 15:37:34 CST 2025] <<<<<< finish DM-095 optimistic >>>>>> got=1 expected=1 got=1 expected=1 got=1 expected=1 --> check we can catch inconsistent rows: fast mode 1 dm-master alive rpc addr 127.0.0.1:8263 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries 2 dm-worker alive 0 dm-syncer alive got=1 expected=1 dmctl test cmd: "pause-task test" dmctl test cmd: "operate-schema set -s mysql-replica-01 test -d safe_mode_test -t t1 /tmp/dm_test/safe_mode/schema.sql" wait process dm-master.test exit... dmctl test cmd: "operate-schema set -s mysql-replica-01 test -d safe_mode_test -t t2 /tmp/dm_test/safe_mode/schema.sql" dmctl test cmd: "operate-schema set -s mysql-replica-02 test -d safe_mode_test -t t2 /tmp/dm_test/safe_mode/schema.sql" check log contain failed 3-th time, retry later dmctl test cmd: "operate-schema set -s mysql-replica-02 test -d safe_mode_test -t t3 /tmp/dm_test/safe_mode/schema.sql" wait process dm-worker exit... process dm-worker already exit [Fri Apr 4 15:37:35 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:37:35 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker2.toml >>>>>> [Fri Apr 4 15:37:35 CST 2025] <<<<<< start DM-096 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-pessimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation status --table-stage stopped" dmctl test cmd: "validation status --table-stage start test" dmctl test cmd: "validation show-error --error resolved test" dmctl test cmd: "validation show-error --error all" dmctl test cmd: "validation ignore-error test 100 --all" rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive [Fri Apr 4 15:37:36 CST 2025] <<<<<< start DM-MULTIPLE_ROWS >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/single-source-no-sharding.yaml --remove-meta" dmctl test cmd: "validation resolve-error test 100 --all" dmctl test cmd: "validation clear-error test 100 --all" wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... wait process tidb-server exit... process tidb-server already exit mysql_ssl_setup at=/var/lib/mysql/ add dm_tls_test user done /var/lib/mysql/ run a new tidb server with tls dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "validation ignore-error test 100 101" dmctl test cmd: "validation resolve-error test 100 101" check diff successfully dmctl test cmd: "pause-task test" with max 10 retries dmctl test cmd: "validation clear-error test 100 101" dmctl test cmd: "validation ignore-error test error-id" check log contain failed 4-th time, retry later dmctl test cmd: "resume-task test" with max 10 retries dmctl test cmd: "validation resolve-error test error-id" dmctl test cmd: "validation clear-error test error-id" got=3 expected=3 check diff failed 1-th time, retry later dmctl test cmd: "validation ignore-error test" dmctl test cmd: "validation resolve-error test" wait process dm-worker.test exit... process dm-worker.test already exit success success [Fri Apr 4 15:37:37 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:37:37 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/start_task/conf/dm-task.yaml " wait for the task to be scheduled and keep paused HTTP 127.0.0.1:8261/apis/v1alpha1/status/test is alive resume task before kill and restart dm-worker dmctl test cmd: "resume-task test" start dm-worker2 and kill dm-worker3 dmctl test cmd: "validation clear-error test" dmctl test cmd: "validation ignore-error" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 wait process dm-worker.test exit... dmctl test cmd: "validation resolve-error" dmctl test cmd: "validation clear-error" dmctl test cmd: "validation ignore-error non-exist-task-name 1" dmctl test cmd: "validation resolve-error non-exist-task-name 1" [Fri Apr 4 15:37:38 CST 2025] <<<<<< START DM-MASTER on port 8661, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-master-join5.toml >>>>>> wait for rpc addr 127.0.0.1:8661 alive the 1-th time check log contain failed 1-th time, retry later dmctl test cmd: "validation clear-error non-exist-task-name 1" dmctl test cmd: "validation resolve-error test 1" with max 10 retries check diff successfully 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive wait process dm-worker3 exit... dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation show-error --error unprocessed test" with max 10 retries wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "resume-task test" with max 10 retries got=3 expected=3 check log contain failed 5-th time, retry later got=1 expected=1 got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation show-error test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation show-error --error all test" with max 10 retries rpc addr 127.0.0.1:8661 is alive got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation ignore-error test 2" with max 10 retries dmctl test cmd: "validation status test" with max 10 retries wait process dm-worker3 exit... process dm-worker3 already exit got=1 expected=1 dmctl test cmd: "validation show-error --error ignored test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation clear-error test 1" with max 10 retries [Fri Apr 4 15:37:39 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:37:39 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation show-error --error ignored test" with max 10 retries wait process dm-master.test exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:37:40 CST 2025] <<<<<< finish DM-096 pessimistic >>>>>> [Fri Apr 4 15:37:40 CST 2025] <<<<<< start DM-096 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-optimistic.yaml --remove-meta" got=1 expected=1 dmctl test cmd: "validation clear-error test 2" with max 10 retries dmctl test cmd: "validation status test" with max 10 retries check log contain failed 2-th time, retry later got=1 expected=1 dmctl test cmd: "validation stop test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=2 expected=2 got=1 expected=1 got=1 expected=1 got=2 expected=2 got=3 expected=3 % 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 71060 0 71060 0 0 33.8M 0 --:--:-- --:--:-- --:--:-- 33.8M % 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 62899 0 62899 0 0 29.9M 0 --:--:-- --:--:-- --:--:-- 29.9M dmctl test cmd: "validation show-error --error all test" with max 10 retries rpc addr 127.0.0.1:8263 is alive got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation ignore-error test 3" with max 10 retries dmctl test cmd: "validation resolve-error test 4" with max 10 retries wait process dm-master.test exit... process dm-master.test already exit check log contain failed 6-th time, retry later dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation clear-error test --all" with max 10 retries rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:41 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "validation status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries check diff successfully dmctl test cmd: "pause-task test" with max 10 retries got=2 expected=2 got=2 expected=2 dmctl test cmd: "validation status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... dmctl test cmd: "resume-task test" with max 10 retries got=3 expected=3 got=1 expected=1 got=1 expected=1 got=2 expected=2 dmctl test cmd: "stop-task test" show databases without TLS *************************** 1. row *************************** Database: INFORMATION_SCHEMA *************************** 2. row *************************** Database: METRICS_SCHEMA *************************** 3. row *************************** Database: PERFORMANCE_SCHEMA *************************** 4. row *************************** Database: mysql *************************** 5. row *************************** Database: sys *************************** 6. row *************************** Database: test drop database tls with TLS WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY. drop database dm_meta with TLS WARNING: no verification of server certificate will be done. Use --ssl-mode=VERIFY_CA or VERIFY_IDENTITY. [Fri Apr 4 15:37:42 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /tmp/dm_test/tls/dm-master1.toml >>>>>> [Fri Apr 4 15:37:42 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /tmp/dm_test/tls/dm-master2.toml >>>>>> [Fri Apr 4 15:37:42 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /tmp/dm_test/tls/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" check diff successfully dmctl test cmd: "stop-task test" clean up data dmctl test cmd: "start-task /tmp/dm_test/dmctl_command/dm-task.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 check sync diff after clean SafeModeExit failpoint check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check sync diff after restart DDL owner [Fri Apr 4 15:37:42 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:37:42 CST 2025] <<<<<< finish DM-096 optimistic >>>>>> wait process dm-worker.test exit... run tidb sql failed 1-th time, retry later check log contain failed 7-th time, retry later rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" [Fri Apr 4 15:37:43 CST 2025] <<<<<< start DM-097 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "validation status test" with max 10 retries got=2 expected=2 --> validation resolve-error --all 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:37:43 CST 2025] <<<<<< start test_COMMIT_in_QueryEvent >>>>>> 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:37:44 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /tmp/dm_test/start_task/1/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time try to isolate leader dm-master3 kill dm-master3 mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "validation status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries run tidb sql failed 2-th time, retry later wait process dm-master.test exit... got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 0-th time, will retry again got=2 expected=2 check diff successfully wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time check log contain failed 8-th time, retry later check diff successfully dmctl test cmd: "pause-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master3 exit... success success finish running run safe mode recover case 3 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8261 is alive wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8361 is alive rpc addr 127.0.0.1:8461 is alive [Fri Apr 4 15:37:46 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /tmp/dm_test/tls/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "binlog skip test" dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 run tidb sql failed 1-th time, retry later rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:46 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /tmp/dm_test/start_task/1/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master exit... wait process dm-master3 exit... process dm-master3 already exit [Fri Apr 4 15:37:46 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-master3.toml >>>>>> wait process dm-master.test exit... try to isolate follower dm-master1 kill dm-master1 wait process dm-worker.test exit... dmctl test cmd: "stop-task test" [Fri Apr 4 15:37:47 CST 2025] <<<<<< finish DM-4215 pessimistic >>>>>> [Fri Apr 4 15:37:47 CST 2025] <<<<<< start DM-4215 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master exit... process dm-master already exit [Fri Apr 4 15:37:47 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time run tidb sql failed 3-th time, retry later check log contain failed 9-th time, retry later rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/tls/source1.yaml" got=1 expected=1 got=1 expected=1 got=1 expected=1 --> check update pk(split into insert and delete) wait process dm-master1 exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/start_task/1/source1.yaml" with max 10 retries got=2 expected=2 got=1 expected=1 check master alive dmctl test cmd: "list-member" with max 10 retries wait process dm-worker.test exit... got=1 expected=1 start task and check stage dmctl test cmd: "start-task /tmp/dm_test/start_task/1/dm-task.yaml --remove-meta=true" with max 10 retries wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit dmctl test cmd: "query-status test" with max 10 retries start task and check stage dmctl test cmd: "start-task /tmp/dm_test/tls/dm-task.yaml --remove-meta=true" dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 7\/1\/2" count: 0 != expected: 1, failed the 0-th time, will retry again wait and check task running HTTP 127.0.0.1:8261/apis/v1alpha1/status/test is alive [Fri Apr 4 15:37:48 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time [Fri Apr 4 15:37:48 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... wait process dm-master1 exit... got=2 expected=2 got=2 expected=2 dmctl test cmd: "binlog skip test" dmctl test cmd: "query-status test" with max 10 retries wait for rpc addr 127.0.0.1:8261 alive the 2-th time run tidb sql failed 4-th time, retry later check log contain failed 10-th time, retry later got=2 expected=2 got=2 expected=2 dmctl test cmd: "binlog skip test" got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 got=2 expected=2 check data check diff failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 dmctl test cmd: "stop-task test" wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-worker.test exit... wait process dm-master1 exit... rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "resume-task test" [Fri Apr 4 15:37:49 CST 2025] <<<<<< finish DM-4215 optimistic >>>>>> dmctl test cmd: "query-status test" rpc addr 127.0.0.1:8264 is alive dmctl test cmd: "transfer-source mysql-replica-01 worker3" dmctl test cmd: "list-member --name worker3" with max 10 retries got=1 expected=1 query-status from all dm-master dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 dmctl test cmd: "query-status test" with max 10 retries check diff successfully dmctl test cmd: "query-status test" with max 10 retries check data check diff successfully pause task before kill and restart dm-worker dmctl test cmd: "pause-task test" got=3 expected=3 dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 dmctl test cmd: "stop-task test" start dm-worker2 and kill dm-worker1 got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again got=3 expected=3 join new dm-master and query-status [Fri Apr 4 15:37:50 CST 2025] <<<<<< START DM-MASTER on port 8561, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/conf/dm-master4.toml >>>>>> wait for rpc addr 127.0.0.1:8561 alive the 1-th time [Fri Apr 4 15:37:50 CST 2025] <<<<<< finish DM-097 pessimistic >>>>>> [Fri Apr 4 15:37:50 CST 2025] <<<<<< start DM-097 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit start to run safe mode case 4 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master1 exit... [Fri Apr 4 15:37:50 CST 2025] <<<<<< start DM-4216 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-pessimistic.yaml --remove-meta" run tidb sql failed 5-th time, retry later check log contain failed 11-th time, retry later [Fri Apr 4 15:37:51 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:51 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker1 exit... wait process dm-master1 exit... check diff successfully <<<<<< test_COMMIT_in_QueryEvent success! >>>>>> 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive wait for rpc addr 127.0.0.1:8261 alive the 2-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:37:52 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8561 is alive dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... check diff successfully got=2 expected=2 dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:5043 alter table handle_error.tb1 add column c varchar(20);" wait process dm-master1 exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:5548 alter table handle_error.tb1 add column c varchar(20);" run tidb sql failed 6-th time, retry later wait process dm-worker1 exit... process dm-worker1 already exit mysql_ssl_setup at=/var/lib/mysql/ [Fri Apr 4 15:37:52 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /tmp/dm_test/tls/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check log contain failed 12-th time, retry later dmctl test cmd: "pause-task test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 got=1 expected=1 got=1 expected=1 got=1 expected=1 --> check validator panic and we can catch it 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:37:53 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8263 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_command/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_command/source2.yaml" [Fri Apr 4 15:37:53 CST 2025] <<<<<< finish DM-4216 pessimistic >>>>>> [Fri Apr 4 15:37:53 CST 2025] <<<<<< start DM-4216 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "query-status test" wait process dm-master1 exit... process dm-master1 already exit [Fri Apr 4 15:37:53 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-master1.toml >>>>>> "worker1", "worker2", find workers: worker1 for task: test find workers: worker2 for task: test find all workers: worker1 worker2 (total: 2) try to isolate dm-worker1 kill dm-worker1 resume task to worker2 dmctl test cmd: "resume-task test" wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:37:54 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" got=2 expected=2 check diff successfully ============================== test_worker_ha_when_enable_source_tls success ================================== 3 dm-master alive 1 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... wait process dm-master exit... process dm-master already exit [Fri Apr 4 15:37:54 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-task2.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker1 exit... wait process dm-master.test exit... process dm-master.test already exit got=2 expected=2 dmctl test cmd: "resume-task test" with max 10 retries check diff successfully 39 11 11 64 dmctl test cmd: "stop-task test" [Fri Apr 4 15:37:55 CST 2025] <<<<<< finish DM-MULTIPLE_ROWS >>>>>> check log contain failed 13-th time, retry later dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:6850 alter table handle_error.tb1 add column c varchar(20);" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 finish incremental_data check diff 1 wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source2.yaml" got=1 expected=1 dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:7521 alter table handle_error.tb1 add column c varchar(20);" dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test2" with max 10 retries wait process dm-worker1 exit... process dm-worker1 already exit [Fri Apr 4 15:37:56 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-worker1.toml >>>>>> try to isolate dm-worker2 kill dm-worker2 wait process dm-master.test exit... wait process dm-worker.test exit... got=3 expected=3 dmctl test cmd: "stop-task test" dmctl test cmd: "stop-task test2" wait for rpc addr 127.0.0.1:8261 alive the 2-th time [Fri Apr 4 15:37:56 CST 2025] <<<<<< finish DM-4216 optimistic >>>>>> [Fri Apr 4 15:37:56 CST 2025] <<<<<< start DM-4216 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-task.yaml --remove-meta" wait process dm-worker exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:37:56 CST 2025] <<<<<< test case start_task success! >>>>>> start running case: [print_status] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/run.sh... Verbose mode = false +++ dirname /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/run.sh ++ cd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status ++ pwd + cur=/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status + source /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/../_utils/test_prepare ++ source env_variables +++ MYSQL_HOST1=127.0.0.1 +++ MYSQL_HOST2=127.0.0.1 +++ TIDB_HOST=127.0.0.1 +++ MYSQL_PORT1=3306 +++ MYSQL_PORT2=3307 +++ MYSQL_PASSWORD1=123456 +++ MYSQL_PASSWORD2=123456 +++ TIDB_PASSWORD=123456 +++ TIDB_PORT=4000 +++ MASTER_PORT=8261 +++ MASTER_PEER_PORT=8291 +++ MASTER_PORT1=8261 +++ MASTER_PORT2=8361 +++ MASTER_PORT3=8461 +++ MASTER_PORT4=8561 +++ MASTER_PORT5=8661 +++ MASTER_PORT6=8761 +++ MASTER_PEER_PORT1=8291 +++ MASTER_PEER_PORT2=8292 +++ MASTER_PEER_PORT3=8293 +++ MASTER_PEER_PORT4=8294 +++ MASTER_PEER_PORT5=8295 +++ MASTER_PEER_PORT6=8296 +++ WORKER1_PORT=8262 +++ WORKER2_PORT=8263 +++ WORKER3_PORT=8264 +++ WORKER4_PORT=18262 +++ WORKER5_PORT=18263 +++ WORKER1_NAME=worker1 +++ WORKER2_NAME=worker2 +++ SOURCE_ID1=mysql-replica-01 +++ SOURCE_ID2=mysql-replica-02 +++ RESET_MASTER=true +++ VERBOSE=false ++ '[' true = true ']' ++ run_sql 'RESET MASTER' 3306 123456 ++ run_sql 'RESET MASTER' 3307 123456 + WORK_DIR=/tmp/dm_test/print_status + cleanup_data print_status + rm -rf /tmp/dm_test/print_status + mkdir /tmp/dm_test/print_status + for target_db in "$@" + run_sql 'drop database if exists `print_status`' 4000 123456 + run_sql 'drop database if exists dm_meta' 4000 123456 + cleanup_process ++ ps aux ++ grep dm-master.test temp ++ wc -l ++ rm temp + dm_master_num=0 + echo '0 dm-master alive' 0 dm-master alive + pkill -hup dm-master.test + true ++ ps aux ++ grep dm-worker.test temp ++ wc -l ++ rm temp + dm_worker_num=0 + echo '0 dm-worker alive' 0 dm-worker alive + pkill -hup dm-worker.test + true ++ ps aux ++ grep dm-syncer.test temp ++ wc -l ++ rm temp + dm_syncer_num=0 + echo '0 dm-syncer alive' 0 dm-syncer alive + pkill -hup dm-syncer.test + true + wait_process_exit dm-master.test process dm-master.test already exit + wait_process_exit dm-worker.test process dm-worker.test already exit + wait_process_exit dm-syncer.test process dm-syncer.test already exit + run + run_sql_file /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/data/db.prepare.sql 127.0.0.1 3306 123456 mysql: [Warning] Using a password on the command line interface can be insecure. + inject_points=("github.com/pingcap/tiflow/dm/worker/PrintStatusCheckSeconds=return(1)" "github.com/pingcap/tiflow/dm/loader/LoadDataSlowDown=sleep(100)" "github.com/pingcap/tiflow/dm/syncer/ProcessBinlogSlowDown=sleep(4)") ++ join_string ';' 'github.com/pingcap/tiflow/dm/worker/PrintStatusCheckSeconds=return(1)' 'github.com/pingcap/tiflow/dm/loader/LoadDataSlowDown=sleep(100)' 'github.com/pingcap/tiflow/dm/syncer/ProcessBinlogSlowDown=sleep(4)' ++ local 'IFS=;' ++ shift ++ echo 'github.com/pingcap/tiflow/dm/worker/PrintStatusCheckSeconds=return(1);github.com/pingcap/tiflow/dm/loader/LoadDataSlowDown=sleep(100);github.com/pingcap/tiflow/dm/syncer/ProcessBinlogSlowDown=sleep(4)' + export 'GO_FAILPOINTS=github.com/pingcap/tiflow/dm/worker/PrintStatusCheckSeconds=return(1);github.com/pingcap/tiflow/dm/loader/LoadDataSlowDown=sleep(100);github.com/pingcap/tiflow/dm/syncer/ProcessBinlogSlowDown=sleep(4)' + GO_FAILPOINTS='github.com/pingcap/tiflow/dm/worker/PrintStatusCheckSeconds=return(1);github.com/pingcap/tiflow/dm/loader/LoadDataSlowDown=sleep(100);github.com/pingcap/tiflow/dm/syncer/ProcessBinlogSlowDown=sleep(4)' + cp /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/conf/dm-worker1.toml /tmp/dm_test/print_status/dm-worker1.toml + sed -i s%placeholder%/tmp/dm_test/print_status/relay_by_worker%g /tmp/dm_test/print_status/dm-worker1.toml + run_dm_master /tmp/dm_test/print_status/master 8261 /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/conf/dm-master.toml [Fri Apr 4 15:37:56 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/conf/dm-master.toml >>>>>> + check_rpc_alive /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/../bin/check_master_online 127.0.0.1:8261 wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "resume-task test" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-task.yaml --remove-meta" check diff successfully dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker2 exit... wait process dm-worker.test exit... check log contain failed 14-th time, retry later [Fri Apr 4 15:37:57 CST 2025] <<<<<< START DM-MASTER on port 8661, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/conf/dm-master5.toml >>>>>> wait for rpc addr 127.0.0.1:8661 alive the 1-th time got=3 expected=3 dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 0\/0\/1" count: 0 != expected: 1, failed the 0-th time, will retry again wait process dm-worker exit... process dm-worker already exit [Fri Apr 4 15:37:57 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:37:57 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:37:57 CST 2025] <<<<<< finish DM-097 optimistic >>>>>> wait process dm-master.test exit... got=2 expected=2 rpc addr 127.0.0.1:8261 is alive + run_dm_worker /tmp/dm_test/print_status/worker1 8262 /tmp/dm_test/print_status/dm-worker1.toml [Fri Apr 4 15:37:57 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /tmp/dm_test/print_status/dm-worker1.toml >>>>>> + check_rpc_alive /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/../bin/check_worker_online 127.0.0.1:8262 wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:8915 alter table handle_error.tb1 add column c varchar(20);" dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker2 exit... process dm-worker2 already exit [Fri Apr 4 15:37:58 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases3_1/conf/dm-worker2.toml >>>>>> dmctl test cmd: "pause-task test" with max 10 retries got=3 expected=3 dmctl test cmd: "resume-task test" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:37:58 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=1 expected=1 dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:9494 alter table handle_error.tb1 add column c varchar(20);" dmctl test cmd: "query-status test" with max 10 retries check diff successfully got=3 expected=3 rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive [Fri Apr 4 15:37:58 CST 2025] <<<<<< start DM-CAUSALITY >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/single-source-no-sharding.yaml --remove-meta" got=3 expected=3 dmctl test cmd: "stop-task test" wait process dm-master.test exit... rpc addr 127.0.0.1:8661 is alive dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 rpc addr 127.0.0.1:8262 is alive + cp /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/conf/source1.yaml /tmp/dm_test/print_status/source1.yaml + sed -i '/relay-binlog-name/i\relay-dir: /tmp/dm_test/print_status/worker1/relay_log' /tmp/dm_test/print_status/source1.yaml + dmctl_operate_source create /tmp/dm_test/print_status/source1.yaml mysql-replica-01 + operate=create + source_toml=/tmp/dm_test/print_status/source1.yaml + source_id=mysql-replica-01 + run_dm_ctl /tmp/dm_test/print_status 127.0.0.1:8261 'operate-source create /tmp/dm_test/print_status/source1.yaml' '"result": true' 2 '"source": "mysql-replica-01"' 1 dmctl test cmd: "operate-source create /tmp/dm_test/print_status/source1.yaml" [Fri Apr 4 15:37:58 CST 2025] <<<<<< finish DM-4216 pessimistic >>>>>> [Fri Apr 4 15:37:58 CST 2025] <<<<<< start DM-4216 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-optimistic.yaml --remove-meta" + dmctl_start_task_standalone + '[' 0 -ge 2 ']' + remove_meta= + '[' 0 -ge 1 ']' + task_conf=/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/conf/dm-task.yaml + run_dm_ctl /tmp/dm_test/print_status 127.0.0.1:8261 'start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/conf/dm-task.yaml ' '"result": true' 2 '"source": "mysql-replica-01"' 1 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/conf/dm-task.yaml " [Fri Apr 4 15:37:58 CST 2025] <<<<<< start DM-098 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/double-source-pessimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8261 alive the 2-th time check log contain failed 15-th time, retry later wait process dm-worker.test exit... wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=0 expected=2 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 2, failed the 1-th time, will retry again wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:38:00 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully + check_sync_diff /tmp/dm_test/print_status /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/conf/diff_config.toml check diff successfully + ls /tmp/dm_test/print_status/relay_by_worker/worker1/e2778f4e-1126-11f0-b389-7e17fb9fd05b.000001 /tmp/dm_test/print_status/relay_by_worker/worker1/server-uuid.index /tmp/dm_test/print_status/relay_by_worker/worker1/server-uuid.index /tmp/dm_test/print_status/relay_by_worker/worker1/e2778f4e-1126-11f0-b389-7e17fb9fd05b.000001: dm-it-3671243e-45c9-41be-ac88-78dbc2045c1d-pd4z9-p2mmk-bin.000001 relay.meta + run_sql_file /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/data/db.increment.sql 127.0.0.1 3306 123456 mysql: [Warning] Using a password on the command line interface can be insecure. + check_sync_diff /tmp/dm_test/print_status /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/print_status/conf/diff_config.toml check diff failed 1-th time, retry later got=2 expected=2 dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:10980 alter table handle_error.tb1 add column c varchar(20);" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:00 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:38:00 CST 2025] <<<<<< finish DM-CAUSALITY >>>>>> [Fri Apr 4 15:38:00 CST 2025] <<<<<< start DM-CAUSALITY_USE_DOWNSTREAM_SCHEMA >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/single-source-no-sharding.yaml --remove-meta" wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:11467 alter table handle_error.tb1 add column c varchar(20);" dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 check log contain failed 16-th time, retry later dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" [Fri Apr 4 15:38:01 CST 2025] <<<<<< finish DM-4216 optimistic >>>>>> rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:38:01 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker1 exit... [Fri Apr 4 15:38:01 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 run tidb sql failed 1-th time, retry later wait process dm-master.test exit... got=1 expected=1 got=1 expected=1 got=2 expected=2 got=1 expected=1 got=1 expected=1 got=4 expected=4 got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 [Fri Apr 4 15:38:02 CST 2025] <<<<<< start DM-4219 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-pessimistic.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker1 exit... process dm-worker1 already exit [Fri Apr 4 15:38:02 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" wait process dm-master.test exit... check log contain failed 17-th time, retry later check diff successfully + check_log_contains /tmp/dm_test/print_status/worker1/log/dm-worker.log 'enable safe-mode because of task initialization.*duration=1m0s' + cleanup_process ++ ps aux ++ grep dm-master.test temp ++ wc -l ++ rm temp + dm_master_num=1 + echo '1 dm-master alive' 1 dm-master alive + pkill -hup dm-master.test ++ ps aux ++ grep dm-worker.test temp ++ wc -l ++ rm temp + dm_worker_num=1 + echo '1 dm-worker alive' 1 dm-worker alive + pkill -hup dm-worker.test ++ ps aux ++ grep dm-syncer.test temp ++ wc -l ++ rm temp + dm_syncer_num=0 + echo '0 dm-syncer alive' 0 dm-syncer alive + pkill -hup dm-syncer.test + true + wait_process_exit dm-master.test wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... dmctl test cmd: "validation show-error test" with max 10 retries got=0 expected=1 command: validation show-error test "id": "1" count: 0 != expected: 1, failed the 0-th time, will retry again rpc addr 127.0.0.1:8262 is alive check diff successfully dmctl test cmd: "stop-task test" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "validation status test" with max 10 retries [Fri Apr 4 15:38:03 CST 2025] <<<<<< START DM-MASTER on port 8761, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/conf/dm-master6.toml >>>>>> wait for rpc addr 127.0.0.1:8761 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog replace test -s mysql-replica-01 alter table handle_error.tb1 add column c varchar(20);" [Fri Apr 4 15:38:04 CST 2025] <<<<<< finish DM-098 pessimistic >>>>>> got=0 expected=1 command: validation status test validator panic count: 0 != expected: 1, failed the 0-th time, will retry again dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog replace test -s mysql-replica-02 alter table handle_error.tb1 add column c varchar(20);" check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:38:04 CST 2025] <<<<<< finish DM-CAUSALITY_USE_DOWNSTREAM_SCHEMA >>>>>> [Fri Apr 4 15:38:04 CST 2025] <<<<<< start DM-UpdateBARule optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/double-source-optimistic.yaml --remove-meta" run tidb sql failed 1-th time, retry later wait process tidb-server exit... process tidb-server already exit Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) wait process dm-worker.test exit... process dm-worker.test already exit success success [Fri Apr 4 15:38:04 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:38:04 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit + wait_process_exit dm-worker.test rpc addr 127.0.0.1:8761 is alive dmctl test cmd: "query-status test" with max 10 retries 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive got=3 expected=3 check log contain failed 18-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... dmctl test cmd: "validation resolve-error test --all" dmctl test cmd: "validation show-error test" with max 10 retries rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "resume-task test" with max 10 retries got=3 expected=3 got=3 expected=3 dmctl test cmd: "query-status test" with max 10 retries got=0 expected=0 dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 --> validation ignore-error --all 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "stop-task test" got=1 expected=1 dmctl test cmd: "stop-task test" dmctl test cmd: "start-task /tmp/dm_test/shardddl1/task.yaml" [Fri Apr 4 15:38:06 CST 2025] <<<<<< finish DM-4219 pessimistic >>>>>> [Fri Apr 4 15:38:06 CST 2025] <<<<<< start DM-4219 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-optimistic.yaml --remove-meta" got=1 expected=1 --> check validator worker panic and we can catch it 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'test'@'%' [Fri Apr 4 15:38:06 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /tmp/dm_test/tls/dm-master-no-tls.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... wait process dm-master.test exit... check log contain failed 19-th time, retry later wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... process dm-worker.test already exit + wait_process_exit dm-syncer.test process dm-syncer.test already exit + check_print_status + i=0 + '[' 0 -lt 3 ']' ++ grep 'dm-worker exit' /tmp/dm_test/print_status/worker1/log/dm-worker.log + exit_log='[2025/04/04 15:38:05.659 +08:00] [INFO] [main.go:95] ["dm-worker exit"]' + '[' '[2025/04/04 15:38:05.659 +08:00] [INFO] [main.go:95] ["dm-worker exit"]' == 'not found' ']' + break + '[' 0 -ge 3 ']' + echo 'checking print status' checking print status + dump_status_file=/tmp/dm_test/print_status/worker1/log/dump_status.log + grep -o 'progress status of dumpling' /tmp/dm_test/print_status/worker1/log/dm-worker.log ++ wc -l /tmp/dm_test/print_status/worker1/log/dump_status.log ++ awk '{print $1}' + dump_status_count=1 + '[' 1 -ge 1 ']' + grep -o '\[bps=0' /tmp/dm_test/print_status/worker1/log/dm-worker.log + true ++ wc -l /tmp/dm_test/print_status/worker1/log/dump_status.log ++ awk '{print $1}' + dump_status_count=0 + '[' 0 -eq 0 ']' + status_file=/tmp/dm_test/print_status/worker1/log/loader_status.log + grep -oP '\[unit=lightning-load\] \[IsCanceled=false\] \[finished_bytes=59674\] \[total_bytes=59674\] \[progress=.*\]' /tmp/dm_test/print_status/worker1/log/dm-worker.log ++ wc -l /tmp/dm_test/print_status/worker1/log/loader_status.log ++ awk '{print $1}' + status_count=1 + '[' 1 -eq 1 ']' + grep 'current speed (bytes / seconds)' /tmp/dm_test/print_status/worker1/log/dm-worker.log + grep -vq '"current speed (bytes / seconds)"=0' + echo 'check load unit print status success' check load unit print status success + status_file2=/tmp/dm_test/print_status/worker1/log/syncer_status.log + grep -oP '\[total_rows=[0-9]+\] \[total_rps=[0-9]+\] \[rps=[0-9]+\] \[master_position=.*\]' /tmp/dm_test/print_status/worker1/log/dm-worker.log ++ wc -l /tmp/dm_test/print_status/worker1/log/syncer_status.log ++ awk '{print $1}' + status_count2=7 + '[' 7 -ge 1 ']' + echo 'check sync unit print status success' check sync unit print status success ++ date + echo '[Fri Apr 4 15:38:07 CST 2025] <<<<<< test case print_status success! >>>>>>' [Fri Apr 4 15:38:07 CST 2025] <<<<<< test case print_status success! >>>>>> start running case: [http_apis] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/http_apis/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/http_apis/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit dmctl test cmd: "show-ddl-locks" with max 10 retries got=1 expected=1 restart dm-master dmctl test cmd: "query-status test" with max 10 retries wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-master.test exit... process dm-master.test already exit got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog replace test -s mysql-replica-01 alter table handle_error.tb1 add column c varchar(20);" wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog replace test -s mysql-replica-02 alter table handle_error.tb1 add column c varchar(20);" wait process dm-master.test exit... process dm-master.test already exit [Fri Apr 4 15:38:08 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/http_apis/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:09 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /tmp/dm_test/tls/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time [Fri Apr 4 15:38:09 CST 2025] <<<<<< finish DM-4219 optimistic >>>>>> wait process dm-worker.test exit... wait process dm-master exit... check log contain failed 20-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 check sync diff after clean SafeModeExit failpoint check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check sync diff after restart DDL owner wait process dm-worker.test exit... wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:09 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/http_apis/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:38:10 CST 2025] <<<<<< start DM-4220 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:38:10 CST 2025] <<<<<< test case shardddl3 success! >>>>>> start running case: [shardddl3_1] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/run.sh... Verbose mode = false wait process dm-master exit... process dm-master already exit rpc addr 127.0.0.1:8264 is alive dmctl test cmd: "operate-source create /tmp/dm_test/tls/source-no-tls.yaml" with max 10 retries 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:38:10 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... kill dm-master1 check diff failed 1-th time, retry later wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive source-id: mysql-replica-01\nflavor: ''\nenable-gtid: true\nenable-relay: true\nrelay-dir: /tmp/dm_test/http_apis/worker1/relay_log\nrelay-binlog-name: ''\nrelay-binlog-gtid: ''\nfrom:\n host: 127.0.0.1\n user: root\n password: '123456'\n port: 3306\n % 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 446 100 166 100 280 1276 2153 --:--:-- --:--:-- --:--:-- 3430 start task and check stage ---\nname: test\ntask-mode: all\nis-sharding: false\nmeta-schema: \"dm_meta\"\n# enable-heartbeat: true\n\ntarget-database:\n host: \"127.0.0.1\"\n port: 4000\n user: \"root\"\n password: \"\"\n\nmysql-instances:\n - source-id: \"mysql-replica-01\"\n block-allow-list: \"instance\"\n mydumper-config-name: \"global\"\n loader-config-name: \"global\"\n syncer-config-name: \"global\"\n\nblock-allow-list:\n instance:\n do-dbs: [\"http_apis\"]\n\nmydumpers:\n global:\n threads: 4\n chunk-filesize: 0\n skip-tz-utc: true\n statement-size: 100\n extra-args: \"\"\n\nloaders:\n global:\n pool-size: 16\n dir: \"./dumped_data\"\n\nsyncers:\n global:\n worker-count: 16\n batch: 100\n HTTP 127.0.0.1:8261/apis/v1alpha1/status/test-task is alive % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed check log contain failed 21-th time, retry later got=2 expected=2 got=1 expected=1 check master alive dmctl test cmd: "list-member" with max 10 retries rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:11 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/dm-worker1.toml >>>>>> wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit dmctl test cmd: "query-status test" with max 10 retries wait process dm-master1 exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:38:11 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=1 expected=1 start task and check stage dmctl test cmd: "start-task /tmp/dm_test/tls/dm-task-no-tls.yaml --remove-meta=true" with max 10 retries wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:38:11 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog revert test" 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 950 100 208 100 742 194 692 0:00:01 0:00:01 --:--:-- 886 100 950 100 208 100 742 194 692 0:00:01 0:00:01 --:--:-- 886 [Fri Apr 4 15:38:12 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:16594" wait process dm-master1 exit... process dm-master1 already exit kill dm-master2 dmctl test cmd: "binlog skip test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:17605" dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl3_1/source1.yaml" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:12 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff successfully dmctl test cmd: "pause-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog revert test" dmctl test cmd: "binlog skip test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:16787" wait for rpc addr 127.0.0.1:8261 alive the 2-th time % 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 1931 100 1931 0 0 314k 0 --:--:-- --:--:-- --:--:-- 314k got=2 expected=2 success success finish running run safe mode recover case 4 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "binlog skip test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:17824" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 check data check diff successfully ============================== test_source_and_target_with_empty_tlsconfig success ================================== check log contain failed 22-th time, retry later get sub task configs % 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 2447 0 2447 0 0 796k 0 --:--:-- --:--:-- --:--:-- 796k pause task and check stage % 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 194 100 183 100 11 15250 916 --:--:-- --:--:-- --:--:-- 16166 got=2 expected=2 dmctl test cmd: "binlog revert test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:16787" dmctl test cmd: "binlog revert test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:17824" wait process dm-master2 exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:13 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process tidb-server exit... process tidb-server already exit Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) [Fri Apr 4 15:38:13 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:38:13 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time run tidb sql failed 1-th time, retry later % 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 2037 100 2037 0 0 331k 0 --:--:-- --:--:-- --:--:-- 331k resume task and check stage % 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 195 100 184 100 11 9200 550 --:--:-- --:--:-- --:--:-- 10263 wait process dm-master2 exit... process dm-master2 already exit initial cluster of dm-masters have been killed now we will check whether joined masters can work normally dmctl test cmd: "stop-task test" wait process dm-master.test exit... wait for rpc addr 127.0.0.1:8261 alive the 2-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" dmctl test cmd: "query-status test" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl3_1/source2.yaml" rpc addr 127.0.0.1:8263 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_command/source1.yaml" [Fri Apr 4 15:38:14 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> % 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 1931 100 1931 0 0 314k 0 --:--:-- --:--:-- --:--:-- 377k dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_command/source2.yaml" rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "show-ddl-locks" with max 10 retries wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit command: query-status test task test has no source or not exist count: 0 != expected: 1 can not query test task's status(in sources []) fail to run: [query-status test] Error: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:8361: connect: connection refused" PASS coverage: 1.7% of statements in github.com/pingcap/tiflow/dm/... got=1 expected=1 run tidb sql failed 1-th time, retry later check log contain failed 23-th time, retry later rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" wait process dm-worker.test exit... [Fri Apr 4 15:38:16 CST 2025] <<<<<< start DM-099 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "stop-task test" % 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 801 100 801 0 0 130k 0 --:--:-- --:--:-- --:--:-- 130k VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'test'@'%' 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-task2.yaml --remove-meta" dmctl test cmd: "binlog revert test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:16787" dmctl test cmd: "binlog revert test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:17824" dmctl test cmd: "binlog revert test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:17824" dmctl test cmd: "binlog revert test" dmctl test cmd: "stop-task test" [Fri Apr 4 15:38:16 CST 2025] <<<<<< finish DM-4220 pessimistic >>>>>> [Fri Apr 4 15:38:16 CST 2025] <<<<<< start DM-4220 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "query-status test" wait process dm-worker.test exit... kill dm-worker1 wait process dm-master.test exit... check log contain failed 24-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. command: query-status test task test has no source or not exist count: 0 != expected: 1 { "result": true, "msg": "", "sources": [ { "result": true, "msg": "", "sourceStatus": { "source": "mysql-replica-01", "worker": "worker3", "result": null, "relayStatus": null }, "subTaskStatus": [ { "name": "test", "stage": "Running", "unit": "Sync", "result": null, "unresolvedDDLLockID": "", "sync": { "totalEvents": "1", "totalTps": "0", "recentTps": "0", "masterBinlog": "(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000002, 5693)", "masterBinlogGtid": "e22e8bcf-1126-11f0-b684-2ece1976700d:1-24", "syncerBinlog": "(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000002, 5693)", "syncerBinlogGtid": "e22e8bcf-1126-11f0-b684-2ece1976700d:1-24", "blockingDDLs": [ ], "unresolvedGroups": [ ], "synced": true, "binlogType": "remote", "secondsBehindMaster": "0", "blockDDLOwner": "", "conflictMsg": "", "totalRows": "1", "totalRps": "0", "recentRps": "0", "ioTotalBytes": "21943", "dumpIOTotalBytes": "2795" }, "validation": null } ] }, { "result": true, "msg": "", "sourceStatus": { "source": "mysql-replica-02", "worker": "worker2", "result": null, "relayStatus": { "masterBinlog": "(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000002, 487)", "masterBinlogGtid": "e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-5", "relaySubDir": "e2fbb87f-1126-11f0-bc1d-2ece1976700d.000001", "relayBinlog": "(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000002, 487)", "relayBinlogGtid": "e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-5", "relayCatchUpMaster": true, "stage": "Running", "result": null } }, "subTaskStatus": [ { "name": "test", "stage": "Running", "unit": "Sync", "result": null, "unresolvedDDLLockID": "", "sync": { "totalEvents": "1", "totalTps": "0", "recentTps": "0", "masterBinlog": "(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000002, 487)", "masterBinlogGtid": "e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-5", "syncerBinlog": "(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin|000001.000002, 487)", "syncerBinlogGtid": "e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-5", "blockingDDLs": [ ], "unresolvedGroups": [ ], "synced": true, "binlogType": "local", "secondsBehindMaster": "0", "blockDDLOwner": "", "conflictMsg": "", "totalRows": "1", "totalRps": "0", "recentRps": "0", "ioTotalBytes": "19120", "dumpIOTotalBytes": "2846" }, "validation": null } ] } ] } PASS coverage: 3.4% of statements in github.com/pingcap/tiflow/dm/... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "query-status test2" with max 10 retries dmctl test cmd: "stop-task test2" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-task.yaml --remove-meta" wait for dm to sync use sync_diff_inspector to check data now! check diff successfully [Fri Apr 4 15:38:09 CST 2025] <<<<<< finish test_kill_master_in_sync >>>>>> [Fri Apr 4 15:38:09 CST 2025] <<<<<< start test_kill_worker_in_sync >>>>>> [Fri Apr 4 15:38:09 CST 2025] <<<<<< start test_running >>>>>> 2 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 dmctl test cmd: "show-ddl-locks" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries [Fri Apr 4 15:38:18 CST 2025] <<<<<< finish DM-UpdateBARule optimistic >>>>>> [Fri Apr 4 15:38:18 CST 2025] <<<<<< start DM-RENAME_TABLE pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker1 exit... wait process dm-master.test exit... process dm-master.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:38:18 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog revert test" dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" wait process dm-master.test exit... wait process dm-worker2 exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:19218" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker1 exit... process dm-worker1 already exit dmctl test cmd: "list-member --worker --name=worker1" with max 10 retries wait process dm-worker.test exit... dmctl test cmd: "binlog skip test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:20496" dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:19 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "validation status test" with max 10 retries check log contain failed 25-th time, retry later got=1 expected=1 % 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 33 100 33 0 0 8250 0 --:--:-- --:--:-- --:--:-- 8250 100 33 100 33 0 0 8250 0 --:--:-- --:--:-- --:--:-- 6600 check data check diff successfully 1 dm-master alive 0 dm-worker alive 0 dm-syncer alive got=2 expected=2 dmctl test cmd: "binlog revert test" dmctl test cmd: "binlog skip test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:19411" wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 4\/1\/1" count: 0 != expected: 1, failed the 0-th time, will retry again dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:20715" dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... check diff failed 1-th time, retry later wait process dm-worker2 exit... process dm-worker2 already exit [Fri Apr 4 15:38:19 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=2 expected=2 dmctl test cmd: "binlog revert test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:19411" dmctl test cmd: "binlog revert test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:20715" wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test" wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source1.yaml" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test" [Fri Apr 4 15:38:20 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... run tidb sql failed 1-th time, retry later rpc addr 127.0.0.1:8263 is alive check diff successfully dmctl test cmd: "stop-task test" check log contain failed 26-th time, retry later [Fri Apr 4 15:38:21 CST 2025] <<<<<< finish DM-099 pessimistic >>>>>> wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:38:21 CST 2025] <<<<<< test case tls success! >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha/conf/dm-task.yaml" [Pipeline] } Cache not saved (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:38:21 CST 2025] <<<<<< test case http_apis success! >>>>>> start running case: [new_relay] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:38:21 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage got=1 expected=1 got=1 expected=1 got=0 expected=2 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 2, failed the 1-th time, will retry again rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source2.yaml" [Pipeline] } wait process dm-master.test exit... [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:38:22 CST 2025] <<<<<< finish DM-RENAME_TABLE pessimistic >>>>>> [Fri Apr 4 15:38:22 CST 2025] <<<<<< start DM-RENAME_TABLE optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/double-source-optimistic.yaml --remove-meta" [Fri Apr 4 15:38:22 CST 2025] <<<<<< start DM-100 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" [Pipeline] // node use sync_diff_inspector to check increment2 data now! check diff successfully 4 dm-master alive 3 dm-worker alive 0 dm-syncer alive [Pipeline] } [Pipeline] // podTemplate [Pipeline] } rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:22 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker1.toml >>>>>> [Pipeline] // withEnv dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation start test" dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 0-th time, will retry again [Pipeline] } check diff successfully [2025/04/04 15:36:51.071 +08:00] [INFO] [dumpling.go:111] ["create dumpling"] [task=test] [unit=dump] [config="{\"s3\":{\"endpoint\":\"\",\"region\":\"\",\"storage-class\":\"\",\"sse\":\"\",\"sse-kms-key-id\":\"\",\"acl\":\"\",\"access-key\":\"\",\"secret-access-key\":\"\",\"session-token\":\"\",\"provider\":\"\",\"force-path-style\":false,\"use-accelerate-endpoint\":false,\"role-arn\":\"\",\"external-id\":\"\",\"object-lock-enabled\":false},\"gcs\":{\"endpoint\":\"\",\"storage-class\":\"\",\"predefined-acl\":\"\",\"credentials-file\":\"\"},\"azblob\":{\"endpoint\":\"\",\"account-name\":\"\",\"account-key\":\"\",\"access-tier\":\"\",\"sas-token\":\"\",\"encryption-scope\":\"\",\"encryption-key\":\"\"},\"SpecifiedTables\":false,\"AllowCleartextPasswords\":false,\"SortByPk\":true,\"NoViews\":true,\"NoSequences\":true,\"NoHeader\":false,\"NoSchemas\":false,\"NoData\":false,\"CompleteInsert\":true,\"TransactionalConsistency\":true,\"EscapeBackslash\":true,\"DumpEmptyDatabase\":true,\"PosAfterConnect\":false,\"CompressType\":0,\"Host\":\"127.0.0.1\",\"Port\":3306,\"Threads\":4,\"User\":\"root\",\"Security\":{\"CAPath\":\"\",\"CertPath\":\"\",\"KeyPath\":\"\"},\"LogLevel\":\"\",\"LogFile\":\"\",\"LogFormat\":\"\",\"OutputDirPath\":\"./dumped_data.test\",\"StatusAddr\":\"\",\"Snapshot\":\"\",\"Consistency\":\"auto\",\"CsvNullValue\":\"\\\\N\",\"SQL\":\"\",\"CsvSeparator\":\",\",\"CsvDelimiter\":\"\\\"\",\"CsvLineTerminator\":\"\\r\\n\",\"Databases\":null,\"Where\":\"\",\"FileType\":\"\",\"ServerInfo\":{\"ServerType\":0,\"ServerVersion\":null,\"HasTiKV\":false},\"Rows\":200000,\"ReadTimeout\":0,\"TiDBMemQuotaQuery\":0,\"FileSize\":0,\"StatementSize\":100,\"SessionParams\":{\"time_zone\":\"+06:00\"},\"Tables\":null,\"CollationCompatible\":\"loose\",\"CsvOutputDialect\":0,\"IOTotalBytes\":null,\"Net\":\"\"}"] [2025/04/04 15:36:51.213 +08:00] [INFO] [dump.go:152] ["begin to run Dump"] [task=test] [unit=dump] [conf="{\"s3\":{\"endpoint\":\"\",\"region\":\"\",\"storage-class\":\"\",\"sse\":\"\",\"sse-kms-key-id\":\"\",\"acl\":\"\",\"access-key\":\"\",\"secret-access-key\":\"\",\"session-token\":\"\",\"provider\":\"\",\"force-path-style\":false,\"use-accelerate-endpoint\":false,\"role-arn\":\"\",\"external-id\":\"\",\"object-lock-enabled\":false},\"gcs\":{\"endpoint\":\"\",\"storage-class\":\"\",\"predefined-acl\":\"\",\"credentials-file\":\"\"},\"azblob\":{\"endpoint\":\"\",\"account-name\":\"\",\"account-key\":\"\",\"access-tier\":\"\",\"sas-token\":\"\",\"encryption-scope\":\"\",\"encryption-key\":\"\"},\"SpecifiedTables\":false,\"AllowCleartextPasswords\":false,\"SortByPk\":true,\"NoViews\":true,\"NoSequences\":true,\"NoHeader\":false,\"NoSchemas\":false,\"NoData\":false,\"CompleteInsert\":true,\"TransactionalConsistency\":true,\"EscapeBackslash\":true,\"DumpEmptyDatabase\":true,\"PosAfterConnect\":false,\"CompressType\":0,\"Host\":\"127.0.0.1\",\"Port\":3306,\"Threads\":4,\"User\":\"root\",\"Security\":{\"CAPath\":\"\",\"CertPath\":\"\",\"KeyPath\":\"\"},\"LogLevel\":\"\",\"LogFile\":\"\",\"LogFormat\":\"\",\"OutputDirPath\":\"./dumped_data.test\",\"StatusAddr\":\"\",\"Snapshot\":\"\",\"Consistency\":\"flush\",\"CsvNullValue\":\"\\\\N\",\"SQL\":\"\",\"CsvSeparator\":\",\",\"CsvDelimiter\":\"\\\"\",\"CsvLineTerminator\":\"\\r\\n\",\"Databases\":null,\"Where\":\"\",\"FileType\":\"sql\",\"ServerInfo\":{\"ServerType\":1,\"ServerVersion\":\"5.7.26-log\",\"HasTiKV\":false},\"Rows\":200000,\"ReadTimeout\":0,\"TiDBMemQuotaQuery\":0,\"FileSize\":0,\"StatementSize\":100,\"SessionParams\":{\"time_zone\":\"+06:00\"},\"Tables\":null,\"CollationCompatible\":\"loose\",\"CsvOutputDialect\":0,\"IOTotalBytes\":null,\"Net\":\"\"}"] [2025/04/04 15:37:01.090 +08:00] [DEBUG] [syncer.go:363] [IOTotalBytes] [task=test] [unit="binlog replication"] [IOTotalBytes=9451732] [2025/04/04 15:37:11.091 +08:00] [DEBUG] [syncer.go:363] [IOTotalBytes] [task=test] [unit="binlog replication"] [IOTotalBytes=9451732] [2025/04/04 15:37:20.548 +08:00] [DEBUG] [source_worker.go:196] ["runtime status"] [component="worker controller"] [status="{\n \"status\": [\n {\n \"name\": \"test\",\n \"stage\": \"Running\",\n \"unit\": \"Sync\",\n \"result\": null,\n \"unresolvedDDLLockID\": \"\",\n \"sync\": {\n \"totalEvents\": \"0\",\n \"totalTps\": \"0\",\n \"recentTps\": \"0\",\n \"masterBinlog\": \"(dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt-rdnjw-bin.000001, 679091)\",\n \"masterBinlogGtid\": \"e038796a-1126-11f0-acf9-aa49ccb1b3a8:1-2002\",\n \"syncerBinlog\": \"(dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt-rdnjw-bin.000001, 679091)\",\n \"syncerBinlogGtid\": \"e038796a-1126-11f0-acf9-aa49ccb1b3a8:1-2002\",\n \"blockingDDLs\": [\n ],\n \"unresolvedGroups\": [\n ],\n \"synced\": true,\n \"binlogType\": \"local\",\n \"secondsBehindMaster\": \"0\",\n \"blockDDLOwner\": \"\",\n \"conflictMsg\": \"\",\n \"totalRows\": \"0\",\n \"totalRps\": \"0\",\n \"recentRps\": \"0\",\n \"ioTotalBytes\": \"9451732\",\n \"dumpIOTotalBytes\": \"13423\"\n },\n \"validation\": null\n }\n ]\n}"] [2025/04/04 15:37:21.092 +08:00] [DEBUG] [syncer.go:363] [IOTotalBytes] [task=test] [unit="binlog replication"] [IOTotalBytes=9451732] [2025/04/04 15:37:31.157 +08:00] [DEBUG] [syncer.go:363] [IOTotalBytes] [task=test] [unit="binlog replication"] [IOTotalBytes=13221677] [2025/04/04 15:37:41.158 +08:00] [DEBUG] [syncer.go:363] [IOTotalBytes] [task=test] [unit="binlog replication"] [IOTotalBytes=13595435] [2025/04/04 15:37:50.562 +08:00] [DEBUG] [source_worker.go:196] ["runtime status"] [component="worker controller"] [status="{\n \"status\": [\n {\n \"name\": \"test\",\n \"stage\": \"Running\",\n \"unit\": \"Sync\",\n \"result\": null,\n \"unresolvedDDLLockID\": \"\",\n \"sync\": {\n \"totalEvents\": \"2726\",\n \"totalTps\": \"0\",\n \"recentTps\": \"0\",\n \"masterBinlog\": \"(dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt-rdnjw-bin.000001, 1114109)\",\n \"masterBinlogGtid\": \"e038796a-1126-11f0-acf9-aa49ccb1b3a8:1-3370\",\n \"syncerBinlog\": \"(dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt-rdnjw-bin|000001.000001, 723503)\",\n \"syncerBinlogGtid\": \"e038796a-1126-11f0-acf9-aa49ccb1b3a8:1-2142\",\n \"blockingDDLs\": [\n ],\n \"unresolvedGroups\": [\n ],\n \"synced\": false,\n \"binlogType\": \"local\",\n \"secondsBehindMaster\": \"0\",\n \"blockDDLOwner\": \"\",\n \"conflictMsg\": \"\",\n \"totalRows\": \"2726\",\n \"totalRps\": \"0\",\n \"recentRps\": \"0\",\n \"ioTotalBytes\": \"13882272\",\n \"dumpIOTotalBytes\": \"13423\"\n },\n \"validation\": null\n }\n ]\n}"] [2025/04/04 15:37:51.159 +08:00] [DEBUG] [syncer.go:363] [IOTotalBytes] [task=test] [unit="binlog replication"] [IOTotalBytes=13919742] [2025/04/04 15:37:54.212 +08:00] [INFO] [subtask.go:340] ["unit process returned"] [subtask=test] [unit=Sync] [stage=Paused] [status="{\"totalEvents\":3002,\"syncerBinlog\":\"(dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt-rdnjw-bin|000001.000001, 1155767)\",\"syncerBinlogGtid\":\"e038796a-1126-11f0-acf9-aa49ccb1b3a8:1-3502\",\"binlogType\":\"local\",\"totalRows\":3002,\"ioTotalBytes\":23401097,\"dumpIOTotalBytes\":13423}"] [2025/04/04 15:38:01.159 +08:00] [DEBUG] [syncer.go:363] [IOTotalBytes] [task=test] [unit="binlog replication"] [IOTotalBytes=23435279] [2025/04/04 15:38:11.160 +08:00] [DEBUG] [syncer.go:363] [IOTotalBytes] [task=test] [unit="binlog replication"] [IOTotalBytes=23435279] [2025/04/04 15:38:20.549 +08:00] [DEBUG] [source_worker.go:196] ["runtime status"] [component="worker controller"] [status="{\n \"status\": [\n {\n \"name\": \"test\",\n \"stage\": \"Running\",\n \"unit\": \"Sync\",\n \"result\": null,\n \"unresolvedDDLLockID\": \"\",\n \"sync\": {\n \"totalEvents\": \"3014\",\n \"totalTps\": \"54\",\n \"recentTps\": \"0\",\n \"masterBinlog\": \"(dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt-rdnjw-bin.000001, 1156208)\",\n \"masterBinlogGtid\": \"e038796a-1126-11f0-acf9-aa49ccb1b3a8:1-3504\",\n \"syncerBinlog\": \"(dm-it-86be70d6-68e1-40bd-9771-7fe9ea41def7-dz4vt-rdnjw-bin|000001.000001, 1156208)\",\n \"syncerBinlogGtid\": \"e038796a-1126-11f0-acf9-aa49ccb1b3a8:1-3504\",\n \"blockingDDLs\": [\n ],\n \"unresolvedGroups\": [\n ],\n \"synced\": true,\n \"binlogType\": \"local\",\n \"secondsBehindMaster\": \"0\",\n \"blockDDLOwner\": \"\",\n \"conflictMsg\": \"\",\n \"totalRows\": \"3014\",\n \"totalRps\": \"54\",\n \"recentRps\": \"0\",\n \"ioTotalBytes\": \"23435279\",\n \"dumpIOTotalBytes\": \"13531\"\n },\n \"validation\": null\n }\n ]\n}"] [2025/04/04 15:38:21.161 +08:00] [DEBUG] [syncer.go:363] [IOTotalBytes] [task=test] [unit="binlog replication"] [IOTotalBytes=23435279] check diff 2 [Pipeline] // stage [Pipeline] } wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-task-safe-mode-duration.yaml --remove-meta" wait process dm-master.test exit... dmctl test cmd: "binlog revert test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:19411" dmctl test cmd: "binlog revert test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:20715" dmctl test cmd: "binlog revert test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:20715" dmctl test cmd: "binlog revert test" dmctl test cmd: "stop-task test" wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check log contain failed 27-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 [Fri Apr 4 15:38:23 CST 2025] <<<<<< finish DM-4220 optimistic >>>>>> rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/new_relay/source1.yaml" got=1 expected=1 got=1 expected=1 got=2 expected=2 got=1 expected=1 got=1 expected=1 got=4 expected=4 got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries check diff successfully dmctl test cmd: "start-relay -s mysql-replica-01 worker1" with max 10 retries got=1 expected=2 command: query-status test `RENAME TABLE` statement not supported in optimistic mode count: 1 != expected: 2, failed the 0-th time, will retry again check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:38:24 CST 2025] <<<<<< start DM-4185 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-worker1 exit... got=1 expected=1 got=1 expected=1 got=1 expected=1 --> check validator stop when pending row size too large 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries got=1 expected=1 check log contain failed 1-th time, retry later check log contain failed 28-th time, retry later wait process dm-worker.test exit... wait process dm-master.test exit... wait process dm-master.test exit... dmctl test cmd: "validation show-error test" with max 10 retries got=0 expected=1 command: validation show-error test "id": "1" count: 0 != expected: 1, failed the 0-th time, will retry again dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... wait process dm-worker1 exit... process dm-worker1 already exit [Fri Apr 4 15:38:26 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=2 expected=2 wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:38:26 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:38:26 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:21842" dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... got=2 expected=2 dmctl test cmd: "stop-task test" [Fri Apr 4 15:38:26 CST 2025] <<<<<< finish DM-RENAME_TABLE optimistic >>>>>> [Fri Apr 4 15:38:26 CST 2025] <<<<<< start DM-RENAME_COLUMN_OPTIMISTIC optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/double-source-optimistic.yaml --remove-meta" got=2 expected=2 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:23387" dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... got=2 expected=2 dmctl test cmd: "binlog skip test" dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8262 is alive check diff successfully dmctl test cmd: "stop-task test" got=3 expected=3 dmctl test cmd: "stop-task test" check log contain failed 2-th time, retry later check log contain failed 29-th time, retry later rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... [Fri Apr 4 15:38:27 CST 2025] <<<<<< finish DM-4185 pessimistic >>>>>> [Fri Apr 4 15:38:27 CST 2025] <<<<<< start DM-4185 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-optimistic.yaml --remove-meta" got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation ignore-error test --all" dmctl test cmd: "validation show-error test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" with max 10 retries got=3 expected=3 dmctl test cmd: "start-task /tmp/dm_test/safe_mode/dm-task-safe-mode-duration.yaml " [Fri Apr 4 15:38:27 CST 2025] <<<<<< finish DM-100 optimistic >>>>>> got=0 expected=0 dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 wait process dm-worker.test exit... wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive got=3 expected=3 wait process dm-master.test exit... [Fri Apr 4 15:38:28 CST 2025] <<<<<< start DM-101 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... check diff successfully dmctl test cmd: "stop-task test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... got=3 expected=3 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /tmp/dm_test/safe_mode/dm-task-safe-mode-duration.yaml " check log contain failed 30-th time, retry later wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:23811" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:25545" wait process dm-master.test exit... check log contain failed 3-th time, retry later dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:38:30 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=2 expected=2 dmctl test cmd: "binlog skip test" dmctl test cmd: "query-status test" with max 10 retries check diff successfully wait process dm-master.test exit... process dm-master.test already exit got=3 expected=3 dmctl test cmd: "stop-task test" check diff successfully finish running safe mode duration case 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... [Fri Apr 4 15:38:30 CST 2025] <<<<<< finish DM-4185 optimistic >>>>>> [Fri Apr 4 15:38:30 CST 2025] <<<<<< start DM-4185 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-pessimistic.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:31 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait process dm-worker2 exit... mysql: [Warning] Using a password on the command line interface can be insecure. check log contain failed 1-th time, retry later wait process dm-worker.test exit... wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff successfully dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 dmctl test cmd: "shard-ddl-lock" with max 10 retries wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:38:31 CST 2025] <<<<<< test case ha success! >>>>>> start running case: [new_collation_off] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_collation_off/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_collation_off/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit wait process dm-master.test exit... check log contain failed 4-th time, retry later got=1 expected=1 dmctl test cmd: "stop-task test" [Fri Apr 4 15:38:31 CST 2025] <<<<<< finish DM-RENAME_COLUMN_OPTIMISTIC optimistic >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" got=2 expected=2 wait process dm-worker2 exit... process dm-worker2 already exit [Fri Apr 4 15:38:32 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process tidb-server exit... process tidb-server already exit Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) [Fri Apr 4 15:38:32 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:26038" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:27703" wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:38:33 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master exit... dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8263 is alive check diff successfully dmctl test cmd: "stop-task test" check log contain failed 5-th time, retry later check diff successfully [Fri Apr 4 15:38:33 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/duplicate_event/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" wait process dm-master.test exit... [Fri Apr 4 15:38:33 CST 2025] <<<<<< finish DM-4185 pessimistic >>>>>> [Fri Apr 4 15:38:33 CST 2025] <<<<<< start DM-4185 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/double-source-optimistic.yaml --remove-meta" [Fri Apr 4 15:38:33 CST 2025] <<<<<< finish DM-101 optimistic >>>>>> wait process dm-master exit... process dm-master already exit [Fri Apr 4 15:38:34 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:34 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/duplicate_event/source2.yaml" wait process dm-worker.test exit... wait process dm-master.test exit... check diff successfully [Fri Apr 4 15:38:34 CST 2025] <<<<<< start DM-102 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-pessimistic.yaml --remove-meta" VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled False If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:38:35 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time >>>>>>>>>>>>>>>>>>>>>>>>>>test test_relay_leak passed 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/duplicate_event/conf/dm-task-relay.yaml --remove-meta" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:38:35 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:28265" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:29861" dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:38:36 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/many_tables/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=2 expected=2 dmctl test cmd: "binlog skip test" dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8263 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/source1.yaml" dmctl test cmd: "validation status test" with max 10 retries wait process dm-master.test exit... got=3 expected=3 dmctl test cmd: "stop-task test" dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/source2.yaml" got=0 expected=1 command: validation status test "stage": "Stopped" count: 0 != expected: 1, failed the 0-th time, will retry again wait process dm-master.test exit... [Fri Apr 4 15:38:36 CST 2025] <<<<<< finish DM-4185 optimistic >>>>>> check diff successfully dmctl test cmd: "start-relay -s mysql-replica-02 worker2" with max 10 retries [Fri Apr 4 15:38:36 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_collation_off/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "list-member -w" with max 10 retries got=2 expected=2 [Fri Apr 4 15:38:36 CST 2025] <<<<<< start DM-RemoveLock pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/double-source-pessimistic.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:36 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 dmctl test cmd: "shard-ddl-lock unlock test-`shardddl`.`tb`" with max 10 retries [Fri Apr 4 15:38:37 CST 2025] <<<<<< start DM-4201 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_2/conf/single-source-no-sharding.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:37 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_collation_off/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-task-no-validator.yaml --remove-meta" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:38:37 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... got=2 expected=2 dmctl test cmd: "query-status -s mysql-replica-02" with max 10 retries got=1 expected=1 mysql: [Warning] Using a password on the command line interface can be insecure. check diff failed 1-th time, retry later wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check log contain failed 1-th time, retry later rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_collation_off/conf/source2.yaml" wait process dm-master.test exit... got=1 expected=1 dmctl test cmd: "stop-task test" [Fri Apr 4 15:38:39 CST 2025] <<<<<< finish DM-102 >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_collation_off/conf/dm-task.yaml" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=0 expected=1 command: validation status test "stage": "Stopped" count: 0 != expected: 1, failed the 1-th time, will retry again dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 --> (fail) validation start: missing mode value dmctl test cmd: "validation start --mode" --> (fail) validation start: invalid mode dmctl test cmd: "validation start --mode xxx" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/safe_mode/source2.yaml" got=1 expected=1 mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:30234" --> (fail) validation start: missing start-time value dmctl test cmd: "validation start --start-time" --> (fail) validation start: invalid start-time dmctl test cmd: "validation start --start-time xx" dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... --> (fail) validation start: without all-task and task-name dmctl test cmd: "validation start --mode full" --> (fail) validation start: with both all-task and task-name dmctl test cmd: "validation start --all-task test" wait process dm-master.test exit... got=1 expected=1 dmctl test cmd: "binlog skip test" dmctl test cmd: "query-status test" with max 10 retries --> (fail) validation start: too many arguments dmctl test cmd: "validation start test test2" --> (fail) validation start: non-existed subtask dmctl test cmd: "validation start xxxxx" got=2 expected=2 dmctl test cmd: "stop-task test" [Fri Apr 4 15:38:40 CST 2025] <<<<<< start DM-103 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-pessimistic.yaml --remove-meta" --> (fail) validation start: non-exist source dmctl test cmd: "validation start -s xxxxx --all-task" --> (fail) validation stop: without all-task and task-name dmctl test cmd: "validation stop" [Fri Apr 4 15:38:40 CST 2025] <<<<<< finish DM-4201 >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. check data check diff successfully 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:38:40 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time --> (fail) validation stop: with both all-task and task-name dmctl test cmd: "validation stop --all-task test" --> (fail) validation stop: too many arguments dmctl test cmd: "validation stop test test2" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-task.yaml --remove-meta" check diff failed 2-th time, retry later wait process dm-master.test exit... --> (fail) validation stop: non-existed subtask dmctl test cmd: "validation stop xxxxx" --> (fail) validation stop: non-exist source dmctl test cmd: "validation stop -s xxxxx --all-task" check log contain failed 1-th time, retry later got=1 expected=1 got=1 expected=1+ got=1 expected=1 got=1 expected=1 got=1 expected=1 --> check validator stop when pending row count too many 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive --> (fail) validation stop: stop not-enabled validator dmctl test cmd: "validation stop -s mysql-replica-01 test" --> (success) validation start: start validation without explicit mode for source 1 dmctl test cmd: "validation start -s mysql-replica-01 test" dmctl test cmd: "query-status test" with max 10 retries 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... --> (fail) validation start: start all validator with explicit mode, but 1 subtask already enabled dmctl test cmd: "validation start --mode full test" --> (fail) validation start: start validation with explicit mode for source 1 again dmctl test cmd: "validation start -s mysql-replica-01 --mode full test" got=2 expected=2 --> (fail) validation start: start all validator without explicit mode dmctl test cmd: "validation start test" --> (fail) validation stop: stop all but 1 subtask is not enabled dmctl test cmd: "validation stop test" wait process dm-master.test exit... check diff successfully dmctl test cmd: "stop-task test" --> (success) validation start: start validation with fast mode and start-time for source 2 dmctl test cmd: "validation start -s mysql-replica-02 --mode fast --start-time '2020-01-01 00:01:00' test" dmctl test cmd: "validation status test" with max 10 retries wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-master.test exit... [Fri Apr 4 15:38:42 CST 2025] <<<<<< finish DM-103 pessimistic >>>>>> [Fri Apr 4 15:38:42 CST 2025] <<<<<< start DM-103 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait for port 8262 offline the 1-th time got=1 expected=1 got=1 expected=1 got=1 expected=1 got=2 expected=2 got=0 expected=0 --> (success) validation start: start all validator of the task without explicit param again, i.e. resuming dmctl test cmd: "validation start test" dmctl test cmd: "validation status test" with max 10 retries wait process dm-master.test exit... got=1 expected=1 got=1 expected=1 got=1 expected=1 got=2 expected=2 got=0 expected=0 --> (success) validation stop: stop validation of source 1 dmctl test cmd: "validation stop -s mysql-replica-01 test" dmctl test cmd: "validation status test" with max 10 retries check diff failed 3-th time, retry later got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 --> (success) validation stop: stop all of test dmctl test cmd: "validation stop test" dmctl test cmd: "validation status test" with max 10 retries wait process dm-master.test exit... process dm-master.test already exit check diff successfully dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:42 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit got=1 expected=1 got=1 expected=1 got=1 expected=1 got=0 expected=0 got=2 expected=2 --> (success) validation stop: stop all of test again dmctl test cmd: "validation stop test" dmctl test cmd: "validation status test" with max 10 retries wait for port 8262 offline the 2-th time [Fri Apr 4 15:38:43 CST 2025] <<<<<< finish DM-RemoveLock pessimistic >>>>>> [Fri Apr 4 15:38:43 CST 2025] <<<<<< start DM-RemoveLock optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... got=1 expected=1 got=1 expected=1 got=1 expected=1 got=0 expected=0 got=2 expected=2 --> (success) validation start: start all of test dmctl test cmd: "validation start test" dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=2 expected=2 got=0 expected=0 --> (success) validation stop: multiple source dmctl test cmd: "validation stop -s mysql-replica-01 -s mysql-replica-02 test" dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=0 expected=0 got=2 expected=2 --> (success) validation start: multiple source got=2 expected=2 rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:38:43 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation start -s mysql-replica-01 -s mysql-replica-02 test" dmctl test cmd: "validation status test" with max 10 retries check diff failed 1-th time, retry later [Fri Apr 4 15:38:43 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:38:43 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait process dm-master.test exit... got=1 expected=1 got=1 expected=1 got=1 expected=1 got=2 expected=2 got=0 expected=0 dmctl test cmd: "stop-task test" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-task-no-validator.yaml --remove-meta" wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... check diff failed 4-th time, retry later wait process dm-worker.test exit... check log contain failed 1-th time, retry later wait process tidb-server exit... process tidb-server already exit start incremental_data_2 wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive rpc addr 127.0.0.1:8263 is alive [Fri Apr 4 15:38:44 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time wait process dm-worker.test exit... wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:38:45 CST 2025] <<<<<< test case new_collation_off success! >>>>>> start running case: [only_dml] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/only_dml/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/only_dml/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:38:45 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/only_dml/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff successfully dmctl test cmd: "stop-task test" wait process dm-master.test exit... dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-task2-no-validator.yaml --remove-meta" rpc addr 127.0.0.1:8264 is alive dmctl test cmd: "operate-source create /tmp/dm_test/new_relay/source1.yaml" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:38:46 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "start-relay -s mysql-replica-01 worker1 worker2" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:38:46 CST 2025] <<<<<< test case handle_error_2 success! >>>>>> start running case: [handle_error_3] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/run.sh... Verbose mode = false 0 dm-master alive [Fri Apr 4 15:38:46 CST 2025] <<<<<< finish DM-103 optimistic >>>>>> 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:38:46 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:46 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/only_dml/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test2" with max 10 retries check diff failed 5-th time, retry later check log contain failed 1-th time, retry later got=1 expected=1 --> (fail) validation update: on non-existed validator dmctl test cmd: "validation update test -s mysql-replica-02 --cutover-binlog-gtid df307776-1126-11f0-84b5-66eae0bbe2fc:1-999" --> (success) validation start: start all tasks dmctl test cmd: "validation start --all-task --mode fast" [Fri Apr 4 15:38:47 CST 2025] <<<<<< start DM-104 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:47 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time --> (fail) validation update: missing task-name dmctl test cmd: "validation update" --> (fail) validation update: multi tasks rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:47 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/conf/dm-worker1.toml >>>>>> got=3 expected=3 dmctl test cmd: "transfer-source mysql-replica-01 worker1" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries got=3 expected=3 got=1 expected=1 got=1 expected=1 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-task.yaml --remove-meta" dmctl test cmd: "validation update test test2" --> (fail) validation update: non-existed subtask dmctl test cmd: "validation update xxxxx" wait for rpc addr 127.0.0.1:8262 alive the 1-th time --> (fail) validation update: non-exist source dmctl test cmd: "validation update -s xxxxx test" --> (fail) validation update: not specify cutover-binlog-gtid dmctl test cmd: "validation update test -s mysql-replica-02" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/only_dml/source1.yaml" [Fri Apr 4 15:38:48 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/only_dml/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... --> (fail) validation update: not specify cutover-binlog-pos dmctl test cmd: "validation update test2 -s mysql-replica-01" --> (fail) validation update: invalid cutover-binlog-pos dmctl test cmd: "validation update test -s mysql-replica-01 --cutover-binlog-pos xxx" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" --> (fail) validation update: specify both cutover-binlog-pos and cutover-binlog-gtid dmctl test cmd: "validation update test -s mysql-replica-01 --cutover-binlog-pos '(mysql-bin.000001, 2345)' --cutover-binlog-gtid df307776-1126-11f0-84b5-66eae0bbe2fc:1-999" --> (success) validation update: on exist source dmctl test cmd: "validation update test -s mysql-replica-02 --cutover-binlog-gtid df307776-1126-11f0-84b5-66eae0bbe2fc:1-999" [Fri Apr 4 15:38:48 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/handle_error_3/source1.yaml" dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=0 expected=0 got=2 expected=2 got=2 expected=2 got=0 expected=0 got=2 expected=2 got=1 expected=1 dmctl test cmd: "validation status test2" with max 10 retries run tidb sql failed 1-th time, retry later check diff failed 6-th time, retry later [Fri Apr 4 15:38:48 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time finish incremental_data_2 got=1 expected=1 got=0 expected=0 got=1 expected=1 got=1 expected=1 got=0 expected=0 got=1 expected=1 got=0 expected=0 --> (success) validation stop: stop all tasks dmctl test cmd: "validation stop --all-task" dmctl test cmd: "validation status test" with max 10 retries wait process dm-master.test exit... check diff successfully dmctl test cmd: "stop-task test" check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. got=1 expected=1 got=0 expected=0 got=2 expected=2 got=0 expected=0 got=2 expected=2 dmctl test cmd: "validation status test2" with max 10 retries check diff failed 1-th time, retry later rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/only_dml/source2.yaml" got=1 expected=1 got=0 expected=0 got=1 expected=1 got=0 expected=0 got=1 expected=1 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/handle_error_3/source2.yaml" check sync diff after set SafeModeInitPhaseSeconds failpoint check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait for one of DM-worker offine failed, retry later dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/only_dml/conf/dm-task.yaml " wait process dm-master.test exit... dmctl test cmd: "stop-task test" wait process dm-master.test exit... [Fri Apr 4 15:38:51 CST 2025] <<<<<< start DM-4189 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/conf/double-source-pessimistic.yaml --remove-meta" [Fri Apr 4 15:38:51 CST 2025] <<<<<< finish DM-104 optimistic >>>>>> wait process dm-master.test exit... process dm-master.test already exit check diff successfully binlog_pos: 2356 relay_log_size: 2356 ============== run_with_prepared_source_config success =================== 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait for one of DM-worker offine failed, retry later check diff successfully PID of insert_data is 22739 dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 -s mysql-replica-01" wait process dm-master.test exit... check diff successfully kill dm-worker1 wait process dm-master.test exit... earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 1-th time, retry later [Fri Apr 4 15:38:52 CST 2025] <<<<<< start DM-105 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker1 exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=2 command: query-status test "unit": "Sync" count: 1 != expected: 2, failed the 0-th time, will retry again DM-worker2 is sharding lock owner and detects it offline [Fri Apr 4 15:38:52 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "stage": "Stopped" count: 0 != expected: 1, failed the 0-th time, will retry again wait process dm-master.test exit... process dm-master.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000002 -s mysql-replica-01" wait process dm-master.test exit... earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 2-th time, retry later rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker1 exit... process dm-worker1 already exit dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries got=1 expected=1 got=2 expected=2 mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully [Fri Apr 4 15:38:53 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time run tidb sql failed 1-th time, retry later dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000003 -s mysql-replica-01" wait process dm-master.test exit... earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 3-th time, retry later wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:38:54 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=0 expected=1 command: validation status test "stage": "Stopped" count: 0 != expected: 1, failed the 1-th time, will retry again mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8262 is alive mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries got=3 expected=3 got=1 expected=1 got=1 expected=1 wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:1559 alter table handle_error.tb1 add column d varchar(20);" dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000004 -s mysql-replica-01" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 4-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:1735 alter table handle_error.tb1 add column d varchar(20);" dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:55 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "purge-relay --filename dm-it-3671243e-45c9-41be-ac88-78dbc2045c1d-pd4z9-p2mmk-bin.000005 -s mysql-replica-01" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:38:56 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/duplicate_event/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=2 expected=2 dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column c varchar(20);" dmctl test cmd: "query-status test" with max 10 retries [Fri Apr 4 15:38:56 CST 2025] <<<<<< finish DM-105 optimistic >>>>>> kill dm-worker1 got=3 expected=3 dmctl test cmd: "stop-task test" dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000005 -s mysql-replica-01" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 5-th time, retry later [Fri Apr 4 15:38:56 CST 2025] <<<<<< finish DM-4189 pessimistic >>>>>> [Fri Apr 4 15:38:56 CST 2025] <<<<<< start DM-4189 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:38:56 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=1 expected=1 got=1 expected=1+ got=1 expected=1 got=1 expected=1 got=1 expected=1 --> start validator on the fly, validate from current syncer progress(gtid=false, relay=false) [Fri Apr 4 15:38:57 CST 2025] <<<<<< start DM-106 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker1 exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:38:57 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/duplicate_event/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000006 -s mysql-replica-01" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 6-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker1 exit... process dm-worker1 already exit wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_command/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/dmctl_command/source2.yaml" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/duplicate_event/source1.yaml" kill dm-worker2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/duplicate_event/conf/dm-task.yaml --remove-meta" check sync diff after restart DDL owner check diff successfully 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:3856 alter table handle_error.tb1 add column d varchar(20);" dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000007 -s mysql-replica-01" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 7-th time, retry later run tidb sql failed 1-th time, retry later wait process dm-master.test exit... got=2 expected=2 dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:4247 alter table handle_error.tb1 add column d varchar(20);" dmctl test cmd: "query-status test" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... got=2 expected=2 dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column c varchar(20);" dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker2 exit... got=3 expected=3 dmctl test cmd: "stop-task test" dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-task2.yaml" dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dmctl_command/conf/dm-task2.yaml" wait process dm-master.test exit... [Fri Apr 4 15:38:59 CST 2025] <<<<<< finish DM-4189 optimistic >>>>>> [Fri Apr 4 15:38:59 CST 2025] <<<<<< start DM-4189 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "check-task /tmp/dm_test/dmctl_command/temp.yaml" wait process dm-master.test exit... process dm-master.test already exit check log contain failed 1-th time, retry later dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000008 -s mysql-replica-01" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 8-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker2 exit... process dm-worker2 already exit dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries got=2 expected=2 got=1 expected=1 mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully dmctl test cmd: "config export -p /tmp/configs" wait process dm-master.test exit... dmctl test cmd: "stop-task test" check no password in log 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... process dm-master.test already exit dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000009 -s mysql-replica-01" wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 9-th time, retry later [Fri Apr 4 15:39:01 CST 2025] <<<<<< finish DM-106 optimistic >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-worker.test exit... check log contain failed 2-th time, retry later wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:6411 alter table handle_error.tb1 add column d varchar(20);" dmctl test cmd: "query-status test" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000011 -s mysql-replica-02" [Fri Apr 4 15:39:02 CST 2025] <<<<<< start DM-107 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker.test exit... got=2 expected=2 dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:6759 alter table handle_error.tb1 add column d varchar(20);" dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... process dm-master.test already exit earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 1-th time, retry later got=2 expected=2 dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column c varchar(20);" dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... got=3 expected=3 dmctl test cmd: "stop-task test" [Fri Apr 4 15:39:02 CST 2025] <<<<<< finish DM-4189 pessimistic >>>>>> [Fri Apr 4 15:39:02 CST 2025] <<<<<< start DM-4189 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:39:02 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000012 -s mysql-replica-02" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 2-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:04 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:39:03 CST 2025] <<<<<< test case safe_mode success! >>>>>> start running case: [sequence_safe_mode] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_safe_mode/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_safe_mode/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:39:03 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_safe_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check log contain failed 3-th time, retry later dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000013 -s mysql-replica-02" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 3-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:04 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_safe_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:8966 alter table handle_error.tb1 add column d varchar(20);" dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:39:05 CST 2025] <<<<<< test case dmctl_command success! >>>>>> start running case: [downstream_diff_index] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_diff_index/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_diff_index/run.sh... Verbose mode = false 0 dm-master alive rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" got=2 expected=2 dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:9271 alter table handle_error.tb1 add column d varchar(20);" dmctl test cmd: "query-status test" with max 10 retries 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:39:05 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_diff_index/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:39:05 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=2 expected=2 dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column c varchar(20);" dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000014 -s mysql-replica-02" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 4-th time, retry later got=3 expected=3 dmctl test cmd: "stop-task test" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:39:05 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... [Fri Apr 4 15:39:06 CST 2025] <<<<<< finish DM-4189 optimistic >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check log contain failed 4-th time, retry later rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:39:06 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:06 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_diff_index/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000015 -s mysql-replica-02" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 5-th time, retry later rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone-no-validator.yaml --remove-meta" wait process dm-master.test exit... check diff successfully dmctl test cmd: "stop-task test" wait for rpc addr 127.0.0.1:8261 alive the 2-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/sequence_safe_mode/source1.yaml" [Fri Apr 4 15:39:07 CST 2025] <<<<<< finish DM-107 optimistic >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:39:07 CST 2025] <<<<<< start DM-4210 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/conf/single-source-no-sharding.yaml --remove-meta" dmctl test cmd: "operate-source create /tmp/dm_test/sequence_safe_mode/source2.yaml" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_diff_index/conf/source1.yaml" dmctl test cmd: "config source mysql-replica-01" with max 10 retries dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000016 -s mysql-replica-02" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 6-th time, retry later [Fri Apr 4 15:39:07 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_diff_index/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=1 expected=1 got=1 expected=1 check log contain failed 5-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:07 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:39:08 CST 2025] <<<<<< start DM-108 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_diff_index/conf/source2.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_safe_mode/conf/dm-task.yaml --remove-meta" got=1 expected=1 mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog replace test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:11239 alter table handle_error.tb1 add column d int;alter table handle_error.tb1 add unique(d);" dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000017 -s mysql-replica-02" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column e int unique;" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:39:09 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 7-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column c int;alter table handle_error.tb1 add unique(c);" dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation start test" dmctl test cmd: "validation status test" with max 10 retries check log contain failed 6-th time, retry later check diff failed 1-th time, retry later wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "config import -p /tmp/configs" got=1 expected=1 dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000018 -s mysql-replica-02" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_diff_index/conf/dm-task.yaml --remove-meta" [Fri Apr 4 15:39:09 CST 2025] <<<<<< finish DM-4210 >>>>>> check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait for port 8262 offline the 1-th time earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 8-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... [Fri Apr 4 15:39:10 CST 2025] <<<<<< start DM-4193 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/conf/double-source-pessimistic.yaml --remove-meta" wait for port 8262 offline the 2-th time dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000019 -s mysql-replica-02" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 9-th time, retry later dmctl test cmd: "operate-source show" with max 10 retries run tidb sql failed 1-th time, retry later got=1 expected=1 dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries got=2 expected=2 check diff successfully >>>>>>>>>>>>>>>>>>>>>>>>>>test test_relay_operations passed 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive check log contain failed 7-th time, retry later wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 2\/1\/1" count: 0 != expected: 1, failed the 0-th time, will retry again clean source table mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries [Fri Apr 4 15:39:12 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_safe_mode/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:39:12 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff failed 2-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000021 -s mysql-replica-01" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 1-th time, retry later got=2 expected=2 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:13027" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... dmctl test cmd: "binlog skip test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:12152" dmctl test cmd: "query-status test" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. run tidb sql failed 1-th time, retry later rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive got=2 expected=2 dmctl test cmd: "binlog revert test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:13027" dmctl test cmd: "binlog revert test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:12152" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000022 -s mysql-replica-01" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 2-th time, retry later dmctl test cmd: "binlog skip test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:13413" dmctl test cmd: "binlog revert test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:13413" got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again dmctl test cmd: "binlog skip test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:13413" dmctl test cmd: "binlog revert test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:12590" import prepare data mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test" mysql: [Warning] Using a password on the command line interface can be insecure. start DM worker and master cluster [Fri Apr 4 15:39:14 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-master1.toml >>>>>> [Fri Apr 4 15:39:14 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-master2.toml >>>>>> [Fri Apr 4 15:39:14 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check log contain failed 8-th time, retry later check diff failed 3-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000023 -s mysql-replica-01" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 3-th time, retry later wait process dm-worker.test exit... dmctl test cmd: "stop-task test" [Fri Apr 4 15:39:15 CST 2025] <<<<<< finish DM-4193 pessimistic >>>>>> [Fri Apr 4 15:39:15 CST 2025] <<<<<< start DM-4193 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/conf/double-source-optimistic.yaml --remove-meta" check sync diff after reset failpoint mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8261 is alive rpc addr 127.0.0.1:8361 is alive rpc addr 127.0.0.1:8461 is alive start worker and operate mysql config to worker [Fri Apr 4 15:39:15 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000024 -s mysql-replica-01" 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 4-th time, retry later check log contain failed 9-th time, retry later check diff failed at last dmctl test cmd: "stop-task test" got=1 expected=1 got=1 expected=1 got=1 expected=1 check diff successfully --> start validator on the fly, validate from current syncer progress(gtid=false, relay=true) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... wait process dm-master.test exit... [Fri Apr 4 15:39:16 CST 2025] <<<<<< finish DM-108 optimistic >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit got=2 expected=2 rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases_2/source1.yaml" [Fri Apr 4 15:39:16 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:15189" dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000025 -s mysql-replica-01" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 5-th time, retry later 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "binlog skip test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:14529" dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit restart DM-worker after set SequenceShardSyncedExecutionExit failpoint [Fri Apr 4 15:39:17 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_safe_mode/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:39:17 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_safe_mode/conf/dm-worker2.toml >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:39:17 CST 2025] <<<<<< start DM-109 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" got=2 expected=2 dmctl test cmd: "binlog revert test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:15189" dmctl test cmd: "binlog revert test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:14529" wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "binlog skip test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:15575" dmctl test cmd: "binlog revert test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:15575" [Fri Apr 4 15:39:17 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time check log contain failed 10-th time, retry later dmctl test cmd: "binlog skip test -s mysql-replica-01 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:15575" dmctl test cmd: "binlog revert test -s mysql-replica-02 -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:14967" wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "binlog skip test" dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000026 -s mysql-replica-01" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 6-th time, retry later rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 run tidb sql failed 1-th time, retry later got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases_2/source2.yaml" check diff failed 1-th time, retry later rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:19 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000027 -s mysql-replica-01" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 7-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... check log contain failed 11-th time, retry later rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/new_relay/source1.yaml" wait process dm-worker.test exit... dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000028 -s mysql-replica-01" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 8-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:39:20 CST 2025] <<<<<< test case downstream_diff_index success! >>>>>> start running case: [downstream_more_column] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_more_column/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_more_column/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit dmctl test cmd: "start-relay -s mysql-replica-01 worker1" with max 10 retries start DM task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-task.yaml " mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:39:20 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_more_column/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time resume_num: 8 folder_size: 1312 dmctl test cmd: "stop-task test" + WORK_DIR=/tmp/dm_test/many_tables + export PD_PEER_ADDR=127.0.0.1:2380 + PD_PEER_ADDR=127.0.0.1:2380 + export PD_ADDR=127.0.0.1:2379 + PD_ADDR=127.0.0.1:2379 + export TIDB_IP=127.0.0.1 + TIDB_IP=127.0.0.1 + export TIDB_PORT=4000 + TIDB_PORT=4000 + export TIDB_ADDR=127.0.0.1:4000 + TIDB_ADDR=127.0.0.1:4000 + export TIDB_STATUS_ADDR=127.0.0.1:10080 + TIDB_STATUS_ADDR=127.0.0.1:10080 + export TIKV_ADDR=127.0.0.1:2016 + TIKV_ADDR=127.0.0.1:2016 + export TIKV_STATUS_ADDR=127.0.0.1:2018 + TIKV_STATUS_ADDR=127.0.0.1:2018 + start_pd + echo 'Starting PD...' Starting PD... + cat + bin/pd-server --version Release Version: v9.0.0-beta.1.pre-91-g9d6bbb852 Edition: Community Git Commit Hash: 9d6bbb8529d9d2acb9cf324a65e94ece465f6346 Git Branch: master UTC Build Time: 2025-04-03 07:28:59 + mkdir -p /tmp/dm_test/many_tables/pd + sleep 5 + bin/pd-server --client-urls http://127.0.0.1:2379 --peer-urls http://127.0.0.1:2380 --log-file /tmp/dm_test/many_tables/pd.log --config /tmp/dm_test/many_tables/pd.toml --data-dir /tmp/dm_test/many_tables/pd [Fri Apr 4 15:39:19 CST 2025] <<<<<< finish DM-RemoveLock optimistic >>>>>> wait process dm-master exit... wait process dm-master exit... process dm-master already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait for one of DM-worker offine failed, retry later [Fri Apr 4 15:39:21 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... dmctl test cmd: "stop-task test" [Fri Apr 4 15:39:21 CST 2025] <<<<<< finish DM-4193 optimistic >>>>>> got=2 expected=2 kill dm-worker1 dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000029 -s mysql-replica-01" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 9-th time, retry later rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:21 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_more_column/conf/dm-worker1.toml >>>>>> got=2 expected=2 got=2 expected=2 use sync_diff_inspector to check full dump loader check diff successfully flush logs to force rotate binlog file check log contain failed 12-th time, retry later check diff failed 2-th time, retry later wait for one of DM-worker offine failed, retry later wait for rpc addr 127.0.0.1:8262 alive the 1-th time apply increment data before restart dm-worker to ensure entering increment phase mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:39:22 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time [Fri Apr 4 15:39:22 CST 2025] <<<<<< start DM-4230 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/conf/single-source-no-sharding.yaml --remove-meta" wait for rpc addr 127.0.0.1:8261 alive the 2-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker1 exit... DM-worker2 is sharding lock owner and detects it offline [Fri Apr 4 15:39:22 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_safe_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000031 -s mysql-replica-02" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 1-th time, retry later rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/downstream_more_column/source1.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_more_column/conf/dm-task.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "list-member -w" with max 10 retries got=2 expected=2 [Fri Apr 4 15:39:23 CST 2025] <<<<<< start DM-RestartMaster pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/double-source-pessimistic.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:23 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries check diff failed 3-th time, retry later wait process dm-worker1 exit... process dm-worker1 already exit [Fri Apr 4 15:39:23 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8263 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=1 expected=1 dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column d int unique;" dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000032 -s mysql-replica-02" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 2-th time, retry later got=1 expected=1 dmctl test cmd: "binlog revert test" dmctl test cmd: "query-status test" with max 10 retries + i=0 + true ++ curl -s -o /dev/null -w '%{http_code}' http://127.0.0.1:2379/pd/api/v1/version + response=200 + echo 'curl response: 200' curl response: 200 + '[' 200 -eq 200 ']' + echo 'Start PD success' Start PD success + break + start_tikv + echo 'Starting TiKV...' Starting TiKV... + mkdir -p /tmp/dm_test/many_tables/tikv + bin/tikv-server --version TiKV Release Version: 9.0.0-beta.1 Edition: Community Git Commit Hash: 3eb3439fd88f0db9de06ef92e845e80b32c9b49a Git Commit Branch: master UTC Build Time: 2025-04-02 02:57:52 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release + sleep 5 + bin/tikv-server --pd 127.0.0.1:2379 -A 127.0.0.1:2016 --status-addr 127.0.0.1:2018 --log-file /tmp/dm_test/many_tables/tikv.log --log-level info -s /tmp/dm_test/many_tables/tikv check log contain failed 13-th time, retry later got=1 expected=1 dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column c int;" dmctl test cmd: "query-status test" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "stop-task test" dmctl test cmd: "start-task /tmp/dm_test/downstream_more_column/dm-task-incremental.yaml --remove-meta" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" got=2 expected=2 dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries got=1 expected=1 >>>>>>>>>>>>>>>>>>>>>>>>>>test test_cant_dail_upstream passed 1 dm-master alive 1 dm-worker alive [Fri Apr 4 15:39:24 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 [Fri Apr 4 15:39:24 CST 2025] <<<<<< finish DM-4230 >>>>>> 0 dm-syncer alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000033 -s mysql-replica-02" check diff successfully check log contain failed 1-th time, retry later earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 3-th time, retry later use sync_diff_inspector to check increment data check diff successfully [Fri Apr 4 15:39:25 CST 2025] <<<<<< finish test_running >>>>>> start dumping SQLs into source kill dm-worker1 check diff failed at last dmctl test cmd: "stop-task test" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:39:25 CST 2025] <<<<<< start DM-4177 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/conf/single-source-no-sharding.yaml --remove-meta" [Fri Apr 4 15:39:25 CST 2025] <<<<<< finish DM-109 optimistic >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 wait process dm-master.test exit... got=1 expected=1 got=1 expected=1 dmctl test cmd: "operate-schema set -s mysql-replica-01 test -d downstream_more_column1 -t t1 /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/downstream_more_column/data/schema.sql" dmctl test cmd: "resume-task test" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone-no-validator.yaml --remove-meta" wait process dm-worker1 exit... check log contain failed 14-th time, retry later dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000034 -s mysql-replica-02" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 4-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:39:26 CST 2025] <<<<<< start DM-110 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... process dm-master.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "config source mysql-replica-01" with max 10 retries wait process dm-worker1 exit... process dm-worker1 already exit start worker3 [Fri Apr 4 15:39:27 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-worker3.toml >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=2 expected=2 got=2 expected=2 dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 restart dm-master got=1 expected=1 got=1 expected=1 wait for rpc addr 127.0.0.1:8264 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip wrong-task" dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000035 -s mysql-replica-02" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 5-th time, retry later dmctl test cmd: "binlog skip" dmctl test cmd: "binlog skip test -b dm-it-75946d38-99cd-4067-9fc9-7a31d7232e18-3hg3g-tcrmr-bin|000001.000001:19397 -s wrong-source" wait process dm-master.test exit... wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test -b mysql-bin|1111 -s wrong-source" dmctl test cmd: "query-status test" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check log contain failed 15-th time, retry later got=1 expected=1 dmctl test cmd: "binlog skip test" dmctl test cmd: "binlog skip test" rpc addr 127.0.0.1:8264 is alive dmctl test cmd: "start-relay -s mysql-replica-01 worker3" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 dmctl test cmd: "binlog replace test "alter table handle_error.tb1 add column c int;"" dmctl test cmd: "binlog skip test -b mysql-bin.000000:00000" dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000036 -s mysql-replica-02" wait process dm-master exit... check diff failed 1-th time, retry later wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "binlog aaa test" dmctl test cmd: "query-status test" with max 10 retries earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 6-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. run tidb sql failed 1-th time, retry later got=1 expected=1 check diff successfully dmctl test cmd: "validation status test" with max 10 retries check sync diff after restart DDL owner check diff successfully 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... got=1 expected=1 dmctl test cmd: "validation start test" dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 + i=0 + true ++ curl -s http://127.0.0.1:2379/pd/api/v1/cluster/status + response='{ "raft_bootstrap_time": "2025-04-04T15:39:23.908183091+08:00", "is_initialized": true, "replication_status": "" }' + '[' -z '{ "raft_bootstrap_time": "2025-04-04T15:39:23.908183091+08:00", "is_initialized": true, "replication_status": "" }' ']' + echo 'PD response: { "raft_bootstrap_time": "2025-04-04T15:39:23.908183091+08:00", "is_initialized": true, "replication_status": "" }' PD response: { "raft_bootstrap_time": "2025-04-04T15:39:23.908183091+08:00", "is_initialized": true, "replication_status": "" } + echo '{ "raft_bootstrap_time": "2025-04-04T15:39:23.908183091+08:00", "is_initialized": true, "replication_status": "" }' + grep -q '"is_initialized": true' + echo 'TiKV cluster initialized successfully' TiKV cluster initialized successfully + break + start_tidb + echo 'Starting TiDB...' Starting TiDB... + bin/tidb-server -V Release Version: v9.0.0-beta.1.pre-511-gd9fb3a5337 Edition: Community Git Commit Hash: d9fb3a53376157be49b5a7941e6e689a33c81eb0 Git Branch: master UTC Build Time: 2025-04-03 11:14:01 GoVersion: go1.23.8 Race Enabled: false Check Table Before Drop: false Store: unistore + sleep 5 + bin/tidb-server -P 4000 --status 10080 --advertise-address=127.0.0.1 --store tikv --path 127.0.0.1:2379 --log-file /tmp/dm_test/many_tables/tidb.log wait process dm-master exit... process dm-master already exit wait process dm-worker.test exit... got=2 expected=2 kill dm-worker2 dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000037 -s mysql-replica-02" wait process dm-master.test exit... check log contain failed 16-th time, retry later earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 7-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:39:29 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... check diff failed 2-th time, retry later wait process dm-worker2 exit... dmctl test cmd: "stop-task test" dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000038 -s mysql-replica-02" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:30 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:39:31 CST 2025] <<<<<< finish DM-4177 >>>>>> dmctl test cmd: "binlog skip test" earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 8-th time, retry later wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "binlog replace test alter table handle_error.tb1 add column c int" dmctl test cmd: "binlog revert test" dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 2\/1\/1" count: 0 != expected: 1, failed the 0-th time, will retry again [Fri Apr 4 15:39:31 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:39:31 CST 2025] <<<<<< test case downstream_more_column success! >>>>>> [Pipeline] } wait process dm-worker2 exit... process dm-worker2 already exit start worker4 [Fri Apr 4 15:39:31 CST 2025] <<<<<< START DM-WORKER on port 18262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases_2/conf/dm-worker4.toml >>>>>> Cache not saved (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } wait for rpc addr 127.0.0.1:18262 alive the 1-th time [Pipeline] // timeout [Pipeline] } check log contain failed 17-th time, retry later [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "purge-relay --filename dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000040 -s mysql-replica-02" [Pipeline] // node wait process dm-worker.test exit... [Pipeline] } [Pipeline] // podTemplate rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/source1.yaml" [Pipeline] } earliest_relay_log1: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 earliest_relay_log2: dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001 purge relay log failed 9-th time, retry later [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } rpc addr 127.0.0.1:18262 is alive wait and check task running [Fri Apr 4 15:39:32 CST 2025] <<<<<< start DM-4231 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/handle_error_3/conf/single-source-no-sharding.yaml --remove-meta" HTTP 127.0.0.1:8261/apis/v1alpha1/status/test is alive query-status from all dm-master dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 dmctl test cmd: "query-status test" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff failed 3-th time, retry later wait process dm-worker.test exit... got=3 expected=3 dmctl test cmd: "query-status test" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again dmctl test cmd: "start-relay -s mysql-replica-01 worker1" with max 10 retries wait for rpc addr 127.0.0.1:8261 alive the 2-th time got=3 expected=3 check diff successfully /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/only_dml/run.sh: line 44: 22739 Terminated insert_data 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog replace test "alter table handle_error.tb1 add column c int; alter table handle_error.tb1 add column d int unique;"" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:39:34 CST 2025] <<<<<< test case sequence_safe_mode success! >>>>>> start running case: [lightning_load_task] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/run.sh... Verbose mode = false rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit import prepare data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start DM master, workers and sources [Fri Apr 4 15:39:34 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... check log contain failed 18-th time, retry later got=2 expected=2 got=2 expected=2 dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" dmctl test cmd: "stop-task test" got=1 expected=1 dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries got=2 expected=2 got=1 expected=1 [Fri Apr 4 15:39:34 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time + i=0 + true ++ curl -s -o /dev/null -w '%{http_code}' http://127.0.0.1:10080/status + response=200 + echo 'curl response: 200' curl response: 200 + '[' 200 -eq 200 ']' + echo 'Start TiDB success' Start TiDB success + break + mysql -uroot -h127.0.0.1 -P4000 --default-character-set utf8 -e 'CREATE USER '\''test'\''@'\''%'\'' IDENTIFIED BY '\''123456'\'';' + mysql -uroot -h127.0.0.1 -P4000 --default-character-set utf8 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''test'\''@'\''%'\'' WITH GRANT OPTION;' [Fri Apr 4 15:39:34 CST 2025] <<<<<< finish DM-4231 >>>>>> use sync_diff_inspector to check increment data check diff successfully [Fri Apr 4 15:39:30 CST 2025] <<<<<< finish test_isolate_master_and_worker >>>>>> 5 dm-master alive 5 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... check diff failed at last dmctl test cmd: "stop-task test" [Fri Apr 4 15:39:34 CST 2025] <<<<<< finish DM-RestartMaster pessimistic >>>>>> [Fri Apr 4 15:39:34 CST 2025] <<<<<< start DM-RestartMaster optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... [Fri Apr 4 15:39:35 CST 2025] <<<<<< finish DM-110 optimistic >>>>>> wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/source2.yaml" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:35 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive got=1 expected=1 got=1 expected=1 got=1 expected=1 check diff successfully --> start validator on the fly, validate from current syncer progress(gtid=true, relay=false) wait process dm-master.test exit... [Fri Apr 4 15:39:36 CST 2025] <<<<<< start DM-111 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" check log contain failed 19-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully check log contain failed 1-th time, retry later rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/lightning_load_task/source1.yaml" 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... [Fri Apr 4 15:39:36 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "start-relay -s mysql-replica-02 worker2" with max 10 retries wait process dm-master.test exit... wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status -s mysql-replica-02" with max 10 retries check diff failed 1-th time, retry later wait process dm-master.test exit... process dm-master.test already exit got=2 expected=2 got=1 expected=1 [Fri Apr 4 15:39:37 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time check log contain failed 20-th time, retry later rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/lightning_load_task/source2.yaml" [Fri Apr 4 15:39:38 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:39:38 CST 2025] <<<<<< test case only_dml success! >>>>>> start running case: [openapi] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:39:38 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-master1.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 got=2 expected=2 got=1 expected=1 restart dm-master wait process dm-worker.test exit... rpc addr 127.0.0.1:8264 is alive dmctl test cmd: "start-relay -s mysql-replica-02 worker3" with max 10 retries wait process dm-master.test exit... rpc addr 127.0.0.1:8264 is alive start DM task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/conf/dm-task.yaml --remove-meta" wait process dm-master exit... check diff failed 2-th time, retry later wait process dm-worker.test exit... wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:39 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-master2.toml >>>>>> wait for rpc addr 127.0.0.1:8361 alive the 1-th time dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/many_tables/conf/dm-task-2.yaml " check log contain failed 21-th time, retry later wait process dm-master.test exit... dmctl test cmd: "query-status -s mysql-replica-02" with max 10 retries got=3 expected=3 got=1 expected=1 got=1 expected=1 dmctl test cmd: "list-member -n worker3" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/conf/dm-task2.yaml --remove-meta" run tidb sql failed 1-th time, retry later wait process dm-master exit... process dm-master already exit wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:39:40 CST 2025] <<<<<< test case handle_error_3 success! >>>>>> start running case: [adjust_gtid] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/adjust_gtid/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/adjust_gtid/run.sh... Verbose mode = false wait process dm-worker.test exit... 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:39:40 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/adjust_gtid/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:39:41 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... dmctl test cmd: "query-status load_task1" with max 10 retries check log contain failed 22-th time, retry later wait process dm-master.test exit... got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status load_task2" with max 10 retries got=1 expected=1 got=1 expected=1 test worker restart check diff failed 3-th time, retry later rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:42 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/adjust_gtid/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:42 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time run tidb sql failed 2-th time, retry later [Fri Apr 4 15:39:42 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/adjust_gtid/source1.yaml" wait process dm-master.test exit... wait process dm-worker1 exit... [Fri Apr 4 15:39:43 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/adjust_gtid/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" check diff failed at last dmctl test cmd: "stop-task test" [Fri Apr 4 15:39:44 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... wait process dm-worker1 exit... process dm-worker1 already exit dmctl test cmd: "list-member -w -n worker3" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "list-member -w -n worker1" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status load_task1" with max 10 retries check log contain failed 23-th time, retry later [Fri Apr 4 15:39:44 CST 2025] <<<<<< finish DM-111 optimistic >>>>>> wait process dm-master.test exit... process dm-master.test already exit [Fri Apr 4 15:39:44 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=1 expected=1 got=1 expected=1 [Fri Apr 4 15:39:44 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/adjust_gtid/source2.yaml" run tidb sql failed 3-th time, retry later wait for rpc addr 127.0.0.1:8261 alive the 2-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone-no-validator.yaml --remove-meta" wait process dm-master.test exit... [Fri Apr 4 15:39:45 CST 2025] <<<<<< start DM-112 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "start-task /tmp/dm_test/adjust_gtid/dm-task.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "shard-ddl-lock" with max 10 retries rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "list-member -w -n worker3" with max 10 retries got=1 expected=1 dmctl test cmd: "list-member -w -n worker1" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status load_task1" with max 10 retries wait process dm-master.test exit... got=1 expected=1 got=2 expected=2 got=1 expected=1 dmctl test cmd: "stop-task test" got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status load_task2" with max 10 retries got=1 expected=1 got=1 expected=1 test_transfer_two_sources check log contain failed 24-th time, retry later wait for rpc addr 127.0.0.1:8261 alive the 2-th time [Fri Apr 4 15:39:46 CST 2025] <<<<<< finish DM-RestartMaster optimistic >>>>>> [Fri Apr 4 15:39:46 CST 2025] <<<<<< start DM-ADD_DROP_COLUMNS pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "config source mysql-replica-01" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 got=1 expected=1 run tidb sql failed 4-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:47 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:39:47 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker3.toml >>>>>> wait process dm-master.test exit... wait process dm-worker2 exit... check diff successfully dmctl test cmd: "stop-task test" check diff failed 1-th time, retry later wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8264 is alive [Fri Apr 4 15:39:48 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check log contain failed 25-th time, retry later got=1 expected=1 check diff successfully dmctl test cmd: "validation status test" with max 10 retries wait process dm-master.test exit... wait process dm-worker2 exit... process dm-worker2 already exit dmctl test cmd: "list-member -w -n worker3" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status load_task2" with max 10 retries got=1 expected=1 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/conf/dm-task3.yaml --remove-meta" with max 10 retries got=1 expected=1 dmctl test cmd: "validation start test" dmctl test cmd: "validation status test" with max 10 retries run tidb sql failed 5-th time, retry later got=1 expected=1 check diff failed 2-th time, retry later wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries got=2 expected=2 got=1 expected=1 dmctl test cmd: "query-status -s mysql-replica-02" with max 10 retries got=3 expected=3 got=1 expected=1 got=1 expected=1 dmctl test cmd: "list-member --worker" >>>>>>>>>>>>>>>>>>>>>>>>>>test test_restart_relay_status passed 1 dm-master alive 3 dm-worker alive 0 dm-syncer alive got=2 expected=2 dmctl test cmd: "query-status load_task3" with max 10 retries got=1 expected=1 [Fri Apr 4 15:39:49 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait for rpc addr 127.0.0.1:8361 alive the 2-th time check log contain failed 26-th time, retry later wait process dm-master.test exit... check diff successfully check diff failed 1-th time, retry later run tidb sql failed 6-th time, retry later wait process dm-master.test exit... dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 2\/1\/1" count: 0 != expected: 1, failed the 0-th time, will retry again rpc addr 127.0.0.1:8361 is alive [Fri Apr 4 15:39:50 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "list-member -w -n worker2" with max 10 retries got=1 expected=1 check diff failed 3-th time, retry later wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:39:51 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check log contain failed 27-th time, retry later wait process dm-master.test exit... wait process dm-worker1 exit... check diff successfully got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again check diff failed 1-th time, retry later wait process dm-worker.test exit... wait process dm-worker1 exit... process dm-worker1 already exit dmctl test cmd: "list-member -w -n worker2" with max 10 retries wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: RELAY ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) dmctl test cmd: "query-status -s mysql-01" with max 10 retries run tidb sql failed 7-th time, retry later got=1 expected=1 got=1 expected=1 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/conf/dm-task4.yaml --remove-meta" with max 10 retries got=2 expected=2 got=1 expected=1 ('enable_relay_failed resp=', {u'error_code': 46004, u'error_msg': u'[code=46004:class=scheduler:scope=internal:level=medium], Message: dm-worker with name [no-worker] not exists'}) dmctl test cmd: "query-status -s mysql-01" with max 10 retries check diff failed at last dmctl test cmd: "stop-task test" got=1 expected=1 got=1 expected=1 ('get_source_status_failed resp=', {u'error_code': 46008, u'error_msg': u'[code=46008:class=scheduler:scope=internal:level=medium], Message: source config with ID no-mysql not exists'}) ('get_source_status_success resp=', {u'total': 1, u'data': [{u'relay_status': {u'relay_dir': u'e22e8bcf-1126-11f0-b684-2ece1976700d.000001', u'relay_catch_up_master': True, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 488)', u'relay_binlog_gtid': u'', u'stage': u'Running'}, u'worker_name': u'worker1', u'source_name': u'mysql-01'}]}) [Fri Apr 4 15:39:53 CST 2025] <<<<<< finish DM-112 optimistic >>>>>> ('get_source_status_success_with_relay resp=', {u'total': 1, u'data': [{u'relay_status': {u'relay_dir': u'e22e8bcf-1126-11f0-b684-2ece1976700d.000001', u'relay_catch_up_master': True, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 488)', u'relay_binlog_gtid': u'', u'stage': u'Running'}, u'worker_name': u'worker1', u'source_name': u'mysql-01'}]}) ('disable_relay_failed resp=', {u'error_code': 46004, u'error_msg': u'[code=46004:class=scheduler:scope=internal:level=medium], Message: dm-worker with name [no-worker] not exists'}) wait process dm-worker.test exit... dmctl test cmd: "query-status -s mysql-01" with max 10 retries got=1 expected=1 got=1 expected=1 ('get_source_status_success_no_relay resp=', {u'total': 1, u'data': [{u'worker_name': u'worker1', u'source_name': u'mysql-01'}]}) ('list_source_with_status_success resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'task_name_list': [], u'flavor': u'mysql', u'password': u'******', u'port': 3306, u'status_list': [{u'relay_status': {u'relay_dir': u'e22e8bcf-1126-11f0-b684-2ece1976700d.000001', u'relay_catch_up_master': True, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 488)', u'relay_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'stage': u'Running'}, u'worker_name': u'worker1', u'source_name': u'mysql-01'}, {u'relay_status': {u'relay_dir': u'', u'relay_catch_up_master': False, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 488)', u'relay_binlog_gtid': u'', u'stage': u'Running'}, u'worker_name': u'worker2', u'source_name': u'mysql-01'}]}]}) check log contain failed 28-th time, retry later wait process dm-master.test exit... ('get_source_status_success resp=', {u'total': 2, u'data': [{u'relay_status': {u'relay_dir': u'e22e8bcf-1126-11f0-b684-2ece1976700d.000001', u'relay_catch_up_master': True, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 488)', u'relay_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'stage': u'Running'}, u'worker_name': u'worker1', u'source_name': u'mysql-01'}, {u'relay_status': {u'relay_dir': u'e22e8bcf-1126-11f0-b684-2ece1976700d.000001', u'relay_catch_up_master': True, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 488)', u'relay_binlog_gtid': u'', u'stage': u'Running'}, u'worker_name': u'worker2', u'source_name': u'mysql-01'}]}) ('get_source_status_success_with_relay resp=', {u'total': 2, u'data': [{u'relay_status': {u'relay_dir': u'e22e8bcf-1126-11f0-b684-2ece1976700d.000001', u'relay_catch_up_master': True, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 488)', u'relay_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'stage': u'Running'}, u'worker_name': u'worker1', u'source_name': u'mysql-01'}, {u'relay_status': {u'relay_dir': u'e22e8bcf-1126-11f0-b684-2ece1976700d.000001', u'relay_catch_up_master': True, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 488)', u'relay_binlog_gtid': u'', u'stage': u'Running'}, u'worker_name': u'worker2', u'source_name': u'mysql-01'}]}) ('get_source_status_success_with_relay resp=', {u'total': 2, u'data': [{u'relay_status': {u'relay_dir': u'e22e8bcf-1126-11f0-b684-2ece1976700d.000001', u'relay_catch_up_master': True, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 488)', u'relay_binlog_gtid': u'', u'stage': u'Running'}, u'worker_name': u'worker2', u'source_name': u'mysql-01'}, {u'relay_status': {u'relay_dir': u'e22e8bcf-1126-11f0-b684-2ece1976700d.000001', u'relay_catch_up_master': True, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 488)', u'relay_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-2', u'stage': u'Running'}, u'worker_name': u'worker1', u'source_name': u'mysql-01'}]}) dmctl test cmd: "query-status -s mysql-01" with max 10 retries [Fri Apr 4 15:39:54 CST 2025] <<<<<< start DM-113 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-pessimistic.yaml --remove-meta" got=2 expected=2 dmctl test cmd: "query-status load_task4" with max 10 retries got=1 expected=1 [Fri Apr 4 15:39:54 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:39:54 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=1 expected=1 got=1 expected=1 wait process dm-master.test exit... run tidb sql failed 8-th time, retry later got=1 expected=1 got=1 expected=1 got=1 expected=1 check diff successfully --> start validator on the fly, validate from current syncer progress(gtid=true, relay=true) delete_source_success >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: RELAY SUCCESS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: SOURCE ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) check diff successfully check diff failed 1-th time, retry later ('create_source_failed resp=', {u'error_code': 10001, u'error_msg': u'[code=10001:class=database:scope=upstream:level=high], Message: database driver error, RawCause: dial tcp :0: connect: connection refused, Workaround: Please check the database connection and the database config in configuration file.'}) ('update_source1_without_password_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': None, u'port': 3306}) ('list_source_success resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}]}) ('list_source_with_status_success resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'task_name_list': [], u'flavor': u'mysql', u'password': u'******', u'port': 3306, u'status_list': [{u'worker_name': u'worker1', u'source_name': u'mysql-01'}]}]}) dmctl test cmd: "query-status -s mysql-01" with max 10 retries rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:39:55 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker1.toml >>>>>> got=1 expected=1 ('get_source_schemas_and_tables_success schema_resp=', [u'information_schema', u'ha_test', u'import_v10x', u'mysql', u'only_dml', u'openapi', u'performance_schema', u'sharding22', u'sys']) ('get_source_schemas_and_tables_success table_resp=', [u't1']) dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "list-member -w -n worker1" with max 10 retries got=1 expected=1 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait for rpc addr 127.0.0.1:8262 alive the 1-th time ('get_source_schemas_and_tables_success schema_resp=', [u'information_schema', u'db-name', u'ha_test', u'import_v10x', u'mysql', u'only_dml', u'openapi', u'performance_schema', u'sharding22', u'sys']) ('get_source_schemas_and_tables_success table_resp=', [u't1']) delete_source_success ('list_source_success resp=', {u'total': 0, u'data': []}) check diff failed 1-th time, retry later check log contain failed 29-th time, retry later ('delete_source_failed msg=', {u'error_code': 46008, u'error_msg': u'[code=46008:class=scheduler:scope=internal:level=medium], Message: source config with ID mysql-01 not exists'}) ('list_source_with_reverse resp=', {u'total': 0, u'data': []}) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: SOURCE SUCCESS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: SHARD TASK wait process dm-master.test exit... ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) ('list_source_success resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}]}) ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker1', u'source_name': u'mysql-01'}]}) ('create_source2_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3307}) ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}]}) ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker2', u'source_name': u'mysql-02'}]}) wait process dm-worker3 exit... wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/new_relay/source1.yaml" run tidb sql failed 9-th time, retry later check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" [Fri Apr 4 15:39:56 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/adjust_gtid/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time ('create_task_failed resp=', {u'error': u'error in openapi3filter.RequestError: request body has an error: doesn\'t match the schema: Error at "/task/shard_mode": value is not one of the allowed values'}) ('create_shard_task_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'binlog_filter_rule': {u'rule-2': {u'ignore_sql': [u'alter table openapi.t add column aaa int;']}, u'rule-1': {u'ignore_event': [u'delete']}}, u'name': u'test-shard', u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'binlog_filter_rule': [u'rule-1'], u'target': {u'table': u't', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'binlog_filter_rule': [u'rule-2'], u'target': {u'table': u't', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'shard_mode': u'pessimistic', u'task_mode': u'all', u'source_config': {u'incr_migrate_conf': {u'repl_batch': 100, u'repl_threads': 16}, u'full_migrate_conf': {u'security': None, u'import_threads': 16, u'data_dir': u'./exported_data', u'export_threads': 4, u'consistency': u'auto'}, u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}}}) dmctl test cmd: "query-status test-shard" with max 10 retries dmctl test cmd: "start-relay -s mysql-replica-01 worker1" with max 10 retries [Fri Apr 4 15:39:57 CST 2025] <<<<<< finish DM-ADD_DROP_COLUMNS pessimistic >>>>>> [Fri Apr 4 15:39:57 CST 2025] <<<<<< start DM-ADD_DROP_COLUMNS optimistic >>>>>> wait process dm-master.test exit... got=2 expected=2 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "query-status test-shard" with max 10 retries got=2 expected=2 wait process dm-worker3 exit... process dm-worker3 already exit dmctl test cmd: "list-member -w -n worker1" with max 10 retries wait process dm-master.test exit... process dm-master.test already exit check diff successfully ('get_task_status_failed resp=', {u'error_code': 46018, u'error_msg': u'[code=46018:class=scheduler:scope=internal:level=medium], Message: task with name not a task name not exist, Workaround: Please use `query-status` command to see tasks.'}) rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:39:57 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/adjust_gtid/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status load_task1" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status load_task2" with max 10 retries check log contain failed 30-th time, retry later ('get_illegal_char_task_status_failed resp=', {u'error_code': 46018, u'error_msg': u'[code=46018:class=scheduler:scope=internal:level=medium], Message: task with name t-\xcb!s`t not exist, Workaround: Please use `query-status` command to see tasks.'}) ('get_task_status_success resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'test-shard', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 22544, u'dump_io_total_bytes': 5607, u'total_events': 6, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-15', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3103)', u'syncer_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-12', u'synced': False, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': [{u'synced': None, u'first_location': u'', u'unsynced': [u"this DM-worker doesn't receive any shard DDL of this group"], u'target': u'`openapi`.`t`', u'ddl_list': None}], u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 2344)'}, u'worker_name': u'worker1', u'unit': u'Sync', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'test-shard', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': [u'ALTER TABLE `openapi`.`t` ADD COLUMN `aaa` INT'], u'io_total_bytes': 26384, u'dump_io_total_bytes': 5814, u'total_events': 6, u'master_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-11', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 2511)', u'syncer_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-10', u'synced': False, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': [{u'synced': [u'`openapi`.`t`'], u'first_location': u'position: (dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 2384), gtid-set: e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-10', u'unsynced': None, u'target': u'`openapi`.`t`', u'ddl_list': [u'ALTER TABLE `openapi`.`t` ADD COLUMN `aaa` INT']}], u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 2307)'}, u'worker_name': u'worker2', u'unit': u'Sync', u'stage': u'Running'}]}) ('check_sync_task_status_success resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'test-shard', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 22544, u'dump_io_total_bytes': 5607, u'total_events': 6, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-15', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3103)', u'syncer_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-12', u'synced': False, u'total_tps': 6, u'recent_tps': 6, u'unresolved_groups': [{u'synced': None, u'first_location': u'', u'unsynced': [u"this DM-worker doesn't receive any shard DDL of this group"], u'target': u'`openapi`.`t`', u'ddl_list': None}], u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 2344)'}, u'worker_name': u'worker1', u'unit': u'Sync', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'test-shard', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': [u'ALTER TABLE `openapi`.`t` ADD COLUMN `aaa` INT'], u'io_total_bytes': 26384, u'dump_io_total_bytes': 5814, u'total_events': 6, u'master_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-11', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 2511)', u'syncer_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-10', u'synced': False, u'total_tps': 6, u'recent_tps': 6, u'unresolved_groups': [{u'synced': [u'`openapi`.`t`'], u'first_location': u'position: (dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 2384), gtid-set: e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-10', u'unsynced': None, u'target': u'`openapi`.`t`', u'ddl_list': [u'ALTER TABLE `openapi`.`t` ADD COLUMN `aaa` INT']}], u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 2307)'}, u'worker_name': u'worker2', u'unit': u'Sync', u'stage': u'Running'}]}) wait process dm-master.test exit... got=1 expected=1 dmctl test cmd: "list-member -w -n worker1" with max 10 retries got=1 expected=1 got=0 expected=1 command: list-member -w -n worker1 "source": "mysql-replica-01" count: 0 != expected: 1, failed the 0-th time, will retry again ('get_task_list resp=', {u'total': 1, u'data': [{u'strict_optimistic_shard_mode': False, u'binlog_filter_rule': {u'mysql-01-filter-rule-0': {u'ignore_event': [u'delete']}, u'mysql-02-filter-rule-0': {u'ignore_sql': [u'alter table openapi.t add column aaa int;']}}, u'name': u'test-shard', u'enhance_online_schema_change': True, u'on_duplicate': u'replace', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'binlog_filter_rule': [u'mysql-01-filter-rule-0'], u'target': {u'table': u't', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'binlog_filter_rule': [u'mysql-02-filter-rule-0'], u'target': {u'table': u't', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'shard_mode': u'pessimistic', u'task_mode': u'all', u'source_config': {u'incr_migrate_conf': {u'repl_batch': 100, u'repl_threads': 16}, u'full_migrate_conf': {u'import_mode': u'logical', u'import_threads': 16, u'consistency': u'auto', u'data_dir': u'./exported_data', u'security': None, u'export_threads': 4}, u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}}]}) got=2 expected=2 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-task.yaml --remove-meta" ('get_task_list resp=', {u'total': 1, u'data': [{u'strict_optimistic_shard_mode': False, u'binlog_filter_rule': {u'mysql-01-filter-rule-0': {u'ignore_event': [u'delete']}, u'mysql-02-filter-rule-0': {u'ignore_sql': [u'alter table openapi.t add column aaa int;']}}, u'name': u'test-shard', u'enhance_online_schema_change': True, u'on_duplicate': u'replace', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'binlog_filter_rule': [u'mysql-01-filter-rule-0'], u'target': {u'table': u't', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'binlog_filter_rule': [u'mysql-02-filter-rule-0'], u'target': {u'table': u't', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'shard_mode': u'pessimistic', u'task_mode': u'all', u'source_config': {u'incr_migrate_conf': {u'repl_batch': 100, u'repl_threads': 16}, u'full_migrate_conf': {u'import_mode': u'logical', u'import_threads': 16, u'consistency': u'auto', u'data_dir': u'./exported_data', u'security': None, u'export_threads': 4}, u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}}]}) delete_task_success check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:39:58 CST 2025] <<<<<< finish DM-113 pessimistic >>>>>> [Fri Apr 4 15:39:58 CST 2025] <<<<<< start DM-113 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 ('get_task_list resp=', {u'total': 0, u'data': []}) delete_source_with_force_success check diff failed 1-th time, retry later wait process dm-master.test exit... wait process dm-worker.test exit... delete_source_with_force_success ('list_source_success resp=', {u'total': 0, u'data': []}) ('get_task_list resp=', {u'total': 0, u'data': []}) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: SHARD TASK SUCCESS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: MULTI TASK rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /tmp/dm_test/adjust_gtid/dm-task.yaml" kill dm-worker1 ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) ('create_source2_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3307}) ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}]}) ('create_noshard_task_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'task1_target_table', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'task1_target_table', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'all', u'name': u'test-1'}}) dmctl test cmd: "query-status test-1" with max 10 retries got=2 expected=2 mysql: [Warning] Using a password on the command line interface can be insecure. check log contain failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... wait process dm-worker.test exit... wait for port 8262 offline the 1-th time dmctl test cmd: "query-status test-1" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later ('get_task_list_with_status resp=', {u'total': 1, u'data': [{u'strict_optimistic_shard_mode': False, u'source_config': {u'incr_migrate_conf': {u'repl_batch': 100, u'repl_threads': 16}, u'full_migrate_conf': {u'import_mode': u'logical', u'security': None, u'data_dir': u'./dumped_data', u'export_threads': 4, u'import_threads': 16}, u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'replace', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'task1_target_table', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'task1_target_table', u'schema': u'openapi'}}], u'task_mode': u'all', u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'status_list': [{u'source_name': u'mysql-02', u'name': u'test-1', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 18376, u'dump_io_total_bytes': 4061, u'total_events': 0, u'master_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-15', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3395)', u'syncer_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-15', u'synced': True, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3395)'}, u'worker_name': u'worker2', u'unit': u'Sync', u'stage': u'Running'}, {u'source_name': u'mysql-01', u'name': u'test-1', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 18376, u'dump_io_total_bytes': 3964, u'total_events': 0, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-19', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3891)', u'syncer_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-19', u'synced': True, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3891)'}, u'worker_name': u'worker1', u'unit': u'Sync', u'stage': u'Running'}], u'name': u'test-1'}]}) ('create_noshard_task_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'task2_target_table', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'task2_target_table', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'all', u'name': u'test-2'}}) dmctl test cmd: "query-status test-2" with max 10 retries VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. 1 dm-master alive got=2 expected=2 got=1 expected=1 got=0 expected=1 command: list-member -w -n worker1 "source": "mysql-replica-01" count: 0 != expected: 1, failed the 1-th time, will retry again wait process dm-worker1 exit... 1 dm-worker alive 0 dm-syncer alive check diff successfully dmctl test cmd: "query-status test-2" with max 10 retries got=2 expected=2 wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:01 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff successfully ('get_task_list_with_status resp=', {u'total': 2, u'data': [{u'strict_optimistic_shard_mode': False, u'source_config': {u'incr_migrate_conf': {u'repl_batch': 100, u'repl_threads': 16}, u'full_migrate_conf': {u'import_mode': u'logical', u'security': None, u'data_dir': u'./dumped_data', u'export_threads': 4, u'import_threads': 16}, u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'replace', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'task1_target_table', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'task1_target_table', u'schema': u'openapi'}}], u'task_mode': u'all', u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'status_list': [{u'source_name': u'mysql-01', u'name': u'test-1', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 18376, u'dump_io_total_bytes': 3964, u'total_events': 0, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-19', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3891)', u'syncer_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-19', u'synced': True, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3891)'}, u'worker_name': u'worker1', u'unit': u'Sync', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'test-1', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 18376, u'dump_io_total_bytes': 4061, u'total_events': 0, u'master_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-15', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3395)', u'syncer_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-15', u'synced': True, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3395)'}, u'worker_name': u'worker2', u'unit': u'Sync', u'stage': u'Running'}], u'name': u'test-1'}, {u'strict_optimistic_shard_mode': False, u'source_config': {u'incr_migrate_conf': {u'repl_batch': 100, u'repl_threads': 16}, u'full_migrate_conf': {u'import_mode': u'logical', u'security': None, u'data_dir': u'./dumped_data', u'export_threads': 4, u'import_threads': 16}, u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'replace', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'task2_target_table', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'task2_target_table', u'schema': u'openapi'}}], u'task_mode': u'all', u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'status_list': [{u'source_name': u'mysql-01', u'name': u'test-2', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 18376, u'dump_io_total_bytes': 4030, u'total_events': 0, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-19', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3891)', u'syncer_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-19', u'synced': True, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3891)'}, u'worker_name': u'worker1', u'unit': u'Sync', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'test-2', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 18376, u'dump_io_total_bytes': 4127, u'total_events': 0, u'master_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-15', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3395)', u'syncer_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-15', u'synced': True, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 3395)'}, u'worker_name': u'worker2', u'unit': u'Sync', u'stage': u'Running'}], u'name': u'test-2'}]}) delete_source_with_force_success delete_source_with_force_success check diff successfully ('list_source_success resp=', {u'total': 0, u'data': []}) ('get_task_list resp=', {u'total': 0, u'data': []}) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: MULTI TASK SUCCESS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: NO SHARD TASK mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:01 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/adjust_gtid/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker1 exit... process dm-worker1 already exit check diff successfully dmctl test cmd: "stop-task test" ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) ('list_source_success resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}]}) ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker1', u'source_name': u'mysql-01'}]}) wait process dm-master.test exit... [Fri Apr 4 15:40:02 CST 2025] <<<<<< finish DM-ADD_DROP_COLUMNS optimistic >>>>>> [Fri Apr 4 15:40:02 CST 2025] <<<<<< start DM-COLUMN_INDEX pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/double-source-pessimistic.yaml --remove-meta" ('create_source2_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3307}) ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}]}) ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker2', u'source_name': u'mysql-02'}]}) ('create_noshard_task_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'all', u'name': u'test-no-shard'}}) dmctl test cmd: "query-status test-no-shard" with max 10 retries wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:02 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff successfully [Fri Apr 4 15:40:02 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/duplicate_event/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=2 expected=2 dmctl test cmd: "query-status test-no-shard" with max 10 retries got=1 expected=1 got=0 expected=1 command: list-member -w -n worker1 "source": "mysql-replica-01" count: 0 != expected: 1, failed the 2-th time, will retry again wait process tidb-server exit... process tidb-server already exit [Fri Apr 4 15:40:02 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=2 expected=2 check diff successfully check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:40:02 CST 2025] <<<<<< finish DM-113 optimistic >>>>>> wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:40:02 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/adjust_gtid/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time ('get_task_status_failed resp=', {u'error_code': 46018, u'error_msg': u'[code=46018:class=scheduler:scope=internal:level=medium], Message: task with name not a task name not exist, Workaround: Please use `query-status` command to see tasks.'}) ('get_task_status_success resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-02', u'name': u'test-no-shard', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 20361, u'dump_io_total_bytes': 4043, u'total_events': 5, u'master_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-19', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 4279)', u'syncer_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-18', u'synced': False, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 4005)'}, u'worker_name': u'worker2', u'unit': u'Sync', u'stage': u'Running'}, {u'source_name': u'mysql-01', u'name': u'test-no-shard', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 20361, u'dump_io_total_bytes': 3946, u'total_events': 5, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-23', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 4679)', u'syncer_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-22', u'synced': False, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 4425)'}, u'worker_name': u'worker1', u'unit': u'Sync', u'stage': u'Running'}]}) ('check_sync_task_status_success resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-02', u'name': u'test-no-shard', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 20361, u'dump_io_total_bytes': 4043, u'total_events': 5, u'master_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-19', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 4279)', u'syncer_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-18', u'synced': False, u'total_tps': 5, u'recent_tps': 5, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 4005)'}, u'worker_name': u'worker2', u'unit': u'Sync', u'stage': u'Running'}, {u'source_name': u'mysql-01', u'name': u'test-no-shard', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 20361, u'dump_io_total_bytes': 3946, u'total_events': 5, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-23', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 4679)', u'syncer_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-22', u'synced': False, u'total_tps': 5, u'recent_tps': 5, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 4425)'}, u'worker_name': u'worker1', u'unit': u'Sync', u'stage': u'Running'}]}) rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/duplicate_event/source2.yaml" wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" delete_source_with_force_success ('get_task_status_success resp=', {u'total': 1, u'data': [{u'source_name': u'mysql-02', u'name': u'test-no-shard', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 20361, u'dump_io_total_bytes': 4043, u'total_events': 5, u'master_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-19', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 4279)', u'syncer_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-18', u'synced': False, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 4005)'}, u'worker_name': u'worker2', u'unit': u'Sync', u'stage': u'Running'}]}) dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 [Fri Apr 4 15:40:03 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time ('get_task_list resp=', {u'total': 1, u'data': [{u'strict_optimistic_shard_mode': False, u'source_config': {u'incr_migrate_conf': {u'repl_batch': 100, u'repl_threads': 16}, u'full_migrate_conf': {u'import_mode': u'logical', u'security': None, u'data_dir': u'./dumped_data', u'export_threads': 4, u'import_threads': 16}, u'source_conf': [{u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'replace', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'all', u'name': u'test-no-shard'}]}) ('get_task_schema_success schema resp=', [u'openapi']) ('get_task_schema_success table resp=', [u't2']) ('get_task_schema_success create table resp=', {u'table_name': u't2', u'schema_create_sql': u'CREATE TABLE `t2` ( `i` tinyint(4) DEFAULT NULL, `j` int(11) DEFAULT NULL, UNIQUE KEY `j` (`j`)) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin', u'schema_name': u'openapi'}) ('get_task_schema_success table resp=', [u't2']) rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries [Fri Apr 4 15:40:03 CST 2025] <<<<<< start DM-114 pessimistic >>>>>> ('delete_task_failed resp=', {u'error_code': 49001, u'error_msg': u'[code=49001:class=openapi:scope=internal:level=high], Message: task test-no-shard have running subtasks, please stop them or delete task with force.'}) rpc addr 127.0.0.1:8263 is alive check diff successfully got=1 expected=1 got=1 expected=1 Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) check diff failed 1-th time, retry later dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-pessimistic.yaml --remove-meta" delete_task_success ('get_task_list resp=', {u'total': 0, u'data': []}) 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-worker.test exit... delete_source_success ('list_source_success resp=', {u'total': 0, u'data': []}) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: NO SHARD TASK SUCCESS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: dump & load TASK mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/duplicate_event/conf/dm-task-relay.yaml --remove-meta" ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) ('list_source_success resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}]}) ('create_source2_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3307}) ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}]}) ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker1', u'source_name': u'mysql-01'}]}) ('create_task_failed resp=', {u'error': u'error in openapi3filter.RequestError: request body has an error: doesn\'t match the schema: Error at "/task/shard_mode": value is not one of the allowed values'}) rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone-no-validator.yaml --remove-meta" wait process dm-master.test exit... ('create_dump_task_without_table_filter_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'incr_migrate_conf': {u'repl_batch': 100, u'repl_threads': 16}, u'full_migrate_conf': {u'security': None, u'import_threads': 16, u'data_dir': u'./exported_data_1', u'export_threads': 4, u'consistency': u'auto'}, u'source_conf': [{u'source_name': u'mysql-01'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'dump', u'name': u'test-dump-1'}}) dmctl test cmd: "query-status test-dump-1" with max 10 retries wait process dm-master.test exit... wait process dm-worker.test exit... got=1 expected=1 got=0 expected=1 command: list-member -w -n worker1 "source": "mysql-replica-01" count: 0 != expected: 1, failed the 3-th time, will retry again dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 dmctl test cmd: "query-status test-dump-1" with max 100 retries got=0 expected=1 command: query-status test-dump-1 "stage": "Finished" count: 0 != expected: 1, failed the 0-th time, will retry again check diff failed 1-th time, retry later VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'test'@'%' >>>>>>>>>>>>>>>>>>>>>>>>>>test test_cant_dail_downstream passed 1 dm-master alive check diff successfully dmctl test cmd: "start-relay -s mysql-replica-02 worker2" with max 10 retries dmctl test cmd: "config source mysql-replica-01" with max 10 retries wait process dm-master.test exit... process dm-master.test already exit 1 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-worker.test exit... got=1 expected=1 got=1 expected=1 check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:40:06 CST 2025] <<<<<< finish DM-COLUMN_INDEX pessimistic >>>>>> [Fri Apr 4 15:40:06 CST 2025] <<<<<< start DM-COLUMN_INDEX optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:06 CST 2025] <<<<<< test case many_tables success! >>>>>> start running case: [online_ddl] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/online_ddl/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/online_ddl/run.sh... Verbose mode = false got=1 expected=1 got=0 expected=1 command: list-member -w -n worker1 "source": "mysql-replica-01" count: 0 != expected: 1, failed the 4-th time, will retry again got=2 expected=2 dmctl test cmd: "query-status -s mysql-replica-02" with max 10 retries got=1 expected=1 mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully binlog_pos: 2356 relay_log_size: 2356 ============== run_with_prepared_source_config success =================== 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries check diff successfully dmctl test cmd: "stop-task test" got=1 expected=1 check diff successfully dmctl test cmd: "validation status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... process dm-master.test already exit got=1 expected=1 ('create_dump_task_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'incr_migrate_conf': {u'repl_batch': 100, u'repl_threads': 16}, u'full_migrate_conf': {u'security': None, u'import_threads': 16, u'data_dir': u'./exported_data', u'export_threads': 4, u'consistency': u'auto'}, u'source_conf': [{u'source_name': u'mysql-01'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u't', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'dump', u'name': u'test-dump-2'}}) dmctl test cmd: "query-status test-dump-2" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test-dump-2" with max 100 retries got=1 expected=1 dmctl test cmd: "validation start test" dmctl test cmd: "validation status test" with max 10 retries [Fri Apr 4 15:40:07 CST 2025] <<<<<< finish DM-114 pessimistic >>>>>> [Fri Apr 4 15:40:07 CST 2025] <<<<<< start DM-114 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... got=0 expected=1 command: query-status test-dump-2 "stage": "Finished" count: 0 != expected: 1, failed the 0-th time, will retry again got=1 expected=1 wait process dm-worker.test exit... wait process dm-master.test exit... check diff failed 1-th time, retry later 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:08 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/online_ddl/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:09 CST 2025] <<<<<< test case adjust_gtid success! >>>>>> start running case: [async_checkpoint_flush] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/async_checkpoint_flush/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/async_checkpoint_flush/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:09 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/async_checkpoint_flush/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... process dm-master.test already exit got=1 expected=1 got=1 expected=1 dmctl test cmd: "list-member -w -n worker2" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status" with max 10 retries got=3 expected=3 got=1 expected=1 [Fri Apr 4 15:40:09 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_load_task/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time check diff successfully dmctl test cmd: "stop-task test" wait for rpc addr 127.0.0.1:8261 alive the 2-th time [Fri Apr 4 15:40:09 CST 2025] <<<<<< finish DM-114 optimistic >>>>>> dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 2\/1\/1" count: 0 != expected: 1, failed the 0-th time, will retry again wait process dm-worker.test exit... wait process dm-master.test exit... wait process dm-worker.test exit... rpc addr 127.0.0.1:8264 is alive dmctl test cmd: "list-member -w -n worker2" with max 10 retries rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:10 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/async_checkpoint_flush/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=1 expected=1 ('check_dump_task_finished_status_success resp=', {u'total': 1, u'data': [{u'source_name': u'mysql-01', u'name': u'test-dump-2', u'unresolved_ddl_lock_id': u'', u'worker_name': u'worker1', u'dump_status': {u'completed_tables': 2, u'finished_rows': 4, u'finished_bytes': 228, u'bps': 3000, u'estimate_total_rows': 4, u'progress': u'100.00 %', u'total_tables': 2}, u'unit': u'Dump', u'stage': u'Finished'}]}) ('create_load_task_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'full_migrate_conf': {u'security': None, u'import_threads': 16, u'data_dir': u'./exported_data', u'export_threads': 4, u'consistency': u'auto'}, u'source_conf': [{u'source_name': u'mysql-01'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'load', u'name': u'test-load'}}) dmctl test cmd: "query-status test-load" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test-load" with max 100 retries rpc addr 127.0.0.1:8261 is alive got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status" with max 10 retries got=3 expected=4 command: query-status "taskStatus": "Running" count: 3 != expected: 4, failed the 0-th time, will retry again [Fri Apr 4 15:40:10 CST 2025] <<<<<< start DM-115 optimistic >>>>>> check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:40:10 CST 2025] <<<<<< finish DM-COLUMN_INDEX optimistic >>>>>> got=0 expected=1 command: query-status test-load "stage": "Finished" count: 0 != expected: 1, failed the 0-th time, will retry again dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:10 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... [Fri Apr 4 15:40:11 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/online_ddl/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/async_checkpoint_flush/source1.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/async_checkpoint_flush/conf/dm-task.yaml " got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:12 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/new_relay/conf/dm-worker1.toml >>>>>> wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:12 CST 2025] <<<<<< test case duplicate_event success! >>>>>> start running case: [expression_filter] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/expression_filter/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/expression_filter/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit wait process dm-worker exit... wait for rpc addr 127.0.0.1:8262 alive the 1-th time process dm-syncer.test already exit [Fri Apr 4 15:40:12 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/expression_filter/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check log contain failed 1-th time, retry later wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/online_ddl/source1.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "check-task /tmp/dm_test/online_ddl/check-task.yaml" check diff successfully PID of insert_data is 43359 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker exit... process dm-worker already exit [Fri Apr 4 15:40:12 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:40:12 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "check-task /tmp/dm_test/online_ddl/check-task.yaml" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/new_relay/source1.yaml" got=3 expected=4 command: query-status "taskStatus": "Running" count: 3 != expected: 4, failed the 1-th time, will retry again mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:13 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/expression_filter/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=1 expected=1 check diff successfully delete_source_with_force_success delete_source_with_force_success ('list_source_success resp=', {u'total': 0, u'data': []}) ('get_task_list resp=', {u'total': 0, u'data': []}) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: dump & load TASK >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: TASK TEMPLATES dmctl test cmd: "start-relay -s mysql-replica-01 worker1" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:13 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/online_ddl/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) ('create_source2_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3307}) ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}]}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. ('create_task_template_failed resp=', {u'error': u'error in openapi3filter.RequestError: request body has an error: doesn\'t match the schema: Error at "/shard_mode": value is not one of the allowed values'}) ('create_task_template_success resp=', {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'shard_mode': u'pessimistic', u'task_mode': u'all', u'name': u'test-1'}) ('list_task_template resp=', {u'total': 1, u'data': [{u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'shard_mode': u'pessimistic', u'task_mode': u'all', u'name': u'test-1'}]}) rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive [Fri Apr 4 15:40:14 CST 2025] <<<<<< start DM-DML_EXECUTE_ERROR >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/single-source-no-sharding.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. ('get_task_template resp=', {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'shard_mode': u'pessimistic', u'task_mode': u'all', u'name': u'test-1'}) ('update_task_template_success resp=', {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'shard_mode': u'pessimistic', u'task_mode': u'full', u'name': u'test-1'}) delete_task_template mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... got=1 expected=1 got=1 expected=1 got=1 expected=1 check diff successfully --> start validator from time < min mysql binlog pos(gtid=false) ('list_task_template resp=', {u'total': 0, u'data': []}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/expression_filter/conf/source1.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/expression_filter/conf/dm-task2.yaml" ('create_noshard_task_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'all', u'name': u'test-1'}}) dmctl test cmd: "query-status test-1" with max 10 retries got=2 expected=2 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=2 expected=2 dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries got=2 expected=2 got=1 expected=1 mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status -s mysql-replica-01" with max 10 retries got=0 expected=1 command: query-status -s mysql-replica-01 "relayCatchUpMaster": true count: 0 != expected: 1, failed the 0-th time, will retry again check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:40:15 CST 2025] <<<<<< finish DM-115 optimistic >>>>>> dmctl test cmd: "query-status test-1" with max 10 retries got=2 expected=2 ('import_task_template resp=', {u'success_task_list': [u'test-1'], u'failed_task_list': []}) rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/online_ddl/source2.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=3 expected=4 command: query-status "taskStatus": "Running" count: 3 != expected: 4, failed the 2-th time, will retry again wait process dm-master.test exit... ('list_task_template resp=', {u'total': 1, u'data': [{u'strict_optimistic_shard_mode': False, u'source_config': {u'incr_migrate_conf': {u'repl_batch': 100, u'repl_threads': 16}, u'full_migrate_conf': {u'import_mode': u'logical', u'security': None, u'data_dir': u'./dumped_data', u'export_threads': 4, u'import_threads': 16}, u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'replace', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'all', u'name': u'test-1'}]}) dmctl test cmd: "config task test-1 --path /tmp/dm_test/openapi/get_task_from_task.yaml" dmctl test cmd: "config task-template test-1 --path /tmp/dm_test/openapi/get_task_from_task_template.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check log contain failed 1-th time, retry later delete_source_with_force_success mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. delete_source_with_force_success ('list_source_success resp=', {u'total': 0, u'data': []}) ('get_task_list resp=', {u'total': 0, u'data': []}) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: TASK TEMPLATES >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: NO SHARD TASK DUMP STATUS mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "stop-task test" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... wait process dm-master.test exit... [Fri Apr 4 15:40:16 CST 2025] <<<<<< start DM-116 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/expression_filter/conf/dm-task2.yaml " mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /tmp/dm_test/online_ddl/dm-task.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 >>>>>>>>>>>>>>>>>>>>>>>>>>test test_kill_dump_connection passed 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=2 expected=2 wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=3 expected=4 command: query-status "taskStatus": "Running" count: 3 != expected: 4, failed the 3-th time, will retry again wait process dm-master.test exit... process dm-master.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=0 expected=1 command: query-status test "synced": true count: 0 != expected: 1, failed the 0-th time, will retry again check diff failed 1-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "stop-task test" [Fri Apr 4 15:40:17 CST 2025] <<<<<< finish DM-DML_EXECUTE_ERROR >>>>>> wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:40:17 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... use sync_diff_inspector to check full dump data check diff successfully alter: add column c int comment '1 2 3๐Ÿ˜Š4'; 1.1.0 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. 2025-04-04 15:40:18 ERROR parsing time "" as "2006-01-02T15:04:05.999999999Z07:00": cannot parse "" as "2006" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:40:18 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker exit... wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... got=3 expected=4 command: query-status "taskStatus": "Running" count: 3 != expected: 4, failed the 4-th time, will retry again mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker exit... process dm-worker already exit [Fri Apr 4 15:40:19 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:40:20 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=2 expected=2 got=1 expected=1 dmctl test cmd: "stop-task test" ls: cannot access '/tmp/dm_test/expression_filter/worker1/schema-tracker*': No such file or directory schema tracker path has been cleaned 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:40:20 CST 2025] <<<<<< finish DM-116 pessimistic >>>>>> [Fri Apr 4 15:40:20 CST 2025] <<<<<< start DM-116 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) ('list_source_success resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}]}) ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker1', u'source_name': u'mysql-01'}]}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:20 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time ('create_source2_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3307}) ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}]}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker2', u'source_name': u'mysql-02'}]}) ('create_noshard_task_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'all', u'name': u'test-no-shard-dump-status'}}) dmctl test cmd: "query-status test-no-shard-dump-status" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive [Fri Apr 4 15:40:21 CST 2025] <<<<<< start DM-KEY_NOT_FOUND >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/double-source-optimistic.yaml --remove-meta" got=2 expected=2 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... dmctl test cmd: "query-status test-no-shard-dump-status" with max 10 retries got=2 expected=2 got=2 expected=2 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 ('check_noshard_task_dump_status_success resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'test-no-shard-dump-status', u'unresolved_ddl_lock_id': u'', u'worker_name': u'worker1', u'dump_status': {u'completed_tables': 0, u'finished_rows': 0, u'finished_bytes': 0, u'bps': 0, u'estimate_total_rows': 0, u'progress': u'', u'total_tables': 0}, u'unit': u'Dump', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'test-no-shard-dump-status', u'unresolved_ddl_lock_id': u'', u'worker_name': u'worker2', u'dump_status': {u'completed_tables': 0, u'finished_rows': 0, u'finished_bytes': 0, u'bps': 0, u'estimate_total_rows': 0, u'progress': u'', u'total_tables': 0}, u'unit': u'Dump', u'stage': u'Running'}]}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:21 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff failed 1-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=3 expected=4 command: query-status "taskStatus": "Running" count: 3 != expected: 4, failed the 5-th time, will retry again 2025-04-04 15:40:21 ERROR Error 1146: Table 'online_ddl._gho_t1_ghc' doesn't exist 2025-04-04 15:40:21 ERROR Error 1146: Table 'online_ddl._gho_t1_ghc' doesn't exist alter: add column c int comment '1 2 3๐Ÿ˜Š4'; 1.1.0 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:22 CST 2025] <<<<<< test case new_relay success! >>>>>> start running case: [all_mode] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:22 CST 2025] <<<<<< start test_expression_filter >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:22 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=2 expected=2 check diff successfully check diff successfully dmctl test cmd: "stop-task test" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:23 CST 2025] <<<<<< finish DM-KEY_NOT_FOUND >>>>>> rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:23 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. ('get_task_status_success_but_worker_meet_error resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'test-no-shard-dump-status', u'worker_name': u'', u'error_msg': u'[code=38029:class=dm-master:scope=internal:level=high], Message: mysql-01 relevant worker-client not found, Workaround: Please use list-member command to see if the some workers are offline.', u'unit': u'', u'stage': u''}, {u'source_name': u'mysql-02', u'name': u'test-no-shard-dump-status', u'worker_name': u'', u'error_msg': u'[code=38029:class=dm-master:scope=internal:level=high], Message: mysql-02 relevant worker-client not found, Workaround: Please use list-member command to see if the some workers are offline.', u'unit': u'', u'stage': u''}]}) kill: not enough arguments process dm-worker.test already exit [Fri Apr 4 15:40:23 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=3 expected=4 command: query-status "taskStatus": "Running" count: 3 != expected: 4, failed the 6-th time, will retry again mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. 2025-04-04 15:40:23 ERROR Error 1146: Table 'online_ddl._gho_t2_ghc' doesn't exist alter: add column c int comment '1 2 3๐Ÿ˜Š4'; 1.1.0 [Fri Apr 4 15:40:23 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:40:24 CST 2025] <<<<<< finish DM-116 optimistic >>>>>> wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:40:24 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker2.toml >>>>>> rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:40:24 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone-no-validator.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker exit... process dm-worker already exit [Fri Apr 4 15:40:25 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:40:25 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/dm-worker2.toml >>>>>> wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:25 CST 2025] <<<<<< start DM-117 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:40:25 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/expression_filter/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source1.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=4 expected=4 mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8263 is alive ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}]}) dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source2.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully check diff successfully delete_source_with_force_success delete_source_with_force_success wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully check diff successfully 1 dm-master alive 3 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive [Fri Apr 4 15:40:26 CST 2025] <<<<<< start DM-001 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/single-source-no-sharding.yaml --remove-meta" dmctl test cmd: "config source mysql-replica-01" with max 10 retries got=1 expected=1 got=1 expected=1 ('list_source_success resp=', {u'total': 0, u'data': []}) ('get_task_list resp=', {u'total': 0, u'data': []}) rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:26 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/expression_filter/conf/dm-worker1.toml >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column c int comment '1 2 3๐Ÿ˜Š4'; 1.1.0 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: NO SHARD TASK DUMP STATUS SUCCESS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: COMPLEX OPERATION ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) ('list_source_success resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}]}) wait for rpc addr 127.0.0.1:8262 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "binlog-schema update test shardddl1 tb1 /tmp/dm_test/shardddl3_1/schema.sql -s mysql-replica-01" ('create_source2_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3307}) ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}]}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 got=1 expected=1 ('create_noshard_task_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'all', u'name': u'test-complex'}}) dmctl test cmd: "query-status test-complex" with max 10 retries dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-task-expression-filter.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully dmctl test cmd: "stop-task test" got=2 expected=2 ('get_task_list resp=', {u'total': 1, u'data': [{u'strict_optimistic_shard_mode': False, u'source_config': {u'incr_migrate_conf': {u'repl_batch': 100, u'repl_threads': 16}, u'full_migrate_conf': {u'import_mode': u'logical', u'security': None, u'data_dir': u'./dumped_data', u'export_threads': 4, u'import_threads': 16}, u'source_conf': [{u'source_name': u'mysql-02'}, {u'source_name': u'mysql-01'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'replace', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'all', u'name': u'test-complex'}]}) dmctl test cmd: "query-status test-complex" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/expression_filter/conf/source1.yaml" wait process dm-master.test exit... wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=2 expected=2 check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 dmctl test cmd: "stop-task test" ('get_task_status_success resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'test-complex', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 20328, u'dump_io_total_bytes': 3946, u'total_events': 5, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-39', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 7833)', u'syncer_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-38', u'synced': False, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 7579)'}, u'worker_name': u'worker1', u'unit': u'Sync', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'test-complex', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 20328, u'dump_io_total_bytes': 4043, u'total_events': 5, u'master_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-31', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 6835)', u'syncer_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-30', u'synced': False, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 6561)'}, u'worker_name': u'worker2', u'unit': u'Sync', u'stage': u'Running'}]}) ('check_sync_task_status_success resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'test-complex', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 20328, u'dump_io_total_bytes': 3946, u'total_events': 5, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-39', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 7833)', u'syncer_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-38', u'synced': False, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 7579)'}, u'worker_name': u'worker1', u'unit': u'Sync', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'test-complex', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 20328, u'dump_io_total_bytes': 4043, u'total_events': 5, u'master_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-31', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 6835)', u'syncer_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-30', u'synced': False, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 6561)'}, u'worker_name': u'worker2', u'unit': u'Sync', u'stage': u'Running'}]}) [Fri Apr 4 15:40:27 CST 2025] <<<<<< finish DM-117 optimistic >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully check diff failed 1-th time, retry later [Fri Apr 4 15:40:28 CST 2025] <<<<<< finish DM-001 >>>>>> alter: add column c int comment '1 2 3๐Ÿ˜Š4'; pt-online-schema-change 3.0.12 check diff successfully delete_source_with_force_success wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... process dm-master.test already exit delete_source_with_force_success ('list_source_success resp=', {u'total': 0, u'data': []}) ('get_task_list resp=', {u'total': 0, u'data': []}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:28 CST 2025] <<<<<< start DM-118 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-pessimistic.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/expression_filter/conf/dm-task.yaml " >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: COMPLEX OPERATION SUCCESS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: TEST TASK WITH IGNORE CHECK ITEMS ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. ('list_source_success resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}]}) ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker1', u'source_name': u'mysql-01'}]}) ('create_source2_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3307}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:29 CST 2025] <<<<<< start DM-002 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/single-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... wait process dm-worker.test exit... ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}]}) ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker2', u'source_name': u'mysql-02'}]}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. ('create_task_with_precheck resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'name': u'test-no-ignore-no-error', u'table_migrate_rule': [{u'source': {u'table': u't*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u't', u'schema': u'openapi'}}, {u'source': {u'table': u't*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u't', u'schema': u'openapi'}}], u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'ignore_checking_items': [u'version', u''], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm_meta', u'shard_mode': u'pessimistic', u'task_mode': u'all', u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}}}) dmctl test cmd: "query-status test-no-ignore-no-error" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=2 expected=2 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation start --start-time '2023-01-01 00:00:00' test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 delete_task_success ('get_task_list resp=', {u'total': 0, u'data': []}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... wait process dm-worker.test exit... check diff failed 1-th time, retry later ('create_task_with_precheck resp=', {u'check_result': u'fail to check synchronization configuration with type: no errors but some warnings\n detail: {\n\t\t"results": [\n\t\t\t{\n\t\t\t\t"id": 21,\n\t\t\t\t"name": "sharding table `openapi`.`t` consistency checking",\n\t\t\t\t"desc": "check consistency of sharding table structures",\n\t\t\t\t"state": "warn",\n\t\t\t\t"errors": [\n\t\t\t\t\t{\n\t\t\t\t\t\t"severity": "fail",\n\t\t\t\t\t\t"short_error": "sourceID mysql-01 table {openapi t} of sharding `openapi`.`t` have auto-increment key, please make sure them don\'t conflict in target table!"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t"severity": "fail",\n\t\t\t\t\t\t"short_error": "sourceID mysql-02 table {openapi t} of sharding `openapi`.`t` have auto-increment key, please make sure them don\'t conflict in target table!"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t"instruction": "If happen conflict, please handle it by yourself. You can refer to https://docs.pingcap.com/tidb-data-migration/stable/shard-merge-best-practices/#handle-conflicts-between-primary-keys-or-unique-indexes-across-multiple-sharded-tables",\n\t\t\t\t"extra": "auto-increment key checking"\n\t\t\t}\n\t\t],\n\t\t"summary": {\n\t\t\t"passed": true,\n\t\t\t"total": 22,\n\t\t\t"successful": 21,\n\t\t\t"failed": 0,\n\t\t\t"warning": 1\n\t\t}\n\t}', u'task': {u'name': u'test-no-ignore-has-warn', u'table_migrate_rule': [{u'source': {u'table': u't*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u't', u'schema': u'openapi'}}, {u'source': {u'table': u't*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u't', u'schema': u'openapi'}}], u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'ignore_checking_items': [u'version', u''], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm_meta', u'shard_mode': u'pessimistic', u'task_mode': u'all', u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}}}) dmctl test cmd: "query-status test-no-ignore-has-warn" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "stop-task test" got=2 expected=2 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff failed 2-th time, retry later delete_task_success ('get_task_list resp=', {u'total': 0, u'data': []}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:31 CST 2025] <<<<<< finish DM-002 >>>>>> wait process dm-master.test exit... ('create_task_with_precheck resp=', {u'error_code': 26005, u'error_msg': u'[code=26005:class=dm-master:scope=internal:level=medium], Message: fail to check synchronization configuration with type: check was failed, please see detail\n detail: {\n\t\t"results": [\n\t\t\t{\n\t\t\t\t"id": 21,\n\t\t\t\t"name": "sharding table `openapi`.`t` consistency checking",\n\t\t\t\t"desc": "check consistency of sharding table structures",\n\t\t\t\t"state": "fail",\n\t\t\t\t"errors": [\n\t\t\t\t\t{\n\t\t\t\t\t\t"severity": "fail",\n\t\t\t\t\t\t"short_error": "column length mismatch (self: 3 vs other: 2)",\n\t\t\t\t\t\t"self": "sourceID mysql-01 table {openapi t} columns [id i j]",\n\t\t\t\t\t\t"other": "sourceID mysql-02 table `openapi`.`t` columns [i j]"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t"instruction": "please set same table structure for sharding tables",\n\t\t\t\t"extra": "error on sharding `openapi`.`t`"\n\t\t\t}\n\t\t],\n\t\t"summary": {\n\t\t\t"passed": false,\n\t\t\t"total": 22,\n\t\t\t"successful": 21,\n\t\t\t"failed": 1,\n\t\t\t"warning": 0\n\t\t}\n\t}'}) dmctl test cmd: "query-status test-no-ignore-has-error" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:31 CST 2025] <<<<<< test case lightning_load_task success! >>>>>> start running case: [lightning_mode] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_mode/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/lightning_mode/run.sh... Verbose mode = false [Fri Apr 4 15:40:31 CST 2025] <<<<<< test case lightning_mode success! >>>>>> start running case: [metrics] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/metrics/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/metrics/run.sh... Verbose mode = false mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=1 expected=1 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit check dashboard data source check dashboard data source success mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:31 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/metrics/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. ('create_task_with_precheck resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'name': u'test-has-ignore-without-error', u'table_migrate_rule': [{u'source': {u'table': u't*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u't', u'schema': u'openapi'}}, {u'source': {u'table': u't*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u't', u'schema': u'openapi'}}], u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'ignore_checking_items': [u'version', u'schema_of_shard_tables'], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm_meta', u'shard_mode': u'pessimistic', u'task_mode': u'all', u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}}}) dmctl test cmd: "query-status test-has-ignore-without-error" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 check diff successfully --> start validator from time < min mysql binlog pos(gtid=true) got=2 expected=2 delete_task_success mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:32 CST 2025] <<<<<< start DM-003 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/single-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... ('get_task_list resp=', {u'total': 0, u'data': []}) delete_source_with_force_success delete_source_with_force_success mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. ('list_source_success resp=', {u'total': 0, u'data': []}) ('get_task_list resp=', {u'total': 0, u'data': []}) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: TEST TASK WITH IGNORE CHECK ITEMS SUCCESS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: DELETE TASK WITH STOPPED DOWNSTREAM mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) ('create_source2_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3307}) ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}]}) check diff failed 3-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:32 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/metrics/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:40:32 CST 2025] <<<<<< finish DM-118 pessimistic >>>>>> [Fri Apr 4 15:40:32 CST 2025] <<<<<< start DM-118 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl3_1/conf/double-source-optimistic.yaml --remove-meta" ('create_noshard_task_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'all', u'name': u'test-no-shard'}}) dmctl test cmd: "query-status test-no-shard" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=2 expected=2 tidb_server_num tidb-server alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff failed 1-th time, retry later wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:33 CST 2025] <<<<<< test case ha_cases3_1 success! >>>>>> start running case: [ha_master] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start DM worker and master [Fri Apr 4 15:40:33 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master1.toml >>>>>> [Fri Apr 4 15:40:33 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master2.toml >>>>>> [Fri Apr 4 15:40:33 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master3.toml >>>>>> [Fri Apr 4 15:40:33 CST 2025] <<<<<< START DM-MASTER on port 8561, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master4.toml >>>>>> [Fri Apr 4 15:40:33 CST 2025] <<<<<< START DM-MASTER on port 8661, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master5.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column c int comment '1 2 3๐Ÿ˜Š4'; pt-online-schema-change 3.0.12 alter: add column c int comment '1 2 3๐Ÿ˜Š4'; pt-online-schema-change 3.0.12 wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/metrics/source1.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process tidb-server exit... process tidb-server already exit dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. ('delete_task_failed resp=', {u'error_code': 10001, u'error_msg': u'[code=10001:class=database:scope=downstream:level=high], Message: database driver error, RawCause: dial tcp 127.0.0.1:4000: connect: connection refused, Workaround: Please check the database connection and the database config in configuration file.'}) delete_task_success ('get_task_list resp=', {u'total': 0, u'data': []}) Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) check diff successfully dmctl test cmd: "stop-task test" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff failed at last dmctl test cmd: "query-status test" [Fri Apr 4 15:40:34 CST 2025] <<<<<< finish DM-118 optimistic >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8261 is alive rpc addr 127.0.0.1:8361 is alive rpc addr 127.0.0.1:8461 is alive 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... process dm-master.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8561 is alive rpc addr 127.0.0.1:8661 is alive [Fri Apr 4 15:40:34 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/metrics/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. 1 dm-master alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... 2 dm-worker alive 0 dm-syncer alive check diff failed 2-th time, retry later wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/metrics/source2.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column c int comment '1 2 3๐Ÿ˜Š4'; mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... pt-online-schema-change 3.0.12 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:36 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/online_ddl/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled False If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'test'@'%' mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... process dm-master.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /tmp/dm_test/metrics/dm-task.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:37 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff failed 3-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8263 is alive use sync_diff_inspector to check full data check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column age int; 1.1.0 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=3 expected=3 wait for valid metric of dm_syncer_binlog_file{node="syncer",source_id="mysql-replica-01",task="test"} for 1-th time, got value: '1' mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. delete_source_with_force_success delete_source_with_force_success ('list_source_success resp=', {u'total': 0, u'data': []}) ('get_task_list resp=', {u'total': 0, u'data': []}) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: DELETE TASK WITH STOPPED DOWNSTREAM SUCCESS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: START TASK WITH CONDITION mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... wait process dm-worker.test exit... wait process dm-worker.test exit... ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) ('list_source_success resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}]}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:39 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker1', u'source_name': u'mysql-01'}]}) ('create_source2_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3307}) ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}]}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker2', u'source_name': u'mysql-02'}]}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff failed at last check diff successfully dmctl test cmd: "stop-task test" ('create_incremental_task_with_gtid_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm_meta', u'task_mode': u'incremental', u'name': u'incremental_task_no_source_meta'}}) dmctl test cmd: "query-status incremental_task_no_source_meta" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait for valid metric of dm_syncer_binlog_file{node="master",source_id="mysql-replica-01",task="test"} for 1-th time, got value: '1' wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:39 CST 2025] <<<<<< finish test_expression_filter >>>>>> [Fri Apr 4 15:40:39 CST 2025] <<<<<< start test_json_expression >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:39 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:40 CST 2025] <<<<<< finish DM-003 pessimistic >>>>>> kill dm-master1 and kill dm-master2 [Fri Apr 4 15:40:40 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:40 CST 2025] <<<<<< test case expression_filter success! >>>>>> start running case: [extend_column] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/extend_column/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/extend_column/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit running extend_column case with import_mode: sql mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:40 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/extend_column/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time alter: add column age int; 1.1.0 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=2 expected=2 ('start_task_failed resp=', {u'error_code': 20022, u'error_msg': u'[code=20022:class=config:scope=internal:level=medium], Message: mysql-instance(mysql-01) must set meta for task-mode incremental, Workaround: Please check the `meta` config in task configuration file.'}) wait for valid metric of dm_syncer_replication_lag_sum{source_id="mysql-replica-01",task="test",worker="worker1"} for 1-th time, got value: '0' rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:41 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker1.toml >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:40 CST 2025] <<<<<< test case shardddl3_1 success! >>>>>> start running case: [shardddl4] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:41 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time delete_task_success ('get_task_list resp=', {u'total': 0, u'data': []}) wait for rpc addr 127.0.0.1:8262 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:41 CST 2025] <<<<<< start DM-004 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/single-source-optimistic.yaml --remove-meta" wait process dm-master1 exit... ('create_incremental_task_with_gtid_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01', u'binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-64', u'binlog_name': u'dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001', u'binlog_pos': 12704}, {u'source_name': u'mysql-02', u'binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-56', u'binlog_name': u'dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001', u'binlog_pos': 12300}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm_meta', u'task_mode': u'incremental', u'name': u'incremental_task_use_gtid'}}) dmctl test cmd: "query-status incremental_task_use_gtid" with max 10 retries rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:41 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/extend_column/conf/dm-worker1.toml >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait for rpc addr 127.0.0.1:8262 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone-no-validator.yaml --remove-meta" check diff successfully dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status incremental_task_use_gtid" with max 10 retries got=2 expected=2 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=2 expected=2 check ddl lag done! rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:40:42 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time delete_task_success wait process dm-master1 exit... process dm-master1 already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:42 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time ('get_task_list resp=', {u'total': 0, u'data': []}) mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. alter: add key name (name); 1.1.0 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 run tidb sql failed 1-th time, retry later rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:40:42 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/extend_column/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "config source mysql-replica-01" with max 10 retries ('create_incremental_task_with_gtid_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm_meta', u'task_mode': u'incremental', u'name': u'incremental_task_use_start_time'}}) dmctl test cmd: "query-status incremental_task_use_start_time" with max 10 retries got=2 expected=2 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=1 expected=1 got=1 expected=1 wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/async_checkpoint_flush/run.sh: line 29: 43359 Terminated insert_data 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl4/source1.yaml" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source2.yaml" [Fri Apr 4 15:40:43 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master2 exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/extend_column/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/extend_column/source2.yaml" wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:40:44 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/metrics/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master2 exit... process dm-master2 already exit master4 [Fri Apr 4 15:40:44 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-task-expression-filter.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl4/source2.yaml" alter: add key name (name); 1.1.0 check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:40:45 CST 2025] <<<<<< finish DM-004 optimistic >>>>>> wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:40:45 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/metrics/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "start-task /tmp/dm_test/extend_column/dm-task.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /tmp/dm_test/extend_column/dm-task.yaml --remove-meta" [Fri Apr 4 15:40:45 CST 2025] <<<<<< start DM-119 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-pessimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8262 alive the 2-th time [Fri Apr 4 15:40:46 CST 2025] <<<<<< start DM-005 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1/conf/single-source-pessimistic.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. check diff failed 1-th time, retry later wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check log contain failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation start --start-time '2023-01-01 00:00:00' test" wait for rpc addr 127.0.0.1:8262 alive the 3-th time start_task_with_condition success dmctl test cmd: "query-status incremental_task_use_start_time" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column info_json json GENERATED ALWAYS AS (`info`) VIRTUAL; 1.1.0 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 delete_task_success check diff failed 1-th time, retry later check diff successfully dmctl test cmd: "stop-task test" ('get_task_list resp=', {u'total': 0, u'data': []}) wait for rpc addr 127.0.0.1:8262 alive the 4-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column info_json json GENERATED ALWAYS AS (`info`) VIRTUAL; 1.1.0 [Fri Apr 4 15:40:47 CST 2025] <<<<<< finish DM-005 >>>>>> ('create_incremental_task_with_gtid_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm_meta', u'task_mode': u'incremental', u'name': u'incremental_task_use_start_time_after_create'}}) % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed dmctl test cmd: "validation status test" with max 10 retries wait process dm-master.test exit... check diff successfully 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 224 100 224 0 0 3612 0 --:--:-- --:--:-- --:--:-- 3612 { "error_code": 49001, "error_msg": "[code=49001:class=openapi:scope=internal:level=high], Message: [code=40051:class=dm-worker:scope=internal:level=high], Message: current stage is Stopped but not paused, invalid" }dmctl test cmd: "query-status incremental_task_use_start_time_after_create" with max 10 retries got=2 expected=2 got=1 expected=1 got=1 expected=1 got=1 expected=1 check diff successfully --> start validator from time which is in range of mysql binlog(gtid=false) wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:48 CST 2025] <<<<<< test case async_checkpoint_flush success! >>>>>> start running case: [binlog_parse] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/binlog_parse/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/binlog_parse/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:48 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/binlog_parse/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff failed 1-th time, retry later 1 dm-master alive wait process dm-master.test exit... process dm-master.test already exit wait for rpc addr 127.0.0.1:8262 alive the 5-th time 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait for rpc addr 127.0.0.1:8261 alive the 2-th time check diff failed 2-th time, retry later wait for rpc addr 127.0.0.1:8262 alive the 6-th time wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column age int; 1.1.0 wait process dm-worker.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:50 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/binlog_parse/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait for rpc addr 127.0.0.1:8262 alive the 7-th time wait process dm-master.test exit... process dm-master.test already exit check diff failed 2-th time, retry later wait process dm-worker.test exit... wait process dm-worker.test exit... wait process dm-master.test exit... process dm-master.test already exit check diff failed 3-th time, retry later rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:40:51 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-worker2.toml >>>>>> rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/binlog_parse/source1.yaml" prepare data mysql: [Warning] Using a password on the command line interface can be insecure. start task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/binlog_parse/conf/dm-task.yaml --remove-meta" wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit running extend_column case with import_mode: loader mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:52 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/extend_column/conf/dm-master.toml >>>>>> wait process dm-worker.test exit... wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column age int; 1.1.0 start_task_with_condition success dmctl test cmd: "query-status incremental_task_use_start_time_after_create" with max 10 retries wait process dm-worker.test exit... wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=2 expected=2 delete_task_success ('get_task_list resp=', {u'total': 0, u'data': []}) check diff successfully check dml/skip lag done! wait for rpc addr 127.0.0.1:8263 alive the 2-th time ('create_incremental_task_with_gtid_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01', u'binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-76', u'binlog_name': u'dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001', u'binlog_pos': 14940}, {u'source_name': u'mysql-02', u'binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-68', u'binlog_name': u'dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001', u'binlog_pos': 14836}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm_meta', u'task_mode': u'incremental', u'name': u'incremental_task_both_gtid_start_time'}}) dmctl test cmd: "query-status incremental_task_both_gtid_start_time" with max 10 retries wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:53 CST 2025] <<<<<< finish test_json_expression >>>>>> [Fri Apr 4 15:40:53 CST 2025] <<<<<< start test_fail_job_between_event >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. check full phase check diff successfully dmctl test cmd: "validation start test" prepare incremental data mysql: [Warning] Using a password on the command line interface can be insecure. check incremental phase wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:53 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/extend_column/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:53 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff successfully dmctl test cmd: "start-relay -s mysql-replica-01 worker1" with max 10 retries got=2 expected=2 check diff failed 4-th time, retry later wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:53 CST 2025] <<<<<< test case shardddl1 success! >>>>>> start running case: [shardddl1_1] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:54 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... wait for rpc addr 127.0.0.1:8263 alive the 3-th time rpc addr 127.0.0.1:8261 is alive got=2 expected=2 [Fri Apr 4 15:40:54 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:40:54 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait for dm to sync use sync_diff_inspector to check data now! check diff successfully [Fri Apr 4 15:40:54 CST 2025] <<<<<< finish test_kill_worker_in_sync >>>>>> 3 dm-master alive 2 dm-worker alive 0 dm-syncer alive got=1 expected=1 got=1 expected=1 prepare incremental data 2 mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "validation start test" check incremental phase 2 check diff successfully 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:40:54 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/extend_column/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. alter: add key name (name); 1.1.0 wait process dm-worker.test exit... wait for rpc addr 127.0.0.1:8263 alive the 4-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:55 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source1.yaml" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:40:55 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/extend_column/source1.yaml" [Fri Apr 4 15:40:55 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "operate-source create /tmp/dm_test/extend_column/source2.yaml" wait process dm-worker.test exit... wait process dm-master.test exit... check diff failed 5-th time, retry later wait for rpc addr 127.0.0.1:8263 alive the 5-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl1_1/source1.yaml" wait process dm-master.test exit... [Fri Apr 4 15:40:56 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time alter: add key name (name); 1.1.0 rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" [Fri Apr 4 15:40:56 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit wait for rpc addr 127.0.0.1:8263 alive the 6-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source2.yaml" dmctl test cmd: "start-task /tmp/dm_test/extend_column/dm-task.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /tmp/dm_test/extend_column/dm-task.yaml --remove-meta" wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:40:57 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/metrics/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... start_task_with_condition success wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl1_1/source2.yaml" alter: add column info_json json GENERATED ALWAYS AS (`info`) VIRTUAL; 1.1.0 check diff failed 6-th time, retry later dmctl test cmd: "query-status incremental_task_both_gtid_start_time" with max 10 retries got=2 expected=2 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-task.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone-no-validator.yaml --remove-meta" delete_task_success ('get_task_list resp=', {u'total': 0, u'data': []}) rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:40:58 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/metrics/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait for rpc addr 127.0.0.1:8263 alive the 7-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:40:58 CST 2025] <<<<<< start DM-SAME_DDL_TWICE pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "config source mysql-replica-01" with max 10 retries rpc addr 127.0.0.1:8263 is alive start dm-master1 and dm-master2 again [Fri Apr 4 15:40:59 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master1.toml >>>>>> [Fri Apr 4 15:40:59 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master2.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check log contain failed 1-th time, retry later got=1 expected=1 got=1 expected=1 rpc addr 127.0.0.1:8263 is alive check diff successfully dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check zero job done! wait process dm-worker.test exit... wait process dm-master.test exit... check diff failed 7-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column info_json json GENERATED ALWAYS AS (`info`) VIRTUAL; 1.1.0 wait pattern dm-worker1.toml exit... wait pattern dm-worker1.toml exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:40:59 CST 2025] <<<<<< test case binlog_parse success! >>>>>> start running case: [case_sensitive] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/case_sensitive/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/case_sensitive/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:41:00 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/case_sensitive/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait pattern dm-worker1.toml exit... wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait pattern dm-worker1.toml exit... wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:41:00 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... wait pattern dm-worker1.toml exit... rpc addr 127.0.0.1:8261 is alive rpc addr 127.0.0.1:8361 is alive operate mysql config to worker dmctl test cmd: "operate-source create /tmp/dm_test/ha_master/source1.yaml" wait pattern dm-worker1.toml exit... wait pattern dm-worker1.toml exit... pattern dm-worker1.toml already exit rpc addr 127.0.0.1:8261 is alive wait process dm-master.test exit... process dm-master.test already exit check diff failed 1-th time, retry later [Fri Apr 4 15:41:01 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/metrics/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries [Fri Apr 4 15:41:01 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/case_sensitive/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:41:01 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... got=3 expected=3 check diff successfully 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... dmctl test cmd: "operate-source create /tmp/dm_test/ha_master/source2.yaml" rpc addr 127.0.0.1:8262 is alive make a dml job rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/case_sensitive/source1.yaml" check diff successfully dmctl test cmd: "stop-task test" 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive check diff failed 8-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column age int; pt-online-schema-change 3.0.12 wait process dm-master.test exit... [Fri Apr 4 15:41:02 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/case_sensitive/conf/dm-worker2.toml >>>>>> alter: add column age int; wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8263 is alive ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}]}) pt-online-schema-change 3.0.12 wait process dm-master.test exit... wait process dm-worker.test exit... check diff successfully dmctl test cmd: "stop-task test" alter: add key name (name); [Fri Apr 4 15:41:03 CST 2025] <<<<<< finish DM-SAME_DDL_TWICE pessimistic >>>>>> [Fri Apr 4 15:41:03 CST 2025] <<<<<< start DM-BINARY_COLUMN >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-no-sharding.yaml --remove-meta" dmctl test cmd: "list-member --master" with max 10 retries got=5 expected=5 [Fri Apr 4 15:41:03 CST 2025] <<<<<< start test_evict_leader >>>>>> pt-online-schema-change 3.0.12 rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/case_sensitive/source2.yaml" leader is master4 dmctl test cmd: "operate-leader evict" % 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 33 100 33 0 0 16500 0 --:--:-- --:--:-- --:--:-- 16500 wait process dm-master.test exit... dmctl test cmd: "validation start --start-time '2025-04-04 09:41:03' test" wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:41:03 CST 2025] <<<<<< test case ha_cases_2 success! >>>>>> start running case: [ha_cases2] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:41:03 CST 2025] <<<<<< start test_pause_task >>>>>> [Fri Apr 4 15:41:03 CST 2025] <<<<<< start test_multi_task_running >>>>>> 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit clean source table mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... process dm-worker.test already exit new leader is master5 alter: add key name (name); pt-online-schema-change 3.0.12 process dm-syncer.test already exit [Fri Apr 4 15:41:04 CST 2025] <<<<<< test case extend_column success! >>>>>> start running case: [fake_rotate_event] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/fake_rotate_event/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/fake_rotate_event/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:41:04 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/fake_rotate_event/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time leader is master5 dmctl test cmd: "operate-leader evict" check diff failed 9-th time, retry later % 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 33 100 33 0 0 16500 0 --:--:-- --:--:-- --:--:-- 16500 new leader is master1 mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column info_json json GENERATED ALWAYS AS (`info`) VIRTUAL; pt-online-schema-change 3.0.12 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 wait process dm-master.test exit... process dm-master.test already exit leader is master1 dmctl test cmd: "operate-leader evict" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... check diff successfully check diff successfully % 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 33 100 33 0 0 16500 0 --:--:-- --:--:-- --:--:-- 16500 new leader is master2 dmctl test cmd: "start-task /tmp/dm_test/case_sensitive/dm-task.yaml --remove-meta" check diff successfully check diff successfully check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column info_json json GENERATED ALWAYS AS (`info`) VIRTUAL; pt-online-schema-change 3.0.12 dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 3\/2\/1" count: 0 != expected: 1, failed the 0-th time, will retry again leader is master2 dmctl test cmd: "operate-leader evict" check diff successfully dmctl test cmd: "stop-task test" % 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 33 100 33 0 0 16500 0 --:--:-- --:--:-- --:--:-- 16500 rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:41:05 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/fake_rotate_event/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... [Fri Apr 4 15:41:05 CST 2025] <<<<<< finish DM-BINARY_COLUMN >>>>>> [Fri Apr 4 15:41:05 CST 2025] <<<<<< start DM-006 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-pessimistic.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column age int; wait process dm-worker.test exit... new leader is master3 pt-online-schema-change 3.0.12 leader is master3 dmctl test cmd: "operate-leader evict" % 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 33 100 33 0 0 16500 0 --:--:-- --:--:-- --:--:-- 16500 import prepare data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start DM worker and master [Fri Apr 4 15:41:05 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-master1.toml >>>>>> [Fri Apr 4 15:41:05 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-master2.toml >>>>>> [Fri Apr 4 15:41:05 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff failed 10-th time, retry later cancel evict leader on master1, and master1 will be the leader dmctl test cmd: "operate-leader cancel-evict" cancel evict leader twice, and test cancel evict leader from http interface % 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 33 100 33 0 0 33000 0 --:--:-- --:--:-- --:--:-- 33000 check diff successfully wait pattern dm-worker1.toml exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/fake_rotate_event/source1.yaml" wait process dm-worker.test exit... leader is master1 cancel evict leader on all masters cancel master port 8361 dmctl test cmd: "operate-leader cancel-evict" cancel master port 8461 dmctl test cmd: "operate-leader cancel-evict" mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column age int; pt-online-schema-change 3.0.12 wait pattern dm-worker1.toml exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:41:06 CST 2025] <<<<<< finish test_fail_job_between_event >>>>>> [Fri Apr 4 15:41:06 CST 2025] <<<<<< start test_session_config >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/fake_rotate_event/conf/dm-task.yaml --remove-meta" cancel master port 8561 dmctl test cmd: "operate-leader cancel-evict" cancel master port 8661 dmctl test cmd: "operate-leader cancel-evict" wait pattern dm-worker1.toml exit... [Fri Apr 4 15:41:06 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time [Fri Apr 4 15:41:06 CST 2025] <<<<<< finish test_evict_leader >>>>>> [Fri Apr 4 15:41:06 CST 2025] <<<<<< start test_list_member_command >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 ('create_incremental_task_with_gtid_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm_meta', u'task_mode': u'incremental', u'name': u'incremental_task_no_duration_but_error'}}) dmctl test cmd: "query-status incremental_task_no_duration_but_error" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. alter: add key name (name); pt-online-schema-change 3.0.12 wait pattern dm-worker1.toml exit... check diff successfully dmctl test cmd: "stop-task test" wait pattern dm-worker1.toml exit... wait pattern dm-worker1.toml exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:41:07 CST 2025] <<<<<< test case metrics success! >>>>>> [Pipeline] } Cache not saved (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm already exists) [Fri Apr 4 15:41:07 CST 2025] <<<<<< finish DM-006 >>>>>> [Pipeline] // cache [Pipeline] } [Pipeline] // dir got=2 expected=2 [Pipeline] } alter: add key name (name); pt-online-schema-change 3.0.12 wait pattern dm-worker1.toml exit... pattern dm-worker1.toml already exit [Fri Apr 4 15:41:07 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/case_sensitive/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again [Pipeline] // withCredentials [Pipeline] } [Pipeline] // timeout [Pipeline] } start_task_with_condition success dmctl test cmd: "query-status incremental_task_no_duration_but_error" with max 10 retries current leader is master1 dmctl test cmd: "list-member --master" with max 10 retries [Pipeline] // stage [Pipeline] } dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 check diff successfully kill dm-worker [Pipeline] // container [Pipeline] } got=2 expected=2 start_task_with_condition success run tidb sql failed 1-th time, retry later [Pipeline] // withEnv got=5 expected=5 kill leader master1 [Pipeline] } alter: add column info_json json GENERATED ALWAYS AS (`info`) VIRTUAL; pt-online-schema-change 3.0.12 wait for rpc addr 127.0.0.1:8261 alive the 2-th time [Pipeline] // node [Pipeline] } [Fri Apr 4 15:41:08 CST 2025] <<<<<< start DM-007 >>>>>> [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } check diff failed at last dmctl test cmd: "stop-task test" [Fri Apr 4 15:41:08 CST 2025] <<<<<< finish DM-119 pessimistic >>>>>> [Fri Apr 4 15:41:08 CST 2025] <<<<<< start DM-119 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-optimistic.yaml --remove-meta" [Pipeline] // stage dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-pessimistic.yaml --remove-meta" [Pipeline] } mysql: [Warning] Using a password on the command line interface can be insecure. alter: add column info_json json GENERATED ALWAYS AS (`info`) VIRTUAL; pt-online-schema-change 3.0.12 rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 wait process master1 exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:41:09 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait pattern dm-worker2.toml exit... wait pattern dm-worker2.toml exit... mysql: [Warning] Using a password on the command line interface can be insecure. use sync_diff_inspector to check increment data wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-worker1 exit... wait pattern dm-worker2.toml exit... got=1 expected=1 got=1 expected=1 got=1 expected=1 check diff successfully --> start validator from time which is in range of mysql binlog(gtid=true) check diff successfully start dm-worker3 and kill dm-worker2 wait pattern dm-worker2.toml exit... rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait pattern dm-worker2.toml exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:41:10 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker2.toml >>>>>> rpc addr 127.0.0.1:8361 is alive rpc addr 127.0.0.1:8461 is alive operate mysql config to worker [Fri Apr 4 15:41:10 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff failed 1-th time, retry later wait pattern dm-worker2.toml exit... wait pattern dm-worker2.toml exit... pattern dm-worker2.toml already exit [Fri Apr 4 15:41:10 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/case_sensitive/conf/dm-worker2.toml >>>>>> [Fri Apr 4 15:41:10 CST 2025] <<<<<< finish DM-007 >>>>>> wait process dm-worker1 exit... process dm-worker1 already exit [Fri Apr 4 15:41:10 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/fake_rotate_event/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process master1 exit... process master1 already exit wait process dm-worker2 exit... wait for rpc addr 127.0.0.1:8263 alive the 1-th time delete_task_success ('get_task_list resp=', {u'total': 0, u'data': []}) delete_source_with_force_success 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive delete_source_with_force_success ('list_source_success resp=', {u'total': 0, u'data': []}) ('get_task_list resp=', {u'total': 0, u'data': []}) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: START TASK WITH CONDITION SUCCESS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: STOP TASK WITH CONDITION current leader is master2 dmctl test cmd: "list-member --master" with max 10 retries rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases2/source1.yaml" ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) ('list_source_success resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}]}) rpc addr 127.0.0.1:8262 is alive got=4 expected=4 kill leader master2 rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source1.yaml" ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker1', u'source_name': u'mysql-01'}]}) ('create_source2_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3307}) rpc addr 127.0.0.1:8263 is alive wait process dm-worker2 exit... process dm-worker2 already exit [Fri Apr 4 15:41:11 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/online_ddl/conf/dm-worker3.toml >>>>>> check diff successfully dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:41:11 CST 2025] <<<<<< start DM-008 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-pessimistic.yaml --remove-meta" ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}]}) ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker2', u'source_name': u'mysql-02'}]}) wait for rpc addr 127.0.0.1:8264 alive the 1-th time wait process dm-master.test exit... check diff failed 2-th time, retry later wait process master2 exit... [Fri Apr 4 15:41:12 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... rpc addr 127.0.0.1:8264 is alive wait and check task running dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source2.yaml" wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... got=3 expected=3 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" wait process master2 exit... process master2 already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:41:13 CST 2025] <<<<<< finish DM-008 >>>>>> [Fri Apr 4 15:41:13 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master1.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "start-task /tmp/dm_test/all_mode/dm-task.yaml --remove-meta" wait process dm-worker.test exit... wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases2/source2.yaml" dmctl test cmd: "start-task /tmp/dm_test/all_mode/dm-task.yaml --remove-meta" wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:41:13 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... [Fri Apr 4 15:41:14 CST 2025] <<<<<< start DM-009 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-pessimistic.yaml --remove-meta" check diff failed 3-th time, retry later wait process dm-worker.test exit... [Fri Apr 4 15:41:14 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-worker3.toml >>>>>> rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:41:14 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master2.toml >>>>>> wait for rpc addr 127.0.0.1:8361 alive the 1-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:41:14 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait for rpc addr 127.0.0.1:8264 alive the 1-th time check diff successfully dmctl test cmd: "query-status t-ร‹!s`t" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task t-ร‹!s`t" 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... rpc addr 127.0.0.1:8361 is alive use sync_diff_inspector to check increment2 data now! check diff successfully 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8264 is alive [Fri Apr 4 15:41:15 CST 2025] <<<<<< START DM-WORKER on port 18262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-worker4.toml >>>>>> wait for rpc addr 127.0.0.1:18262 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:41:15 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive ('create_noshard_task_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'all', u'name': u'test_wait_time_on_stop'}}) dmctl test cmd: "query-status test_wait_time_on_stop" with max 10 retries [Fri Apr 4 15:41:16 CST 2025] <<<<<< finish DM-009 >>>>>> wait process dm-master.test exit... check diff failed 4-th time, retry later wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:41:16 CST 2025] <<<<<< test case fake_rotate_event success! >>>>>> got=2 expected=2 dmctl test cmd: "query-status test_wait_time_on_stop" with max 10 retries [Pipeline] } Cache not saved (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } got=2 expected=2 check diff successfully [Pipeline] // withCredentials [Pipeline] } rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:41:16 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Pipeline] // timeout [Pipeline] } current leader is master3 dmctl test cmd: "list-member --master" with max 10 retries got=5 expected=5 [Pipeline] // stage error check [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } rpc addr 127.0.0.1:18262 is alive [Fri Apr 4 15:41:16 CST 2025] <<<<<< START DM-WORKER on port 18263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-worker5.toml >>>>>> wait for rpc addr 127.0.0.1:18263 alive the 1-th time current leader is master3 kill master1 [Fri Apr 4 15:41:17 CST 2025] <<<<<< start DM-010 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-pessimistic.yaml --remove-meta" [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:41:17 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:18263 is alive start DM task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-task.yaml " dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-task2.yaml " wait process dm-master1 exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" [Fri Apr 4 15:41:18 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 wait process dm-worker.test exit... check diff failed 1-th time, retry later check diff failed 5-th time, retry later rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:41:19 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=2 expected=2 dmctl test cmd: "query-status test2" with max 10 retries wait process dm-master1 exit... process dm-master1 already exit rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone-no-validator.yaml --remove-meta" wait process dm-worker.test exit... got=2 expected=2 got=2 expected=2 use sync_diff_inspector to check full dump loader check diff successfully check diff successfully flush logs to force rotate binlog file apply increment data before restart dm-worker to ensure entering increment phase mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8263 is alive delete_task_success mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:41:20 CST 2025] <<<<<< test case online_ddl success! >>>>>> start running case: [foreign_key] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/foreign_key/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/foreign_key/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit dmctl test cmd: "config source mysql-replica-01" with max 10 retries ('get_task_list resp=', {u'total': 0, u'data': []}) delete_source_with_force_success wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:41:20 CST 2025] <<<<<< finish test_session_config >>>>>> [Fri Apr 4 15:41:20 CST 2025] <<<<<< start test_query_timeout >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:41:20 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /tmp/dm_test/all_mode/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:41:20 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/foreign_key/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=1 expected=1 got=1 expected=1 delete_source_with_force_success ('list_source_success resp=', {u'total': 0, u'data': []}) ('get_task_list resp=', {u'total': 0, u'data': []}) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: START TASK WITH CONDITION SUCCESS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: REVERSE HTTPS check diff failed 6-th time, retry later 2 dm-master alive 2 dm-worker alive 0 dm-syncer alive check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:41:21 CST 2025] <<<<<< finish DM-010 >>>>>> rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:41:21 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/foreign_key/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:41:21 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... [Fri Apr 4 15:41:22 CST 2025] <<<<<< start DM-011 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 check diff failed 7-th time, retry later rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/foreign_key/source1.yaml" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source1.yaml" wait process dm-master.test exit... dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/foreign_key/conf/dm-task.yaml --remove-meta" after restart dm-worker, task should resume automatically HTTP 127.0.0.1:8261/apis/v1alpha1/status/test is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" check diff successfully [Fri Apr 4 15:41:24 CST 2025] <<<<<< finish DM-011 >>>>>> [Fri Apr 4 15:41:23 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 got=2 expected=2 [Fri Apr 4 15:41:24 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master1.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:41:25 CST 2025] <<<<<< start DM-012 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-pessimistic.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source2.yaml" dmctl test cmd: "validation start --start-time '2025-04-04 09:41:24' test" wait process dm-master.test exit... check diff failed 8-th time, retry later use sync_diff_inspector to check increment data check diff successfully check diff successfully [Fri Apr 4 15:41:25 CST 2025] <<<<<< finish test_multi_task_running >>>>>> dmctl test cmd: "start-relay -s mysql-replica-01 worker1" with max 10 retries rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "list-member --master" with max 10 retries wait process dm-master.test exit... got=5 expected=5 wait process dm-master.test exit... current leader is master3 kill master2 dmctl test cmd: "stop-task test" dmctl test cmd: "operate-source stop /tmp/dm_test/case_sensitive/source1.yaml" dmctl test cmd: "operate-source stop /tmp/dm_test/case_sensitive/source2.yaml" 1 dm-master alive 2 dm-worker alive dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" dmctl test cmd: "start-task /tmp/dm_test/all_mode/dm-task.yaml --remove-meta" dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 3\/2\/1" count: 0 != expected: 1, failed the 0-th time, will retry again 0 dm-syncer alive wait process dm-master.test exit... process dm-master.test already exit got=2 expected=2 dmctl test cmd: "start-relay -s mysql-replica-02 worker2" with max 10 retries [Fri Apr 4 15:41:26 CST 2025] <<<<<< finish DM-012 >>>>>> wait process dm-master.test exit... wait process dm-master2 exit... check diff failed 9-th time, retry later wait process dm-master.test exit... [Fri Apr 4 15:41:27 CST 2025] <<<<<< start DM-013 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... wait process dm-master2 exit... process dm-master2 already exit wait process dm-worker.test exit... got=2 expected=2 start dumping SQLs into source pause tasks test dmctl test cmd: "pause-task test" dmctl test cmd: "pause-task test" wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "query-status test" pause tasks test2 dmctl test cmd: "pause-task test2" dmctl test cmd: "pause-task test2" got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again check diff failed 10-th time, retry later wait process dm-worker.test exit... dmctl test cmd: "query-status test2" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 wait process dm-master.test exit... check diff successfully dmctl test cmd: "stop-task test" wait process dm-worker.test exit... [Fri Apr 4 15:41:29 CST 2025] <<<<<< finish DM-013 >>>>>> wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:41:29 CST 2025] <<<<<< test case foreign_key success! >>>>>> start running case: [full_mode] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:41:30 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... resume tasks test dmctl test cmd: "resume-task test" with max 10 retries got=3 expected=3 dmctl test cmd: "resume-task test" with max 10 retries wait process dm-worker.test exit... [Fri Apr 4 15:41:30 CST 2025] <<<<<< start DM-014 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-optimistic.yaml --remove-meta" got=3 expected=3 dmctl test cmd: "query-status test" got=1 expected=1 got=1 expected=1 got=1 expected=1 check diff successfully --> start validator from time > max mysql binlog pos check diff failed at last dmctl test cmd: "stop-task test" resume tasks test2 dmctl test cmd: "resume-task test2" with max 10 retries wait process dm-master.test exit... got=3 expected=3 dmctl test cmd: "resume-task test2" with max 10 retries [Fri Apr 4 15:41:31 CST 2025] <<<<<< finish DM-119 optimistic >>>>>> got=3 expected=3 dmctl test cmd: "query-status test2" wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:41:31 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/case_sensitive/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 wait process dm-master.test exit... run tidb sql failed 1-th time, retry later [Fri Apr 4 15:41:32 CST 2025] <<<<<< start DM-120 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-pessimistic.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:41:32 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:41:32 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/case_sensitive/conf/dm-worker1.toml >>>>>> wait process dm-master.test exit... wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... [Fri Apr 4 15:41:33 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master2.toml >>>>>> wait for rpc addr 127.0.0.1:8361 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/full_mode/source1.yaml" [Fri Apr 4 15:41:33 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/case_sensitive/source1.yaml" check diff failed 1-th time, retry later wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "stop-task test" [Fri Apr 4 15:41:34 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/case_sensitive/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8361 is alive dmctl test cmd: "list-member --master" with max 10 retries got=5 expected=5 current leader is master3 [Fri Apr 4 15:41:34 CST 2025] <<<<<< finish DM-014 >>>>>> current leader is master3 kill master4 wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/full_mode/source2.yaml" wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/case_sensitive/source2.yaml" [Fri Apr 4 15:41:35 CST 2025] <<<<<< start DM-015 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... dmctl test cmd: "start-task /tmp/dm_test/full_mode/dm-task.yaml --remove-meta" wait process dm-master4 exit... wait process dm-master.test exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:41:36 CST 2025] <<<<<< finish DM-120 pessimistic >>>>>> [Fri Apr 4 15:41:36 CST 2025] <<<<<< start DM-120 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "start-task /tmp/dm_test/case_sensitive/dm-task.yaml --remove-meta" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check log contain failed 1-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:41:36 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master4 exit... process dm-master4 already exit wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully check diff successfully dmctl test cmd: "stop-task test" wait pattern dm-worker1.toml exit... wait process dm-master.test exit... [Fri Apr 4 15:41:38 CST 2025] <<<<<< finish DM-120 optimistic >>>>>> wait pattern dm-worker1.toml exit... wait for rpc addr 127.0.0.1:8261 alive the 2-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 got=1 expected=1 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait pattern dm-worker1.toml exit... wait pattern dm-worker1.toml exit... wait pattern dm-worker1.toml exit... wait process dm-master.test exit... wait pattern dm-worker1.toml exit... [Fri Apr 4 15:41:39 CST 2025] <<<<<< start DM-121 pessimistic >>>>>> rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:41:39 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait pattern dm-worker1.toml exit... pattern dm-worker1.toml already exit [Fri Apr 4 15:41:39 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/case_sensitive/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "stop-task test" [Fri Apr 4 15:41:39 CST 2025] <<<<<< finish DM-015 >>>>>> wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" wait process dm-master.test exit... process dm-master.test already exit [Fri Apr 4 15:41:40 CST 2025] <<<<<< start DM-016 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-pessimistic.yaml --remove-meta" [Fri Apr 4 15:41:40 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 wait pattern dm-worker2.toml exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later wait pattern dm-worker2.toml exit... wait pattern dm-worker2.toml exit... wait process dm-master.test exit... wait pattern dm-worker2.toml exit... wait pattern dm-worker2.toml exit... wait pattern dm-worker2.toml exit... wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check log contain failed 1-th time, retry later rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone-no-validator.yaml --remove-meta" wait pattern dm-worker2.toml exit... pattern dm-worker2.toml already exit [Fri Apr 4 15:41:41 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/case_sensitive/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... [Fri Apr 4 15:41:41 CST 2025] <<<<<< START DM-MASTER on port 8561, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master4.toml >>>>>> wait for rpc addr 127.0.0.1:8561 alive the 1-th time wait process dm-worker.test exit... dmctl test cmd: "config source mysql-replica-01" with max 10 retries got=1 expected=1 got=1 expected=1 wait process dm-master.test exit... rpc addr 127.0.0.1:8561 is alive dmctl test cmd: "list-member --master" with max 10 retries rpc addr 127.0.0.1:8263 is alive check diff failed 2-th time, retry later got=5 expected=5 wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:41:43 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-master.toml >>>>>> dmctl test cmd: "stop-task test" current leader is master3 kill master5 wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... [Fri Apr 4 15:41:44 CST 2025] <<<<<< finish DM-016 >>>>>> wait process dm-master5 exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:41:44 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation start --start-time '2027-01-01 00:00:00' test" dmctl test cmd: "validation status test" with max 10 retries wait process dm-master.test exit... [Fri Apr 4 15:41:45 CST 2025] <<<<<< start DM-017 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-pessimistic.yaml --remove-meta" got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 --> single varchar col pk 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive check diff failed 3-th time, retry later wait process dm-master5 exit... process dm-master5 already exit rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:41:45 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check log contain failed 1-th time, retry later wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/full_mode/source1.yaml" check diff failed 4-th time, retry later wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:41:47 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /tmp/dm_test/openapi/dm-master1.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "operate-source create /tmp/dm_test/full_mode/source2.yaml" wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:41:48 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /tmp/dm_test/openapi/dm-master2.toml >>>>>> wait for rpc addr 127.0.0.1:8361 alive the 1-th time wait process dm-worker.test exit... dmctl test cmd: "start-task /tmp/dm_test/full_mode/dm-task.yaml --remove-meta" dmctl test cmd: "stop-task test" [Fri Apr 4 15:41:48 CST 2025] <<<<<< finish DM-017 >>>>>> wait process dm-worker.test exit... check diff failed 5-th time, retry later [Fri Apr 4 15:41:49 CST 2025] <<<<<< start DM-018 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-pessimistic.yaml --remove-meta" check diff failed 1-th time, retry later wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:41:50 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time [Fri Apr 4 15:41:50 CST 2025] <<<<<< START DM-MASTER on port 8661, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master5.toml >>>>>> wait for rpc addr 127.0.0.1:8661 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check log contain failed 1-th time, retry later check diff failed 6-th time, retry later wait for rpc addr 127.0.0.1:8261 alive the 2-th time check diff failed 2-th time, retry later rpc addr 127.0.0.1:8661 is alive dmctl test cmd: "list-member --master" with max 10 retries got=5 expected=5 dmctl test cmd: "list-member --worker --name=worker1,worker2" with max 10 retries got=2 expected=2 dmctl test cmd: "operate-source stop /tmp/dm_test/ha_master/source1.yaml" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:41:52 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "list-member --worker" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "operate-source stop /tmp/dm_test/ha_master/source2.yaml" dmctl test cmd: "stop-task test" dmctl test cmd: "list-member" with max 10 retries after restart dm-worker, task should resume automatically HTTP 127.0.0.1:8261/apis/v1alpha1/status/test is alive mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff failed 7-th time, retry later got=2 expected=2 dmctl test cmd: "operate-source create /tmp/dm_test/ha_master/source1.yaml" check diff failed 1-th time, retry later rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" [Fri Apr 4 15:41:53 CST 2025] <<<<<< finish DM-018 >>>>>> [Fri Apr 4 15:41:53 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check diff successfully check dump files have been cleaned ls: cannot access '/tmp/dm_test/full_mode/worker1/dumped_data.test': No such file or directory worker1 auto removed dump files ls: cannot access '/tmp/dm_test/full_mode/worker2/dumped_data.test': No such file or directory worker2 auto removed dump files 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:41:54 CST 2025] <<<<<< start DM-019 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-pessimistic.yaml --remove-meta" dmctl test cmd: "operate-source create /tmp/dm_test/ha_master/source2.yaml" wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" check diff failed 8-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" wait process dm-master.test exit... process dm-master.test already exit check diff successfully dmctl test cmd: "list-member --name=worker1,worker2" with max 10 retries got=2 expected=2 kill worker1 [Fri Apr 4 15:41:56 CST 2025] <<<<<< finish DM-019 >>>>>> [Fri Apr 4 15:41:56 CST 2025] <<<<<< start DM-019 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-optimistic.yaml --remove-meta" wait process dm-worker1 exit... wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" check diff failed 9-th time, retry later dmctl test cmd: "stop-task test" dmctl test cmd: "operate-source stop /tmp/dm_test/case_sensitive/source1.yaml" dmctl test cmd: "operate-source stop /tmp/dm_test/case_sensitive/source2.yaml" 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:41:57 CST 2025] <<<<<< finish DM-019 >>>>>> wait for rpc addr 127.0.0.1:8361 alive the 2-th time rpc addr 127.0.0.1:8361 is alive [Fri Apr 4 15:41:58 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /tmp/dm_test/openapi/dm-worker1.toml >>>>>> wait process dm-worker.test exit... dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 3\/2\/1" count: 0 != expected: 1, failed the 0-th time, will retry again wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker1 exit... process dm-worker1 already exit dmctl test cmd: "list-member --name=worker1,worker2" with max 10 retries got=1 expected=1 got=1 expected=1 kill worker2 [Fri Apr 4 15:41:58 CST 2025] <<<<<< start DM-020 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-no-routes.yaml --remove-meta" wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:41:59 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:41:59 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /tmp/dm_test/openapi/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker2 exit... check diff failed 10-th time, retry later wait process dm-master.test exit... process dm-master.test already exit got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 run tidb sql failed 1-th time, retry later rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:42:00 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8263 is alive ('create_source_success_https resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) ('list_source_success_https resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}]}) wait process dm-worker2 exit... process dm-worker2 already exit dmctl test cmd: "list-member" with max 10 retries got=2 expected=2 [Fri Apr 4 15:42:00 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time ('list_source_with_reverse_https resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}]}) 2 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/full_mode/source1.yaml" [Fri Apr 4 15:42:01 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... check diff failed at last dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:02 CST 2025] <<<<<< finish DM-121 pessimistic >>>>>> [Fri Apr 4 15:42:02 CST 2025] <<<<<< start DM-121 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:42:01 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... got=1 expected=1 got=1 expected=1 got=1 expected=1 --> single datetime col pk 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/full_mode/source2.yaml" wait process dm-master.test exit... dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:02 CST 2025] <<<<<< finish DM-020 >>>>>> rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "list-member --worker" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:42:03 CST 2025] <<<<<< test case case_sensitive success! >>>>>> start running case: [checkpoint_transaction] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/checkpoint_transaction/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/checkpoint_transaction/run.sh... Verbose mode = false got=2 expected=2 dmctl test cmd: "config master master1" with max 10 retries 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:42:03 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/checkpoint_transaction/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 dmctl test cmd: "config master master2" with max 10 retries wait process dm-master.test exit... check diff failed 1-th time, retry later got=1 expected=1 [Fri Apr 4 15:42:03 CST 2025] <<<<<< finish test_list_member_command >>>>>> dmctl test cmd: "start-relay -s mysql-replica-01 worker1" with max 10 retries [Fri Apr 4 15:42:03 CST 2025] <<<<<< start DM-021 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-pessimistic.yaml --remove-meta" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-task.yaml --remove-meta" wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... process dm-master.test already exit wait for rpc addr 127.0.0.1:8261 alive the 2-th time dmctl test cmd: "query-status t-ร‹!s`t" with max 10 retries got=2 expected=2 start DM task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-task.yaml --remove-meta" wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check log contain failed 1-th time, retry later check diff successfully wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:42:05 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/checkpoint_transaction/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=2 expected=2 check diff successfully dmctl test cmd: "stop-task t-ร‹!s`t" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:42:05 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-master1.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff failed 2-th time, retry later dmctl test cmd: "query-status test" 1 dm-master alive wait process dm-worker.test exit... use sync_diff_inspector to check full dump loader 2 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/checkpoint_transaction/conf/source1.yaml" check diff successfully flush logs to force rotate binlog file kill dm-master1 and kill dm-master2 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/checkpoint_transaction/conf/dm-task.yaml " dmctl test cmd: "stop-task test" wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-master.test exit... [Fri Apr 4 15:42:07 CST 2025] <<<<<< finish DM-021 >>>>>> wait process dm-master1 exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:42:07 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff failed 3-th time, retry later check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:42:08 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-master2.toml >>>>>> wait for rpc addr 127.0.0.1:8361 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit [Fri Apr 4 15:42:08 CST 2025] <<<<<< start DM-022 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-no-routes.yaml --remove-meta" wait process dm-master1 exit... process dm-master1 already exit wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:42:09 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check log contain failed 1-th time, retry later check diff failed 4-th time, retry later wait process dm-master2 exit... kill dm-master1 rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" wait process dm-worker.test exit... wait process dm-master2 exit... process dm-master2 already exit wait and check task running HTTP 127.0.0.1:8461/apis/v1alpha1/status/test is alive dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:42:10 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:42:11 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:12 CST 2025] <<<<<< finish DM-022 >>>>>> rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" wait process dm-master.test exit... process dm-master.test already exit check diff failed 5-th time, retry later rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:42:12 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time use sync_diff_inspector to check data now! [Fri Apr 4 15:42:13 CST 2025] <<<<<< start DM-023 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-pessimistic.yaml --remove-meta" check diff successfully dmctl test cmd: "offline-member --master --name master1" dmctl test cmd: "offline-member --master --name master2" kill dm-master3 rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/full_mode/source1.yaml" 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... [Fri Apr 4 15:42:14 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time start check_worker_ungraceful_stop_with_retry times: 0 check diff failed 6-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-master3 exit... wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 3\/2\/1" count: 0 != expected: 1, failed the 0-th time, will retry again [Fri Apr 4 15:42:15 CST 2025] <<<<<< finish DM-023 >>>>>> start check_worker_ungraceful_stop_with_retry times: 1 rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/full_mode/source2.yaml" wait process dm-master3 exit... process dm-master3 already exit wait process dm-worker.test exit... [Fri Apr 4 15:42:16 CST 2025] <<<<<< start DM-026 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-pessimistic.yaml --remove-meta" check diff failed 7-th time, retry later dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-task-2.yaml --remove-meta" start check_worker_ungraceful_stop_with_retry times: 2 check_worker_ungraceful_stop_with_retry success after retry: 2 mysql: [Warning] Using a password on the command line interface can be insecure. after ungraceful exit data in source count: 31 data in tidb count: 17 ungraceful stop test success [Fri Apr 4 15:42:16 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/checkpoint_transaction/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:42:17 CST 2025] <<<<<< finish DM-026 >>>>>> wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:42:17 CST 2025] <<<<<< finish test_query_timeout >>>>>> [Fri Apr 4 15:42:17 CST 2025] <<<<<< start test_regexpr_router regexpr-task.yaml >>>>>> 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 [Fri Apr 4 15:42:17 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8461 alive the 1-th time [Fri Apr 4 15:42:18 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait for rpc addr 127.0.0.1:8361 alive the 2-th time rpc addr 127.0.0.1:8361 is alive [Fri Apr 4 15:42:18 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time check diff failed 8-th time, retry later rpc addr 127.0.0.1:8461 is alive wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:42:19 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:42:18 CST 2025] <<<<<< start DM-027 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-pessimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=1 expected=1 got=1 expected=1 got=1 expected=1 --> compound pk (datetime, timestamp, int, varchar) 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:42:19 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8261 is alive wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:42:20 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" check diff failed 9-th time, retry later rpc addr 127.0.0.1:8263 is alive >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: REVERSE HTTPS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: FULL MODE TASK ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) ('list_source_success resp=', {u'total': 1, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}]}) ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker1', u'source_name': u'mysql-01'}]}) ('create_source2_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3307}) wait process dm-worker.test exit... [Fri Apr 4 15:42:20 CST 2025] <<<<<< finish DM-027 >>>>>> ('list_source_success resp=', {u'total': 2, u'data': [{u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3306}, {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'security': None, u'relay_config': {u'relay_binlog_name': u'', u'relay_dir': u'relay-dir', u'relay_binlog_gtid': u'', u'enable_relay': False}, u'purge': {u'remain_space': 15, u'expires': 0, u'interval': 3600}, u'host': u'127.0.0.1', u'user': u'root', u'flavor': u'mysql', u'password': u'******', u'port': 3307}]}) ('get_source_status_success resp=', {u'total': 1, u'data': [{u'worker_name': u'worker2', u'source_name': u'mysql-02'}]}) ('create_noshard_task_success resp=', {u'check_result': u'pre-check is passed. ', u'task': {u'source_config': {u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': None}, u'meta_schema': u'dm-meta', u'task_mode': u'full', u'name': u'test-no-shard'}}) dmctl test cmd: "query-status test-no-shard" with max 10 retries got=2 expected=2 ('check_task_stage_success resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-02', u'name': u'test-no-shard', u'unresolved_ddl_lock_id': u'', u'worker_name': u'worker2', u'dump_status': {u'completed_tables': 0, u'finished_rows': 0, u'finished_bytes': 0, u'bps': 0, u'estimate_total_rows': 0, u'progress': u'', u'total_tables': 0}, u'unit': u'Dump', u'stage': u'Stopped'}, {u'source_name': u'mysql-01', u'name': u'test-no-shard', u'unresolved_ddl_lock_id': u'', u'worker_name': u'worker1', u'dump_status': {u'completed_tables': 0, u'finished_rows': 0, u'finished_bytes': 0, u'bps': 0, u'estimate_total_rows': 0, u'progress': u'', u'total_tables': 0}, u'unit': u'Dump', u'stage': u'Stopped'}]}) rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source2.yaml" wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... [Fri Apr 4 15:42:21 CST 2025] <<<<<< start DM-028 >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/single-source-pessimistic.yaml --remove-meta" ('get_task_status_success resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'test-no-shard', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-93', u'finished_bytes': 0, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 18272)', u'bps': 0, u'total_bytes': 0, u'progress': u'0.00 %'}, u'worker_name': u'worker1', u'unit': u'Load', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'test-no-shard', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-85', u'finished_bytes': 0, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 18588)', u'bps': 0, u'total_bytes': 0, u'progress': u'0.00 %'}, u'worker_name': u'worker2', u'unit': u'Load', u'stage': u'Running'}]}) dmctl test cmd: "query-status test-no-shard" with max 100 retries got=2 expected=2 ('check_task_stage_success resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'test-no-shard', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-93', u'finished_bytes': 107, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 18272)', u'bps': 198, u'total_bytes': 107, u'progress': u'100.00 %'}, u'worker_name': u'worker1', u'unit': u'Load', u'stage': u'Finished'}, {u'source_name': u'mysql-02', u'name': u'test-no-shard', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-85', u'finished_bytes': 107, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 18588)', u'bps': 202, u'total_bytes': 107, u'progress': u'100.00 %'}, u'worker_name': u'worker2', u'unit': u'Load', u'stage': u'Finished'}]}) check diff successfully ('check_load_task_finished_status_success resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'test-no-shard', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-93', u'finished_bytes': 107, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 18272)', u'bps': 198, u'total_bytes': 107, u'progress': u'100.00 %'}, u'worker_name': u'worker1', u'unit': u'Load', u'stage': u'Finished'}, {u'source_name': u'mysql-02', u'name': u'test-no-shard', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-85', u'finished_bytes': 107, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 18588)', u'bps': 202, u'total_bytes': 107, u'progress': u'100.00 %'}, u'worker_name': u'worker2', u'unit': u'Load', u'stage': u'Finished'}]}) delete_source_with_force_success delete_source_with_force_success ('list_source_success resp=', {u'total': 0, u'data': []}) check diff failed 10-th time, retry later wait process dm-worker.test exit... ('get_task_list resp=', {u'total': 0, u'data': []}) >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: FULL MODE TASK >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>START TEST OPENAPI: TLS wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. ('create_source1_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-01', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3306}) ('create_source2_success resp=', {u'enable_gtid': False, u'enable': True, u'source_name': u'mysql-02', u'host': u'127.0.0.1', u'user': u'root', u'security': None, u'password': u'123456', u'port': 3307}) kill tidb and start downstream TiDB cluster with different TLS certificates + WORK_DIR=/tmp/dm_test/openapi_deploy_tidb + CONF_DIR=/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf + CLUSTER_CA_FILE=ca.pem + CLUSTER_CERT_FILE=dm.pem + CLUSTER_KEY_FILE=dm.key + DB_CA_FILE=ca2.pem + DB_CERT_FILE=tidb.pem + DB_KEY_FILE=tidb.key + export PD_PEER_ADDR_TLS=127.0.0.1:23800 + PD_PEER_ADDR_TLS=127.0.0.1:23800 + export PD_ADDR_TLS=127.0.0.1:23790 + PD_ADDR_TLS=127.0.0.1:23790 + export TIDB_IP_TLS=127.0.0.1 + TIDB_IP_TLS=127.0.0.1 + export TIDB_PORT_TLS=4000 + TIDB_PORT_TLS=4000 + export TIDB_ADDR_TLS=127.0.0.1:4000 + TIDB_ADDR_TLS=127.0.0.1:4000 + export TIDB_STATUS_PORT_TLS=10080 + TIDB_STATUS_PORT_TLS=10080 + export TIDB_STATUS_ADDR_TLS=127.0.0.1:10080 + TIDB_STATUS_ADDR_TLS=127.0.0.1:10080 + export TIKV_ADDR_TLS=127.0.0.1:20160 + TIKV_ADDR_TLS=127.0.0.1:20160 + export TIKV_STATUS_ADDR_TLS=127.0.0.1:20180 + TIKV_STATUS_ADDR_TLS=127.0.0.1:20180 + rm -rf /tmp/dm_test/openapi_deploy_tidb + mkdir /tmp/dm_test/openapi_deploy_tidb + start_pd + echo 'Starting PD...' Starting PD... + cat + bin/pd-server --version Release Version: v9.0.0-beta.1.pre-91-g9d6bbb852 Edition: Community Git Commit Hash: 9d6bbb8529d9d2acb9cf324a65e94ece465f6346 Git Branch: master UTC Build Time: 2025-04-03 07:28:59 + mkdir -p /tmp/dm_test/openapi_deploy_tidb/pd-tls + sleep 5 + bin/pd-server --client-urls https://127.0.0.1:23790 --peer-urls https://127.0.0.1:23800 --log-file /tmp/dm_test/openapi_deploy_tidb/pd-tls.log --config /tmp/dm_test/openapi_deploy_tidb/pd-tls.toml --data-dir /tmp/dm_test/openapi_deploy_tidb/pd-tls check diff failed 1-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:42:23 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "start-task /tmp/dm_test/all_mode/regexpr-task.yaml --remove-meta" dmctl test cmd: "start-task /tmp/dm_test/all_mode/regexpr-task.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" wait process dm-worker.test exit... [Fri Apr 4 15:42:23 CST 2025] <<<<<< finish DM-028 >>>>>> [Fri Apr 4 15:42:24 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_master/conf/dm-master-join1.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff failed at last dmctl test cmd: "stop-task test" wait for rpc addr 127.0.0.1:8261 alive the 2-th time check diff successfully 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:42:24 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> [Fri Apr 4 15:42:24 CST 2025] <<<<<< start DM-030 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-pessimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff failed 2-th time, retry later [Fri Apr 4 15:42:24 CST 2025] <<<<<< finish DM-121 optimistic >>>>>> rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "pause-task test" with max 10 retries rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:42:25 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... got=3 expected=3 got=1 expected=1 got=1 expected=1 4 dm-master alive 2 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:42:25 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:42:25 CST 2025] <<<<<< start DM-122 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... process dm-master.test already exit check diff failed 1-th time, retry later rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:42:26 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check diff failed 3-th time, retry later wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" [Fri Apr 4 15:42:27 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/full_mode/source1.yaml" wait process dm-master.test exit... dmctl test cmd: "operate-source create /tmp/dm_test/full_mode/source2.yaml" + i=0 + true ++ curl -s -o /dev/null -w '%{http_code}' --cacert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/ca.pem --cert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/dm.pem --key /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/dm.key https://127.0.0.1:23790/pd/api/v1/version + response=200 + echo 'curl response: 200' curl response: 200 + '[' 200 -eq 200 ']' + echo 'Start PD success' Start PD success + break + echo 'curl PD port with DB TLS config' curl PD port with DB TLS config ++ curl --cacert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/ca2.pem --cert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.pem --key /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.key https://127.0.0.1:23790/pd/api/v1/version + output=' % 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 curl: (35) error:0D0C5006:asn1 encoding routines:ASN1_item_verify:EVP lib' + echo ' % 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 curl: (35) error:0D0C5006:asn1 encoding routines:ASN1_item_verify:EVP lib' % 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 curl: (35) error:0D0C5006:asn1 encoding routines:ASN1_item_verify:EVP lib + start_tikv + echo 'Starting TiKV...' Starting TiKV... + cat + mkdir -p /tmp/dm_test/openapi_deploy_tidb/tikv-tls + bin/tikv-server --version TiKV Release Version: 9.0.0-beta.1 Edition: Community Git Commit Hash: 3eb3439fd88f0db9de06ef92e845e80b32c9b49a Git Commit Branch: master UTC Build Time: 2025-04-02 02:57:52 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release + sleep 5 + bin/tikv-server --pd 127.0.0.1:23790 -A 127.0.0.1:20160 --status-addr 127.0.0.1:20180 --log-file /tmp/dm_test/openapi_deploy_tidb/tikv-tls.log --log-level info --config /tmp/dm_test/openapi_deploy_tidb/tikv-tls.toml -s /tmp/dm_test/openapi_deploy_tidb/tikv-tls rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" wait process dm-worker.test exit... wait process dm-master.test exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:28 CST 2025] <<<<<< finish DM-030 pessimistic >>>>>> [Fri Apr 4 15:42:28 CST 2025] <<<<<< start DM-030 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/full_mode/conf/dm-task.yaml --remove-meta" check diff failed 4-th time, retry later wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:42:29 CST 2025] <<<<<< finish test_regexpr_router regexpr-task.yaml >>>>>> [Fri Apr 4 15:42:29 CST 2025] <<<<<< start test_regexpr_router regexpr-task-lightning.yaml >>>>>> 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:42:29 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:29 CST 2025] <<<<<< finish DM-122 pessimistic >>>>>> [Fri Apr 4 15:42:29 CST 2025] <<<<<< start DM-122 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully check dump files have been cleaned ls: cannot access '/tmp/dm_test/full_mode/worker1/dumped_data.test': No such file or directory worker1 auto removed dump files ls: cannot access '/tmp/dm_test/full_mode/worker2/dumped_data.test': No such file or directory worker2 auto removed dump files 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... [Fri Apr 4 15:42:30 CST 2025] <<<<<< finish DM-030 optimistic >>>>>> dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 4\/4\/3" count: 0 != expected: 1, failed the 0-th time, will retry again wait for rpc addr 127.0.0.1:8261 alive the 2-th time check diff failed 5-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later [Fri Apr 4 15:42:31 CST 2025] <<<<<< start DM-031 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:42:32 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" check diff failed 6-th time, retry later + i=0 + true ++ curl -s https://127.0.0.1:23790/pd/api/v1/cluster/status --cacert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/ca.pem --cert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/dm.pem --key /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/dm.key + response='{ "raft_bootstrap_time": "2025-04-04T15:42:28.078015444+08:00", "is_initialized": true, "replication_status": "" }' + '[' -z '{ "raft_bootstrap_time": "2025-04-04T15:42:28.078015444+08:00", "is_initialized": true, "replication_status": "" }' ']' + echo 'PD response: { "raft_bootstrap_time": "2025-04-04T15:42:28.078015444+08:00", "is_initialized": true, "replication_status": "" }' PD response: { "raft_bootstrap_time": "2025-04-04T15:42:28.078015444+08:00", "is_initialized": true, "replication_status": "" } + echo '{ "raft_bootstrap_time": "2025-04-04T15:42:28.078015444+08:00", "is_initialized": true, "replication_status": "" }' + grep -q '"is_initialized": true' + echo 'TiKV cluster initialized successfully' TiKV cluster initialized successfully + break + start_tidb + echo 'Starting TiDB with TLS...' Starting TiDB with TLS... + cat - + mkdir -p /tmp/dm_test/openapi_deploy_tidb/tidb-tls + sleep 5 + bin/tidb-server -P 4000 --store tikv --path 127.0.0.1:23790 --config /tmp/dm_test/openapi_deploy_tidb/tidb-tls-config.toml --log-file /tmp/dm_test/openapi_deploy_tidb/tidb-tls.log rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:42:33 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:42:33 CST 2025] <<<<<< finish DM-031 pessimistic >>>>>> [Fri Apr 4 15:42:33 CST 2025] <<<<<< start DM-031 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-optimistic.yaml --remove-meta" got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again wait process dm-worker.test exit... wait process dm-master.test exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:33 CST 2025] <<<<<< finish DM-122 optimistic >>>>>> rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source2.yaml" wait process dm-master.test exit... wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:34 CST 2025] <<<<<< start DM-123 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-pessimistic.yaml --remove-meta" [Fri Apr 4 15:42:35 CST 2025] <<<<<< finish DM-031 optimistic >>>>>> got=1 expected=1 got=1 expected=1 got=1 expected=1 --> table without primary key 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive check diff failed 7-th time, retry later wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:42:35 CST 2025] <<<<<< test case full_mode success! >>>>>> start running case: [gbk] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:42:35 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "start-task /tmp/dm_test/all_mode/regexpr-task-lightning.yaml --remove-meta" dmctl test cmd: "start-task /tmp/dm_test/all_mode/regexpr-task-lightning.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 [Fri Apr 4 15:42:36 CST 2025] <<<<<< start DM-032 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... wait process dm-master.test exit... check diff failed 1-th time, retry later wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-master.test exit... process dm-master.test already exit check diff successfully 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. pause task and check status dmctl test cmd: "pause-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... check diff successfully dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:42:37 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:42:38 CST 2025] <<<<<< finish DM-032 optimistic >>>>>> wait process dm-master.test exit... + i=0 + true ++ curl -s -o /dev/null -w '%{http_code}' --cacert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/ca.pem --cert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/dm.pem --key /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/dm.key https://127.0.0.1:10080/status + response=200 + echo 'curl response: 200' curl response: 200 + '[' 200 -eq 200 ']' + echo 'Start TiDB success' Start TiDB success + break + echo 'Show databases without TLS' Show databases without TLS + mysql -uroot -h127.0.0.1 -P4000 --default-character-set utf8 -E -e 'SHOW DATABASES;' *************************** 1. row *************************** Database: INFORMATION_SCHEMA *************************** 2. row *************************** Database: METRICS_SCHEMA *************************** 3. row *************************** Database: PERFORMANCE_SCHEMA *************************** 4. row *************************** Database: mysql *************************** 5. row *************************** Database: sys *************************** 6. row *************************** Database: test + echo 'Show database with TLS' Show database with TLS + mysql -uroot -h127.0.0.1 -P4000 --default-character-set utf8 --ssl-ca /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/ca2.pem --ssl-cert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.pem --ssl-key /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.key --ssl-mode=VERIFY_CA -E -e 'SHOW DATABASES;' *************************** 1. row *************************** Database: INFORMATION_SCHEMA *************************** 2. row *************************** Database: METRICS_SCHEMA *************************** 3. row *************************** Database: PERFORMANCE_SCHEMA *************************** 4. row *************************** Database: mysql *************************** 5. row *************************** Database: sys *************************** 6. row *************************** Database: test + echo 'Show databases with CLUSTER TLS' Show databases with CLUSTER TLS ++ mysql -uroot -h127.0.0.1 -P4000 --default-character-set=utf8 --ssl-ca /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/ca.pem --ssl-cert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/dm.pem --ssl-key /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/dm.key --ssl-mode=VERIFY_CA -E -e 'SHOW DATABASES;' + output='ERROR 2026 (HY000): SSL connection error: error:00000001:lib(0)::reason(1)' + echo 'ERROR 2026 (HY000): SSL connection error: error:00000001:lib(0)::reason(1)' ERROR 2026 (HY000): SSL connection error: error:00000001:lib(0)::reason(1) ('create_noshard_task_with_db_cluster_security_success resp=', {u'check_result': u'', u'task': {u'source_config': {u'full_migrate_conf': {u'security': {u'ssl_cert_content': u'-----BEGIN CERTIFICATE-----\nMIIBZDCCAQqgAwIBAgIJAIT/lgXUc1JqMAoGCCqGSM49BAMCMBQxEjAQBgNVBAMM\nCWxvY2FsaG9zdDAgFw0yMDAzMTcxMjAwMzNaGA8yMjkzMTIzMTEyMDAzM1owDTEL\nMAkGA1UEAwwCZG0wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASBA6/ltA7vErXq\n9laHAmqXPa+XX34BdbZCXspDIaIElVK8tvIMs6uQh4WUc3TiKpDf1IpI5J94ZJ9G\n3p2hTohwo0owSDAaBgNVHREEEzARgglsb2NhbGhvc3SHBH8AAAEwCwYDVR0PBAQD\nAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAKBggqhkjOPQQDAgNI\nADBFAiEAx6ljJ+tNa55ypWLGNqmXlB4UdMmKmE4RSKJ8mmEelfECIG2ZmCE59rv5\nwImM6KnK+vM2QnEiISH3PeYyyRzQzycu\n-----END CERTIFICATE-----', u'cert_allowed_cn': [u'dm'], u'ssl_ca_content': u'-----BEGIN CERTIFICATE-----\nMIIBGDCBwAIJAOjYXLFw5V1HMAoGCCqGSM49BAMCMBQxEjAQBgNVBAMMCWxvY2Fs\naG9zdDAgFw0yMDAzMTcxMjAwMzNaGA8yMjkzMTIzMTEyMDAzM1owFDESMBAGA1UE\nAwwJbG9jYWxob3N0MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEglCIJD8uVBfD\nkuM+UQP+VA7Srbz17WPLA0Sqc+sQ2p6fT6HYKCW60EXiZ/yEC0925iyVbXEEbX4J\nxCc2Heow5TAKBggqhkjOPQQDAgNHADBEAiAILL3Zt/3NFeDW9c9UAcJ9lc92E0ZL\nGNDuH6i19Fex3wIgT0ZMAKAFSirGGtcLu0emceuk+zVKjJzmYbsLdpj/JuQ=\n-----END CERTIFICATE-----', u'ssl_key_content': u'-----BEGIN EC PARAMETERS-----\nBggqhkjOPQMBBw==\n-----END EC PARAMETERS-----\n-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEICF/GDtVxhTPTP501nOu4jgwGSDY01xN+61xd9MfChw+oAoGCCqGSM49\nAwEHoUQDQgAEgQOv5bQO7xK16vZWhwJqlz2vl19+AXW2Ql7KQyGiBJVSvLbyDLOr\nkIeFlHN04iqQ39SKSOSfeGSfRt6doU6IcA==\n-----END EC PRIVATE KEY-----'}, u'import_mode': u'physical'}, u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'ignore_checking_items': [u'all'], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': {u'ssl_cert_content': u'-----BEGIN CERTIFICATE-----\nMIIBcTCCARegAwIBAgIUCczup8JECWleNm73awyR9oxuHrowCgYIKoZIzj0EAwIw\nFDESMBAGA1UEAwwJbG9jYWxob3N0MCAXDTI0MTIyMzA4NDU1MloYDzIyOTgxMDA4\nMDg0NTUyWjAPMQ0wCwYDVQQDDAR0aWRiMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcD\nQgAEIigdbF76u9HIrDOAQsIp3NICnVHsAQYvT16hfQUGSJHSvNCpPoa9aftJWNpC\nEHWb3Uu9frkQiE2B6FNtSAULRKNKMEgwGgYDVR0RBBMwEYIJbG9jYWxob3N0hwR/\nAAABMAsGA1UdDwQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEw\nCgYIKoZIzj0EAwIDSAAwRQIgW3sErcC8LcRBDBXZaJh3VuK1b1go+r9o/4RtXoGR\nfYICIQDrA8Y/0Wku/sYOUUeXn7JBXiRbuFptMNRDN3ZxOyzPFg==\n-----END CERTIFICATE-----', u'cert_allowed_cn': [u'tidb', u'locahost'], u'ssl_ca_content': u'-----BEGIN CERTIFICATE-----\nMIIBIzCBywIUSLKofZyTxM3YIHYh5phrJJhA9a0wCgYIKoZIzj0EAwIwFDESMBAG\nA1UEAwwJbG9jYWxob3N0MCAXDTI0MTIyMzA4NDU1MloYDzIyOTgxMDA4MDg0NTUy\nWjAUMRIwEAYDVQQDDAlsb2NhbGhvc3QwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNC\nAAR9fyT+zsxW77EnAivINKqx8aVBdtau25u58GAWL1HEDjNLKMd3UCXnkGEQP2GT\n5O4LrDWJN07GMR63yOj2wgkKMAoGCCqGSM49BAMCA0cAMEQCICUAFvZcvo1Ik1zb\nGL9l6v6mnwT6e2DVikiMWDJ/TCsmAiALliSCU2/dOE+PKFpv1UAOy/YH+O0pdI6F\nXY0nEg6LKQ==\n-----END CERTIFICATE-----', u'ssl_key_content': u'-----BEGIN EC PARAMETERS-----\nBggqhkjOPQMBBw==\n-----END EC PARAMETERS-----\n-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIBSJ1NubYUeX4Za7JTjltsIszaoDBoAPdWazQgaGeWggoAoGCCqGSM49\nAwEHoUQDQgAEIigdbF76u9HIrDOAQsIp3NICnVHsAQYvT16hfQUGSJHSvNCpPoa9\naftJWNpCEHWb3Uu9frkQiE2B6FNtSAULRA==\n-----END EC PRIVATE KEY-----'}}, u'meta_schema': u'dm-meta', u'task_mode': u'all', u'name': u'task-tls-1'}}) wait process dm-worker.test exit... wait process dm-master.test exit... ('get_task_status_success resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-02', u'name': u'task-tls-1', u'unresolved_ddl_lock_id': u'', u'worker_name': u'worker2', u'dump_status': {u'completed_tables': 0, u'finished_rows': 0, u'finished_bytes': 0, u'bps': 0, u'estimate_total_rows': 0, u'progress': u'', u'total_tables': 0}, u'unit': u'Dump', u'stage': u'Stopped'}, {u'source_name': u'mysql-01', u'name': u'task-tls-1', u'unresolved_ddl_lock_id': u'', u'worker_name': u'worker1', u'dump_status': {u'completed_tables': 0, u'finished_rows': 0, u'finished_bytes': 0, u'bps': 0, u'estimate_total_rows': 0, u'progress': u'', u'total_tables': 0}, u'unit': u'Dump', u'stage': u'Stopped'}]}) rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:42:38 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:39 CST 2025] <<<<<< finish DM-123 pessimistic >>>>>> [Fri Apr 4 15:42:39 CST 2025] <<<<<< start DM-123 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... process dm-master.test already exit [Fri Apr 4 15:42:39 CST 2025] <<<<<< start DM-033 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... wait process dm-master.test exit... wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/gbk/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/gbk/source2.yaml" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:42:40 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... check diff failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later wait process dm-worker.test exit... wait process dm-master.test exit... prepare data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-task.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:42:41 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:42:42 CST 2025] <<<<<< finish test_regexpr_router regexpr-task-lightning.yaml >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:42:42 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" wait process dm-master.test exit... [Fri Apr 4 15:42:43 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check diff successfully prepare incremental data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check incremental phase check diff successfully ERROR 1146 (42S02) at line 1: Table 'gbk.ddl1' doesn't exist run tidb sql failed 1-th time, retry later check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:43 CST 2025] <<<<<< finish DM-123 optimistic >>>>>> check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:43 CST 2025] <<<<<< finish DM-033 pessimistic >>>>>> rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:42:43 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" [Fri Apr 4 15:42:44 CST 2025] <<<<<< start DM-124 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-optimistic.yaml --remove-meta" [Fri Apr 4 15:42:44 CST 2025] <<<<<< start DM-034 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source1.yaml" [Fri Apr 4 15:42:44 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time ERROR 1146 (42S02) at line 1: Table 'gbk.ddl2_copy' doesn't exist run tidb sql failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:46 CST 2025] <<<<<< finish DM-124 optimistic >>>>>> rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source2.yaml" wait process dm-master.test exit... [Fri Apr 4 15:42:46 CST 2025] <<<<<< finish DM-034 pessimistic >>>>>> [Fri Apr 4 15:42:46 CST 2025] <<<<<< start DM-034 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-optimistic.yaml --remove-meta" [Fri Apr 4 15:42:47 CST 2025] <<<<<< start DM-125 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "start-task /tmp/dm_test/all_mode/dm-task.yaml --remove-meta" dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=0 expected=1 command: validation status test "stage": "Stopped" count: 0 != expected: 1, failed the 0-th time, will retry again ERROR 1146 (42S02) at line 1: Table 'gbk.ddl3' doesn't exist run tidb sql failed 1-th time, retry later wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:48 CST 2025] <<<<<< finish DM-034 optimistic >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status t-ร‹!s`t" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task /tmp/dm_test/all_mode/dm-task.yaml" check diff failed 1-th time, retry later wait process dm-master.test exit... dmctl test cmd: "start-task /tmp/dm_test/all_mode/dm-task.yaml --remove-meta" got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 --> table is deleted on downstream 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:42:49 CST 2025] <<<<<< start DM-035 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl1_1/conf/double-source-optimistic.yaml --remove-meta" ERROR 1049 (42000) at line 1: Unknown database 'gbk3' run tidb sql failed 1-th time, retry later wait process dm-master.test exit... check diff successfully wait process dm-master.test exit... check diff successfully dmctl test cmd: "shard-ddl-lock" wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "stop-task test" got=2 expected=2 run tidb sql failed 1-th time, retry later ('get_task_status_success_with_retry resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'task-tls-1', u'unresolved_ddl_lock_id': u'', u'worker_name': u'worker1', u'dump_status': {u'completed_tables': 0, u'finished_rows': 0, u'finished_bytes': 0, u'bps': 0, u'estimate_total_rows': 0, u'progress': u'', u'total_tables': 1}, u'unit': u'Dump', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'task-tls-1', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-89', u'finished_bytes': 0, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19472)', u'bps': 0, u'total_bytes': 0, u'progress': u'0.00 %'}, u'worker_name': u'worker2', u'unit': u'Load', u'stage': u'Running'}]}) ('get_task_status_success_with_retry resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'task-tls-1', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-97', u'finished_bytes': 0, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19060)', u'bps': 0, u'total_bytes': 0, u'progress': u'0.00 %'}, u'worker_name': u'worker1', u'unit': u'Load', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'task-tls-1', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-89', u'finished_bytes': 0, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19472)', u'bps': 0, u'total_bytes': 0, u'progress': u'0.00 %'}, u'worker_name': u'worker2', u'unit': u'Load', u'stage': u'Running'}]}) ('get_task_status_success_with_retry resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'task-tls-1', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-97', u'finished_bytes': 107, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19060)', u'bps': 12, u'total_bytes': 107, u'progress': u'100.00 %'}, u'worker_name': u'worker1', u'unit': u'Load', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'task-tls-1', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-89', u'finished_bytes': 107, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19472)', u'bps': 12, u'total_bytes': 107, u'progress': u'100.00 %'}, u'worker_name': u'worker2', u'unit': u'Load', u'stage': u'Running'}]}) ('get_task_status_success_with_retry resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'task-tls-1', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 108285, u'dump_io_total_bytes': 3964, u'total_events': 0, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-97', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19060)', u'syncer_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-97', u'synced': True, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19060)'}, u'worker_name': u'worker1', u'unit': u'Sync', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'task-tls-1', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 108292, u'dump_io_total_bytes': 4061, u'total_events': 0, u'master_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-89', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19472)', u'syncer_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-89', u'synced': True, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19472)'}, u'worker_name': u'worker2', u'unit': u'Sync', u'stage': u'Running'}]}) [Fri Apr 4 15:42:51 CST 2025] <<<<<< finish DM-125 optimistic >>>>>> dmctl test cmd: "query-status -s mysql-replica-01" mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1146 (42S02) at line 1: Table 'gbk.ddl4' doesn't exist run tidb sql failed 1-th time, retry later dmctl test cmd: "pause-task t-ร‹!s`t" wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... dmctl test cmd: "operate-schema set -s mysql-replica-01 t-ร‹!s`t -d all_mode -t no_diff /tmp/dm_test/all_mode/schema.sql" dmctl test cmd: "resume-task t-ร‹!s`t" wait pattern dm-worker1.toml exit... dmctl test cmd: "query-status test" wait pattern dm-worker1.toml exit... wait process dm-worker.test exit... graceful pause test success start check pause diff check diff successfully resume task and check status dmctl test cmd: "resume-task test" wait pattern dm-worker1.toml exit... [Fri Apr 4 15:42:52 CST 2025] <<<<<< start DM-126 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "query-status test" kill dm-worker1 wait pattern dm-worker1.toml exit... wait process dm-master.test exit... wait pattern dm-worker1.toml exit... wait pattern dm-worker1.toml exit... prepare data for invalid connection test check log contain failed 1-th time, retry later wait pattern dm-worker1.toml exit... pattern dm-worker1.toml already exit [Fri Apr 4 15:42:53 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:53 CST 2025] <<<<<< finish DM-035 optimistic >>>>>> got=2 expected=2 wait process dm-master.test exit... check diff failed 1-th time, retry later wait process dm-worker1 exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:42:54 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "query-status t-ร‹!s`t" with max 10 retries got=1 expected=1 wait process dm-master.test exit... wait pattern dm-worker2.toml exit... wait pattern dm-worker2.toml exit... wait process dm-worker1 exit... process dm-worker1 already exit [Fri Apr 4 15:42:54 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/checkpoint_transaction/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait pattern dm-worker2.toml exit... wait process dm-master.test exit... wait pattern dm-worker2.toml exit... wait pattern dm-worker2.toml exit... wait process dm-master.test exit... wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait pattern dm-worker2.toml exit... wait pattern dm-worker2.toml exit... pattern dm-worker2.toml already exit [Fri Apr 4 15:42:55 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/all_mode/conf/dm-worker2.toml >>>>>> rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "query-status test" with max 10 retries wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=1 expected=1 mysql: [Warning] Using a password on the command line interface can be insecure. stop task dmctl test cmd: "stop-task test" check diff successfully dmctl test cmd: "shard-ddl-lock" dmctl test cmd: "stop-task test" [Fri Apr 4 15:42:56 CST 2025] <<<<<< finish DM-126 optimistic >>>>>> wait process dm-worker.test exit... wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:42:56 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8263 is alive [Fri Apr 4 15:42:57 CST 2025] <<<<<< start DM-127 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:42:57 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:42:58 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker2.toml >>>>>> wait process dm-worker.test exit... wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... got=2 expected=2 check diff successfully dmctl test cmd: "shard-ddl-lock" [Fri Apr 4 15:42:58 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "stop-task test" wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:42:59 CST 2025] <<<<<< test case shardddl1_1 success! >>>>>> start running case: [shardddl2] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:42:59 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-master.toml >>>>>> [Fri Apr 4 15:42:59 CST 2025] <<<<<< finish DM-127 optimistic >>>>>> rpc addr 127.0.0.1:8263 is alive start test invalid connection with status running check count wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff successfully check test invalid connection with status running successfully wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone-no-validator.yaml --remove-meta" [Fri Apr 4 15:43:00 CST 2025] <<<<<< start DM-128 pessimistic >>>>>> rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:43:00 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... wait process dm-master.test exit... wait process dm-worker.test exit... wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl2/source1.yaml" [Fri Apr 4 15:43:01 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:43:02 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation start --start-time '2023-01-01 00:00:00' test" dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 --> table in schema-tracker has less column than binlog 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive check diff successfully kill tidb and start downstream TiDB cluster with same TLS certificates + WORK_DIR=/tmp/dm_test/openapi_deploy_tidb + CONF_DIR=/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf + CLUSTER_CA_FILE=ca2.pem + CLUSTER_CERT_FILE=tidb.pem + CLUSTER_KEY_FILE=tidb.key + DB_CA_FILE=ca2.pem + DB_CERT_FILE=tidb.pem + DB_KEY_FILE=tidb.key + export PD_PEER_ADDR_TLS=127.0.0.1:23800 + PD_PEER_ADDR_TLS=127.0.0.1:23800 + export PD_ADDR_TLS=127.0.0.1:23790 + PD_ADDR_TLS=127.0.0.1:23790 + export TIDB_IP_TLS=127.0.0.1 + TIDB_IP_TLS=127.0.0.1 + export TIDB_PORT_TLS=4000 + TIDB_PORT_TLS=4000 + export TIDB_ADDR_TLS=127.0.0.1:4000 + TIDB_ADDR_TLS=127.0.0.1:4000 + export TIDB_STATUS_PORT_TLS=10080 + TIDB_STATUS_PORT_TLS=10080 + export TIDB_STATUS_ADDR_TLS=127.0.0.1:10080 + TIDB_STATUS_ADDR_TLS=127.0.0.1:10080 + export TIKV_ADDR_TLS=127.0.0.1:20160 + TIKV_ADDR_TLS=127.0.0.1:20160 + export TIKV_STATUS_ADDR_TLS=127.0.0.1:20180 + TIKV_STATUS_ADDR_TLS=127.0.0.1:20180 + rm -rf /tmp/dm_test/openapi_deploy_tidb + mkdir /tmp/dm_test/openapi_deploy_tidb + start_pd + echo 'Starting PD...' Starting PD... + cat + bin/pd-server --version Release Version: v9.0.0-beta.1.pre-91-g9d6bbb852 Edition: Community Git Commit Hash: 9d6bbb8529d9d2acb9cf324a65e94ece465f6346 Git Branch: master UTC Build Time: 2025-04-03 07:28:59 + mkdir -p /tmp/dm_test/openapi_deploy_tidb/pd-tls + sleep 5 + bin/pd-server --client-urls https://127.0.0.1:23790 --peer-urls https://127.0.0.1:23800 --log-file /tmp/dm_test/openapi_deploy_tidb/pd-tls.log --config /tmp/dm_test/openapi_deploy_tidb/pd-tls.toml --data-dir /tmp/dm_test/openapi_deploy_tidb/pd-tls rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl2/source2.yaml" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:43:03 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... wait process dm-master.test exit... [Fri Apr 4 15:43:04 CST 2025] <<<<<< start DM-DROP_COLUMN_EXEC_ERROR optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:43:04 CST 2025] <<<<<< finish DM-128 pessimistic >>>>>> [Fri Apr 4 15:43:04 CST 2025] <<<<<< start DM-128 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive start test invalid connection with status queueing wait process dm-master.test exit... check count check diff successfully check test invalid connection with status queueing successfully wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... got=2 expected=2 restart dm-worker 1 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... check diff successfully dmctl test cmd: "stop-task test" wait process dm-worker.test exit... + i=0 + true ++ curl -s -o /dev/null -w '%{http_code}' --cacert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/ca2.pem --cert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.pem --key /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.key https://127.0.0.1:23790/pd/api/v1/version + response=200 + echo 'curl response: 200' curl response: 200 + '[' 200 -eq 200 ']' + echo 'Start PD success' Start PD success + break + echo 'curl PD port with DB TLS config' curl PD port with DB TLS config ++ curl --cacert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/ca2.pem --cert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.pem --key /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.key https://127.0.0.1:23790/pd/api/v1/version + output=' % 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 101 100 101 0 0 33666 0 --:--:-- --:--:-- --:--:-- 33666 { "version": "v9.0.0-beta.1.pre-91-g9d6bbb852", "build_time": "", "hash": "", "branch": "" }' + start_tikv + echo 'Starting TiKV...' Starting TiKV... + cat + mkdir -p /tmp/dm_test/openapi_deploy_tidb/tikv-tls + bin/tikv-server --version TiKV Release Version: 9.0.0-beta.1 Edition: Community Git Commit Hash: 3eb3439fd88f0db9de06ef92e845e80b32c9b49a Git Commit Branch: master UTC Build Time: 2025-04-02 02:57:52 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release + sleep 5 + bin/tikv-server --pd 127.0.0.1:23790 -A 127.0.0.1:20160 --status-addr 127.0.0.1:20180 --log-file /tmp/dm_test/openapi_deploy_tidb/tikv-tls.log --log-level info --config /tmp/dm_test/openapi_deploy_tidb/tikv-tls.toml -s /tmp/dm_test/openapi_deploy_tidb/tikv-tls [Fri Apr 4 15:43:06 CST 2025] <<<<<< finish DM-128 optimistic >>>>>> wait process dm-master.test exit... wait process dm-worker1 exit... after restart dm-worker, task should resume automatically dmctl test cmd: "start-task /tmp/dm_test/all_mode/dm-task.yaml" wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:43:07 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:43:07 CST 2025] <<<<<< start DM-129 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker1 exit... process dm-worker1 already exit [Fri Apr 4 15:43:07 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time use sync_diff_inspector to check increment data check diff successfully check diff successfully [Fri Apr 4 15:42:57 CST 2025] <<<<<< finish test_pause_task >>>>>> [Fri Apr 4 15:42:57 CST 2025] <<<<<< start test_multi_task_reduce_and_restart_worker >>>>>> [Fri Apr 4 15:42:57 CST 2025] <<<<<< start test_multi_task_running >>>>>> 3 dm-master alive 5 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit clean source table mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. import prepare data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start DM worker and master [Fri Apr 4 15:43:04 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-master1.toml >>>>>> [Fri Apr 4 15:43:04 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-master2.toml >>>>>> [Fri Apr 4 15:43:04 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:43:08 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:43:08 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive rpc addr 127.0.0.1:8361 is alive rpc addr 127.0.0.1:8461 is alive operate mysql config to worker [Fri Apr 4 15:43:08 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive check log contain failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... got=2 expected=2 check diff failed 1-th time, retry later rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:43:09 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases2/source1.yaml" rpc addr 127.0.0.1:8263 is alive start test invalid connection with status none check count check diff successfully check test invalid connection with status none successfully HTTP 127.0.0.1:8261/apis/v1alpha1/status/t-ร‹!s`t is alive wait process dm-master.test exit... wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" [Fri Apr 4 15:43:10 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... [Fri Apr 4 15:43:10 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 restart dm-master wait process dm-worker.test exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:43:11 CST 2025] <<<<<< finish DM-129 pessimistic >>>>>> [Fri Apr 4 15:43:11 CST 2025] <<<<<< start DM-129 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... + i=0 + true ++ curl -s https://127.0.0.1:23790/pd/api/v1/cluster/status --cacert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/ca2.pem --cert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.pem --key /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.key + response='{ "raft_bootstrap_time": "2025-04-04T15:43:06.39095671+08:00", "is_initialized": true, "replication_status": "" }' + '[' -z '{ "raft_bootstrap_time": "2025-04-04T15:43:06.39095671+08:00", "is_initialized": true, "replication_status": "" }' ']' + echo 'PD response: { "raft_bootstrap_time": "2025-04-04T15:43:06.39095671+08:00", "is_initialized": true, "replication_status": "" }' PD response: { "raft_bootstrap_time": "2025-04-04T15:43:06.39095671+08:00", "is_initialized": true, "replication_status": "" } + echo '{ "raft_bootstrap_time": "2025-04-04T15:43:06.39095671+08:00", "is_initialized": true, "replication_status": "" }' + grep -q '"is_initialized": true' + echo 'TiKV cluster initialized successfully' TiKV cluster initialized successfully + break + start_tidb + echo 'Starting TiDB with TLS...' Starting TiDB with TLS... + cat - + mkdir -p /tmp/dm_test/openapi_deploy_tidb/tidb-tls + sleep 5 + bin/tidb-server -P 4000 --store tikv --path 127.0.0.1:23790 --config /tmp/dm_test/openapi_deploy_tidb/tidb-tls-config.toml --log-file /tmp/dm_test/openapi_deploy_tidb/tidb-tls.log rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases2/source2.yaml" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone-no-validator.yaml --remove-meta" wait process dm-master exit... wait process tidb-server exit... process tidb-server already exit mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:43:12 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master exit... process dm-master already exit check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:43:13 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time [Fri Apr 4 15:43:13 CST 2025] <<<<<< finish DM-129 optimistic >>>>>> rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:43:13 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... graceful stop test success start check stop diff check diff successfully 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8264 is alive [Fri Apr 4 15:43:14 CST 2025] <<<<<< START DM-WORKER on port 18262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-worker4.toml >>>>>> wait for rpc addr 127.0.0.1:18262 alive the 1-th time [Fri Apr 4 15:43:14 CST 2025] <<<<<< start DM-130 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-pessimistic.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive start test inserting data after invalid connection check count Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111) got=1 expected=1 dmctl test cmd: "validation start --start-time '2023-01-01 00:00:00' test" wait process dm-master.test exit... check diff successfully check test inserting data after invalid connection successfully [Fri Apr 4 15:43:15 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-master.toml >>>>>> dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 --> pk column of downstream table not in range of binlog column 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... rpc addr 127.0.0.1:18262 is alive [Fri Apr 4 15:43:15 CST 2025] <<<<<< START DM-WORKER on port 18263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-worker5.toml >>>>>> wait for rpc addr 127.0.0.1:18263 alive the 1-th time wait process dm-master.test exit... wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... process dm-worker.test already exit dmctl test cmd: "stop-task test" wait process dm-master.test exit... rpc addr 127.0.0.1:18263 is alive start DM task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-task.yaml " dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-task2.yaml " process dm-syncer.test already exit [Fri Apr 4 15:43:16 CST 2025] <<<<<< test case checkpoint_transaction success! >>>>>> start running case: [check_task] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/check_task/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/check_task/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:43:16 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/check_task/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time [Fri Apr 4 15:43:16 CST 2025] <<<<<< finish DM-130 pessimistic >>>>>> [Fri Apr 4 15:43:16 CST 2025] <<<<<< start DM-130 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4/conf/double-source-optimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8261 alive the 2-th time VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'test'@'%' wait process dm-master.test exit... + i=0 + true ++ curl -s -o /dev/null -w '%{http_code}' --cacert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/ca2.pem --cert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.pem --key /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.key https://127.0.0.1:10080/status + response=200 + echo 'curl response: 200' curl response: 200 + '[' 200 -eq 200 ']' + echo 'Start TiDB success' Start TiDB success + break + echo 'Show databases without TLS' Show databases without TLS + mysql -uroot -h127.0.0.1 -P4000 --default-character-set utf8 -E -e 'SHOW DATABASES;' *************************** 1. row *************************** Database: INFORMATION_SCHEMA *************************** 2. row *************************** Database: METRICS_SCHEMA *************************** 3. row *************************** Database: PERFORMANCE_SCHEMA *************************** 4. row *************************** Database: mysql *************************** 5. row *************************** Database: sys *************************** 6. row *************************** Database: test + echo 'Show database with TLS' Show database with TLS + mysql -uroot -h127.0.0.1 -P4000 --default-character-set utf8 --ssl-ca /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/ca2.pem --ssl-cert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.pem --ssl-key /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.key --ssl-mode=VERIFY_CA -E -e 'SHOW DATABASES;' *************************** 1. row *************************** Database: INFORMATION_SCHEMA *************************** 2. row *************************** Database: METRICS_SCHEMA *************************** 3. row *************************** Database: PERFORMANCE_SCHEMA *************************** 4. row *************************** Database: mysql *************************** 5. row *************************** Database: sys *************************** 6. row *************************** Database: test + echo 'Show databases with CLUSTER TLS' Show databases with CLUSTER TLS ++ mysql -uroot -h127.0.0.1 -P4000 --default-character-set=utf8 --ssl-ca /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/ca2.pem --ssl-cert /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.pem --ssl-key /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/openapi/tls_conf/tidb.key --ssl-mode=VERIFY_CA -E -e 'SHOW DATABASES;' + output='*************************** 1. row *************************** Database: INFORMATION_SCHEMA *************************** 2. row *************************** Database: METRICS_SCHEMA *************************** 3. row *************************** Database: PERFORMANCE_SCHEMA *************************** 4. row *************************** Database: mysql *************************** 5. row *************************** Database: sys *************************** 6. row *************************** Database: test' ('create_noshard_task_with_db_security_success resp=', {u'check_result': u'', u'task': {u'source_config': {u'full_migrate_conf': {u'security': None, u'import_mode': u'physical'}, u'source_conf': [{u'source_name': u'mysql-01'}, {u'source_name': u'mysql-02'}]}, u'table_migrate_rule': [{u'source': {u'table': u'*', u'source_name': u'mysql-01', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}, {u'source': {u'table': u'*', u'source_name': u'mysql-02', u'schema': u'openapi'}, u'target': {u'table': u'', u'schema': u'openapi'}}], u'enhance_online_schema_change': True, u'on_duplicate': u'error', u'ignore_checking_items': [u'all'], u'target_config': {u'user': u'root', u'host': u'127.0.0.1', u'password': u'', u'port': 4000, u'security': {u'ssl_cert_content': u'-----BEGIN CERTIFICATE-----\nMIIBcTCCARegAwIBAgIUCczup8JECWleNm73awyR9oxuHrowCgYIKoZIzj0EAwIw\nFDESMBAGA1UEAwwJbG9jYWxob3N0MCAXDTI0MTIyMzA4NDU1MloYDzIyOTgxMDA4\nMDg0NTUyWjAPMQ0wCwYDVQQDDAR0aWRiMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcD\nQgAEIigdbF76u9HIrDOAQsIp3NICnVHsAQYvT16hfQUGSJHSvNCpPoa9aftJWNpC\nEHWb3Uu9frkQiE2B6FNtSAULRKNKMEgwGgYDVR0RBBMwEYIJbG9jYWxob3N0hwR/\nAAABMAsGA1UdDwQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEw\nCgYIKoZIzj0EAwIDSAAwRQIgW3sErcC8LcRBDBXZaJh3VuK1b1go+r9o/4RtXoGR\nfYICIQDrA8Y/0Wku/sYOUUeXn7JBXiRbuFptMNRDN3ZxOyzPFg==\n-----END CERTIFICATE-----', u'cert_allowed_cn': [u'tidb', u'locahost'], u'ssl_ca_content': u'-----BEGIN CERTIFICATE-----\nMIIBIzCBywIUSLKofZyTxM3YIHYh5phrJJhA9a0wCgYIKoZIzj0EAwIwFDESMBAG\nA1UEAwwJbG9jYWxob3N0MCAXDTI0MTIyMzA4NDU1MloYDzIyOTgxMDA4MDg0NTUy\nWjAUMRIwEAYDVQQDDAlsb2NhbGhvc3QwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNC\nAAR9fyT+zsxW77EnAivINKqx8aVBdtau25u58GAWL1HEDjNLKMd3UCXnkGEQP2GT\n5O4LrDWJN07GMR63yOj2wgkKMAoGCCqGSM49BAMCA0cAMEQCICUAFvZcvo1Ik1zb\nGL9l6v6mnwT6e2DVikiMWDJ/TCsmAiALliSCU2/dOE+PKFpv1UAOy/YH+O0pdI6F\nXY0nEg6LKQ==\n-----END CERTIFICATE-----', u'ssl_key_content': u'-----BEGIN EC PARAMETERS-----\nBggqhkjOPQMBBw==\n-----END EC PARAMETERS-----\n-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIBSJ1NubYUeX4Za7JTjltsIszaoDBoAPdWazQgaGeWggoAoGCCqGSM49\nAwEHoUQDQgAEIigdbF76u9HIrDOAQsIp3NICnVHsAQYvT16hfQUGSJHSvNCpPoa9\naftJWNpCEHWb3Uu9frkQiE2B6FNtSAULRA==\n-----END EC PRIVATE KEY-----'}}, u'meta_schema': u'dm-meta', u'task_mode': u'all', u'name': u'task-tls-2'}}) wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:43:16 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:43:17 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/check_task/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 ('get_task_status_success resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'task-tls-2', u'unresolved_ddl_lock_id': u'', u'worker_name': u'worker1', u'dump_status': {u'completed_tables': 0, u'finished_rows': 0, u'finished_bytes': 0, u'bps': 0, u'estimate_total_rows': 0, u'progress': u'', u'total_tables': 0}, u'unit': u'Dump', u'stage': u'Stopped'}, {u'source_name': u'mysql-02', u'name': u'task-tls-2', u'unresolved_ddl_lock_id': u'', u'worker_name': u'worker2', u'dump_status': {u'completed_tables': 0, u'finished_rows': 0, u'finished_bytes': 0, u'bps': 0, u'estimate_total_rows': 0, u'progress': u'', u'total_tables': 0}, u'unit': u'Dump', u'stage': u'Stopped'}]}) rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 restart dm-worker 1 check log contain failed 1-th time, retry later rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:43:18 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=2 expected=2 dmctl test cmd: "query-status test2" with max 10 retries got=2 expected=2 got=2 expected=2 use sync_diff_inspector to check full dump loader mysql: [Warning] Using a password on the command line interface can be insecure. check diff failed 1-th time, retry later check diff successfully check diff successfully flush logs to force rotate binlog file apply increment data before restart dm-worker to ensure entering increment phase mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/check_task/conf/source1.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker1 exit... wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8263 is alive start test adding UNIQUE on column with duplicate data check cancelled error dmctl test cmd: "query-status gbk" with max 10 retries wait process dm-worker.test exit... dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/check_task/conf/task-noshard.yaml" got=1 expected=1 dmctl test cmd: "resume-task gbk" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/check_task/conf/task-sharding.yaml" got=3 expected=3 check test adding UNIQUE on column with duplicate data successfully wait process dm-worker1 exit... process dm-worker1 already exit [Fri Apr 4 15:43:19 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-worker1.toml >>>>>> --> start test_privileges_can_migrate... dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/check_task/conf/task-priv.yaml --remove-meta" wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit got=2 expected=2 got=1 expected=1 got=2 expected=2 got=1 expected=1 dmctl test cmd: "shard-ddl-lock unlock test-`shardddl`.`tb` -s mysql-replica-02 -d shardddl1 -t tb1 --action skip" mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:43:20 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 got=2 expected=2 got=1 expected=1 dmctl test cmd: "shard-ddl-lock unlock test-`shardddl`.`tb` -s mysql-replica-02 -d shardddl1 -t tb2 --action skip" wait process dm-worker.test exit... dmctl test cmd: "query-status test" wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "query-status test" with max 10 retries check diff successfully dmctl test cmd: "stop-task test" check diff failed 2-th time, retry later got=3 expected=3 check diff failed 1-th time, retry later rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:43:21 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:43:21 CST 2025] <<<<<< finish DM-130 optimistic >>>>>> wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:43:21 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... check diff successfully dmctl test cmd: "query-status test" check diff successfully dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... pass test_privileges_can_migrate --> start test_privilege_precheck... dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/check_task/conf/task-priv.yaml" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:43:22 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check diff successfully dmctl test cmd: "pause-relay -s mysql-replica-01" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/check_task/conf/task-priv.yaml" dmctl test cmd: "check-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/check_task/conf/task-priv.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "resume-relay -s mysql-replica-01" pass test_privilege_precheck 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:43:23 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:43:23 CST 2025] <<<<<< finish DM-DROP_COLUMN_EXEC_ERROR optimistic >>>>>> [Fri Apr 4 15:43:23 CST 2025] <<<<<< start DM-INIT_SCHEMA optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive start test invalid connection with status running (multi-schema change) check count 1 check count 2 check diff successfully check test invalid connection with status running (multi-schema change) successfully wait process dm-master.test exit... use sync_diff_inspector to check increment data check diff successfully check diff successfully [Fri Apr 4 15:43:24 CST 2025] <<<<<< finish test_multi_task_running >>>>>> start dumping SQLs into source "worker1", "worker2", find workers: worker1 for task: test find workers: worker2 for task: test find all workers: worker1 worker2 (total: 2) restart unuse worker3 try to kill worker port 8264 wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone-no-validator.yaml --remove-meta" wait process dm-worker.test exit... wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check log contain failed 1-th time, retry later wait process dm-worker.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker3 exit... relay logs dm-it-3671243e-45c9-41be-ac88-78dbc2045c1d-pd4z9-p2mmk-bin.000002 relay.meta check diff successfully check dump files have been cleaned ls: cannot access '/tmp/dm_test/all_mode/worker2/dumped_data.t-'$'\303\213''!s`t': No such file or directory worker2 auto removed dump files check no password in log dmctl test cmd: "query-status t-ร‹!s`t" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task t-ร‹!s`t" wait process dm-worker.test exit... wait process dm-master.test exit... matched matched [Fri Apr 4 15:43:25 CST 2025] <<<<<< start test_source_and_target_with_empty_gtid >>>>>> 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... wait process dm-worker.test exit... wait process dm-worker3 exit... process dm-worker3 already exit dmctl test cmd: "list-member --worker --name=worker3" with max 10 retries got=1 expected=1 start dm-worker3 [Fri Apr 4 15:43:26 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time wait process dm-master.test exit... wait process dm-master.test exit... restart dm-master wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:43:26 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... rpc addr 127.0.0.1:8264 is alive restart unuse worker4 try to kill worker port 18262 wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:43:27 CST 2025] <<<<<< test case shardddl4 success! >>>>>> start running case: [shardddl4_1] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:43:27 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:43:27 CST 2025] <<<<<< test case ha_master success! >>>>>> start running case: [tracker_ignored_ddl] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/tracker_ignored_ddl/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/tracker_ignored_ddl/run.sh... Verbose mode = false wait process dm-master.test exit... 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:43:27 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/tracker_ignored_ddl/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time process dm-master.test already exit dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation start --start-time '2023-01-01 00:00:00' test" dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 --> stopped validator fail over 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:43:28 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit wait process dm-master exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:43:28 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Pipeline] } Cache not saved (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } wait process dm-worker4 exit... [Pipeline] // withCredentials [Pipeline] } wait process dm-worker.test exit... wait process dm-master.test exit... [Pipeline] // timeout [Pipeline] } rpc addr 127.0.0.1:8263 is alive start test invalid connection with status queueing (multi-schema change) check count 1 check count 2 [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:43:29 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/tracker_ignored_ddl/conf/dm-worker.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Pipeline] // withEnv [Pipeline] } check diff successfully check test invalid connection with status queueing (multi-schema change) successfully wait process dm-master exit... process dm-master already exit [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } wait process dm-worker4 exit... process dm-worker4 already exit dmctl test cmd: "list-member --worker --name=worker4" with max 10 retries got=1 expected=1 start dm-worker4 [Fri Apr 4 15:43:29 CST 2025] <<<<<< START DM-WORKER on port 18262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-worker4.toml >>>>>> wait for rpc addr 127.0.0.1:18262 alive the 1-th time [Pipeline] // stage [Pipeline] } wait process dm-worker.test exit... wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl4_1/source1.yaml" [Fri Apr 4 15:43:29 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time ('get_task_status_success_with_retry resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'task-tls-2', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-97', u'finished_bytes': 0, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19060)', u'bps': 0, u'total_bytes': 0, u'progress': u'0.00 %'}, u'worker_name': u'worker1', u'unit': u'Load', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'task-tls-2', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-89', u'finished_bytes': 0, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19472)', u'bps': 0, u'total_bytes': 0, u'progress': u'0.00 %'}, u'worker_name': u'worker2', u'unit': u'Load', u'stage': u'Running'}]}) ('get_task_status_success_with_retry resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'task-tls-2', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-97', u'finished_bytes': 0, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19060)', u'bps': 0, u'total_bytes': 0, u'progress': u'0.00 %'}, u'worker_name': u'worker1', u'unit': u'Load', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'task-tls-2', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-89', u'finished_bytes': 0, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19472)', u'bps': 0, u'total_bytes': 0, u'progress': u'0.00 %'}, u'worker_name': u'worker2', u'unit': u'Load', u'stage': u'Running'}]}) ('get_task_status_success_with_retry resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-02', u'name': u'task-tls-2', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-89', u'finished_bytes': 107, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19472)', u'bps': 11, u'total_bytes': 107, u'progress': u'100.00 %'}, u'worker_name': u'worker2', u'unit': u'Load', u'stage': u'Running'}, {u'source_name': u'mysql-01', u'name': u'task-tls-2', u'unresolved_ddl_lock_id': u'', u'load_status': {u'meta_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-97', u'finished_bytes': 107, u'meta_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19060)', u'bps': 11, u'total_bytes': 107, u'progress': u'100.00 %'}, u'worker_name': u'worker1', u'unit': u'Load', u'stage': u'Running'}]}) ('get_task_status_success_with_retry resp=', {u'total': 2, u'data': [{u'source_name': u'mysql-01', u'name': u'task-tls-2', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 108286, u'dump_io_total_bytes': 4030, u'total_events': 0, u'master_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-97', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19060)', u'syncer_binlog_gtid': u'e22e8bcf-1126-11f0-b684-2ece1976700d:1-97', u'synced': True, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19060)'}, u'worker_name': u'worker1', u'unit': u'Sync', u'stage': u'Running'}, {u'source_name': u'mysql-02', u'name': u'task-tls-2', u'unresolved_ddl_lock_id': u'', u'sync_status': {u'binlog_type': u'remote', u'blocking_ddls': None, u'io_total_bytes': 108294, u'dump_io_total_bytes': 4127, u'total_events': 0, u'master_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-89', u'seconds_behind_master': 0, u'master_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19472)', u'syncer_binlog_gtid': u'e2fbb87f-1126-11f0-bc1d-2ece1976700d:1-89', u'synced': True, u'total_tps': 0, u'recent_tps': 0, u'unresolved_groups': None, u'syncer_binlog': u'(dm-it-2c16299a-e08b-46ce-ba49-71067f34a00f-dv7mt-z4j7t-bin.000001, 19472)'}, u'worker_name': u'worker2', u'unit': u'Sync', u'stage': u'Running'}]}) rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/tracker_ignored_ddl/source1.yaml" wait process dm-worker.test exit... dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/tracker_ignored_ddl/conf/dm-task.yaml " wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:43:31 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /tmp/dm_test/all_mode/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:18262 is alive restart unuse worker5 try to kill worker port 18263 wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl4_1/source2.yaml" [Fri Apr 4 15:43:31 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:43:31 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. increment1 check success wait process dm-worker5 exit... wait process dm-worker.test exit... [Fri Apr 4 15:43:32 CST 2025] <<<<<< start DM-TABLE_CHECKPOINT_BACKWARD optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:43:32 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /tmp/dm_test/all_mode/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:43:32 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker5 exit... process dm-worker5 already exit dmctl test cmd: "list-member --worker --name=worker5" with max 10 retries got=1 expected=1 start dm-worker5 [Fri Apr 4 15:43:33 CST 2025] <<<<<< START DM-WORKER on port 18263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases2/conf/dm-worker5.toml >>>>>> wait for rpc addr 127.0.0.1:18263 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:43:33 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/all_mode/source1.yaml" with max 10 retries got=2 expected=2 got=1 expected=1 rpc addr 127.0.0.1:8261 is alive check master alive dmctl test cmd: "list-member" with max 10 retries got=1 expected=1 gtid is empty start task and check stage dmctl test cmd: "start-task /tmp/dm_test/all_mode/dm-task-no-gtid.yaml --remove-meta=true" with max 10 retries rpc addr 127.0.0.1:8263 is alive start test invalid connection with status none (multi-schema change) check count 1 check count 2 check diff successfully check test invalid connection with status none (multi-schema change) successfully mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=0 expected=2 command: query-status test "unit": "Sync" count: 0 != expected: 2, failed the 0-th time, will retry again dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 got=1 expected=1 dmctl test cmd: "resume-task test" check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "resume-task test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:18263 is alive try to kill worker port 8262 [Fri Apr 4 15:43:34 CST 2025] <<<<<< finish DM-INIT_SCHEMA optimistic >>>>>> [Fri Apr 4 15:43:34 CST 2025] <<<<<< start DM-DROP_COLUMN_ALL_DONE optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:43:34 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=2 expected=2 increment2 check success dmctl test cmd: "stop-relay -s mysql-replica-01" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" dmctl test cmd: "operate-source stop /tmp/dm_test/tracker_ignored_ddl/source1.yaml" got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 got=2 expected=2 check data check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:43:35 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/tracker_ignored_ddl/conf/dm-master.toml >>>>>> rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:43:35 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/tracker_ignored_ddl/conf/dm-worker.toml >>>>>> rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/tracker_ignored_ddl/source1.yaml" wait process dm-worker.test exit... wait process dm-worker1 exit... ERROR 1146 (42S02) at line 1: Table 'all_mode.t2' doesn't exist run tidb sql failed 1-th time, retry later rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" [Fri Apr 4 15:43:35 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 restart dm-worker 2 wait process dm-worker.test exit... wait process dm-worker1 exit... process dm-worker1 already exit worker1 was killed dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/tracker_ignored_ddl/conf/dm-task.yaml " got=2 expected=2 dmctl test cmd: "query-status test2" with max 10 retries rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" got=2 expected=2 wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:43:36 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker2 exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check log contain failed 1-th time, retry later check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. increment1 check success rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:43:37 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker2 exit... process dm-worker2 already exit [Fri Apr 4 15:43:37 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8263 is alive check log contain failed 1-th time, retry later rpc addr 127.0.0.1:8263 is alive start test inserting data after invalid connection (multi-schema change) check count 1 run tidb sql failed 1-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 3\/2\/1" count: 0 != expected: 1, failed the 0-th time, will retry again got=1 expected=1 dmctl test cmd: "resume-task test" dmctl test cmd: "resume-task test" with max 10 retries check diff successfully got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries ('create_noshard_task_with_security_failed resp=', {u'error_code': 10001, u'error_msg': u'[code=10001:class=database:scope=downstream:level=high], Message: database driver error, RawCause: tls: failed to verify certificate: x509: certificate signed by unknown authority, Workaround: Please check the database connection and the database config in configuration file.'}) got=2 expected=2 increment2 check success dmctl test cmd: "stop-relay -s mysql-replica-01" dmctl test cmd: "query-status test" with max 10 retries ('create_noshard_task_with_security_failed resp=', {u'error_code': 11112, u'error_msg': u'[code=11112:class=functional:scope=internal:level=medium], Message: invalid TLS config, RawCause: could not load client key pair: tls: failed to find "CERTIFICATE" PEM block in certificate input after skipping PEM blocks of the following types: [EC PARAMETERS EC PRIVATE KEY], Workaround: Please check the `ssl-ca`, `ssl-cert` and `ssl-key` config.'}) ('create_noshard_task_with_security_failed resp=', {u'error_code': 11112, u'error_msg': u'[code=11112:class=functional:scope=internal:level=medium], Message: invalid TLS config, RawCause: could not load client key pair: tls: failed to find "CERTIFICATE" PEM block in certificate input after skipping PEM blocks of the following types: [EC PARAMETERS EC PRIVATE KEY], Workaround: Please check the `ssl-ca`, `ssl-cert` and `ssl-key` config.'}) ('create_noshard_task_with_security_failed resp=', {u'error_code': 49001, u'error_msg': u'[code=49001:class=openapi:scope=internal:level=high], Message: Invalid security config, full migrate conf\'s security fields should not be ""'}) Starting TiDB on port 4000 Verifying TiDB is started... got=1 expected=1 dmctl test cmd: "stop-task test" dmctl test cmd: "operate-source stop /tmp/dm_test/tracker_ignored_ddl/source1.yaml" ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 104 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive check count 2 check diff successfully check test inserting data after invalid connection (multi-schema change) successfully dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 restart dm-master got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again wait process dm-master.test exit... wait process dm-master exit... wait process dm-worker.test exit... VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled False If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'test'@'%' >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>TEST OPENAPI: TLS SUCCESS ('list_master_success resp=', {u'total': 2, u'data': [{u'name': u'master1', u'addr': u'http://127.0.0.1:8291', u'alive': True, u'leader': True}, {u'name': u'master2', u'addr': u'http://127.0.0.1:8292', u'alive': True, u'leader': False}]}) ('list_worker_success resp=', {u'total': 2, u'data': [{u'bound_source_name': u'mysql-01', u'bound_stage': u'bound', u'addr': u'127.0.0.1:8262', u'name': u'worker1'}, {u'bound_source_name': u'mysql-02', u'bound_stage': u'bound', u'addr': u'127.0.0.1:8263', u'name': u'worker2'}]}) delete_master_with_retry_success ('list_master_success resp=', {u'total': 1, u'data': [{u'name': u'master1', u'addr': u'http://127.0.0.1:8291', u'alive': True, u'leader': True}]}) wait process dm-master.test exit... process dm-master.test already exit ('delete_worker_failed resp=', {u'error_code': 46005, u'error_msg': u'[code=46005:class=scheduler:scope=internal:level=medium], Message: dm-worker with name worker1 is still online, Workaround: Please shut it down first.'}) wait process dm-master exit... process dm-master already exit wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:43:43 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-worker.test exit... wait process dm-worker.test exit... got=1 expected=1 got=1 expected=1 got=1 expected=1 got=2 expected=2 rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:43:44 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gbk/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit rpc addr 127.0.0.1:8263 is alive start test adding UNIQUE on column with duplicate data (multi-schema change) check cancelled error dmctl test cmd: "query-status gbk" with max 10 retries got=1 expected=1 check test adding UNIQUE on column with duplicate data (multi-schema change) successfully 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:43:45 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:43:45 CST 2025] <<<<<< test case tracker_ignored_ddl success! >>>>>> start running case: [validator_checkpoint] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/run.sh... Verbose mode = false --> check persist checkpoint and data with 2 source 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:43:46 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time delete_worker_with_retry_success ('list_worker_success resp=', {u'total': 1, u'data': [{u'bound_source_name': u'mysql-02', u'bound_stage': u'bound', u'addr': u'127.0.0.1:8263', u'name': u'worker2'}]}) 2 dm-master alive 0 dm-worker alive 0 dm-syncer alive run tidb sql failed 1-th time, retry later wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:43:47 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/conf/dm-worker1.toml >>>>>> wait process dm-master.test exit... wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... process dm-master.test already exit got=1 expected=1 got=1 expected=1 restart dm-worker 2 rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:43:48 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "validation stop test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:43:48 CST 2025] <<<<<< test case openapi success! >>>>>> start running case: [s3_dumpling_lightning] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit + WORK_DIR=/tmp/dm_test/s3_dumpling_lightning.downstream + export PD_PEER_ADDR=127.0.0.1:2380 + PD_PEER_ADDR=127.0.0.1:2380 + export PD_ADDR=127.0.0.1:2379 + PD_ADDR=127.0.0.1:2379 + export TIDB_IP=127.0.0.1 + TIDB_IP=127.0.0.1 + export TIDB_PORT=4000 + TIDB_PORT=4000 + export TIDB_ADDR=127.0.0.1:4000 + TIDB_ADDR=127.0.0.1:4000 + export TIDB_STATUS_ADDR=127.0.0.1:10080 + TIDB_STATUS_ADDR=127.0.0.1:10080 + export TIKV_ADDR=127.0.0.1:2016 + TIKV_ADDR=127.0.0.1:2016 + export TIKV_STATUS_ADDR=127.0.0.1:2018 + TIKV_STATUS_ADDR=127.0.0.1:2018 + start_pd + echo 'Starting PD...' Starting PD... + cat + bin/pd-server --version Release Version: v9.0.0-beta.1.pre-91-g9d6bbb852 Edition: Community Git Commit Hash: 9d6bbb8529d9d2acb9cf324a65e94ece465f6346 Git Branch: master UTC Build Time: 2025-04-03 07:28:59 + mkdir -p /tmp/dm_test/s3_dumpling_lightning.downstream/pd + sleep 5 + bin/pd-server --client-urls http://127.0.0.1:2379 --peer-urls http://127.0.0.1:2380 --log-file /tmp/dm_test/s3_dumpling_lightning.downstream/pd.log --config /tmp/dm_test/s3_dumpling_lightning.downstream/pd.toml --data-dir /tmp/dm_test/s3_dumpling_lightning.downstream/pd wait process dm-worker2 exit... wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/validator_checkpoint/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/validator_checkpoint/source2.yaml" wait process dm-worker2 exit... process dm-worker2 already exit [Fri Apr 4 15:43:49 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-worker2.toml >>>>>> wait process worker1 exit... wait process dm-worker.test exit... wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process worker1 exit... process worker1 already exit dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=0 expected=0 got=1 expected=1 dmctl test cmd: "validation show-error --error all test" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:43:50 CST 2025] <<<<<< test case gbk success! >>>>>> start running case: [gtid] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:43:50 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/conf/dm-task.yaml --remove-meta" got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation start test" with max 10 retries got=1 expected=1 got=3 expected=3 check diff failed 1-th time, retry later rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:43:51 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: ""unit": "Sync"" with max 10 retries dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test processedRowsStatus": "insert\/update\/delete: 3\/1\/0" count: 0 != expected: 1, failed the 0-th time, will retry again dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 6\/3\/1" count: 0 != expected: 1, failed the 0-th time, will retry again rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/gtid/source1.yaml" [Fri Apr 4 15:43:53 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check diff failed 2-th time, retry later + i=0 + true ++ curl -s -o /dev/null -w '%{http_code}' http://127.0.0.1:2379/pd/api/v1/version + response=200 + echo 'curl response: 200' curl response: 200 + '[' 200 -eq 200 ']' + echo 'Start PD success' Start PD success + break + start_tikv + echo 'Starting TiKV...' Starting TiKV... + mkdir -p /tmp/dm_test/s3_dumpling_lightning.downstream/tikv + bin/tikv-server --version TiKV Release Version: 9.0.0-beta.1 Edition: Community Git Commit Hash: 3eb3439fd88f0db9de06ef92e845e80b32c9b49a Git Commit Branch: master UTC Build Time: 2025-04-02 02:57:52 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release + sleep 5 + bin/tikv-server --pd 127.0.0.1:2379 -A 127.0.0.1:2016 --status-addr 127.0.0.1:2018 --log-file /tmp/dm_test/s3_dumpling_lightning.downstream/tikv.log --log-level info -s /tmp/dm_test/s3_dumpling_lightning.downstream/tikv rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/gtid/source2.yaml" got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=2 expected=2 --> check validator can restart from previous position on fail over restart dm-worker1 check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-task.yaml --remove-meta" [Fri Apr 4 15:43:55 CST 2025] <<<<<< finish DM-DROP_COLUMN_ALL_DONE optimistic >>>>>> [Fri Apr 4 15:43:55 CST 2025] <<<<<< start DM-RECOVER_LOCK optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" wait process worker1 exit... wait process worker1 exit... process worker1 already exit [Fri Apr 4 15:43:56 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully dmctl test cmd: "pause-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check log contain failed 1-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "resume-task test" got=1 expected=1 got=1 expected=1 got=1 expected=1 got=2 expected=2 --> filter online ddl shadow table 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive check diff successfully 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8262 is alive restart dm-worker2 check diff failed 1-th time, retry later wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit + i=0 + true ++ curl -s http://127.0.0.1:2379/pd/api/v1/cluster/status + response='{ "raft_bootstrap_time": "2025-04-04T15:43:53.648972436+08:00", "is_initialized": true, "replication_status": "" }' + '[' -z '{ "raft_bootstrap_time": "2025-04-04T15:43:53.648972436+08:00", "is_initialized": true, "replication_status": "" }' ']' + echo 'PD response: { "raft_bootstrap_time": "2025-04-04T15:43:53.648972436+08:00", "is_initialized": true, "replication_status": "" }' PD response: { "raft_bootstrap_time": "2025-04-04T15:43:53.648972436+08:00", "is_initialized": true, "replication_status": "" } + echo '{ "raft_bootstrap_time": "2025-04-04T15:43:53.648972436+08:00", "is_initialized": true, "replication_status": "" }' + grep -q '"is_initialized": true' + echo 'TiKV cluster initialized successfully' TiKV cluster initialized successfully + break + start_tidb + echo 'Starting TiDB...' Starting TiDB... + bin/tidb-server -V Release Version: v9.0.0-beta.1.pre-511-gd9fb3a5337 Edition: Community Git Commit Hash: d9fb3a53376157be49b5a7941e6e689a33c81eb0 Git Branch: master UTC Build Time: 2025-04-03 11:14:01 GoVersion: go1.23.8 Race Enabled: false Check Table Before Drop: false Store: unistore + sleep 5 + bin/tidb-server -P 4000 --status 10080 --advertise-address=127.0.0.1 --store tikv --path 127.0.0.1:2379 --log-file /tmp/dm_test/s3_dumpling_lightning.downstream/tidb.log wait process worker2 exit... check log contain failed 1-th time, retry later wait process dm-master.test exit... process dm-master.test already exit check diff failed 2-th time, retry later wait process dm-worker.test exit... wait process worker2 exit... process worker2 already exit [Fri Apr 4 15:44:00 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=0 expected=1 command: validation status test processedRowsStatus": "insert\/update\/delete: 1\/0\/0" count: 0 != expected: 1, failed the 0-th time, will retry again restart dm-master wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:44:02 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master exit... check diff failed 3-th time, retry later wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:44:02 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master exit... process dm-master already exit wait for rpc addr 127.0.0.1:8261 alive the 2-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:44:03 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 got=2 expected=2 dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=2 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 1 != expected: 2, failed the 0-th time, will retry again check diff successfully dmctl test cmd: "stop-task test" + i=0 + true ++ curl -s -o /dev/null -w '%{http_code}' http://127.0.0.1:10080/status + response=200 + echo 'curl response: 200' curl response: 200 + '[' 200 -eq 200 ']' + echo 'Start TiDB success' Start TiDB success + break + mysql -uroot -h127.0.0.1 -P4000 --default-character-set utf8 -e 'CREATE USER '\''test'\''@'\''%'\'' IDENTIFIED BY '\''123456'\'';' + mysql -uroot -h127.0.0.1 -P4000 --default-character-set utf8 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''test'\''@'\''%'\'' WITH GRANT OPTION;' process minio already exit * Trying 127.0.0.1... * TCP_NODELAY set * connect to 127.0.0.1 port 8688 failed: Connection refused * Failed to connect to 127.0.0.1 port 8688: Connection refused * Closing connection 0 You are running an older version of MinIO released 4 years ago Update: Run `mc admin update` Attempting encryption of all config, IAM users and policies on MinIO backend rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:44:04 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:44:04 CST 2025] <<<<<< finish DM-TABLE_CHECKPOINT_BACKWARD optimistic >>>>>> [Fri Apr 4 15:44:04 CST 2025] <<<<<< start DM-RESYNC_NOT_FLUSHED optimistic >>>>>> Endpoint: http://127.0.0.1:8688 Browser Access: http://127.0.0.1:8688 Object API (Amazon S3 compatible): Go: https://docs.min.io/docs/golang-client-quickstart-guide Java: https://docs.min.io/docs/java-client-quickstart-guide Python: https://docs.min.io/docs/python-client-quickstart-guide JavaScript: https://docs.min.io/docs/javascript-client-quickstart-guide .NET: https://docs.min.io/docs/dotnet-client-quickstart-guide dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/gtid/source1.yaml" [Fri Apr 4 15:44:05 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-worker2.toml >>>>>> [Fri Apr 4 15:44:05 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" * Trying 127.0.0.1... * TCP_NODELAY set * Connected to 127.0.0.1 (127.0.0.1) port 8688 (#0) > GET / HTTP/1.1 > Host: 127.0.0.1:8688 > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 403 Forbidden < Accept-Ranges: bytes < Content-Length: 226 < Content-Security-Policy: block-all-mixed-content < Content-Type: application/xml < Server: MinIO/RELEASE.2020-07-27T18-37-02Z < Vary: Origin < X-Amz-Request-Id: 18330DCADED87EEA < X-Xss-Protection: 1; mode=block < Date: Fri, 04 Apr 2025 07:44:05 GMT < { [226 bytes data] * Connection #0 to host 127.0.0.1 left intact kill: not enough arguments process dm-master.test already exit kill: not enough arguments process dm-worker.test already exit [Fri Apr 4 15:44:05 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-master.toml >>>>>> got=1 expected=1 got=1 expected=1 got=2 expected=2 got=2 expected=2 [Fri Apr 4 15:44:05 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 1-th time run tidb sql failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 restart dm-worker1 rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/gtid/source2.yaml" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:44:06 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/test-filter.yaml --remove-meta" wait process worker1 exit... dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-task.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive restart dm-master wait process worker1 exit... rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:44:07 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time process worker1 already exit [Fri Apr 4 15:44:08 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time --> check validator persist fail in the middle 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master exit... wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/s3_dumpling_lightning/source1.yaml" check diff successfully new_gtid1 e038796a-1126-11f0-acf9-aa49ccb1b3a8:6 new_gtid2 e0ade1b3-1126-11f0-a776-aa49ccb1b3a8:6 check diff successfully dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8262 is alive restart dm-worker2 dmctl test cmd: "operate-source create /tmp/dm_test/s3_dumpling_lightning/source2.yaml" [Fri Apr 4 15:44:09 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:44:09 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check log contain failed 1-th time, retry later dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 3\/0\/0" count: 0 != expected: 1, failed the 0-th time, will retry again rpc addr 127.0.0.1:8262 is alive wait process dm-master exit... process dm-master already exit wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-task.yaml" wait process worker2 exit... prepare source data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start task dmctl test cmd: "start-task /tmp/dm_test/s3_dumpling_lightning/dm-task.yaml --remove-meta" wait process dm-worker.test exit... wait process worker2 exit... process worker2 already exit [Fri Apr 4 15:44:11 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time check diff successfully dmctl test cmd: "stop-task test" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check task result run tidb sql failed 1-th time, retry later [Fri Apr 4 15:44:12 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again rpc addr 127.0.0.1:8263 is alive wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:44:13 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time run tidb sql failed 2-th time, retry later got=1 expected=1 got=1 expected=1 got=1 expected=1 got=2 expected=2 --> filter by ba list [Fri Apr 4 15:44:13 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:44:13 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8261 is alive rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:44:14 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff successfully dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8262 is alive rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/gtid/conf/dm-task.yaml" [Fri Apr 4 15:44:15 CST 2025] <<<<<< finish DM-RECOVER_LOCK optimistic >>>>>> run DM_DropAddColumn case #0 [Fri Apr 4 15:44:15 CST 2025] <<<<<< start DM-DropAddColumn optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:44:15 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries run tidb sql failed 3-th time, retry later got=1 expected=1 dmctl test cmd: "validation status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=2 expected=2 --> filter by filter-rules dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully check log contain failed 1-th time, retry later rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/validator_checkpoint/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/validator_checkpoint/source2.yaml" wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "validation status test" with max 10 retries got=0 expected=1 command: validation status test "processedRowsStatus": "insert\/update\/delete: 7\/2\/0" count: 0 != expected: 1, failed the 0-th time, will retry again dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/conf/dm-task.yaml --remove-meta" run tidb sql failed 1-th time, retry later wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 check diff failed 1-th time, retry later dmctl test cmd: ""unit": "Sync"" with max 10 retries wait process dm-worker.test exit... dmctl test cmd: "validation status test" with max 10 retries got=0 expected=2 command: validation status test "stage": "Stopped" count: 0 != expected: 2, failed the 0-th time, will retry again run tidb sql failed 2-th time, retry later got=1 expected=1 got=0 expected=1 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 1-th time, will retry again wait process dm-worker.test exit... check diff failed 2-th time, retry later wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:44:21 CST 2025] <<<<<< test case gtid success! >>>>>> start running case: [ha_cases] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:44:21 CST 2025] <<<<<< start test_exclusive_relay >>>>>> start DM worker and master cluster [Fri Apr 4 15:44:21 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master-standalone.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=1 expected=1 got=1 expected=1 got=1 expected=1 got=3 expected=3 --> validate when syncer is stopped 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive run tidb sql failed 3-th time, retry later got=2 expected=2 got=2 expected=2 got=2 expected=2 got=2 expected=2 got=2 expected=2 --> after resume and persist again, meta data should be consistent dmctl test cmd: "stop-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/conf/dm-task.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_checkpoint/conf/dm-task.yaml " rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:44:22 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... check diff failed 3-th time, retry later dmctl test cmd: "validation status test" with max 10 retries got=4 expected=4 got=2 expected=2 got=2 expected=2 got=2 expected=2 rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases/source1.yaml" run tidb sql failed 4-th time, retry later run tidb sql failed 1-th time, retry later [Fri Apr 4 15:44:24 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit [Fri Apr 4 15:44:23 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:44:24 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-relay -s mysql-replica-01 worker1 worker2" with max 10 retries check diff failed at last dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 got=1 expected=1 dmctl test cmd: "pause-task test" dmctl test cmd: "resume-task test" run tidb sql failed 5-th time, retry later --> check validate success after insert data manually check diff successfully dmctl test cmd: "stop-task test" wait process dm-worker.test exit... dmctl test cmd: "validation status test" with max 10 retries got=4 expected=4 got=2 expected=2 got=0 expected=2 command: validation status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 2, failed the 0-th time, will retry again [Fri Apr 4 15:44:26 CST 2025] <<<<<< finish DM-DropAddColumn optimistic >>>>>> run DM_DropAddColumn case #1 [Fri Apr 4 15:44:26 CST 2025] <<<<<< start DM-DropAddColumn optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" got=3 expected=3 dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases/source2.yaml" dmctl test cmd: "list-member --worker" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "operate-source show -s mysql-replica-02" with max 10 retries got=1 expected=1 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:44:27 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully restart dm-master wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:44:28 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time run tidb sql failed 6-th time, retry later got=4 expected=4 got=2 expected=2 got=2 expected=2 got=2 expected=2 run tidb sql failed 1-th time, retry later wait process dm-master exit... wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" [Fri Apr 4 15:44:29 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master exit... process dm-master already exit wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone.yaml --remove-meta" wait process dm-worker.test exit... 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process minio exit... process minio already exit /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/run.sh: line 49: 31747 Killed bin/minio server --address $S3_ENDPOINT "$s3_DBPATH" run s3 test with check dump files success process minio already exit * Trying 127.0.0.1... * TCP_NODELAY set * connect to 127.0.0.1 port 8688 failed: Connection refused * Failed to connect to 127.0.0.1 port 8688: Connection refused * Closing connection 0 You are running an older version of MinIO released 4 years ago Update: Run `mc admin update` Attempting encryption of all config, IAM users and policies on MinIO backend wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit clean source table mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... Endpoint: http://127.0.0.1:8688 Browser Access: http://127.0.0.1:8688 Object API (Amazon S3 compatible): Go: https://docs.min.io/docs/golang-client-quickstart-guide Java: https://docs.min.io/docs/java-client-quickstart-guide Python: https://docs.min.io/docs/python-client-quickstart-guide JavaScript: https://docs.min.io/docs/javascript-client-quickstart-guide .NET: https://docs.min.io/docs/dotnet-client-quickstart-guide [Fri Apr 4 15:44:31 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. * Trying 127.0.0.1... * TCP_NODELAY set * Connected to 127.0.0.1 (127.0.0.1) port 8688 (#0) > GET / HTTP/1.1 > Host: 127.0.0.1:8688 > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 403 Forbidden < Accept-Ranges: bytes < Content-Length: 226 < Content-Security-Policy: block-all-mixed-content < Content-Type: application/xml < Server: MinIO/RELEASE.2020-07-27T18-37-02Z < Vary: Origin < X-Amz-Request-Id: 18330DD141A5498F < X-Xss-Protection: 1; mode=block < Date: Fri, 04 Apr 2025 07:44:33 GMT < { [226 bytes data] * Connection #0 to host 127.0.0.1 left intact wait for rpc addr 127.0.0.1:8261 alive the 2-th time [Fri Apr 4 15:44:33 CST 2025] <<<<<< finish test_exclusive_relay >>>>>> [Fri Apr 4 15:44:33 CST 2025] <<<<<< start test_exclusive_relay_2 >>>>>> start DM worker and master cluster [Fri Apr 4 15:44:33 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master-standalone.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive check log contain failed 1-th time, retry later wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-worker.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:44:35 CST 2025] <<<<<< test case validator_checkpoint success! >>>>>> start running case: [incompatible_ddl_changes] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incompatible_ddl_changes/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incompatible_ddl_changes/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:44:36 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incompatible_ddl_changes/conf/dm-master.toml >>>>>> wait process dm-worker.test exit... wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:44:36 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 wait for rpc addr 127.0.0.1:8261 alive the 2-th time check diff failed 1-th time, retry later rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases/source1.yaml" wait process dm-worker.test exit... [Fri Apr 4 15:44:37 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases/source2.yaml" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:44:38 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incompatible_ddl_changes/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 1\/0\/0" count: 0 != expected: 1, failed the 0-th time, will retry again check diff failed 2-th time, retry later wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incompatible_ddl_changes/conf/source1.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incompatible_ddl_changes/conf/dm-task.yaml " dmctl test cmd: "start-relay -s mysql-replica-01 worker1" with max 10 retries got=1 expected=1 got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 1\/0\/0" count: 0 != expected: 1, failed the 1-th time, will retry again wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:44:40 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=2 expected=2 dmctl test cmd: "start-relay -s mysql-replica-02 worker2" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:44:41 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff failed 3-th time, retry later got=1 expected=1 got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=1 expected=1 got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 1\/0\/0" count: 0 != expected: 1, failed the 2-th time, will retry again got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 [Fri Apr 4 15:44:42 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:44:42 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8264 is alive kill dm-worker1 got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/s3_dumpling_lightning/source1.yaml" check diff failed at last dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 got=1 expected=1 dmctl test cmd: "pause-task test" dmctl test cmd: "resume-task test" got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "operate-source create /tmp/dm_test/s3_dumpling_lightning/source2.yaml" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries wait process dm-worker1 exit... got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries check diff successfully dmctl test cmd: "stop-task test" got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries [Fri Apr 4 15:44:44 CST 2025] <<<<<< finish DM-DropAddColumn optimistic >>>>>> run DM_DropAddColumn case #2 [Fri Apr 4 15:44:44 CST 2025] <<<<<< start DM-DropAddColumn optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" got=1 expected=1 got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 1\/0\/0" count: 0 != expected: 1, failed the 3-th time, will retry again got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries prepare source data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start task dmctl test cmd: "start-task /tmp/dm_test/s3_dumpling_lightning/dm-task.yaml --remove-meta" got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker1 exit... process dm-worker1 already exit dmctl test cmd: "list-member --name worker3" with max 10 retries got=1 expected=1 [Fri Apr 4 15:44:45 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries check diff successfully restart dm-master got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=1 expected=1 got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 1\/0\/0" count: 0 != expected: 1, failed the 4-th time, will retry again rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "list-member --name worker3" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check task result run tidb sql failed 1-th time, retry later got=1 expected=1 dmctl test cmd: "list-member --name worker1" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 kill dm-worker2 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-master exit... got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 check diff successfully restart dm-worker1 wait process worker1 exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries wait process dm-worker2 exit... wait process dm-master exit... got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries process dm-master already exit got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries wait process worker1 exit... process worker1 already exit [Fri Apr 4 15:44:48 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker2 exit... process dm-worker2 already exit dmctl test cmd: "operate-source show -s mysql-replica-02" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "pause-task test" got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries run tidb sql failed 2-th time, retry later got=1 expected=1 [Fri Apr 4 15:44:48 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8262 is alive restart dm-worker2 got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "list-member --name worker2" with max 10 retries 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:44:49 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=1 expected=1 1 dm-master alive 3 dm-worker alive 0 dm-syncer alive dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 wait process worker2 exit... run tidb sql failed 3-th time, retry later wait process dm-master.test exit... wait process dm-master.test exit... wait process worker2 exit... process worker2 already exit [Fri Apr 4 15:44:51 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "resume-task test" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "pause-task test" wait process dm-master.test exit... process dm-master.test already exit wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "stop-task test" wait for rpc addr 127.0.0.1:8261 alive the 2-th time [Fri Apr 4 15:44:52 CST 2025] <<<<<< finish DM-RESYNC_NOT_FLUSHED optimistic >>>>>> [Fri Apr 4 15:44:52 CST 2025] <<<<<< start DM-RESYNC_TXN_INTERRUPT optimistic >>>>>> run tidb sql failed 1-th time, retry later dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker.test exit... wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 2\/0\/0" count: 0 != expected: 1, failed the 0-th time, will retry again check diff failed 1-th time, retry later wait process dm-worker.test exit... wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 restart dm-worker1 run tidb sql failed 2-th time, retry later wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:44:55 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incompatible_ddl_changes/conf/dm-master.toml >>>>>> wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit clean source table mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process worker1 exit... wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff failed 2-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:44:56 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incompatible_ddl_changes/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 2\/0\/0" count: 0 != expected: 1, failed the 1-th time, will retry again wait process worker1 exit... process worker1 already exit [Fri Apr 4 15:44:56 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:44:57 CST 2025] <<<<<< finish test_exclusive_relay_2 >>>>>> [Fri Apr 4 15:44:57 CST 2025] <<<<<< start test_last_bound >>>>>> [Fri Apr 4 15:44:57 CST 2025] <<<<<< start test_running >>>>>> 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit clean source table mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8262 is alive restart dm-worker2 rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incompatible_ddl_changes/conf/source1.yaml" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/incompatible_ddl_changes/conf/dm-task1.yaml " wait process minio exit... process minio already exit /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/run.sh: line 49: 32413 Killed bin/minio server --address $S3_ENDPOINT "$s3_DBPATH" run s3 test without check dump files success process minio already exit * Trying 127.0.0.1... * TCP_NODELAY set * connect to 127.0.0.1 port 8688 failed: Connection refused * Failed to connect to 127.0.0.1 port 8688: Connection refused * Closing connection 0 use sync_diff_inspector to check increment data check diff successfully check diff successfully data checked after one worker was killed try to kill worker port 8263 wait process dm-worker2 exit... wait process dm-worker2 exit... process dm-worker2 already exit worker2 was killed dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test2" with max 10 retries got=2 expected=2 [Fri Apr 4 15:44:56 CST 2025] <<<<<< finish test_multi_task_reduce_and_restart_worker >>>>>> 3 dm-master alive 3 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... You are running an older version of MinIO released 4 years ago Update: Run `mc admin update` Attempting encryption of all config, IAM users and policies on MinIO backend got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 2\/0\/0" count: 0 != expected: 1, failed the 2-th time, will retry again check diff failed 3-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process worker2 exit... Endpoint: http://127.0.0.1:8688 Browser Access: http://127.0.0.1:8688 Object API (Amazon S3 compatible): Go: https://docs.min.io/docs/golang-client-quickstart-guide Java: https://docs.min.io/docs/java-client-quickstart-guide Python: https://docs.min.io/docs/python-client-quickstart-guide JavaScript: https://docs.min.io/docs/javascript-client-quickstart-guide .NET: https://docs.min.io/docs/dotnet-client-quickstart-guide mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries import prepare data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start DM worker and master cluster [Fri Apr 4 15:44:59 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master1.toml >>>>>> [Fri Apr 4 15:44:59 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master2.toml >>>>>> [Fri Apr 4 15:44:59 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process worker2 exit... process worker2 already exit [Fri Apr 4 15:44:59 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries * Trying 127.0.0.1... * TCP_NODELAY set * Connected to 127.0.0.1 (127.0.0.1) port 8688 (#0) > GET / HTTP/1.1 > Host: 127.0.0.1:8688 > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 403 Forbidden < Accept-Ranges: bytes < Content-Length: 226 < Content-Security-Policy: block-all-mixed-content < Content-Type: application/xml < Server: MinIO/RELEASE.2020-07-27T18-37-02Z < Vary: Origin < X-Amz-Request-Id: 18330DD76D33E4BD < X-Xss-Protection: 1; mode=block < Date: Fri, 04 Apr 2025 07:44:59 GMT < { [226 bytes data] * Connection #0 to host 127.0.0.1 left intact got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries wait process dm-master.test exit... got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 2\/0\/0" count: 0 != expected: 1, failed the 3-th time, will retry again got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries check diff failed at last dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 got=1 expected=1 dmctl test cmd: "pause-task test" dmctl test cmd: "resume-task test" got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries rpc addr 127.0.0.1:8263 is alive begin; insert into shardddl1.tb2 values (1,1); insert into shardddl1.tb2 values (2,2); insert into shardddl1.tb2 values (3,3); insert into shardddl1.tb2 values (4,4); insert into shardddl1.tb2 values (5,5); insert into shardddl1.tb2 values (6,6); insert into shardddl1.tb2 values (7,7); insert into shardddl1.tb2 values (8,8); insert into shardddl1.tb2 values (9,9); insert into shardddl1.tb2 values (10,10); commit; mysql: [Warning] Using a password on the command line interface can be insecure. begin; insert into shardddl1.t_1 values (11,11); insert into shardddl1.t_1 values (12,12); insert into shardddl1.t_1 values (13,13); insert into shardddl1.t_1 values (14,14); insert into shardddl1.t_1 values (15,15); insert into shardddl1.t_1 values (16,16); insert into shardddl1.t_1 values (17,17); insert into shardddl1.t_1 values (18,18); insert into shardddl1.t_1 values (19,19); insert into shardddl1.t_1 values (20,20); insert into shardddl1.t_1 values (21,21); insert into shardddl1.t_1 values (22,22); insert into shardddl1.t_1 values (23,23); insert into shardddl1.t_1 values (24,24); insert into shardddl1.t_1 values (25,25); insert into shardddl1.t_1 values (26,26); insert into shardddl1.t_1 values (27,27); insert into shardddl1.t_1 values (28,28); insert into shardddl1.t_1 values (29,29); insert into shardddl1.t_1 values (30,30); insert into shardddl1.t_1 values (31,31); insert into shardddl1.t_1 values (32,32); insert into shardddl1.t_1 values (33,33); insert into shardddl1.t_1 values (34,34); insert into shardddl1.t_1 values (35,35); insert into shardddl1.t_1 values (36,36); insert into shardddl1.t_1 values (37,37); insert into shardddl1.t_1 values (38,38); insert into shardddl1.t_1 values (39,39); insert into shardddl1.t_1 values (40,40); insert into shardddl1.t_1 values (41,41); insert into shardddl1.t_1 values (42,42); insert into shardddl1.t_1 values (43,43); insert into shardddl1.t_1 values (44,44); insert into shardddl1.t_1 values (45,45); insert into shardddl1.t_1 values (46,46); insert into shardddl1.t_1 values (47,47); insert into shardddl1.t_1 values (48,48); insert into shardddl1.t_1 values (49,49); insert into shardddl1.t_1 values (50,50); commit; mysql: [Warning] Using a password on the command line interface can be insecure. begin; insert into shardddl1.tb1 values (51,51); insert into shardddl1.tb1 values (52,52); insert into shardddl1.tb1 values (53,53); insert into shardddl1.tb1 values (54,54); insert into shardddl1.tb1 values (55,55); insert into shardddl1.tb1 values (56,56); insert into shardddl1.tb1 values (57,57); insert into shardddl1.tb1 values (58,58); insert into shardddl1.tb1 values (59,59); insert into shardddl1.tb1 values (60,60); commit; mysql: [Warning] Using a password on the command line interface can be insecure. begin; insert into shardddl1.t_1 values (61,61); insert into shardddl1.t_1 values (62,62); insert into shardddl1.t_1 values (63,63); insert into shardddl1.t_1 values (64,64); insert into shardddl1.t_1 values (65,65); insert into shardddl1.t_1 values (66,66); insert into shardddl1.t_1 values (67,67); insert into shardddl1.t_1 values (68,68); insert into shardddl1.t_1 values (69,69); insert into shardddl1.t_1 values (70,70); commit; mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8261 is alive rpc addr 127.0.0.1:8361 is alive rpc addr 127.0.0.1:8461 is alive start worker and operate mysql config to worker [Fri Apr 4 15:45:00 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker1.toml >>>>>> check diff successfully dmctl test cmd: "stop-task test" wait process dm-master.test exit... got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries check diff failed 1-th time, retry later wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:45:00 CST 2025] <<<<<< finish DM-DropAddColumn optimistic >>>>>> run DM_DropAddColumn case #3 [Fri Apr 4 15:45:00 CST 2025] <<<<<< start DM-DropAddColumn optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases/source1.yaml" wait process dm-master.test exit... process dm-master.test already exit got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries check log contain failed 1-th time, retry later got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 2\/0\/0" count: 0 != expected: 1, failed the 4-th time, will retry again got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries [Fri Apr 4 15:45:03 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries check diff failed 2-th time, retry later got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries wait process dm-worker.test exit... got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases/source2.yaml" got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "shard-ddl-lock" with max 10 retries got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 2\/0\/0" count: 0 != expected: 1, failed the 5-th time, will retry again wait process dm-worker.test exit... got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 restart dm-master wait process dm-master.test exit... got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries check diff failed 3-th time, retry later got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries start DM task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-task.yaml " wait process dm-worker.test exit... wait process dm-master exit... got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries wait process dm-master.test exit... got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... got=2 expected=2 got=2 expected=2 use sync_diff_inspector to check full dump loader got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:45:06 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master exit... process dm-master already exit check diff successfully flush logs to force rotate binlog file apply increment data before restart dm-worker to ensure entering increment phase mysql: [Warning] Using a password on the command line interface can be insecure. got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 check diff successfully restart dm-worker1 mysql: [Warning] Using a password on the command line interface can be insecure. got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:45:07 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... wait process worker1 exit... dmctl test cmd: "resume-task test" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "pause-task test" rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:45:08 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:45:08 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... wait process dm-master.test exit... wait process worker1 exit... process worker1 already exit [Fri Apr 4 15:45:09 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/s3_dumpling_lightning/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/s3_dumpling_lightning/source2.yaml" dmctl test cmd: "query-status test" with max 10 retries got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 3\/0\/0" count: 0 != expected: 1, failed the 0-th time, will retry again rpc addr 127.0.0.1:8262 is alive restart dm-worker2 use sync_diff_inspector to check increment data check diff successfully [Fri Apr 4 15:45:10 CST 2025] <<<<<< finish test_running >>>>>> worker1bound "mysql-replica-01" worker2bound "mysql-replica-02" dmctl test cmd: "start-relay -s mysql-replica-01 worker1" with max 10 retries wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-master.test exit... wait process dm-worker.test exit... wait process worker2 exit... got=2 expected=2 prepare source data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start task dmctl test cmd: "start-task /tmp/dm_test/s3_dumpling_lightning/dm-task.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "start-relay -s mysql-replica-02 worker2" with max 10 retries wait process dm-master.test exit... wait process dm-worker.test exit... got=1 expected=1 got=1 expected=1 check diff failed 1-th time, retry later got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries wait process worker2 exit... process worker2 already exit [Fri Apr 4 15:45:12 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 3\/0\/0" count: 0 != expected: 1, failed the 1-th time, will retry again wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit got=4 expected=4 kill dm-worker1 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check task result run tidb sql failed 1-th time, retry later 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:45:12 CST 2025] <<<<<< test case incompatible_ddl_changes success! >>>>>> [Pipeline] } Cache not saved (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm already exists) wait process dm-master.test exit... [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } rpc addr 127.0.0.1:8263 is alive begin; insert into shardddl1.tb2 values (101,101); insert into shardddl1.tb2 values (102,102); insert into shardddl1.tb2 values (103,103); insert into shardddl1.tb2 values (104,104); insert into shardddl1.tb2 values (105,105); insert into shardddl1.tb2 values (106,106); insert into shardddl1.tb2 values (107,107); insert into shardddl1.tb2 values (108,108); insert into shardddl1.tb2 values (109,109); insert into shardddl1.tb2 values (110,110); commit; mysql: [Warning] Using a password on the command line interface can be insecure. begin; insert into shardddl1.tb1 values (111,111); insert into shardddl1.tb1 values (112,112); insert into shardddl1.tb1 values (113,113); insert into shardddl1.tb1 values (114,114); insert into shardddl1.tb1 values (115,115); insert into shardddl1.tb1 values (116,116); insert into shardddl1.tb1 values (117,117); insert into shardddl1.tb1 values (118,118); insert into shardddl1.tb1 values (119,119); insert into shardddl1.tb1 values (120,120); commit; mysql: [Warning] Using a password on the command line interface can be insecure. begin; insert into shardddl1.tb2 values (121,121); insert into shardddl1.tb2 values (122,122); insert into shardddl1.tb2 values (123,123); insert into shardddl1.tb2 values (124,124); insert into shardddl1.tb2 values (125,125); insert into shardddl1.tb2 values (126,126); insert into shardddl1.tb2 values (127,127); insert into shardddl1.tb2 values (128,128); insert into shardddl1.tb2 values (129,129); insert into shardddl1.tb2 values (130,130); commit; mysql: [Warning] Using a password on the command line interface can be insecure. begin; insert into shardddl1.t_1 values (131,131); insert into shardddl1.t_1 values (132,132); insert into shardddl1.t_1 values (133,133); insert into shardddl1.t_1 values (134,134); insert into shardddl1.t_1 values (135,135); insert into shardddl1.t_1 values (136,136); insert into shardddl1.t_1 values (137,137); insert into shardddl1.t_1 values (138,138); insert into shardddl1.t_1 values (139,139); insert into shardddl1.t_1 values (140,140); commit; mysql: [Warning] Using a password on the command line interface can be insecure. [Pipeline] // withEnv [Pipeline] } dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 <<<<<< test_source_and_target_with_empty_gtid success! >>>>>> 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker1 exit... [Pipeline] // node check diff successfully begin; insert into shardddl1.tb2 values (201,201); insert into shardddl1.tb2 values (202,202); insert into shardddl1.tb2 values (203,203); insert into shardddl1.tb2 values (204,204); insert into shardddl1.tb2 values (205,205); insert into shardddl1.tb2 values (206,206); insert into shardddl1.tb2 values (207,207); insert into shardddl1.tb2 values (208,208); insert into shardddl1.tb2 values (209,209); insert into shardddl1.tb2 values (210,210); commit; mysql: [Warning] Using a password on the command line interface can be insecure. begin; insert into shardddl1.tb1 values (211,211); insert into shardddl1.tb1 values (212,212); insert into shardddl1.tb1 values (213,213); insert into shardddl1.tb1 values (214,214); insert into shardddl1.tb1 values (215,215); insert into shardddl1.tb1 values (216,216); insert into shardddl1.tb1 values (217,217); insert into shardddl1.tb1 values (218,218); [Pipeline] } [Pipeline] // podTemplate [Pipeline] } wait process dm-master.test exit... [Pipeline] // withEnv [Pipeline] } insert into shardddl1.tb1 values (219,219); insert into shardddl1.tb1 values (220,220); commit; mysql: [Warning] Using a password on the command line interface can be insecure. begin; insert into shardddl1.tb2 values (221,221); insert into shardddl1.tb2 values (222,222); insert into shardddl1.tb2 values (223,223); insert into shardddl1.tb2 values (224,224); insert into shardddl1.tb2 values (225,225); insert into shardddl1.tb2 values (226,226); insert into shardddl1.tb2 values (227,227); insert into shardddl1.tb2 values (228,228); insert into shardddl1.tb2 values (229,229); insert into shardddl1.tb2 values (230,230); commit; mysql: [Warning] Using a password on the command line interface can be insecure. begin; insert into shardddl1.t_1 values (231,231); insert into shardddl1.t_1 values (232,232); insert into shardddl1.t_1 values (233,233); insert into shardddl1.t_1 values (234,234); insert into shardddl1.t_1 values (235,235); insert into shardddl1.t_1 values (236,236); insert into shardddl1.t_1 values (237,237); insert into shardddl1.t_1 values (238,238); insert into shardddl1.t_1 values (239,239); insert into shardddl1.t_1 values (240,240); commit; mysql: [Warning] Using a password on the command line interface can be insecure. check diff failed 1-th time, retry later [Pipeline] // stage [Pipeline] } check diff failed 2-th time, retry later got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 3\/0\/0" count: 0 != expected: 1, failed the 2-th time, will retry again wait process dm-worker1 exit... process dm-worker1 already exit kill dm-worker2 wait process dm-master.test exit... wait process dm-worker.test exit... run tidb sql failed 2-th time, retry later wait process dm-master.test exit... wait process dm-worker.test exit... wait process dm-worker2 exit... check diff failed 3-th time, retry later check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:45:16 CST 2025] <<<<<< finish DM-RESYNC_TXN_INTERRUPT optimistic >>>>>> [Fri Apr 4 15:45:16 CST 2025] <<<<<< start DM-STRICT_OPTIMISTIC_SINGLE_SOURCE optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/single-source-strict-optimistic.yaml --remove-meta" wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:45:16 CST 2025] <<<<<< test case all_mode success! >>>>>> [Pipeline] } wait process dm-worker2 exit... process dm-worker2 already exit dmctl test cmd: "list-member --name worker1 --name worker2" with max 10 retries got=2 expected=2 start worker1 [Fri Apr 4 15:45:17 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time Cache not saved (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm already exists) [Pipeline] // cache [Pipeline] } got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 3\/0\/0" count: 0 != expected: 1, failed the 3-th time, will retry again [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // timeout run tidb sql failed 3-th time, retry later [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 wait process dm-master.test exit... check diff failed at last dmctl test cmd: "binlog skip test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "stop-task test" rpc addr 127.0.0.1:8262 is alive start worker2 [Fri Apr 4 15:45:18 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=2 expected=2 got=1 expected=1 dmctl test cmd: "pause-task test" dmctl test cmd: "resume-task test" check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:45:18 CST 2025] <<<<<< finish DM-STRICT_OPTIMISTIC_SINGLE_SOURCE optimistic >>>>>> [Fri Apr 4 15:45:18 CST 2025] <<<<<< start DM-STRICT_OPTIMISTIC_DOUBLE_SOURCE optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-strict-optimistic.yaml --remove-meta" got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 3\/0\/0" count: 0 != expected: 1, failed the 4-th time, will retry again wait process dm-master.test exit... run tidb sql failed 1-th time, retry later [Fri Apr 4 15:45:19 CST 2025] <<<<<< finish DM-DropAddColumn optimistic >>>>>> run DM_DropAddColumn case #4 [Fri Apr 4 15:45:19 CST 2025] <<<<<< start DM-DropAddColumn optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "list-member --name worker1 --name worker2" with max 10 retries got=1 expected=1 got=1 expected=1 kill dm-worker1 wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" wait process dm-worker1 exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully check log contain failed 1-th time, retry later [Fri Apr 4 15:45:20 CST 2025] <<<<<< finish DM-STRICT_OPTIMISTIC_DOUBLE_SOURCE optimistic >>>>>> [Fri Apr 4 15:45:20 CST 2025] <<<<<< start DM-131 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 3\/0\/0" count: 0 != expected: 1, failed the 5-th time, will retry again wait process dm-master.test exit... run tidb sql failed 2-th time, retry later wait process dm-worker1 exit... process dm-worker1 already exit kill dm-worker2 wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully check diff successfully dmctl test cmd: "stop-task test" wait process dm-worker2 exit... [Fri Apr 4 15:45:22 CST 2025] <<<<<< finish DM-131 optimistic >>>>>> dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 restart dm-master wait process dm-master.test exit... got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 3\/0\/0" count: 0 != expected: 1, failed the 6-th time, will retry again wait process dm-worker2 exit... process dm-worker2 already exit dmctl test cmd: "list-member --name worker1 --name worker2" with max 10 retries got=2 expected=2 start worker2 [Fri Apr 4 15:45:23 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:45:23 CST 2025] <<<<<< start DM-132 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-master exit... wait process dm-master.test exit... wait process minio exit... process minio already exit /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/run.sh: line 49: 33038 Killed bin/minio server --address $S3_ENDPOINT "$s3_DBPATH" run s3 test with special task-name and check dump files success process minio already exit * Trying 127.0.0.1... * TCP_NODELAY set * connect to 127.0.0.1 port 8688 failed: Connection refused * Failed to connect to 127.0.0.1 port 8688: Connection refused * Closing connection 0 You are running an older version of MinIO released 4 years ago Update: Run `mc admin update` Attempting encryption of all config, IAM users and policies on MinIO backend wait process dm-master exit... process dm-master already exit wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive start worker1 [Fri Apr 4 15:45:24 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time Endpoint: http://127.0.0.1:8688 Browser Access: http://127.0.0.1:8688 Object API (Amazon S3 compatible): Go: https://docs.min.io/docs/golang-client-quickstart-guide Java: https://docs.min.io/docs/java-client-quickstart-guide Python: https://docs.min.io/docs/python-client-quickstart-guide JavaScript: https://docs.min.io/docs/javascript-client-quickstart-guide .NET: https://docs.min.io/docs/dotnet-client-quickstart-guide got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later wait process dm-master.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "list-member --name worker2 --name worker1" with max 10 retries got=1 expected=1 got=1 expected=1 * Trying 127.0.0.1... * TCP_NODELAY set * Connected to 127.0.0.1 (127.0.0.1) port 8688 (#0) > GET / HTTP/1.1 > Host: 127.0.0.1:8688 > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 403 Forbidden < Accept-Ranges: bytes < Content-Length: 226 < Content-Security-Policy: block-all-mixed-content < Content-Type: application/xml < Server: MinIO/RELEASE.2020-07-27T18-37-02Z < Vary: Origin < X-Amz-Request-Id: 18330DDD97DBC084 < X-Xss-Protection: 1; mode=block < Date: Fri, 04 Apr 2025 07:45:26 GMT < { [226 bytes data] * Connection #0 to host 127.0.0.1 left intact kill dm-worker1 wait process dm-master.test exit... wait process dm-master.test exit... dmctl test cmd: "resume-task test" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "pause-task test" wait process dm-worker1 exit... [Fri Apr 4 15:45:26 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:45:28 CST 2025] <<<<<< finish DM-132 pessimistic >>>>>> [Fri Apr 4 15:45:28 CST 2025] <<<<<< start DM-132 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker1 exit... process dm-worker1 already exit kill dm-worker2 wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit wait for rpc addr 127.0.0.1:8261 alive the 2-th time dmctl test cmd: "query-status test" with max 10 retries got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 4\/0\/0" count: 0 != expected: 1, failed the 0-th time, will retry again wait process dm-master.test exit... wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries wait process dm-worker2 exit... got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 check diff failed 1-th time, retry later [Fri Apr 4 15:45:30 CST 2025] <<<<<< finish DM-132 optimistic >>>>>> wait process dm-worker.test exit... wait process dm-worker2 exit... process dm-worker2 already exit dmctl test cmd: "list-member --name worker1 --name worker2" with max 10 retries got=2 expected=2 start worker3 [Fri Apr 4 15:45:30 CST 2025] <<<<<< START DM-WORKER on port 8264, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker3.toml >>>>>> wait for rpc addr 127.0.0.1:8264 alive the 1-th time wait process dm-master.test exit... [Fri Apr 4 15:45:31 CST 2025] <<<<<< start DM-133 pessimistic >>>>>> wait process dm-worker.test exit... dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 4\/0\/0" count: 0 != expected: 1, failed the 1-th time, will retry again rpc addr 127.0.0.1:8264 is alive start worker4 [Fri Apr 4 15:45:31 CST 2025] <<<<<< START DM-WORKER on port 18262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker4.toml >>>>>> wait for rpc addr 127.0.0.1:18262 alive the 1-th time wait process dm-master.test exit... wait process dm-worker.test exit... check diff failed 2-th time, retry later rpc addr 127.0.0.1:18262 is alive dmctl test cmd: "list-member --name worker3 --name worker4" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "start-relay -s mysql-replica-01 worker3" with max 10 retries check diff failed 1-th time, retry later wait process dm-master.test exit... got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 4\/0\/0" count: 0 != expected: 1, failed the 2-th time, will retry again wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:45:33 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time got=2 expected=2 dmctl test cmd: "start-relay -s mysql-replica-02 worker4" with max 10 retries wait process dm-master.test exit... wait for rpc addr 127.0.0.1:8261 alive the 2-th time check diff failed 3-th time, retry later wait process dm-master.test exit... got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 4\/0\/0" count: 0 != expected: 1, failed the 3-th time, will retry again got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=4 expected=4 mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:45:35 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-worker1.toml >>>>>> check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:45:35 CST 2025] <<<<<< finish DM-133 pessimistic >>>>>> [Fri Apr 4 15:45:35 CST 2025] <<<<<< start DM-133 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" check diff successfully kill dm-worker3 wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process dm-master.test exit... check diff failed at last dmctl test cmd: "binlog skip test" with max 10 retries wait process dm-worker3 exit... rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:45:36 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time got=2 expected=2 got=1 expected=1 dmctl test cmd: "pause-task test" dmctl test cmd: "resume-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" wait process dm-master.test exit... check diff successfully dmctl test cmd: "stop-task test" wait process dm-worker3 exit... process dm-worker3 already exit kill dm-worker4 [Fri Apr 4 15:45:37 CST 2025] <<<<<< finish DM-DropAddColumn optimistic >>>>>> run DM_DropAddColumn case #5 [Fri Apr 4 15:45:37 CST 2025] <<<<<< start DM-DropAddColumn optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" [Fri Apr 4 15:45:37 CST 2025] <<<<<< finish DM-133 optimistic >>>>>> got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 4\/0\/0" count: 0 != expected: 1, failed the 4-th time, will retry again rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/s3_dumpling_lightning/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/s3_dumpling_lightning/source2.yaml" wait process dm-master.test exit... [Fri Apr 4 15:45:38 CST 2025] <<<<<< start DM-134 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker4 exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully check log contain failed 1-th time, retry later wait process dm-master.test exit... prepare source data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start task dmctl test cmd: "start-task /tmp/dm_test/s3_dumpling_lightning/dm-task.yaml --remove-meta" got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 4\/0\/0" count: 0 != expected: 1, failed the 5-th time, will retry again wait process dm-worker4 exit... process dm-worker4 already exit dmctl test cmd: "list-member --name worker3 --name worker4" with max 10 retries got=2 expected=2 start worker1 [Fri Apr 4 15:45:39 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... check diff failed 1-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check task result run tidb sql failed 1-th time, retry later rpc addr 127.0.0.1:8262 is alive start worker2 [Fri Apr 4 15:45:40 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 got=2 expected=2 restart dm-master rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "list-member --name worker1 --name worker2" with max 10 retries got=1 expected=1 got=1 expected=1 wait process dm-master.test exit... got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 4\/0\/0" count: 0 != expected: 1, failed the 6-th time, will retry again num1 1 num2 2 [Fri Apr 4 15:45:42 CST 2025] <<<<<< finish test_last_bound >>>>>> [Fri Apr 4 15:45:42 CST 2025] <<<<<< start test_config_name >>>>>> [Fri Apr 4 15:45:42 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master-join1.toml >>>>>> rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:45:42 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /tmp/dm_test/ha_cases/dm-master-join2.toml >>>>>> wait process dm-master exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:45:42 CST 2025] <<<<<< finish DM-134 pessimistic >>>>>> [Fri Apr 4 15:45:42 CST 2025] <<<<<< start DM-134 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" run tidb sql failed 2-th time, retry later wait process dm-master.test exit... wait process dm-master exit... process dm-master already exit got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries check log contain failed 1-th time (file not exist), retry later [Fri Apr 4 15:45:44 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /tmp/dm_test/ha_cases/dm-master-join2.toml >>>>>> wait process dm-master.test exit... got=2 expected=2 rpc addr 127.0.0.1:8361 is alive [Fri Apr 4 15:45:44 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker1.toml >>>>>> rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:45:44 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /tmp/dm_test/ha_cases/dm-worker2.toml >>>>>> check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:45:44 CST 2025] <<<<<< finish DM-134 optimistic >>>>>> run tidb sql failed 3-th time, retry later wait process dm-master.test exit... dmctl test cmd: "resume-task test" [Fri Apr 4 15:45:45 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "pause-task test" [Fri Apr 4 15:45:45 CST 2025] <<<<<< start DM-135 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... [Fri Apr 4 15:45:46 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /tmp/dm_test/ha_cases/dm-worker2.toml >>>>>> rpc addr 127.0.0.1:8263 is alive [Fri Apr 4 15:45:46 CST 2025] <<<<<< finish test_config_name >>>>>> [Fri Apr 4 15:45:46 CST 2025] <<<<<< start test_join_masters_and_worker >>>>>> 3 dm-master alive 4 dm-worker alive 0 dm-syncer alive run tidb sql failed 1-th time, retry later wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 5\/0\/0" count: 0 != expected: 1, failed the 0-th time, will retry again [Fri Apr 4 15:45:47 CST 2025] <<<<<< finish DM-135 pessimistic >>>>>> [Fri Apr 4 15:45:47 CST 2025] <<<<<< start DM-135 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "query-status test" with max 10 retries run tidb sql failed 2-th time, retry later wait process dm-master.test exit... got=1 expected=1 got=1 expected=1 check diff failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" wait process dm-master.test exit... [Fri Apr 4 15:45:49 CST 2025] <<<<<< finish DM-135 optimistic >>>>>> wait process dm-master.test exit... got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 5\/0\/0" count: 0 != expected: 1, failed the 1-th time, will retry again wait process dm-master.test exit... wait process dm-master.test exit... run tidb sql failed 3-th time, retry later [Fri Apr 4 15:45:50 CST 2025] <<<<<< start DM-136 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... check diff failed 2-th time, retry later wait process dm-master.test exit... got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 5\/0\/0" count: 0 != expected: 1, failed the 2-th time, will retry again wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" wait process dm-master.test exit... [Fri Apr 4 15:45:52 CST 2025] <<<<<< finish DM-136 optimistic >>>>>> check diff failed 3-th time, retry later run tidb sql failed 4-th time, retry later wait process dm-master.test exit... wait process dm-master.test exit... [Fri Apr 4 15:45:53 CST 2025] <<<<<< start DM-137 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 5\/0\/0" count: 0 != expected: 1, failed the 3-th time, will retry again wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed at last dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 got=1 expected=1 dmctl test cmd: "pause-task test" run tidb sql failed 5-th time, retry later check diff successfully dmctl test cmd: "stop-task test" wait process dm-master.test exit... dmctl test cmd: "resume-task test" check diff successfully dmctl test cmd: "stop-task test" wait process dm-master.test exit... process dm-master.test already exit [Fri Apr 4 15:45:55 CST 2025] <<<<<< finish DM-137 optimistic >>>>>> [Fri Apr 4 15:45:55 CST 2025] <<<<<< finish DM-DropAddColumn optimistic >>>>>> [Fri Apr 4 15:45:55 CST 2025] <<<<<< start DM-ADD_DROP_PARTITIONS optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 5\/0\/0" count: 0 != expected: 1, failed the 4-th time, will retry again wait process dm-worker.test exit... [Fri Apr 4 15:45:56 CST 2025] <<<<<< start DM-138 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" run tidb sql failed 6-th time, retry later wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 run tidb sql failed 1-th time, retry later wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later wait process dm-master.test exit... wait process dm-worker.test exit... got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 5\/0\/0" count: 0 != expected: 1, failed the 5-th time, will retry again run tidb sql failed 1-th time, retry later wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:45:59 CST 2025] <<<<<< test case ha_cases2 success! >>>>>> [Pipeline] } Cache not saved (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } wait process dm-worker.test exit... [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } wait process minio exit... process minio already exit /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/run.sh: line 49: 33697 Killed bin/minio server --address $S3_ENDPOINT "$s3_DBPATH" run s3 test with special task-name and without check dump files success process minio already exit * Trying 127.0.0.1... * TCP_NODELAY set * connect to 127.0.0.1 port 8688 failed: Connection refused * Failed to connect to 127.0.0.1 port 8688: Connection refused * Closing connection 0 You are running an older version of MinIO released 4 years ago Update: Run `mc admin update` Attempting encryption of all config, IAM users and policies on MinIO backend [Pipeline] // stage [Pipeline] } got=1 expected=1 got=1 expected=1 wait process dm-worker.test exit... Endpoint: http://127.0.0.1:8688 Browser Access: http://127.0.0.1:8688 Object API (Amazon S3 compatible): Go: https://docs.min.io/docs/golang-client-quickstart-guide Java: https://docs.min.io/docs/java-client-quickstart-guide Python: https://docs.min.io/docs/python-client-quickstart-guide JavaScript: https://docs.min.io/docs/javascript-client-quickstart-guide .NET: https://docs.min.io/docs/dotnet-client-quickstart-guide check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:00 CST 2025] <<<<<< finish DM-138 pessimistic >>>>>> [Fri Apr 4 15:46:00 CST 2025] <<<<<< start DM-138 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker.test exit... * Trying 127.0.0.1... * TCP_NODELAY set * Connected to 127.0.0.1 (127.0.0.1) port 8688 (#0) > GET / HTTP/1.1 > Host: 127.0.0.1:8688 > User-Agent: curl/7.61.1 > Accept: */* > < HTTP/1.1 403 Forbidden < Accept-Ranges: bytes < Content-Length: 226 < Content-Security-Policy: block-all-mixed-content < Content-Type: application/xml < Server: MinIO/RELEASE.2020-07-27T18-37-02Z < Vary: Origin < X-Amz-Request-Id: 18330DE5E69E75B8 < X-Xss-Protection: 1; mode=block < Date: Fri, 04 Apr 2025 07:46:01 GMT < { [226 bytes data] * Connection #0 to host 127.0.0.1 left intact dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:01 CST 2025] <<<<<< finish DM-ADD_DROP_PARTITIONS optimistic >>>>>> [Fri Apr 4 15:46:01 CST 2025] <<<<<< start DM-036 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "resume-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries check diff successfully dmctl test cmd: "stop-task test" got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 6\/0\/0" count: 0 != expected: 1, failed the 0-th time, will retry again wait process dm-worker.test exit... [Fri Apr 4 15:46:02 CST 2025] <<<<<< finish DM-138 optimistic >>>>>> wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 run tidb sql failed 1-th time, retry later wait process dm-worker.test exit... [Fri Apr 4 15:46:03 CST 2025] <<<<<< start DM-139 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... wait process dm-worker.test exit... got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 6\/0\/0" count: 0 != expected: 1, failed the 1-th time, will retry again dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:05 CST 2025] <<<<<< finish DM-036 optimistic >>>>>> wait process dm-worker.test exit... wait process dm-worker.test exit... [Fri Apr 4 15:46:06 CST 2025] <<<<<< start DM-037 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... wait process dm-worker.test exit... got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 6\/0\/0" count: 0 != expected: 1, failed the 2-th time, will retry again wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:07 CST 2025] <<<<<< finish DM-139 pessimistic >>>>>> [Fri Apr 4 15:46:07 CST 2025] <<<<<< start DM-139 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker.test exit... dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:08 CST 2025] <<<<<< finish DM-037 pessimistic >>>>>> [Fri Apr 4 15:46:08 CST 2025] <<<<<< start DM-037 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker.test exit... got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 6\/0\/0" count: 0 != expected: 1, failed the 3-th time, will retry again wait process dm-worker.test exit... process dm-worker.test already exit [Fri Apr 4 15:46:08 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:46:09 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:09 CST 2025] <<<<<< finish DM-139 optimistic >>>>>> [Fri Apr 4 15:46:10 CST 2025] <<<<<< finish DM-037 optimistic >>>>>> wait process dm-worker.test exit... [Fri Apr 4 15:46:10 CST 2025] <<<<<< start DM-142 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 6\/0\/0" count: 0 != expected: 1, failed the 4-th time, will retry again rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:46:11 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:46:11 CST 2025] <<<<<< start DM-038 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/s3_dumpling_lightning/source1.yaml" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "operate-source create /tmp/dm_test/s3_dumpling_lightning/source2.yaml" check diff failed 1-th time, retry later wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 6\/0\/0" count: 0 != expected: 1, failed the 5-th time, will retry again prepare source data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-worker.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start task dmctl test cmd: "start-task /tmp/dm_test/s3_dumpling_lightning/dm-task.yaml" wait process dm-worker.test exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:15 CST 2025] <<<<<< finish DM-142 pessimistic >>>>>> got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 6\/0\/0" count: 0 != expected: 1, failed the 6-th time, will retry again wait process dm-worker.test exit... [Fri Apr 4 15:46:16 CST 2025] <<<<<< start DM-143 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" check diff failed 1-th time, retry later wait process dm-worker.test exit... got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 6\/0\/0" count: 0 != expected: 1, failed the 7-th time, will retry again dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" wait process dm-worker.test exit... [Fri Apr 4 15:46:18 CST 2025] <<<<<< finish DM-143 pessimistic >>>>>> check diff failed 2-th time, retry later wait process dm-worker.test exit... [Fri Apr 4 15:46:19 CST 2025] <<<<<< start DM-145 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... got=1 expected=1 got=1 expected=1 --> test duplicate auto-incr pk 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... check diff failed 3-th time, retry later got=2 expected=2 wait process dm-worker.test exit... check diff failed 1-th time, retry later wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... check diff failed at last dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:22 CST 2025] <<<<<< finish DM-038 pessimistic >>>>>> [Fri Apr 4 15:46:22 CST 2025] <<<<<< start DM-038 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" wait process dm-worker.test exit... wait process dm-worker.test exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:23 CST 2025] <<<<<< finish DM-145 pessimistic >>>>>> [Fri Apr 4 15:46:23 CST 2025] <<<<<< start DM-145 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. error check wait process dm-worker.test exit... wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process minio exit... process minio already exit /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/s3_dumpling_lightning/run.sh: line 49: 34390 Killed bin/minio server --address $S3_ENDPOINT "$s3_DBPATH" run s3 test error check success Starting TiDB on port 4000 Verifying TiDB is started... ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 104 wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:25 CST 2025] <<<<<< finish DM-145 optimistic >>>>>> wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:46:25 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait process dm-worker.test exit... wait for rpc addr 127.0.0.1:8261 alive the 1-th time VARIABLE_NAME VARIABLE_VALUE COMMENT bootstrapped True Bootstrap flag. Do not delete. tidb_server_version 246 Bootstrap version. Do not delete. system_tz Asia/Shanghai TiDB Global System Timezone. new_collation_enabled True If the new collations are enabled. Do not edit it. ddl_table_version 4 DDL Table Version. Do not delete. cluster_id 1 TiDB Cluster ID. 1 dm-master alive [Fri Apr 4 15:46:26 CST 2025] <<<<<< start DM-146 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" 0 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:46:26 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff failed 1-th time, retry later wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" [Fri Apr 4 15:46:28 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:46:28 CST 2025] <<<<<< test case s3_dumpling_lightning success! >>>>>> start running case: [sequence_sharding_optimistic] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_optimistic/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_optimistic/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit [Fri Apr 4 15:46:28 CST 2025] <<<<<< finish DM-146 pessimistic >>>>>> [Fri Apr 4 15:46:28 CST 2025] <<<<<< start DM-146 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:46:28 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_optimistic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... check diff failed 2-th time, retry later rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:46:29 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_optimistic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source2.yaml" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" wait process dm-worker.test exit... [Fri Apr 4 15:46:30 CST 2025] <<<<<< finish DM-146 optimistic >>>>>> mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/sharding-task.yaml --remove-meta" wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:46:30 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_optimistic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:46:31 CST 2025] <<<<<< start DM-147 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" check diff failed 3-th time, retry later wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive % 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 341 100 216 100 125 72000 41666 --:--:-- --:--:-- --:--:-- 111k dmctl test cmd: "operate-source create /tmp/dm_test/sequence_sharding_optimistic/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/sequence_sharding_optimistic/source2.yaml" wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "binlog-schema update test shardddl1 tb1 /tmp/dm_test/shardddl4_1/schema.sql -s mysql-replica-01" dmctl test cmd: "binlog replace test "alter table shardddl1.tb1 drop column b"" with max 10 retries got=2 expected=2 got=1 expected=1 check diff successfully dmctl test cmd: "stop-task test" % 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 407 100 282 100 125 70500 31250 --:--:-- --:--:-- --:--:-- 132k dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_optimistic/conf/dm-task.yaml --remove-meta" [Fri Apr 4 15:46:33 CST 2025] <<<<<< finish DM-147 optimistic >>>>>> check diff failed at last dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:33 CST 2025] <<<<<< finish DM-038 optimistic >>>>>> wait process dm-worker.test exit... check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1146 (42S02) at line 1: Table 'sharding_seq_tmp.t1' doesn't exist run tidb sql failed 1-th time, retry later [Fri Apr 4 15:46:34 CST 2025] <<<<<< start DM-148 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... [Fri Apr 4 15:46:34 CST 2025] <<<<<< start DM-039 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 got=0 expected=2 command: query-status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 2, failed the 0-th time, will retry again wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later check diff failed 1-th time, retry later % 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 398 100 273 100 125 91000 41666 --:--:-- --:--:-- --:--:-- 129k dmctl test cmd: "pause-task sequence_sharding_optimistic" with max 10 retries got=3 expected=3 dmctl test cmd: "query-status sequence_sharding_optimistic" with max 10 retries wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit clean source table mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. got=2 expected=2 % 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 512 100 387 100 125 125k 41666 --:--:-- --:--:-- --:--:-- 166k dmctl test cmd: "resume-task sequence_sharding_optimistic" with max 10 retries got=2 expected=2 got=2 expected=2 got=2 expected=2 got=3 expected=3 dmctl test cmd: "query-status sequence_sharding_optimistic" with max 10 retries got=3 expected=3 restart dm-worker1 wait process dm-worker1 exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully dmctl test cmd: "stop-task test" 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:38 CST 2025] <<<<<< finish DM-148 pessimistic >>>>>> [Fri Apr 4 15:46:38 CST 2025] <<<<<< start DM-148 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" [Fri Apr 4 15:46:38 CST 2025] <<<<<< finish DM-039 pessimistic >>>>>> [Fri Apr 4 15:46:38 CST 2025] <<<<<< start DM-039 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" [Fri Apr 4 15:46:38 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master-join1.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... wait process dm-worker1 exit... process dm-worker1 already exit [Fri Apr 4 15:46:39 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_optimistic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8261 is alive query-status from unique master dmctl test cmd: "query-status" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-master.test exit... process dm-master.test already exit got=1 expected=1 [Fri Apr 4 15:46:40 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master-join2.toml >>>>>> wait for rpc addr 127.0.0.1:8361 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "shard-ddl-lock unlock non-exist-task-`test_db`.`test_table`" mysql: [Warning] Using a password on the command line interface can be insecure. check diff failed 1-th time, retry later check diff successfully dmctl test cmd: "stop-task test" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status sequence_sharding_optimistic" with max 10 retries got=1 expected=1 dmctl test cmd: "resume-task sequence_sharding_optimistic" [Fri Apr 4 15:46:40 CST 2025] <<<<<< finish DM-039 optimistic >>>>>> dmctl test cmd: "query-status sequence_sharding_optimistic" with max 10 retries got=1 expected=1 dmctl test cmd: "resume-task sequence_sharding_optimistic" dmctl test cmd: "query-status sequence_sharding_optimistic" with max 10 retries wait process dm-worker.test exit... got=1 expected=1 dmctl test cmd: "resume-task sequence_sharding_optimistic" dmctl test cmd: "query-status sequence_sharding_optimistic" with max 10 retries got=1 expected=1 dmctl test cmd: "resume-task sequence_sharding_optimistic" dmctl test cmd: "query-status sequence_sharding_optimistic" with max 10 retries [Fri Apr 4 15:46:41 CST 2025] <<<<<< start DM-040 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-pessimistic.yaml --remove-meta" got=1 expected=1 dmctl test cmd: "resume-task sequence_sharding_optimistic" with max 10 retries got=3 expected=3 check diff successfully dmctl test cmd: "pause-task sequence_sharding_optimistic" with max 10 retries got=3 expected=3 dmctl test cmd: "query-status sequence_sharding_optimistic" with max 10 retries wait process dm-worker.test exit... got=2 expected=2 % 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 508 100 383 100 125 124k 41666 --:--:-- --:--:-- --:--:-- 165k % 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 291 100 166 100 125 55333 41666 --:--:-- --:--:-- --:--:-- 97000 % 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 538 100 370 100 168 92500 42000 --:--:-- --:--:-- --:--:-- 131k % 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 508 100 383 100 125 187k 62500 --:--:-- --:--:-- --:--:-- 248k dmctl test cmd: "binlog-schema list -s mysql-replica-01,mysql-replica-02 sequence_sharding_optimistic sharding_seq_opt t2" dmctl test cmd: "binlog-schema delete -s mysql-replica-01 sequence_sharding_optimistic sharding_seq_opt t2" dmctl test cmd: "binlog-schema update -s mysql-replica-01 sequence_sharding_optimistic sharding_seq_opt t1 /tmp/dm_test/sequence_sharding_optimistic/schema.sql" % 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 508 100 383 100 125 124k 41666 --:--:-- --:--:-- --:--:-- 165k { "result": true, "msg": "", "sources": [ { "result": true, "msg": "CREATE TABLE `t1` ( `id` bigint(20) NOT NULL, `c2` varchar(20) DEFAULT NULL, `c3` bigint(11) DEFAULT NULL, PRIMARY KEY (`id`) /*T![clustered_index] CLUSTERED */) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_bin", "source": "mysql-replica-01", "worker": "worker1" } ] }mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "resume-task sequence_sharding_optimistic" with max 10 retries got=3 expected=3 dmctl test cmd: "query-status sequence_sharding_optimistic" with max 10 retries check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:42 CST 2025] <<<<<< finish DM-148 optimistic >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit got=3 expected=3 check diff successfully 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "stop-task test" mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:46:43 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time [Fri Apr 4 15:46:43 CST 2025] <<<<<< finish DM-040 pessimistic >>>>>> [Fri Apr 4 15:46:43 CST 2025] <<<<<< start DM-040 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" [Fri Apr 4 15:46:43 CST 2025] <<<<<< start DM-149 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:46:44 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries [Fri Apr 4 15:46:45 CST 2025] <<<<<< finish DM-040 optimistic >>>>>> got=2 expected=2 wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/source1.yaml" check diff failed 1-th time, retry later wait process dm-worker.test exit... [Fri Apr 4 15:46:46 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:46:46 CST 2025] <<<<<< start DM-041 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/validator_basic/conf/dm-task-standalone-long-interval.yaml --remove-meta" check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:48 CST 2025] <<<<<< finish DM-149 pessimistic >>>>>> [Fri Apr 4 15:46:48 CST 2025] <<<<<< start DM-149 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" check diff failed 1-th time, retry later wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:46:48 CST 2025] <<<<<< test case sequence_sharding_optimistic success! >>>>>> [Pipeline] } Cache not saved (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } dmctl test cmd: "config source mysql-replica-01" with max 10 retries [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } got=1 expected=1 got=1 expected=1 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:50 CST 2025] <<<<<< finish DM-149 optimistic >>>>>> check diff successfully dmctl test cmd: "stop-task test" wait for rpc addr 127.0.0.1:8361 alive the 2-th time rpc addr 127.0.0.1:8361 is alive [Fri Apr 4 15:46:50 CST 2025] <<<<<< finish DM-041 pessimistic >>>>>> [Fri Apr 4 15:46:50 CST 2025] <<<<<< start DM-041 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=0 expected=1 command: query-status test "processedRowsStatus": "insert\/update\/delete: 2\/0\/1" count: 0 != expected: 1, failed the 0-th time, will retry again [Fri Apr 4 15:46:51 CST 2025] <<<<<< start DM-150 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:52 CST 2025] <<<<<< finish DM-041 optimistic >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "show-ddl-locks" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation update test -s mysql-replica-01 --cutover-binlog-gtid e28a0fff-1126-11f0-ae88-8eefd275c9f4:1-79" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "stop-task test" got=2 expected=2 [Fri Apr 4 15:46:53 CST 2025] <<<<<< start DM-043 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-pessimistic.yaml --remove-meta" [Fri Apr 4 15:46:53 CST 2025] <<<<<< finish DM-150 pessimistic >>>>>> [Fri Apr 4 15:46:53 CST 2025] <<<<<< start DM-150 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 dmctl test cmd: "stop-task test" dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:55 CST 2025] <<<<<< finish DM-043 pessimistic >>>>>> [Fri Apr 4 15:46:55 CST 2025] <<<<<< start DM-043 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2/conf/double-source-optimistic.yaml --remove-meta" [Fri Apr 4 15:46:54 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master-join3.toml >>>>>> wait for rpc addr 127.0.0.1:8461 alive the 1-th time [Fri Apr 4 15:46:55 CST 2025] <<<<<< finish DM-150 optimistic >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 [Fri Apr 4 15:46:56 CST 2025] <<<<<< start DM-151 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-pessimistic.yaml --remove-meta" rpc addr 127.0.0.1:8461 is alive dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" [Fri Apr 4 15:46:57 CST 2025] <<<<<< finish DM-043 optimistic >>>>>> dmctl test cmd: "query-status test" with max 10 retries dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=0 expected=1 command: query-status test pendingRowsStatus": "insert\/update\/delete: 0\/0\/0 count: 0 != expected: 1, failed the 0-th time, will retry again got=2 expected=2 dmctl test cmd: "show-ddl-locks" with max 10 retries got=1 expected=1 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit got=1 expected=1 got=1 expected=1 got=1 expected=1 dmctl test cmd: "validation update test -s mysql-replica-01 --cutover-binlog-gtid e28a0fff-1126-11f0-ae88-8eefd275c9f4:1-81" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" wait process dm-worker.test exit... [Fri Apr 4 15:47:01 CST 2025] <<<<<< START DM-MASTER on port 8561, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master-join4.toml >>>>>> wait for rpc addr 127.0.0.1:8561 alive the 1-th time [Fri Apr 4 15:47:01 CST 2025] <<<<<< finish DM-151 pessimistic >>>>>> [Fri Apr 4 15:47:01 CST 2025] <<<<<< start DM-151 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 got=1 expected=1 got=1 expected=1 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-worker.test exit... rpc addr 127.0.0.1:8561 is alive dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 wait process dm-master.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:47:03 CST 2025] <<<<<< test case shardddl2 success! >>>>>> start running case: [shardddl2_1] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:47:03 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:47:05 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff failed 1-th time, retry later wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl2_1/source1.yaml" [Fri Apr 4 15:47:06 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:47:07 CST 2025] <<<<<< test case validator_basic success! >>>>>> restore config restore time_zone start running case: [dm_syncer] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dm_syncer/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dm_syncer/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:47:07 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dm_syncer/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time [Fri Apr 4 15:47:07 CST 2025] <<<<<< START DM-MASTER on port 8661, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master-join5.toml >>>>>> wait for rpc addr 127.0.0.1:8661 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl2_1/source2.yaml" rpc addr 127.0.0.1:8661 is alive dmctl test cmd: "query-status" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status" with max 10 retries check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:47:08 CST 2025] <<<<<< finish DM-151 optimistic >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 2-th time got=1 expected=1 dmctl test cmd: "query-status" with max 10 retries got=1 expected=1 dmctl test cmd: "query-status" with max 10 retries [Fri Apr 4 15:47:09 CST 2025] <<<<<< start DM-046 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" got=1 expected=1 join worker with dm-master1 endpoint [Fri Apr 4 15:47:09 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker-join2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time [Fri Apr 4 15:47:09 CST 2025] <<<<<< start DM-152 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:47:09 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dm_syncer/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:47:10 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/dm_syncer/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "list-member --worker --name=worker2" with max 10 retries got=1 expected=1 kill dm-master-join1 check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "query-status test" with max 10 retries [Fri Apr 4 15:47:11 CST 2025] <<<<<< finish DM-046 pessimistic >>>>>> [Fri Apr 4 15:47:11 CST 2025] <<<<<< start DM-046 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" got=2 expected=2 check diff failed 1-th time, retry later wait process dm-master-join1 exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/dm_syncer/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/dm_syncer/source2.yaml" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" wait process dm-master-join1 exit... process dm-master-join1 already exit dmctl test cmd: "list-member --worker --name=worker2" with max 10 retries got=1 expected=1 join worker with 5 masters endpoint [Fri Apr 4 15:47:12 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker-join1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:47:13 CST 2025] <<<<<< finish DM-046 optimistic >>>>>> dmctl test cmd: "start-task /tmp/dm_test/dm_syncer/dm-task.yaml --remove-meta" check diff successfully check diff failed 1-th time, retry later wait for rpc addr 127.0.0.1:8262 alive the 2-th time [Fri Apr 4 15:47:14 CST 2025] <<<<<< start DM-047 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" check diff successfully dmctl test cmd: "stop-task test" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait for rpc addr 127.0.0.1:8262 alive the 3-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully check diff successfully dmctl test cmd: "stop-task test" wait process dm-worker.test exit... check diff failed 1-th time, retry later [Fri Apr 4 15:47:16 CST 2025] <<<<<< finish DM-047 pessimistic >>>>>> [Fri Apr 4 15:47:16 CST 2025] <<<<<< start DM-047 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8262 alive the 4-th time wait process dm-worker.test exit... process dm-worker.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/bin/dm-syncer.test --log-file=/tmp/dm_test/dm_syncer/syncer1/log/dm-syncer.log --config=/tmp/dm_test/dm_syncer/dm-syncer-1.toml >> /tmp/dm_test/dm_syncer/syncer1/log/stdout.log 2>&1 & /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/bin/dm-syncer.test --log-file=/tmp/dm_test/dm_syncer/syncer2/log/dm-syncer.log --config=/tmp/dm_test/dm_syncer/dm-syncer-2.toml --meta=/tmp/dm_test/dm_syncer/old_meta_file --syncer-config-format >> /tmp/dm_test/dm_syncer/syncer2/log/stdout.log 2>&1 & rpc addr 127.0.0.1:8262 is alive query-status from master2 dmctl test cmd: "query-status" with max 10 retries got=1 expected=1 [Fri Apr 4 15:47:17 CST 2025] <<<<<< finish test_join_masters_and_worker >>>>>> [Fri Apr 4 15:47:17 CST 2025] <<<<<< start test_standalone_running >>>>>> dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 4 dm-master alive 2 dm-worker alive 0 dm-syncer alive check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:47:18 CST 2025] <<<<<< finish DM-047 optimistic >>>>>> wait process dm-master.test exit... check diff successfully check diff failed 1-th time, retry later [Fri Apr 4 15:47:19 CST 2025] <<<<<< start DM-048 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... check diff successfully check diff failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later wait process dm-master.test exit... wait process dm-master.test exit... check diff successfully wait process dm-master.test exit... dmctl test cmd: "stop-task test" [Fri Apr 4 15:47:22 CST 2025] <<<<<< finish DM-152 optimistic >>>>>> check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:47:23 CST 2025] <<<<<< finish DM-048 pessimistic >>>>>> [Fri Apr 4 15:47:23 CST 2025] <<<<<< start DM-048 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... [Fri Apr 4 15:47:23 CST 2025] <<<<<< start DM-153 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:47:24 CST 2025] <<<<<< finish DM-048 optimistic >>>>>> dmctl test cmd: "query-status test" with max 10 retries wait process dm-master.test exit... got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "binlog-schema update test shardddl1 tb1 -s mysql-replica-01 --from-target" dmctl test cmd: "binlog replace test "alter table shardddl1.tb1 drop column b"" with max 10 retries [Fri Apr 4 15:47:25 CST 2025] <<<<<< start DM-049 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" got=2 expected=2 got=1 expected=1 check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:47:26 CST 2025] <<<<<< finish DM-153 optimistic >>>>>> wait process dm-master.test exit... process dm-master.test already exit check diff successfully dmctl test cmd: "query-status test" with max 10 retries check diff successfully check diff successfully 1 dm-master alive 0 dm-worker alive 2 dm-syncer alive [Fri Apr 4 15:47:27 CST 2025] <<<<<< start DM-154 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" got=2 expected=2 wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit clean source table mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. wait process dm-master.test exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "binlog-schema update test shardddl1 tb1 -s mysql-replica-01 --from-source" dmctl test cmd: "binlog skip test" with max 10 retries got=2 expected=2 got=1 expected=1 import prepare data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start DM worker and master standalone cluster [Fri Apr 4 15:47:29 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master1.toml >>>>>> [Fri Apr 4 15:47:29 CST 2025] <<<<<< START DM-MASTER on port 8361, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master2.toml >>>>>> [Fri Apr 4 15:47:29 CST 2025] <<<<<< START DM-MASTER on port 8461, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-master3.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:47:29 CST 2025] <<<<<< test case dm_syncer success! >>>>>> start running case: [shardddl_optimistic] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:47:29 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:47:29 CST 2025] <<<<<< finish DM-154 optimistic >>>>>> rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:47:30 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/dm-worker1.toml >>>>>> check diff successfully dmctl test cmd: "stop-task test" wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:47:30 CST 2025] <<<<<< start DM-155 optimistic >>>>>> rpc addr 127.0.0.1:8261 is alive rpc addr 127.0.0.1:8361 is alive rpc addr 127.0.0.1:8461 is alive [Fri Apr 4 15:47:30 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker1.toml >>>>>> [Fri Apr 4 15:47:30 CST 2025] <<<<<< finish DM-049 pessimistic >>>>>> [Fri Apr 4 15:47:30 CST 2025] <<<<<< start DM-049 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/double-source-optimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl_optimistic/source1.yaml" [Fri Apr 4 15:47:31 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8262 is alive operate mysql config to worker dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases/source1.yaml" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/shardddl_optimistic/source2.yaml" restart worker2 restart dm-worker2 start DM task dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/standalone-task.yaml " [Fri Apr 4 15:47:34 CST 2025] <<<<<< start DM-DIFFERENT_SCHEMA_FULL optimistic >>>>>> wait process worker2 exit... dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/double-source-optimistic.yaml --remove-meta" use sync_diff_inspector to check full dump loader check diff successfully flush logs to force rotate binlog file apply increment data before restart dm-worker to ensure entering increment phase mysql: [Warning] Using a password on the command line interface can be insecure. use sync_diff_inspector to check increment data check diff failed 1-th time, retry later check diff successfully dmctl test cmd: "stop-task test" wait process worker2 exit... process worker2 already exit [Fri Apr 4 15:47:35 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 [Fri Apr 4 15:47:35 CST 2025] <<<<<< finish DM-049 optimistic >>>>>> check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:47:36 CST 2025] <<<<<< finish DM-DIFFERENT_SCHEMA_FULL optimistic >>>>>> [Fri Apr 4 15:47:36 CST 2025] <<<<<< start DM-DIFFERENT_SCHEMA_INCREMENTAL optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive check diff successfully dmctl test cmd: "operate-source create /tmp/dm_test/ha_cases/source2.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/standalone-task2.yaml" [Fri Apr 4 15:47:36 CST 2025] <<<<<< start DM-050 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" restart worker1 restart dm-worker1 [Fri Apr 4 15:47:37 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "pause-task test" % 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 245 100 245 0 0 81666 0 --:--:-- --:--:-- --:--:-- 81666 % 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 275 100 275 0 0 134k 0 --:--:-- --:--:-- --:--:-- 134k dmctl test cmd: "query-status test" with max 10 retries % 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 268 100 268 0 0 130k 0 --:--:-- --:--:-- --:--:-- 130k % 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 298 100 298 0 0 145k 0 --:--:-- --:--:-- --:--:-- 145k dmctl test cmd: "stop-task test" got=2 expected=2 dmctl test cmd: "stop-task test" dmctl test cmd: "start-task /tmp/dm_test/shardddl_optimistic/task.yaml --remove-meta" [Fri Apr 4 15:47:38 CST 2025] <<<<<< finish DM-050 pessimistic >>>>>> [Fri Apr 4 15:47:38 CST 2025] <<<<<< start DM-050 optimistic >>>>>> rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/standalone-task2.yaml" wait process worker1 exit... dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "operate-schema set -s mysql-replica-01 test -d shardddl1 -t tb1 /tmp/dm_test/shardddl_optimistic/schema11.sql" wait process worker1 exit... process worker1 already exit [Fri Apr 4 15:47:39 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status" with max 10 retries dmctl test cmd: "operate-schema set -s mysql-replica-01 test -d shardddl1 -t tb2 /tmp/dm_test/shardddl_optimistic/schema12.sql" dmctl test cmd: "operate-schema set -s mysql-replica-02 test -d shardddl1 -t tb1 /tmp/dm_test/shardddl_optimistic/schema21.sql" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 kill worker2 dmctl test cmd: "operate-schema set -s mysql-replica-02 test -d shardddl1 -t tb2 /tmp/dm_test/shardddl_optimistic/schema22.sql" got=1 expected=1 got=1 expected=1 dmctl test cmd: "stop-task test" dmctl test cmd: "resume-task test" run tidb sql failed 1-th time, retry later rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:47:40 CST 2025] <<<<<< finish DM-050 optimistic >>>>>> restart master restart dm-master wait process dm-worker2 exit... [Fri Apr 4 15:47:41 CST 2025] <<<<<< start DM-051 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker2 exit... process dm-worker2 already exit dmctl test cmd: "query-status" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "stop-task test2" with max 10 retries got=1 expected=1 dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/ha_cases/conf/standalone-task2.yaml" with max 10 retries wait process dm-master exit... dmctl test cmd: "query-status test" with max 10 retries check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:47:43 CST 2025] <<<<<< finish DM-DIFFERENT_SCHEMA_INCREMENTAL optimistic >>>>>> [Fri Apr 4 15:47:43 CST 2025] <<<<<< start DM-RESTART_TASK_MASTER_WORKER optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/double-source-optimistic.yaml --remove-meta" got=1 expected=1 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" got=1 expected=1 [Fri Apr 4 15:47:43 CST 2025] <<<<<< finish test_standalone_running >>>>>> 3 dm-master alive 1 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:47:43 CST 2025] <<<<<< finish DM-051 pessimistic >>>>>> [Fri Apr 4 15:47:43 CST 2025] <<<<<< start DM-051 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master exit... process dm-master already exit dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check log contain failed 1-th time, retry later wait process dm-master.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "stop-task test" wait process dm-master.test exit... [Fri Apr 4 15:47:45 CST 2025] <<<<<< finish DM-051 optimistic >>>>>> [Fri Apr 4 15:47:45 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time restart worker2 restart dm-worker2 wait process dm-master.test exit... [Fri Apr 4 15:47:46 CST 2025] <<<<<< start DM-056 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process worker2 exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" wait process dm-master.test exit... [Fri Apr 4 15:47:48 CST 2025] <<<<<< finish DM-056 pessimistic >>>>>> [Fri Apr 4 15:47:48 CST 2025] <<<<<< start DM-056 optimistic >>>>>> rpc addr 127.0.0.1:8261 is alive dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" wait process worker2 exit... process worker2 already exit [Fri Apr 4 15:47:48 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process dm-master.test exit... rpc addr 127.0.0.1:8263 is alive check log contain failed 1-th time, retry later restart worker2 restart dm-worker2 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 wait process dm-master.test exit... wait process worker2 exit... wait process dm-master.test exit... wait process worker2 exit... restart master restart dm-master wait process dm-master.test exit... process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:47:52 CST 2025] <<<<<< test case ha_cases success! >>>>>> start running case: [http_proxies] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/http_proxies/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/http_proxies/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit test dm grpc proxy env setting checking for http_proxy=http://127.0.0.1:8080 [Fri Apr 4 15:47:52 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/http_proxies/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process worker2 exit... wait process dm-master exit... check diff successfully dmctl test cmd: "stop-task test" wait process worker2 exit... wait process dm-master exit... [Fri Apr 4 15:47:53 CST 2025] <<<<<< finish DM-056 optimistic >>>>>> rpc addr 127.0.0.1:8261 is alive tests/_utils/check_log_contains: line 15: [: proxy: integer expression expected tests/_utils/check_log_contains: line 21: [: proxy: integer expression expected [Fri Apr 4 15:47:53 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/http_proxies/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time process dm-master already exit [Fri Apr 4 15:47:54 CST 2025] <<<<<< start DM-057 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" rpc addr 127.0.0.1:8262 is alive ./tests/_utils/check_log_contains: line 15: [: proxy: integer expression expected ./tests/_utils/check_log_contains: line 21: [: proxy: integer expression expected dmctl test cmd: "query-status test" wait process worker2 exit... wait process dm-master.test exit... [Fri Apr 4 15:47:55 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process worker2 exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later wait process worker2 exit... wait process dm-master.test exit... process dm-master.test already exit wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process worker2 exit... wait process dm-worker.test exit... rpc addr 127.0.0.1:8261 is alive check log contain failed 1-th time, retry later wait process worker2 exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:47:58 CST 2025] <<<<<< finish DM-057 pessimistic >>>>>> wait process dm-worker.test exit... [Fri Apr 4 15:47:59 CST 2025] <<<<<< start DM-058 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... wait process worker2 exit... process worker2 already exit [Fri Apr 4 15:47:59 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time restart master restart dm-master wait process dm-worker.test exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" [Fri Apr 4 15:48:01 CST 2025] <<<<<< finish DM-058 pessimistic >>>>>> [Fri Apr 4 15:48:01 CST 2025] <<<<<< start DM-058 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" restart worker2 restart dm-worker2 wait process dm-master exit... wait process dm-worker.test exit... process dm-worker.test already exit test dm grpc proxy env setting checking for https_proxy=https://127.0.0.1:8080 [Fri Apr 4 15:48:01 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/http_proxies/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-master exit... process dm-master already exit dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process worker2 exit... dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "stop-task test" [Fri Apr 4 15:48:03 CST 2025] <<<<<< finish DM-058 optimistic >>>>>> wait process worker2 exit... process worker2 already exit [Fri Apr 4 15:48:03 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8261 is alive ./tests/_utils/check_log_contains: line 15: [: proxy: integer expression expected ./tests/_utils/check_log_contains: line 21: [: proxy: integer expression expected [Fri Apr 4 15:48:04 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/http_proxies/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Fri Apr 4 15:48:04 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time [Fri Apr 4 15:48:04 CST 2025] <<<<<< start DM-059 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" rpc addr 127.0.0.1:8263 is alive rpc addr 127.0.0.1:8262 is alive ./tests/_utils/check_log_contains: line 15: [: proxy: integer expression expected ./tests/_utils/check_log_contains: line 21: [: proxy: integer expression expected dmctl test cmd: "query-status test" restart worker1 restart dm-worker1 dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-master.test exit... wait process worker1 exit... wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8261 is alive check log contain failed 1-th time, retry later wait process worker1 exit... process worker1 already exit [Fri Apr 4 15:48:08 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time check diff failed 1-th time, retry later wait process dm-worker.test exit... rpc addr 127.0.0.1:8262 is alive wait process dm-worker.test exit... restart worker1 restart dm-worker1 check diff successfully dmctl test cmd: "stop-task test" wait process dm-worker.test exit... restart master restart dm-master wait process worker1 exit... [Fri Apr 4 15:48:10 CST 2025] <<<<<< finish DM-059 pessimistic >>>>>> [Fri Apr 4 15:48:10 CST 2025] <<<<<< start DM-059 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-worker.test exit... wait process dm-master exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process worker1 exit... wait process dm-master exit... process dm-master already exit wait process dm-worker.test exit... process dm-worker.test already exit test dm grpc proxy env setting checking for no_proxy=localhost,127.0.0.1 [Fri Apr 4 15:48:12 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/http_proxies/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process worker1 exit... wait process worker1 exit... [Fri Apr 4 15:48:14 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time check diff failed 1-th time, retry later wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process worker1 exit... rpc addr 127.0.0.1:8261 is alive ./tests/_utils/check_log_contains: line 15: [: proxy: integer expression expected ./tests/_utils/check_log_contains: line 21: [: proxy: integer expression expected [Fri Apr 4 15:48:15 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/http_proxies/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process worker1 exit... check diff successfully dmctl test cmd: "stop-task test" wait process worker1 exit... wait for rpc addr 127.0.0.1:8261 alive the 2-th time [Fri Apr 4 15:48:16 CST 2025] <<<<<< finish DM-059 optimistic >>>>>> rpc addr 127.0.0.1:8262 is alive ./tests/_utils/check_log_contains: line 15: [: proxy: integer expression expected ./tests/_utils/check_log_contains: line 21: [: proxy: integer expression expected dmctl test cmd: "query-status test" rpc addr 127.0.0.1:8261 is alive wait process worker1 exit... [Fri Apr 4 15:48:17 CST 2025] <<<<<< start DM-062 pessimistic >>>>>> wait process dm-master.test exit... dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" restart worker2 restart dm-worker2 wait process dm-master.test exit... process dm-master.test already exit wait process worker1 exit... process worker1 already exit [Fri Apr 4 15:48:18 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later wait process worker2 exit... rpc addr 127.0.0.1:8262 is alive check diff successfully dmctl test cmd: "stop-task test" wait process dm-worker.test exit... [Fri Apr 4 15:48:20 CST 2025] <<<<<< finish DM-RESTART_TASK_MASTER_WORKER optimistic >>>>>> [Fri Apr 4 15:48:20 CST 2025] <<<<<< start DM-STOP_TASK_FOR_A_SOURCE optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/double-source-optimistic.yaml --remove-meta" wait process worker2 exit... wait process dm-worker.test exit... wait process worker2 exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:48:21 CST 2025] <<<<<< finish DM-062 pessimistic >>>>>> [Fri Apr 4 15:48:21 CST 2025] <<<<<< start DM-062 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 wait process dm-worker.test exit... run tidb sql failed 1-th time, retry later wait process worker2 exit... wait process dm-worker.test exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" wait process worker2 exit... [Fri Apr 4 15:48:23 CST 2025] <<<<<< finish DM-062 optimistic >>>>>> dmctl test cmd: "stop-task test -s mysql-replica-02" wait process dm-worker.test exit... process dm-worker.test already exit 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:48:23 CST 2025] <<<<<< test case http_proxies success! >>>>>> [Pipeline] } Cache not saved (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } run tidb sql failed 1-th time, retry later [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } wait process worker2 exit... [Fri Apr 4 15:48:24 CST 2025] <<<<<< start DM-063 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" wait process worker2 exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/double-source-optimistic.yaml -s mysql-replica-02" [Fri Apr 4 15:48:26 CST 2025] <<<<<< finish DM-063 pessimistic >>>>>> [Fri Apr 4 15:48:26 CST 2025] <<<<<< start DM-063 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" wait process worker2 exit... check diff successfully dmctl test cmd: "stop-task test" wait process worker2 exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 run tidb sql failed 1-th time, retry later [Fri Apr 4 15:48:27 CST 2025] <<<<<< finish DM-STOP_TASK_FOR_A_SOURCE optimistic >>>>>> [Fri Apr 4 15:48:27 CST 2025] <<<<<< start DM-UPDATE_BA_ROUTE optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/double-source-optimistic.yaml --remove-meta" wait process worker2 exit... process worker2 already exit [Fri Apr 4 15:48:28 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 run tidb sql failed 1-th time, retry later rpc addr 127.0.0.1:8263 is alive check log contain failed 1-th time, retry later run tidb sql failed 1-th time, retry later dmctl test cmd: "stop-task test" dmctl test cmd: "start-task /tmp/dm_test/shardddl_optimistic/task.yaml" check log contain failed 1-th time, retry later dmctl test cmd: "stop-task test" [Fri Apr 4 15:48:32 CST 2025] <<<<<< finish DM-063 optimistic >>>>>> dmctl test cmd: "show-ddl-locks" with max 10 retries got=1 expected=1 run tidb sql failed 1-th time, retry later [Fri Apr 4 15:48:33 CST 2025] <<<<<< start DM-064 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" check log contain failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later run tidb sql failed 1-th time, retry later restart master restart dm-master wait process dm-master exit... check diff successfully dmctl test cmd: "stop-task test" dmctl test cmd: "stop-task test" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/double-source-optimistic.yaml" [Fri Apr 4 15:48:37 CST 2025] <<<<<< finish DM-064 pessimistic >>>>>> [Fri Apr 4 15:48:37 CST 2025] <<<<<< start DM-064 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master exit... process dm-master already exit dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "resume-task test" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:48:39 CST 2025] <<<<<< finish DM-064 optimistic >>>>>> [Fri Apr 4 15:48:39 CST 2025] <<<<<< finish DM-UPDATE_BA_ROUTE optimistic >>>>>> [Fri Apr 4 15:48:39 CST 2025] <<<<<< start DM-CREATE_DROP_TABLE optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl_optimistic/conf/double-source-optimistic.yaml --remove-meta" [Fri Apr 4 15:48:39 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time [Fri Apr 4 15:48:40 CST 2025] <<<<<< start DM-065 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 run tidb sql failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" wait for rpc addr 127.0.0.1:8261 alive the 2-th time [Fri Apr 4 15:48:42 CST 2025] <<<<<< finish DM-065 pessimistic >>>>>> [Fri Apr 4 15:48:42 CST 2025] <<<<<< start DM-065 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" rpc addr 127.0.0.1:8261 is alive check log contain failed 1-th time, retry later run tidb sql failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 run tidb sql failed 1-th time, retry later dmctl test cmd: "show-ddl-locks" dmctl test cmd: "stop-task test" check log contain failed 1-th time, retry later dmctl test cmd: "stop-task test" [Fri Apr 4 15:48:45 CST 2025] <<<<<< finish DM-CREATE_DROP_TABLE optimistic >>>>>> 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive [Fri Apr 4 15:48:46 CST 2025] <<<<<< finish DM-065 optimistic >>>>>> [Fri Apr 4 15:48:47 CST 2025] <<<<<< start DM-066 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" wait process dm-master.test exit... check log contain failed 1-th time, retry later wait process dm-master.test exit... process dm-master.test already exit dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later wait process dm-worker.test exit... restart worker1 restart dm-worker1 wait process dm-worker.test exit... wait process worker1 exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:48:50 CST 2025] <<<<<< test case shardddl_optimistic success! >>>>>> start running case: [slow_relay_writer] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/slow_relay_writer/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/slow_relay_writer/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:48:51 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/slow_relay_writer/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process worker1 exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:48:51 CST 2025] <<<<<< finish DM-066 pessimistic >>>>>> [Fri Apr 4 15:48:51 CST 2025] <<<<<< start DM-066 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process worker1 exit... dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:48:53 CST 2025] <<<<<< finish DM-066 optimistic >>>>>> rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:48:53 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/slow_relay_writer/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process worker1 exit... [Fri Apr 4 15:48:54 CST 2025] <<<<<< start DM-067 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" wait process worker1 exit... process worker1 already exit [Fri Apr 4 15:48:54 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/slow_relay_writer/source1.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/slow_relay_writer/conf/dm-task.yaml " rpc addr 127.0.0.1:8262 is alive check log contain failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task test" [Fri Apr 4 15:48:55 CST 2025] <<<<<< finish DM-067 pessimistic >>>>>> [Fri Apr 4 15:48:55 CST 2025] <<<<<< start DM-067 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" check diff successfully start incremental_data finish incremental_data dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "stop-task test" check log contain failed 1-th time, retry later [Fri Apr 4 15:48:57 CST 2025] <<<<<< finish DM-067 optimistic >>>>>> [Fri Apr 4 15:48:58 CST 2025] <<<<<< start DM-068 pessimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-pessimistic.yaml --remove-meta" check log contain failed 1-th time, retry later dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff failed 1-th time, retry later restart master restart dm-master wait process dm-master exit... check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:49:03 CST 2025] <<<<<< finish DM-068 pessimistic >>>>>> [Fri Apr 4 15:49:03 CST 2025] <<<<<< start DM-068 optimistic >>>>>> dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl2_1/conf/double-source-optimistic.yaml --remove-meta" wait process dm-master exit... process dm-master already exit dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:49:04 CST 2025] <<<<<< finish DM-068 optimistic >>>>>> [Fri Apr 4 15:49:05 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 check diff successfully 1 dm-master alive 1 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait for rpc addr 127.0.0.1:8261 alive the 2-th time wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit rpc addr 127.0.0.1:8261 is alive wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... restart worker2 restart dm-worker2 wait process dm-worker.test exit... wait process dm-worker.test exit... wait process worker2 exit... wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:49:11 CST 2025] <<<<<< test case shardddl2_1 success! >>>>>> [Pipeline] } Cache not saved (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm already exists) [Pipeline] // cache [Pipeline] } wait process worker2 exit... [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:49:11 CST 2025] <<<<<< test case slow_relay_writer success! >>>>>> start running case: [sql_mode] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sql_mode/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sql_mode/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:49:11 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sql_mode/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } wait process worker2 exit... rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:49:12 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sql_mode/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time wait process worker2 exit... rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:49:13 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sql_mode/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time wait process worker2 exit... rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/sql_mode/source1.yaml" wait process worker2 exit... dmctl test cmd: "operate-source create /tmp/dm_test/sql_mode/source2.yaml" wait process worker2 exit... mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sql_mode/conf/dm-task.yaml " wait process worker2 exit... check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully ERROR 1146 (42S02) at line 1: Table 'sql_mode.t0' doesn't exist run tidb sql failed 1-th time, retry later wait process worker2 exit... wait process worker2 exit... process worker2 already exit [Fri Apr 4 15:49:19 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/shardddl4_1/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive rpc addr 127.0.0.1:8263 is alive wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:49:25 CST 2025] <<<<<< test case sql_mode success! >>>>>> start running case: [sync_collation] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sync_collation/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sync_collation/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:49:25 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sync_collation/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:49:27 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sync_collation/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:49:28 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sync_collation/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/sync_collation/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/sync_collation/source2.yaml" prepare data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. start task dmctl test cmd: "start-task /tmp/dm_test/sync_collation/dm-task.yaml --remove-meta" check full phase mysql: [Warning] Using a password on the command line interface can be insecure. prepare incremental data mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check incremental phase run tidb sql failed 1-th time, retry later mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "stop-task sync_collation" prepare data for full phase error test mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /tmp/dm_test/sync_collation/dm-task.yaml --remove-meta" check full phase error dmctl test cmd: "query-status sync_collation" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task sync_collation" prepare data for incremental phase error test mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /tmp/dm_test/sync_collation/dm-task.yaml --remove-meta" mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check incremental phase error dmctl test cmd: "query-status sync_collation" with max 10 retries got=1 expected=1 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive check diff successfully dmctl test cmd: "stop-task test" [Fri Apr 4 15:49:36 CST 2025] <<<<<< finish DM-155 optimistic >>>>>> 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... wait process dm-worker.test exit... wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:49:42 CST 2025] <<<<<< test case shardddl4_1 success! >>>>>> start running case: [sharding] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:49:42 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:49:43 CST 2025] <<<<<< test case sync_collation success! >>>>>> [Pipeline] } Cache not saved (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:49:43 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } rpc addr 127.0.0.1:8262 is alive dmctl test cmd: "operate-source create /tmp/dm_test/sharding/source1.yaml" [Fri Apr 4 15:49:45 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/sharding/source2.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sharding/conf/dm-task.yaml --remove-meta" dmctl test cmd: "query-status test" with max 10 retries got=2 expected=2 check sync diff for full dump and load check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "resume-task test" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "resume-task test" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "resume-task test" check sync diff for the first increment replication check diff failed 1-th time, retry later check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check sync diff for the second increment replication check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check sync diff for the third increment replication check diff successfully checksum before drop/truncate: checksum: 2273109362, checksum after drop/truncate: checksum: 2273109362 dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "resume-task test" dmctl test cmd: "query-status test" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task test" dmctl test cmd: "stop-task test" with max 10 retries got=1 expected=1 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:49:58 CST 2025] <<<<<< test case sharding success! >>>>>> start running case: [sequence_sharding] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:49:58 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time wait for rpc addr 127.0.0.1:8261 alive the 2-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:50:00 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:50:01 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/sequence_sharding/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/sequence_sharding/source2.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding/conf/dm-task.yaml " check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "query-status sequence_sharding" with max 10 retries got=0 expected=2 command: query-status sequence_sharding detect inconsistent DDL sequence count: 0 != expected: 2, failed the 0-th time, will retry again got=2 expected=2 dmctl test cmd: "resume-task sequence_sharding" dmctl test cmd: "query-status sequence_sharding" with max 10 retries got=2 expected=2 dmctl test cmd: "stop-task sequence_sharding" dmctl test cmd: "start-task /tmp/dm_test/sequence_sharding/task.yaml" dmctl test cmd: "query-status sequence_sharding" with max 10 retries got=2 expected=2 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:50:29 CST 2025] <<<<<< test case sequence_sharding success! >>>>>> start running case: [sequence_sharding_removemeta] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_removemeta/run.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_removemeta/run.sh... Verbose mode = false 0 dm-master alive 0 dm-worker alive 0 dm-syncer alive process dm-master.test already exit process dm-worker.test already exit process dm-syncer.test already exit mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. [Fri Apr 4 15:50:29 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_removemeta/conf/dm-master.toml >>>>>> wait for rpc addr 127.0.0.1:8261 alive the 1-th time rpc addr 127.0.0.1:8261 is alive [Fri Apr 4 15:50:30 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_removemeta/conf/dm-worker1.toml >>>>>> wait for rpc addr 127.0.0.1:8262 alive the 1-th time rpc addr 127.0.0.1:8262 is alive [Fri Apr 4 15:50:31 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_removemeta/conf/dm-worker2.toml >>>>>> wait for rpc addr 127.0.0.1:8263 alive the 1-th time rpc addr 127.0.0.1:8263 is alive dmctl test cmd: "operate-source create /tmp/dm_test/sequence_sharding_removemeta/source1.yaml" dmctl test cmd: "operate-source create /tmp/dm_test/sequence_sharding_removemeta/source2.yaml" dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_removemeta/conf/dm-task.yaml " check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status sequence_sharding_removemeta" with max 10 retries got=0 expected=0 got=0 expected=0 dmctl test cmd: "stop-task sequence_sharding_removemeta" mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_integration_test/tiflow/dm/tests/sequence_sharding_removemeta/conf/dm-task.yaml --remove-meta" dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 check diff successfully mysql: [Warning] Using a password on the command line interface can be insecure. dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 got=1 expected=1 dmctl test cmd: "query-status sequence_sharding_removemeta" with max 10 retries got=1 expected=1 dmctl test cmd: "stop-task sequence_sharding_removemeta" dmctl test cmd: "shard-ddl-lock unlock sequence_sharding_removemeta-`sharding_target3`.`t_target`" dmctl test cmd: "shard-ddl-lock" with max 10 retries got=1 expected=1 1 dm-master alive 2 dm-worker alive 0 dm-syncer alive wait process dm-master.test exit... wait process dm-master.test exit... process dm-master.test already exit wait process dm-worker.test exit... wait process dm-worker.test exit... wait process dm-worker.test exit... process dm-worker.test already exit process dm-syncer.test already exit [Fri Apr 4 15:50:59 CST 2025] <<<<<< test case sequence_sharding_removemeta success! >>>>>> [Pipeline] } Cache not saved (ws/jenkins-pingcap-tiflow-pull_dm_integration_test-4111/tiflow-dm already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS