Started by user Jenkins Admin Obtained pipelines/pingcap/tiflash/latest/pull_unit_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/tiflash/latest/pod-pull_unit-test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tiflash/pingcap-tiflash-pull-unit-test-3925-2hlzw-bf67w-d7sgf Agent pingcap-tiflash-pull-unit-test-3925-2hlzw-bf67w-d7sgf is provisioned from template pingcap_tiflash_pull_unit_test_3925-2hlzw-bf67w --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/3925/" runUrl: "job/pingcap/job/tiflash/job/pull_unit_test/3925/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "a96e3fbb6563a9ff651ce68705ddbf2b225e7a18" jenkins/label: "pingcap_tiflash_pull_unit_test_3925-2hlzw" name: "pingcap-tiflash-pull-unit-test-3925-2hlzw-bf67w-d7sgf" namespace: "jenkins-tiflash" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - command: - "cat" image: "hub.pingcap.net/tiflash/tiflash-llvm-base:llvm-17.0.6-rocky8" name: "runner" resources: requests: memory: "32Gi" cpu: "12000m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent/rust" name: "volume-0" readOnly: false - mountPath: "/home/jenkins/agent/ccache" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent/dependency" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/agent/ci-cached-code-daily" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/agent/proxy-cache" name: "volume-5" readOnly: false - mountPath: "/tmp" name: "volume-6" readOnly: false - mountPath: "/tmp-memfs" name: "volume-7" readOnly: false - mountPath: "/home/jenkins" name: "volume-8" readOnly: false - 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 - args: - "sleep" - "infinity" image: "hub.pingcap.net/jenkins/ks3util" name: "util" resources: limits: cpu: "500m" memory: "500Mi" requests: cpu: "500m" memory: "500Mi" 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-tiflash-pull-unit-test-3925-2hlzw-bf67w-d7sgf" - name: "JENKINS_NAME" value: "pingcap-tiflash-pull-unit-test-3925-2hlzw-bf67w-d7sgf" - 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" volumes: - name: "volume-0" nfs: path: "/data/nvme1n1/nfs/tiflash/rust" readOnly: false server: "10.2.12.82" - name: "volume-2" nfs: path: "/data/nvme1n1/nfs/tiflash/dependency" readOnly: true server: "10.2.12.82" - name: "volume-1" nfs: path: "/data/nvme1n1/nfs/tiflash/ccache" readOnly: true server: "10.2.12.82" - emptyDir: {} name: "volume-8" - emptyDir: medium: "Memory" name: "volume-7" - emptyDir: medium: "" name: "workspace-volume" - name: "volume-4" nfs: path: "/data/nvme1n1/nfs/git" readOnly: true server: "10.2.12.82" - emptyDir: {} name: "volume-6" - name: "volume-5" nfs: path: "/data/nvme1n1/nfs/tiflash/proxy-cache" readOnly: true server: "10.2.12.82" Running on pingcap-tiflash-pull-unit-test-3925-2hlzw-bf67w-d7sgf in /home/jenkins/agent/workspace/pingcap/tiflash/pull_unit_test [Pipeline] { [Pipeline] ws Running in /home/jenkins/agent/workspace/tiflash-build-common [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/tiflash-build-common # 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)" > 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 b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv GIT_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/3925/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tiflash/pull_unit_test","buildid":"1908052335695761408","prowjobid":"191428f8-61f7-4857-9665-5adc2366881f","refs":{"org":"pingcap","repo":"tiflash","repo_link":"https://github.com/pingcap/tiflash","base_ref":"master","base_sha":"8ecb79fcf30098e6786f4d0440ead2a879a3ad4a","base_link":"https://github.com/pingcap/tiflash/commit/8ecb79fcf30098e6786f4d0440ead2a879a3ad4a","pulls":[{"number":9956,"author":"gengliqi","sha":"484618e0fdd5af3f19818473998805d27dfc481d","title":"Support left-outer join and join-level late materialization for other conditions in hash join v2","head_ref":"join-v2-late-materialization","link":"https://github.com/pingcap/tiflash/pull/9956","commit_link":"https://github.com/pingcap/tiflash/pull/9956/commits/484618e0fdd5af3f19818473998805d27dfc481d","author_link":"https://github.com/gengliqi"}]}} _=/usr/bin/printenv LANG=en_US.UTF-8 TZ=Asia/Shanghai BUILD_ID=1908052335695761408 POD_LABEL=pingcap_tiflash_pull_unit_test_3925-2hlzw HOSTNAME=pingcap-tiflash-pull-unit-test-3925-2hlzw-bf67w-d7sgf OLDPWD=/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/3925/display/redirect?page=changes JENKINS_NODE_COOKIE=91890d5c-9dd6-452c-8f3b-643c6808bc81 GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JOB_BASE_NAME=pull_unit_test WORKSPACE_TMP=/home/jenkins/agent/workspace/tiflash-build-common@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 CC=clang FILE_SERVER_URL=http://fileserver.pingcap.net POD_CONTAINER=runner BUILD_NUMBER=3925 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/tiflash-build-common PWD=/home/jenkins/agent/workspace/tiflash-build-common HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/root NODE_NAME=pingcap-tiflash-pull-unit-test-3925-2hlzw-bf67w-d7sgf HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tiflash/pull_unit_test RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/3925/display/redirect?page=tests KUBERNETES_SERVICE_PORT_HTTPS=443 KUBERNETES_PORT_443_TCP_PORT=443 GIT_PREVIOUS_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 HUDSON_HOME=/var/jenkins_home JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/display/redirect PROW_JOB_ID=191428f8-61f7-4857-9665-5adc2366881f CARGO_HOME=/root/.cargo KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/3925/display/redirect?page=artifacts CXX=clang++ BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/3925/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tiflash/job/pull_unit_test/ BUILD_DISPLAY_NAME=#3925 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tiflash-pull_unit_test-3925 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap_tiflash_pull_unit_test_3925-2hlzw pingcap-tiflash-pull-unit-test-3925-2hlzw-bf67w-d7sgf PATH=/root/.cargo/bin:/root/.cargo/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin GIT_PREVIOUS_SUCCESSFUL_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 KUBERNETES_SERVICE_HOST=10.233.0.1 LD=ld.lld JENKINS_SERVER_COOKIE=durable-9b116c5a48165f50f04c6f9dbee2b82d81e84b84a638df3d6a8158191ddf3b8c + echo ------------------------- ------------------------- + hostname pingcap-tiflash-pull-unit-test-3925-2hlzw-bf67w-d7sgf + df -h Filesystem Size Used Avail Use% Mounted on overlay 876G 446G 386G 54% / tmpfs 64M 0 64M 0% /dev tmpfs 189G 0 189G 0% /sys/fs/cgroup tmpfs 343G 0 343G 0% /tmp-memfs /dev/nvme0n1 3.6T 324M 3.4T 1% /tmp /dev/sda3 876G 446G 386G 54% /etc/hostname shm 64M 0 64M 0% /dev/shm 10.2.12.82:/data/nvme1n1/nfs/tiflash/proxy-cache 3.6T 462G 3.0T 14% /home/jenkins/agent/proxy-cache 10.2.12.82:/data/nvme1n1/nfs/git 3.6T 462G 3.0T 14% /home/jenkins/agent/ci-cached-code-daily 10.2.12.82:/data/nvme1n1/nfs/tiflash/dependency 3.6T 462G 3.0T 14% /home/jenkins/agent/dependency 10.2.12.82:/data/nvme1n1/nfs/tiflash/ccache 3.6T 462G 3.0T 14% /home/jenkins/agent/ccache 10.2.12.82:/data/nvme1n1/nfs/tiflash/rust 3.6T 462G 3.0T 14% /home/jenkins/agent/rust tmpfs 343G 12K 343G 1% /run/secrets/kubernetes.io/serviceaccount tmpfs 189G 0 189G 0% /proc/acpi tmpfs 189G 0 189G 0% /proc/scsi tmpfs 189G 0 189G 0% /sys/firmware + free -hm total used free shared buff/cache available Mem: 376Gi 28Gi 265Gi 4.3Gi 82Gi 340Gi Swap: 0B 0B 0B + gcc --version gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + cmake --version cmake version 3.26.5 CMake suite maintained and supported by Kitware (kitware.com/cmake). + clang --version clang version 17.0.6 (Red Hat 17.0.6-1.module+el8.10.0+1869+0b51ffa4) Target: x86_64-redhat-linux-gnu Thread model: posix InstalledDir: /usr/bin + ccache --version ccache version 4.10.2 Features: avx2 file-storage http-storage redis+unix-storage redis-storage Copyright (C) 2002-2007 Andrew Tridgell Copyright (C) 2009-2024 Joel Rosdahl and other contributors See for a complete list of contributors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. + echo ------------------------- ------------------------- + echo 'debug command: kubectl -n jenkins-tiflash exec -ti pingcap-tiflash-pull-unit-test-3925-2hlzw-bf67w-d7sgf bash' debug command: kubectl -n jenkins-tiflash exec -ti pingcap-tiflash-pull-unit-test-3925-2hlzw-bf67w-d7sgf 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: 46819 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: cea15cf79b2ba183 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 27 IN A 20.205.243.166 github.com. 27 IN A 20.27.177.113 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Fri Apr 04 07:02:05 UTC 2025 ;; MSG SIZE rcvd: 103 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] script [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/tiflash-build-common/test-build-cache [Pipeline] { [Pipeline] cache Cache not restored (no such key found) [Pipeline] { [Pipeline] sh + test -f README.md + echo false [Pipeline] echo build_cache_ready: false, build cache key: tiflash/pingcap/tiflash/ut-build/rev-8ecb79f-484618e [Pipeline] echo skip build... [Pipeline] error [Pipeline] } Cache not saved (inner-step execution failed) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] echo build cache not ready: hudson.AbortException: build cache not exist, start build... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] timeout Timeout set to expire in 15 min [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/tiflash-build-common/tiflash [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $KS3UTIL_CONF [Pipeline] { [Pipeline] sh + rm -rf './*' [Pipeline] sh + ks3util -c **** cp -f ks3://ee-fileserver/download/cicd/daily-cache-code/src-tiflash.tar.gz src-tiflash.tar.gz Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 435,159,040, Progress: 9.750%, Speed: 80.47MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 749,731,840, Progress: 16.798%, Speed: 57.68MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 1,064,304,640, Progress: 23.846%, Speed: 60.00MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 1,384,120,320, Progress: 31.012%, Speed: 58.53MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 1,719,664,640, Progress: 38.530%, Speed: 62.87MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 2,039,480,320, Progress: 45.696%, Speed: 57.50MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 2,354,053,120, Progress: 52.744%, Speed: 58.93MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 2,637,168,640, Progress: 59.087%, Speed: 54.00MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 2,972,712,960, Progress: 66.605%, Speed: 63.71MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 3,292,528,640, Progress: 73.771%, Speed: 60.09MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 3,612,344,320, Progress: 80.936%, Speed: 61.00MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 3,900,702,720, Progress: 87.397%, Speed: 53.84MB/s Total num: 1, size: 4,463,188,805. Dealed num: 0, OK size: 4,199,546,880, Progress: 94.093%, Speed: 54.87MB/s Succeed: Total num: 1, size: 4,463,188,805. OK num: 1(download 1 objects). 平均速度:60.66MB/s 70.168158(s) elapsed [Pipeline] sh + ls -alh total 4.2G drwxr-xr-x. 2 1000 1000 4.0K Apr 4 07:03 . drwxr-xr-x. 20 1000 1000 4.0K Apr 4 07:02 .. -rw-r--r--. 1 root root 4.2G Apr 4 07:03 src-tiflash.tar.gz + chown 1000:1000 src-tiflash.tar.gz + tar -xf src-tiflash.tar.gz --strip-components=1 Aborted by Jenkins Admin Sending interrupt signal to process Killing processes kill finished with exit code 0 script returned exit code 143 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare Cache) Stage "Prepare Cache" skipped due to earlier failure(s) [Pipeline] parallel [Pipeline] { (Branch: Ccache) [Pipeline] { (Branch: Proxy-Cache) [Pipeline] stage [Pipeline] { (Ccache) [Pipeline] stage [Pipeline] { (Proxy-Cache) Stage "Ccache" skipped due to earlier failure(s) [Pipeline] } Stage "Proxy-Cache" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch Ccache [Pipeline] } Failed in branch Proxy-Cache [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Dependency and Utils) Stage "Build Dependency and Utils" skipped due to earlier failure(s) [Pipeline] parallel [Pipeline] { (Branch: Cluster Manage) [Pipeline] { (Branch: TiFlash Proxy) [Pipeline] stage [Pipeline] { (Cluster Manage) [Pipeline] stage [Pipeline] { (TiFlash Proxy) Stage "Cluster Manage" skipped due to earlier failure(s) [Pipeline] } Stage "TiFlash Proxy" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch Cluster Manage [Pipeline] } Failed in branch TiFlash Proxy [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Configure Project) Stage "Configure Project" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build TiFlash) Stage "Build TiFlash" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Post Build) Stage "Post Build" skipped due to earlier failure(s) [Pipeline] parallel [Pipeline] { (Branch: Upload Build Artifacts) [Pipeline] { (Branch: Upload Build Data) [Pipeline] stage [Pipeline] { (Upload Build Artifacts) [Pipeline] stage [Pipeline] { (Upload Build Data) Stage "Upload Build Artifacts" skipped due to earlier failure(s) [Pipeline] } Stage "Upload Build Data" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch Upload Build Artifacts [Pipeline] } Failed in branch Upload Build Data [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit Test Prepare) Stage "Unit Test Prepare" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run Tests) Stage "Run Tests" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 16044a18-fc24-47dc-9eca-da31f152297d Finished: ABORTED