Started by user Jenkins Admin Obtained pipelines/pingcap/tiflow/release-7.5/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/release-7.5/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-release-7-5-pull-dm-integration-test-547-j-0rq6g Agent pingcap-tiflow-release-7-5-pull-dm-integration-test-547-j-0rq6g is provisioned from template pingcap_tiflow_release-7_5_pull_dm_integration_test_547-jkj6z-v4fzx --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflow/job/release-7.5/job/pull_dm_integration_test/547/" runUrl: "job/pingcap/job/tiflow/job/release-7.5/job/pull_dm_integration_test/547/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "e58f94e88d5886f94aa3c5ce962cda813af3b890" jenkins/label: "pingcap_tiflow_release-7_5_pull_dm_integration_test_547-jkj6z" name: "pingcap-tiflow-release-7-5-pull-dm-integration-test-547-j-0rq6g" namespace: "jenkins-tiflow" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" 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" 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-release-7-5-pull-dm-integration-test-547-j-0rq6g" - name: "JENKINS_NAME" value: "pingcap-tiflow-release-7-5-pull-dm-integration-test-547-j-0rq6g" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: medium: "" name: "workspace-volume" Running on pingcap-tiflow-release-7-5-pull-dm-integration-test-547-j-0rq6g in /home/jenkins/agent/workspace/pingcap/tiflow/release-7.5/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/release-7.5/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 > 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 e64357d6ddd9be700fd5c8d87859c826b78da53a (origin/main) Commit message: "Define code ownership using "OWNERS" files in the central CI config repo (#2976)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e64357d6ddd9be700fd5c8d87859c826b78da53a # timeout=10 > git rev-list --no-walk e64357d6ddd9be700fd5c8d87859c826b78da53a # timeout=10 [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 + printenv PROW_JOB_ID=7d8fc099-8a1b-4f83-a04a-979e8beceb64 JENKINS_NODE_COOKIE=628a232a-546a-4075-9376-911218bffc78 BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/release-7.5/job/pull_dm_integration_test/547/ GOLANG_VERSION=1.21.10 HOSTNAME=pingcap-tiflow-release-7-5-pull-dm-integration-test-547-j-0rq6g HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT_443_TCP_PORT=443 KUBERNETES_PORT=tcp://10.233.0.1:443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tiflow-release-7.5-pull_dm_integration_test-547 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=e64357d6ddd9be700fd5c8d87859c826b78da53a JOB_SPEC={"type":"presubmit","job":"pingcap/tiflow/release-7.5/pull_dm_integration_test","buildid":"1796113508652290052","prowjobid":"7d8fc099-8a1b-4f83-a04a-979e8beceb64","refs":{"org":"pingcap","repo":"tiflow","repo_link":"https://github.com/pingcap/tiflow","base_ref":"release-7.5","base_sha":"3625884d98f471feab6b74f72bd2526ba160a50b","base_link":"https://github.com/pingcap/tiflow/commit/3625884d98f471feab6b74f72bd2526ba160a50b","pulls":[{"number":11208,"author":"ti-chi-bot","sha":"cfb916365509f3afe1f9c7170e8aac7f729740e2","title":"*: tidy go mod (#11204)","link":"https://github.com/pingcap/tiflow/pull/11208","commit_link":"https://github.com/pingcap/tiflow/pull/11208/commits/cfb916365509f3afe1f9c7170e8aac7f729740e2","author_link":"https://github.com/ti-chi-bot"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tiflow/release-7.5/pull_dm_integration_test JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/release-7.5/job/pull_dm_integration_test/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/release-7.5/job/pull_dm_integration_test/547/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/release-7.5/job/pull_dm_integration_test/547/display/redirect?page=artifacts FILE_SERVER_URL=http://fileserver.pingcap.net JENKINS_HOME=/var/jenkins_home GIT_COMMIT=e64357d6ddd9be700fd5c8d87859c826b78da53a PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/release-7.5/job/pull_dm_integration_test/547/display/redirect GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct _=/usr/bin/printenv POD_CONTAINER=golang PWD=/home/jenkins/agent/workspace/pingcap/tiflow/release-7.5/pull_dm_integration_test HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tiflow/release-7.5/pull_dm_integration_test TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#547 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1796113508652290052 GOLANG_DOWNLOAD_SHA256=e330e5d977bf4f3bdc157bc46cf41afa5b13d66c914e12fd6b694ccda65fcf92 JOB_BASE_NAME=pull_dm_integration_test GIT_PREVIOUS_SUCCESSFUL_COMMIT=e64357d6ddd9be700fd5c8d87859c826b78da53a RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/release-7.5/job/pull_dm_integration_test/547/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tiflow_release-7_5_pull_dm_integration_test_547-jkj6z GOROOT=/usr/local/go GIT_BRANCH=origin/main KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true KUBERNETES_SERVICE_PORT_HTTPS=443 WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tiflow/release-7.5/pull_dm_integration_test@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-24341cbb37398a3d76ef457a002bbb77ebf3752146c282247622af04dd7ac429 NODE_LABELS=pingcap_tiflow_release-7_5_pull_dm_integration_test_547-jkj6z pingcap-tiflow-release-7-5-pull-dm-integration-test-547-j-0rq6g GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tiflow-release-7-5-pull-dm-integration-test-547-j-0rq6g GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflow/job/release-7.5/job/pull_dm_integration_test/display/redirect BUILD_NUMBER=547 KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 GOLANG_DOWNLOAD_URL=https://dl.google.com/go/go1.21.10.linux-amd64.tar.gz + echo ------------------------- ------------------------- + go env GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/jenkins/.cache/go-build' GOENV='/home/jenkins/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='linux' GOPATH='/go' GOPRIVATE='' GOPROXY='http://goproxy.apps.svc,https://proxy.golang.org,direct' GOROOT='/usr/local/go' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64' GOVCS='' GOVERSION='go1.21.10' GCCGO='gccgo' GOAMD64='v1' AR='ar' CC='gcc' CXX='g++' CGO_ENABLED='1' GOMOD='/dev/null' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build763842839=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + echo 'debug command: kubectl -n jenkins-tiflow exec -ti pingcap-tiflow-release-7-5-pull-dm-integration-test-547-j-0rq6g -c golang -- bash' debug command: kubectl -n jenkins-tiflow exec -ti pingcap-tiflow-release-7-5-pull-dm-integration-test-547-j-0rq6g -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: 22209 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 30 IN A 20.205.243.166 ;; Query time: 3 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Thu May 30 09:37:47 UTC 2024 ;; MSG SIZE rcvd: 65 [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/11208/files?page=1&per_page=100 Content-Type: application/json Authorization: ***** Sending request to url: https://api.github.com/repos/pingcap/tiflow/pulls/11208/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/11208/files?page=2&per_page=100 Content-Type: application/json Authorization: ***** Sending request to url: https://api.github.com/repos/pingcap/tiflow/pulls/11208/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] [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/release-7.5/pull_dm_integration_test/tiflow [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tiflow/rev-350a2fb) 209203200 bytes in 0.94 secs (223676924 bytes/sec) [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh git version 2.36.6 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tiflow/release-7.5/pull_dm_integration_test/tiflow/.git/ .git HEAD is now at 350a2fb45 *: tidy go mod (#11204) POST git-upload-pack (686 bytes) POST git-upload-pack (1023 bytes) POST git-upload-pack (gzip 2073 to 1096 bytes) POST git-upload-pack (gzip 4223 to 2175 bytes) From https://github.com/pingcap/tiflow 32a78a5c6..3625884d9 release-7.5 -> origin/release-7.5 * [new ref] refs/pull/11208/head -> origin/pr/11208/head Previous HEAD position was 350a2fb45 *: tidy go mod (#11204) HEAD is now at 3625884d9 *: copy seahash from blainsmith.com/go/seahash (#11193) (#11200) ๐Ÿšง Checkouting to base SHA:3625884d98f471feab6b74f72bd2526ba160a50b... HEAD is now at 3625884d9 *: copy seahash from blainsmith.com/go/seahash (#11193) (#11200) โœ… Checked. ๐ŸŽ‰ ๐Ÿงพ HEAD info: 3625884d98f471feab6b74f72bd2526ba160a50b 3625884d9 *: copy seahash from blainsmith.com/go/seahash (#11193) (#11200) 26b901cb5 dm: upgrade go-mysql library (#11043) (#11189) bf93d7d63 dm: fix update dml loss if binary column is primary key (#10685) (#10691) ๐Ÿšง Pre-merge heads of pull requests to base SHA: 3625884d98f471feab6b74f72bd2526ba160a50b ... Updating 3625884d9..cfb916365 Fast-forward go.mod | 3 +++ 1 file changed, 3 insertions(+) ๐Ÿงพ Pre-merged result: cfb916365509f3afe1f9c7170e8aac7f729740e2 cfb916365 This is an automated cherry-pick of #11204 3625884d9 *: copy seahash from blainsmith.com/go/seahash (#11193) (#11200) 26b901cb5 dm: upgrade go-mysql library (#11043) (#11189) โœ… Pre merged ๐ŸŽ‰ โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // retry [Pipeline] } Cache not saved (git/pingcap/tiflow/rev-3625884-cfb9163 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/release-7.5/pull_dm_integration_test/third_party_download [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] sh + cd ../tiflow + ./dm/tests/download-integration-test-binaries.sh release-7.5 % 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 880 0 --:--:-- --:--:-- --:--:-- 891 % 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 2488 0 --:--:-- --:--:-- --:--:-- 2562 % 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 2611 0 --:--:-- --:--:-- --:--:-- 2733 % 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 793 0 --:--:-- --:--:-- --:--:-- 803 Download binaries... >>> download tidb-server.tar.gz from http://fileserver.pingcap.net/download/builds/pingcap/tidb/39ea2b30d32ab8cf486f30ca318cf2e4bd99eaef/centos7/tidb-server.tar.gz 2024-05-30 17:38:22 URL:http://fileserver.pingcap.net/download/builds/pingcap/tidb/39ea2b30d32ab8cf486f30ca318cf2e4bd99eaef/centos7/tidb-server.tar.gz [512424861/512424861] -> "tmp/tidb-server.tar.gz" [1] >>> download pd-server.tar.gz from http://fileserver.pingcap.net/download/builds/pingcap/pd/23f8a7c4f0221e1ce0309179033aed881013fa78/centos7/pd-server.tar.gz 2024-05-30 17:38:35 URL:http://fileserver.pingcap.net/download/builds/pingcap/pd/23f8a7c4f0221e1ce0309179033aed881013fa78/centos7/pd-server.tar.gz [173748094/173748094] -> "tmp/pd-server.tar.gz" [1] >>> download tikv-server.tar.gz from http://fileserver.pingcap.net/download/builds/pingcap/tikv/1a2c88dcc22c62e1f138d440956214ce367e838b/centos7/tikv-server.tar.gz 2024-05-30 17:39:20 URL:http://fileserver.pingcap.net/download/builds/pingcap/tikv/1a2c88dcc22c62e1f138d440956214ce367e838b/centos7/tikv-server.tar.gz [817702020/817702020] -> "tmp/tikv-server.tar.gz" [1] >>> download tidb-tools.tar.gz from http://fileserver.pingcap.net/download/builds/pingcap/tidb-tools/f91f83777df82a9aeb9c3f44898b286851345ade/centos7/tidb-tools.tar.gz 2024-05-30 17:39:37 URL:http://fileserver.pingcap.net/download/builds/pingcap/tidb-tools/f91f83777df82a9aeb9c3f44898b286851345ade/centos7/tidb-tools.tar.gz [191237316/191237316] -> "tmp/tidb-tools.tar.gz" [1] >>> download minio.tar.gz from http://fileserver.pingcap.net/download/minio.tar.gz 2024-05-30 17:39:41 URL:http://fileserver.pingcap.net/download/minio.tar.gz [17718777/17718777] -> "tmp/minio.tar.gz" [1] >>> download 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 2024-05-30 17:39:44 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%2F20240530%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240530T093942Z&X-Amz-Expires=300&X-Amz-Signature=11482930804d12ffc6d0b88afef535cb8048cef5fdb2d0d25926a3ac17a21eb7&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=54378638&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] Download SUCCESS + ls -alh ./bin total 1.1G drwxr-sr-x 3 jenkins jenkins 4.0K May 30 17:39 . drwxr-sr-x 19 jenkins jenkins 4.0K May 30 17:39 .. drwxr-sr-x 2 jenkins jenkins 4.0K May 30 17:39 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 33M May 30 17:20 pd-api-bench -rwxr-xr-x 1 jenkins jenkins 43M May 30 17:20 pd-ctl -rwxr-xr-x 1 jenkins jenkins 30M May 30 17:20 pd-heartbeat-bench -rwxr-xr-x 1 jenkins jenkins 29M May 30 17:20 pd-recover -rwxr-xr-x 1 jenkins jenkins 103M May 30 17:19 pd-server -rwxr-xr-x 1 jenkins jenkins 25M May 30 17:20 pd-tso-bench -rwxr-xr-x 1 jenkins jenkins 29M May 30 17:20 regions-dump -rwxr-xr-x 1 jenkins jenkins 29M May 30 17:20 stores-dump -rwxr-xr-x 1 jenkins jenkins 131M May 29 09:56 sync_diff_inspector -rwxr-xr-x 1 jenkins jenkins 199M May 29 23:11 tidb-server -rwxr-xr-x 1 jenkins jenkins 357M May 28 18:52 tikv-server + cd - /home/jenkins/agent/workspace/pingcap/tiflow/release-7.5/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-server ../tiflow/bin/pd-tso-bench ../tiflow/bin/regions-dump ../tiflow/bin/stores-dump ../tiflow/bin/sync_diff_inspector ../tiflow/bin/tidb-server ../tiflow/bin/tikv-server ./bin/ + ls -alh ./bin total 1.1G drwxr-sr-x 3 jenkins jenkins 4.0K May 30 17:39 . drwxr-sr-x 3 jenkins jenkins 4.0K May 30 17:39 .. drwxr-sr-x 2 jenkins jenkins 4.0K May 30 17:39 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 33M May 30 17:20 pd-api-bench -rwxr-xr-x 1 jenkins jenkins 43M May 30 17:20 pd-ctl -rwxr-xr-x 1 jenkins jenkins 30M May 30 17:20 pd-heartbeat-bench -rwxr-xr-x 1 jenkins jenkins 29M May 30 17:20 pd-recover -rwxr-xr-x 1 jenkins jenkins 103M May 30 17:19 pd-server -rwxr-xr-x 1 jenkins jenkins 25M May 30 17:20 pd-tso-bench -rwxr-xr-x 1 jenkins jenkins 29M May 30 17:20 regions-dump -rwxr-xr-x 1 jenkins jenkins 29M May 30 17:20 stores-dump -rwxr-xr-x 1 jenkins jenkins 131M May 29 09:56 sync_diff_inspector -rwxr-xr-x 1 jenkins jenkins 199M May 29 23:11 tidb-server -rwxr-xr-x 1 jenkins jenkins 357M May 28 18:52 tikv-server + ./bin/tidb-server -V Release Version: v7.5.1-164-g39ea2b30d3 Edition: Community Git Commit Hash: 39ea2b30d32ab8cf486f30ca318cf2e4bd99eaef Git Branch: release-7.5 UTC Build Time: 2024-05-29 15:11:39 GoVersion: go1.21.10 Race Enabled: false Check Table Before Drop: false Store: unistore + ./bin/pd-server -V Release Version: v7.5.1-16-g23f8a7c4f Edition: Community Git Commit Hash: 23f8a7c4f0221e1ce0309179033aed881013fa78 Git Branch: release-7.5 UTC Build Time: 2024-05-30 09:19:07 + ./bin/tikv-server -V TiKV Release Version: 7.5.2 Edition: Community Git Commit Hash: 1a2c88dcc22c62e1f138d440956214ce367e838b Git Commit Branch: release-7.5 UTC Build Time: 2024-05-28 10:03:11 Rust Version: rustc 1.67.0-nightly (96ddd32c4 2022-11-14) Enable Features: pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine cloud-aws cloud-gcp cloud-azure Profile: dist_release [Pipeline] } [Pipeline] // retry [Pipeline] } Aborted by Jenkins Admin [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Tests) Stage "Tests" skipped due to earlier failure(s) [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') Stage "Matrix - TEST_GROUP = 'G00'" skipped due to earlier failure(s) Stage "Matrix - TEST_GROUP = 'G01'" skipped due to earlier failure(s) Stage "Matrix - TEST_GROUP = 'G02'" skipped due to earlier failure(s) Stage "Matrix - TEST_GROUP = 'G03'" skipped due to earlier failure(s) Stage "Matrix - TEST_GROUP = 'G04'" skipped due to earlier failure(s) Stage "Matrix - TEST_GROUP = 'G05'" skipped due to earlier failure(s) Stage "Matrix - TEST_GROUP = 'G06'" skipped due to earlier failure(s) Stage "Matrix - TEST_GROUP = 'G07'" skipped due to earlier failure(s) Stage "Matrix - TEST_GROUP = 'G08'" skipped due to earlier failure(s) Stage "Matrix - TEST_GROUP = 'G09'" skipped due to earlier failure(s) Stage "Matrix - TEST_GROUP = 'G10'" skipped due to earlier failure(s) Stage "Matrix - TEST_GROUP = 'G11'" skipped due to earlier failure(s) Stage "Matrix - TEST_GROUP = 'TLS_GROUP'" skipped due to earlier failure(s) [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) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) Stage "Matrix - TEST_GROUP = 'G00'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_GROUP = 'G01'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_GROUP = 'G02'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_GROUP = 'G03'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_GROUP = 'G04'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_GROUP = 'G05'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_GROUP = 'G06'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_GROUP = 'G07'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_GROUP = 'G08'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_GROUP = 'G09'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_GROUP = 'G10'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_GROUP = 'G11'" skipped due to earlier failure(s) [Pipeline] } Stage "Matrix - TEST_GROUP = 'TLS_GROUP'" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch Matrix - TEST_GROUP = 'G00' [Pipeline] } Failed in branch Matrix - TEST_GROUP = 'G01' [Pipeline] } Failed in branch Matrix - TEST_GROUP = 'G02' [Pipeline] } Failed in branch Matrix - TEST_GROUP = 'G03' [Pipeline] } Failed in branch Matrix - TEST_GROUP = 'G04' [Pipeline] } Failed in branch Matrix - TEST_GROUP = 'G05' [Pipeline] } Failed in branch Matrix - TEST_GROUP = 'G06' [Pipeline] } Failed in branch Matrix - TEST_GROUP = 'G07' [Pipeline] } Failed in branch Matrix - TEST_GROUP = 'G08' [Pipeline] } Failed in branch Matrix - TEST_GROUP = 'G09' [Pipeline] } Failed in branch Matrix - TEST_GROUP = 'G10' [Pipeline] } Failed in branch Matrix - TEST_GROUP = 'G11' [Pipeline] } Failed in branch Matrix - TEST_GROUP = 'TLS_GROUP' [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 org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 3eb80fc7-0fb1-476f-9e5b-8a56f5447698 Finished: ABORTED