Started by user Jenkins Admin Obtained pipelines/pingcap/tiflow/latest/pull_dm_compatibility_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_compatibility_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-compatibility-test-3680-1dh8b-4t31-q63zs Agent pingcap-tiflow-pull-dm-compatibility-test-3680-1dh8b-4t31-q63zs is provisioned from template pingcap_tiflow_pull_dm_compatibility_test_3680-1dh8b-4t31t --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/pull_dm_compatibility_test/3680/" runUrl: "job/pingcap/job/tiflow/job/pull_dm_compatibility_test/3680/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "52e6e02be1506736b57dc8b0336af75255fe7567" jenkins/label: "pingcap_tiflow_pull_dm_compatibility_test_3680-1dh8b" name: "pingcap-tiflow-pull-dm-compatibility-test-3680-1dh8b-4t31-q63zs" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest" 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: "hub.pingcap.net/jenkins/mysql:5.7" 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-compatibility-test-3680-1dh8b-4t31-q63zs" - name: "JENKINS_NAME" value: "pingcap-tiflow-pull-dm-compatibility-test-3680-1dh8b-4t31-q63zs" - 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-compatibility-test-3680-1dh8b-4t31-q63zs in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_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_compatibility_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 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] { [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 > 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 + printenv GIT_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/pull_dm_compatibility_test/3680/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tiflow/pull_dm_compatibility_test","buildid":"1908056220913111043","prowjobid":"7a2eadad-2df9-43a5-8ce2-dd4e2aac1bdf","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=1908056220913111043 POD_LABEL=pingcap_tiflow_pull_dm_compatibility_test_3680-1dh8b HOSTNAME=pingcap-tiflow-pull-dm-compatibility-test-3680-1dh8b-4t31-q63zs OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/pull_dm_compatibility_test/3680/display/redirect?page=changes JENKINS_NODE_COOKIE=8e836506-23f2-4de2-b1cc-b58bc23a3ad4 GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JAVA_HOME=/usr/lib/jvm/jre-openjdk JOB_BASE_NAME=pull_dm_compatibility_test WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test@tmp KUBERNETES_PORT_443_TCP_PROTO=tcp 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=3680 USE_BAZEL_VERSION=6.5.0 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test PWD=/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/home/jenkins NODE_NAME=pingcap-tiflow-pull-dm-compatibility-test-3680-1dh8b-4t31-q63zs HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tiflow/pull_dm_compatibility_test RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/pull_dm_compatibility_test/3680/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_compatibility_test/display/redirect PROW_JOB_ID=7a2eadad-2df9-43a5-8ce2-dd4e2aac1bdf 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_compatibility_test/3680/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/pull_dm_compatibility_test/3680/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/pull_dm_compatibility_test/ BUILD_DISPLAY_NAME=#3680 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tiflow-pull_dm_compatibility_test-3680 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap-tiflow-pull-dm-compatibility-test-3680-1dh8b-4t31-q63zs pingcap_tiflow_pull_dm_compatibility_test_3680-1dh8b 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-ce7b47060930ea55072c65fd6f9224b8f8ba46f426f0348f046d10f8c0185b70 + 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-build2916462409=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + echo 'debug command: kubectl -n jenkins-tiflow exec -ti pingcap-tiflow-pull-dm-compatibility-test-3680-1dh8b-4t31-q63zs -c golang -- bash' debug command: kubectl -n jenkins-tiflow exec -ti pingcap-tiflow-pull-dm-compatibility-test-3680-1dh8b-4t31-q63zs -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: 2540 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: bdfeca8195b690d7 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 27 IN A 20.27.177.113 github.com. 27 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:38 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 compatibility 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_compatibility_test/tiflow [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tiflow/rev-4c631d5-a306f48) 192337920 bytes in 0.78 secs (246303353 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_compatibility_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 25 min [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo computeBranchFromPR component: tidb, prTargetBranch: master, prTitle: dm: upgrade go-mysql to v1.12.0, trunkBranch: master [Pipeline] retry [Pipeline] { [Pipeline] sh + echo 'build binary for previous version' build binary for previous version + git fetch origin master:local From https://github.com/pingcap/tiflow * [new branch] master -> local + git checkout local Previous HEAD position was a306f4894 dm: upgrade go-mysql to v1.12.0 Switched to branch 'local' + git rev-parse HEAD 4c631d5951854ac91765b729fe3849d8e8d5ed8a + 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-9-g4c631d595" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:17:53" -X "github.com/pingcap/tiflow/pkg/version.GitHash=4c631d5951854ac91765b729fe3849d8e8d5ed8a" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=local" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-9-g4c631d595"' -o bin/sync_diff_inspector ./sync_diff_inspector 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/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/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/pingcap/tidb v1.1.0-beta.0.20241223052309-3735ed55a394 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 github.com/gogo/protobuf v1.3.2 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 google.golang.org/protobuf v1.35.2 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/IBM/sarama v1.41.2 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading google.golang.org/grpc v1.64.0 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 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 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 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 gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/ugorji/go/codec v1.2.11 go: downloading github.com/pelletier/go-toml/v2 v2.0.8 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/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/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/go-resiliency v1.4.0 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-xerial-snappy v0.0.0-20230731223053-c322873962e3 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/rpc/v2 v2.0.3 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 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/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/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/uber/jaeger-client-go v2.30.0+incompatible 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/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 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 golang.org/x/tools v0.28.0 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/opentracing/basictracer-go v1.1.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading github.com/influxdata/tdigest v0.0.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/gorilla/mux v1.8.1 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/google/btree v1.1.2 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/yangkeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/dolthub/swiss v0.2.1 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/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/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df 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/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading golang.org/x/oauth2 v0.24.0 go: downloading golang.org/x/time v0.7.0 go: downloading google.golang.org/api v0.170.0 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d 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/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 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/jfcg/sixb v1.3.8 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/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/apache/thrift v0.16.0 go: downloading cloud.google.com/go v0.112.2 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/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/robfig/cron 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/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/qri-io/jsonpointer v0.1.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/tklauser/go-sysconf v0.3.12 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/lestrrat-go/blackmagic v1.0.2 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/option v1.0.1 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/lestrrat-go/httpcc 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/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 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 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/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/cockroachdb/redact v1.1.5 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/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/getsentry/sentry-go v0.27.0 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 github.com/klauspost/cpuid/v2 v2.2.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 $(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/grpc-ecosystem/go-grpc-prometheus v1.2.0 go: downloading github.com/pingcap/tidb-dashboard v0.0.0-20240326110213-9768844ff5d7 go: downloading github.com/tinylib/msgp v1.1.6 go: downloading github.com/r3labs/diff v1.1.0 go: downloading github.com/golang/mock v1.6.0 go: downloading go.etcd.io/etcd/server/v3 v3.5.12 go: downloading github.com/KimMachineGun/automemlimit v0.2.4 go: downloading github.com/aws/aws-sdk-go-v2 v1.19.1 go: downloading github.com/apache/pulsar-client-go v0.11.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/benbjohnson/clock v1.1.0 go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 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/uber-go/atomic v1.4.0 go: downloading go.etcd.io/etcd/pkg/v3 v3.5.12 go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/swaggo/swag v1.16.3 go: downloading github.com/stretchr/objx v0.5.2 go: downloading github.com/hashicorp/golang-lru v0.5.1 go: downloading github.com/gavv/monotime v0.0.0-20190418164738-30dba4353424 go: downloading github.com/go-mysql-org/go-mysql v1.9.1 go: downloading github.com/spf13/cobra v1.8.1 go: downloading github.com/go-oauth2/oauth2/v4 v4.5.2 go: downloading github.com/deepmap/oapi-codegen v1.9.0 go: downloading github.com/getkin/kin-openapi v0.80.0 go: downloading github.com/chzyer/readline v1.5.1 go: downloading github.com/pingcap/check v0.0.0-20211026125417-57bd13f7b5f0 go: downloading github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954 go: downloading github.com/confluentinc/confluent-kafka-go/v2 v2.3.0 go: downloading github.com/PingCAP-QE/go-sqlsmith v0.0.0-20241224111350-ad2e4f976c7c go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 go: downloading go.uber.org/dig v1.13.0 go: downloading github.com/gogo/gateway v1.1.0 go: downloading go.uber.org/ratelimit v0.2.0 go: downloading github.com/VividCortex/mysqlerr v1.0.0 go: downloading github.com/glebarez/go-sqlite v1.21.2 go: downloading github.com/go-ozzo/ozzo-validation/v4 v4.3.0 go: downloading gorm.io/gorm v1.25.11 go: downloading github.com/glebarez/sqlite v1.7.0 go: downloading gorm.io/driver/mysql v1.5.7 go: downloading github.com/edwingeng/deque v0.0.0-20191220032131-8596380dee17 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 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/shopspring/decimal v1.3.0 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5 go: downloading go.uber.org/goleak v1.3.0 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/bradleyjkemp/grpc-tools v0.2.5 go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.30 go: downloading github.com/integralist/go-findroot v0.0.0-20160518114804-ac90681525dc 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/jmoiron/sqlx v1.3.3 go: downloading github.com/aws/aws-sdk-go-v2/service/glue v1.58.1 go: downloading upper.io/db.v3 v3.7.1+incompatible go: downloading github.com/jarcoal/httpmock v1.2.0 go: downloading github.com/DataDog/zstd v1.5.5 go: downloading github.com/containerd/cgroups v1.0.4 go: downloading github.com/shurcooL/httpgzip v0.0.0-20190720172056-320755c1c1b0 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/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 go: downloading github.com/philhofer/fwd v1.1.1 go: downloading modernc.org/libc v1.37.1 go: downloading modernc.org/sqlite v1.27.0 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading github.com/ngaut/log v0.0.0-20210830112240-0124ec040aeb 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/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 cloud.google.com/go/kms v1.15.8 go: downloading github.com/jinzhu/now v1.1.5 go: downloading github.com/jinzhu/inflection v1.0.0 go: downloading github.com/tidwall/gjson v1.14.3 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/opencontainers/runtime-spec v1.0.2 go: downloading github.com/cilium/ebpf v0.4.0 go: downloading github.com/godbus/dbus/v5 v5.0.4 go: downloading github.com/tidwall/pretty v1.2.0 go: downloading github.com/tidwall/tinyqueue v0.1.1 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d 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/siddontang/go v0.0.0-20180604090527-bdc77568d726 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/internal/ini v1.3.37 go: downloading github.com/siddontang/go-log v0.0.0-20180807004314-8d05993dda07 go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.14 go: downloading github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 go: downloading github.com/ghodss/yaml v1.0.0 go: downloading github.com/go-openapi/jsonpointer v0.21.0 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/go-openapi/swag v0.23.0 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.30 go: downloading github.com/josharian/intern v1.0.0 go: downloading github.com/AthenZ/athenz v1.10.39 go: downloading github.com/99designs/keyring v1.2.1 go: downloading golang.org/x/mod v0.22.0 go: downloading github.com/spaolacci/murmur3 v1.1.0 go: downloading github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f go: downloading github.com/rs/cors v1.7.0 go: downloading github.com/gorilla/websocket v1.5.1 go: downloading github.com/KyleBanks/depth v1.2.1 go: downloading github.com/go-openapi/spec v0.21.0 go: downloading github.com/xdg-go/scram v1.1.2 go: downloading github.com/dvsekhvalnov/jose2go v1.5.0 go: downloading github.com/mtibben/percent v0.2.1 go: downloading github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c 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 go.etcd.io/etcd/raft/v3 v3.5.12 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0 go: downloading github.com/golang-jwt/jwt/v4 v4.5.1 go: downloading go.opentelemetry.io/otel/sdk v1.24.0 go: downloading github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 go: downloading sigs.k8s.io/yaml v1.4.0 go: downloading go.etcd.io/bbolt v1.3.9 go: downloading go.etcd.io/etcd/client/v2 v2.305.12 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 go: downloading go.opentelemetry.io/proto/otlp v1.1.0 go: downloading github.com/go-openapi/jsonreference v0.21.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-9-g4c631d595" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:17:53" -X "github.com/pingcap/tiflow/pkg/version.GitHash=4c631d5951854ac91765b729fe3849d8e8d5ed8a" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=local" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-9-g4c631d595"' -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-9-g4c631d595" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:17:53" -X "github.com/pingcap/tiflow/pkg/version.GitHash=4c631d5951854ac91765b729fe3849d8e8d5ed8a" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=local" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-9-g4c631d595"' -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-9-g4c631d595" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:17:53" -X "github.com/pingcap/tiflow/pkg/version.GitHash=4c631d5951854ac91765b729fe3849d8e8d5ed8a" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=local" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-9-g4c631d595"' -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-9-g4c631d595" -X "github.com/pingcap/tiflow/pkg/version.BuildTS=2025-04-04 07:17:53" -X "github.com/pingcap/tiflow/pkg/version.GitHash=4c631d5951854ac91765b729fe3849d8e8d5ed8a" -X "github.com/pingcap/tiflow/pkg/version.GitBranch=local" -X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v9.0.0-beta.1-9-g4c631d595"' -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_compatibility_test/tiflow + mv bin/dm-master.test bin/dm-master.test.previous + mv bin/dm-worker.test bin/dm-worker.test.previous + ls -alh ./bin/ total 1.3G drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:28 . drwxr-sr-x 19 jenkins jenkins 4.0K Apr 4 15:19 .. -rwxr-xr-x 1 jenkins jenkins 312M Apr 4 15:24 dm-master.test.previous -rwxr-xr-x 1 jenkins jenkins 299M Apr 4 15:27 dm-syncer.test -rwxr-xr-x 1 jenkins jenkins 309M Apr 4 15:24 dm-worker.test.previous -rwxr-xr-x 1 jenkins jenkins 238M Apr 4 15:27 dmctl.test -rwxr-xr-x 1 jenkins jenkins 145M Apr 4 15:19 sync_diff_inspector [Pipeline] sh + echo 'build binary for current version' build binary for current version + git checkout a306f48949e037965a7c1963f500f7e0abbfba51 Note: switching to 'a306f48949e037965a7c1963f500f7e0abbfba51'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at a306f4894 dm: upgrade go-mysql to v1.12.0 + make dm_integration_test_build 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:28:58" -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 $(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/go-mysql-org/go-mysql v1.12.0 go: downloading filippo.io/edwards25519 v1.1.0 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:28:58" -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:28:58" -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:28:58" -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:28:58" -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_compatibility_test/tiflow + mv bin/dm-master.test bin/dm-master.test.current + mv bin/dm-worker.test bin/dm-worker.test.current + ls -alh ./bin/ total 1.9G drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:31 . drwxr-sr-x 19 jenkins jenkins 4.0K Apr 4 15:28 .. -rwxr-xr-x 1 jenkins jenkins 312M Apr 4 15:30 dm-master.test.current -rwxr-xr-x 1 jenkins jenkins 312M Apr 4 15:24 dm-master.test.previous -rwxr-xr-x 1 jenkins jenkins 299M Apr 4 15:30 dm-syncer.test -rwxr-xr-x 1 jenkins jenkins 310M Apr 4 15:29 dm-worker.test.current -rwxr-xr-x 1 jenkins jenkins 309M Apr 4 15:24 dm-worker.test.previous -rwxr-xr-x 1 jenkins jenkins 238M Apr 4 15:30 dmctl.test -rwxr-xr-x 1 jenkins jenkins 145M Apr 4 15:29 sync_diff_inspector [Pipeline] sh + export TIDB_BRANCH=master + TIDB_BRANCH=master + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow + ls -alh dm/tests/ total 392K drwxr-sr-x 87 jenkins jenkins 4.0K Apr 4 15:28 . drwxr-sr-x 26 jenkins jenkins 4.0K Apr 4 15:17 .. -rw-r--r-- 1 jenkins jenkins 7.2K Apr 4 15:17 README.md drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:17 _dmctl_tools drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:17 _utils drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 adjust_gtid drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 all_mode drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 async_checkpoint_flush drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:31 bin drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:17 binlog_999999 drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 binlog_parse drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 case_sensitive drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 check_task drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 checkpoint_transaction drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 compatibility -rwxr-xr-x 1 jenkins jenkins 706 Apr 4 15:17 compatibility_run.sh drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 dm_syncer drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 dmctl_advance drwxr-sr-x 5 jenkins jenkins 4.0K Apr 4 15:17 dmctl_basic drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 dmctl_command -rwxr-xr-x 1 jenkins jenkins 3.8K Apr 4 15:17 download-compatibility-test-binaries.sh -rwxr-xr-x 1 jenkins jenkins 3.8K Apr 4 15:17 download-integration-test-binaries.sh drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 downstream_diff_index drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 downstream_more_column drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 drop_column_with_index drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 duplicate_event drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 expression_filter drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 extend_column drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 fake_rotate_event drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 foreign_key drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 full_mode drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 gbk drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 gtid drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 ha drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 ha_cases drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 ha_cases2 drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 ha_cases3 drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 ha_cases3_1 drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 ha_cases_1 drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 ha_cases_2 drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 ha_master drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 handle_error drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 handle_error_2 drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 handle_error_3 drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 http_apis drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 http_proxies drwxr-sr-x 6 jenkins jenkins 4.0K Apr 4 15:17 import_v10x drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 incompatible_ddl_changes drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 incremental_mode drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 initial_unit drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 lightning_load_task drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 lightning_mode drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 many_tables drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 mariadb_master_down_and_up drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 metrics drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 new_collation_off drwxr-sr-x 5 jenkins jenkins 4.0K Apr 4 15:17 new_relay drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 online_ddl drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 only_dml drwxr-sr-x 5 jenkins jenkins 4.0K Apr 4 15:17 openapi -rwxr-xr-x 1 jenkins jenkins 258 Apr 4 15:17 prepare_tools.sh drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 print_status drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 relay_interrupt -rw-r--r-- 1 jenkins jenkins 19 Apr 4 15:17 requirements.txt drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 retry_cancel -rwxr-xr-x 1 jenkins jenkins 3.4K Apr 4 15:17 run.sh -rwxr-xr-x 1 jenkins jenkins 2.6K Apr 4 15:17 run_group.sh drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 s3_dumpling_lightning drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 safe_mode drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 sequence_safe_mode drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 sequence_sharding drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 sequence_sharding_optimistic drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 sequence_sharding_removemeta drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 shardddl1 drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 shardddl1_1 drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 shardddl2 drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 shardddl2_1 drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 shardddl3 drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 shardddl3_1 drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 shardddl4 drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 shardddl4_1 drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 shardddl_optimistic drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 sharding drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 sharding2 drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 slow_relay_writer drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 sql_mode drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 start_task drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 sync_collation drwxr-sr-x 5 jenkins jenkins 4.0K Apr 4 15:17 tiup drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 tls drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 tracker_ignored_ddl drwxr-sr-x 7 jenkins jenkins 4.0K Apr 4 15:17 upstream_switch -rw-r--r-- 1 jenkins jenkins 848 Apr 4 15:17 util.sh drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:17 utils drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 validator_basic drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 validator_checkpoint -rwxr-xr-x 1 jenkins jenkins 165 Apr 4 15:17 wait_for_mysql.sh + cd dm/tests + ./download-compatibility-test-binaries.sh master % 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 41 100 41 0 0 759 0 --:--:-- --:--:-- --:--:-- 759 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:31:41 URL:http://fileserver.pingcap.net/download/builds/pingcap/tidb/d9fb3a53376157be49b5a7941e6e689a33c81eb0/centos7/tidb-server.tar.gz [620275338/620275338] -> "tmp/tidb-server.tar.gz" [1] >>> Downloading tidb-enterprise-tools-latest-linux-amd64.tar.gz from http://download.pingcap.org/tidb-enterprise-tools-latest-linux-amd64.tar.gz 2025-04-04 15:32:06 URL:http://download.pingcap.org/tidb-enterprise-tools-latest-linux-amd64.tar.gz [116150279/116150279] -> "tmp/tidb-enterprise-tools-latest-linux-amd64.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:32:10 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=20250404T073209Z&X-Amz-Expires=300&X-Amz-Signature=d6cf90cc830f49b6b9be779f8b1d062c422a5244a974492ac83a70f9ac371505&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:32:11 URL:http://fileserver.pingcap.net/download/minio.tar.gz [17718777/17718777] -> "tmp/minio.tar.gz" [1] Download SUCCESS + ls -alh ./bin total 886M drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:32 . drwxr-sr-x 87 jenkins jenkins 4.0K Apr 4 15:32 .. drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:31 bin -rwxr-xr-x 1 jenkins jenkins 228M Apr 4 15:31 check_exit_safe_binlog -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:31 check_master_http_apis -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:31 check_master_online -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:31 check_master_online_http -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:31 check_worker_online -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 13M Mar 4 2020 mydumper -rwxr-xr-x 1 jenkins jenkins 241M Apr 3 19:14 tidb-server + cd - /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow + cp -r dm/tests/bin/bin 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 dm/tests/bin/gh-ost dm/tests/bin/minio dm/tests/bin/mydumper dm/tests/bin/tidb-server ./bin + ls -alh ./bin total 2.8G drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:32 . drwxr-sr-x 19 jenkins jenkins 4.0K Apr 4 15:28 .. drwxr-sr-x 2 jenkins jenkins 4.0K Apr 4 15:32 bin -rwxr-xr-x 1 jenkins jenkins 228M Apr 4 15:32 check_exit_safe_binlog -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:32 check_master_http_apis -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:32 check_master_online -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:32 check_master_online_http -rwxr-xr-x 1 jenkins jenkins 87M Apr 4 15:32 check_worker_online -rwxr-xr-x 1 jenkins jenkins 312M Apr 4 15:30 dm-master.test.current -rwxr-xr-x 1 jenkins jenkins 312M Apr 4 15:24 dm-master.test.previous -rwxr-xr-x 1 jenkins jenkins 299M Apr 4 15:30 dm-syncer.test -rwxr-xr-x 1 jenkins jenkins 310M Apr 4 15:29 dm-worker.test.current -rwxr-xr-x 1 jenkins jenkins 309M Apr 4 15:24 dm-worker.test.previous -rwxr-xr-x 1 jenkins jenkins 238M Apr 4 15:30 dmctl.test -rwxr-xr-x 1 jenkins jenkins 9.8M Apr 4 15:32 gh-ost -rwxr-xr-x 1 jenkins jenkins 50M Apr 4 15:32 minio -rwxr-xr-x 1 jenkins jenkins 13M Apr 4 15:32 mydumper -rwxr-xr-x 1 jenkins jenkins 145M Apr 4 15:29 sync_diff_inspector -rwxr-xr-x 1 jenkins jenkins 241M Apr 4 15:32 tidb-server + ./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/mydumper -V mydumper 0.9.5 (ba3946edc087e87bba7cb2728bc2407f6dbd0a8b), built against MySQL 5.7.24 [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] timeout Timeout set to expire in 20 min [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow [Pipeline] { [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] sh + pwd /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow + ls -alh total 404K drwxr-sr-x 19 jenkins jenkins 4.0K Apr 4 15:28 . drwxr-sr-x 18 jenkins jenkins 4.0K Apr 4 15:17 .. -rw-r--r-- 1 jenkins jenkins 2.4K Apr 4 15:17 .codecov.yml lrwxrwxrwx 1 jenkins jenkins 10 Apr 4 15:17 .dockerignore -> .gitignore -rw-r--r-- 1 jenkins jenkins 162 Apr 4 15:17 .editorconfig drwxr-sr-x 8 jenkins jenkins 4.0K Apr 4 15:30 .git drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 .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:30 cdc drwxr-sr-x 13 jenkins jenkins 4.0K Apr 4 15:17 cmd drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 deployments drwxr-sr-x 26 jenkins jenkins 4.0K Apr 4 15:17 dm drwxr-sr-x 7 jenkins jenkins 4.0K Apr 4 15:17 docs drwxr-sr-x 13 jenkins jenkins 4.0K Apr 4 15:17 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:17 examples -rw-r--r-- 1 jenkins jenkins 21K Apr 4 15:28 go.mod -rw-r--r-- 1 jenkins jenkins 171K Apr 4 15:28 go.sum drwxr-sr-x 4 jenkins jenkins 4.0K Apr 4 15:17 metrics drwxr-sr-x 50 jenkins jenkins 4.0K Apr 4 15:17 pkg drwxr-sr-x 5 jenkins jenkins 4.0K Apr 4 15:17 proto drwxr-sr-x 3 jenkins jenkins 4.0K Apr 4 15:17 scripts drwxr-sr-x 12 jenkins jenkins 4.0K Apr 4 15:17 sync_diff_inspector drwxr-sr-x 5 jenkins jenkins 4.0K Apr 4 15:17 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:17 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] } [Pipeline] // timeout [Pipeline] sh + export MYSQL_HOST1=127.0.0.1 + MYSQL_HOST1=127.0.0.1 + export MYSQL_PORT1=3306 + MYSQL_PORT1=3306 + export MYSQL_HOST2=127.0.0.1 + MYSQL_HOST2=127.0.0.1 + export MYSQL_PORT2=3307 + MYSQL_PORT2=3307 + 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 + make dm_compatibility_test CASE= 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:14" -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 /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/bin/tidb-server /usr/bin/mysql /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/bin/minio /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/bin/dm-master.test.current /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/bin/dm-worker.test.current /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/bin/dm-master.test.previous /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/bin/dm-worker.test.previous cd dm && ln -sf ../bin . cd dm && ./tests/compatibility_run.sh ... mysql: [Warning] 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() 5.7.26-log mysql: [Warning] 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: [compatibility] script: [/home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/dm/tests/compatibility/start.sh] Running test /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/dm/tests/compatibility/start.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. use previous dm-master and dm-worker [Fri Apr 4 15:32:22 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/dm/tests/compatibility/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:32:23 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/dm/tests/compatibility/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:32:24 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/dm/tests/compatibility/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 /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/dm/tests/compatibility/conf/source1.yaml" dmctl test cmd: "operate-source create /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/dm/tests/compatibility/conf/source2.yaml" start DM task only dmctl test cmd: "start-task /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/dm/tests/compatibility/conf/dm-task.yaml " use sync_diff_inspector to check full dump loader check diff successfully use current dm-master wait process dm-master.test.previous exit... wait process dm-master.test.previous exit... process dm-master.test.previous already exit [Fri Apr 4 15:32:31 CST 2025] <<<<<< START DM-MASTER on port 8261, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/dm/tests/compatibility/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 mysql: [Warning] 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 first time check diff failed 1-th time, retry later check diff successfully restart dm-worker, one use the current version, and the other one use the previous version wait process dm-worker.test.previous exit... wait process dm-worker.test.previous exit... wait process dm-worker.test.previous exit... wait process dm-worker.test.previous exit... wait process dm-worker.test.previous exit... wait process dm-worker.test.previous exit... wait process dm-worker.test.previous exit... wait process dm-worker.test.previous exit... wait process dm-worker.test.previous exit... process dm-worker.test.previous already exit [Fri Apr 4 15:32:45 CST 2025] <<<<<< START DM-WORKER on port 8262, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/dm/tests/compatibility/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:32:46 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/dm/tests/compatibility/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 pause task and check status dmctl test cmd: "pause-task test" dmctl test cmd: "query-status 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. resume task and check status dmctl test cmd: "resume-task test" dmctl test cmd: "query-status test" with max 10 retries got=3 expected=3 use sync_diff_inspector to check data second time check diff successfully all dm-worker use current version wait process dm-worker.test.previous exit... wait process dm-worker.test.previous exit... process dm-worker.test.previous already exit [Fri Apr 4 15:32:50 CST 2025] <<<<<< START DM-WORKER on port 8263, config: /home/jenkins/agent/workspace/pingcap/tiflow/pull_dm_compatibility_test/tiflow/dm/tests/compatibility/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. use sync_diff_inspector to check data third time check diff failed 1-th time, retry later check diff successfully 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:32:57 CST 2025] <<<<<< test case compatibility success! >>>>>> [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS