Skip to content
StepArgumentsStatus
Start of Pipeline - (36 min in block)
readTrusted - (1 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (36 min in block)
podTemplate block - (36 min in block)
node - (36 min in block)pingcap_tidb_periodics_integration_test_3167-9w4mc
node block - (36 min in block)
stage - (3.5 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (3.5 sec in block)
checkout - (3.4 sec in self)
withEnv - (36 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (36 min in block)
container - (36 min in block)golang
container block - (36 min in block)
withEnv - (36 min in block)FILE_SERVER_URL
withEnv block - (36 min in block)
timeout - (36 min in block)
timeout block - (36 min in block)
stage - (1.8 sec in block)Debug info
stage block (Debug info) - (1.7 sec in block)
sh (Debug info) - (1.1 sec in self) printenv echo "-------------------------" go env echo "-------------------------" echo "debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-periodics-integration-test-3167-9w4mc-0lg9w-9xgr4 bash"
container - (0.6 sec in block)net-tool
container block - (0.56 sec in block)
sh - (0.54 sec in self)dig github.com
stage - (1 min 10 sec in block)Download
stage block (Download) - (1 min 10 sec in block)
dir - (1 min 10 sec in block)download
dir block - (1 min 10 sec in block)
script - (3.4 sec in block)
script block - (3.4 sec in block)
sh - (1.6 sec in self)curl http://fileserver.pingcap.net/download/refs/pingcap/tikv/master/sha1
sh - (1.2 sec in self)curl http://fileserver.pingcap.net/download/refs/pingcap/pd/master/sha1
sh - (0.53 sec in self)curl http://fileserver.pingcap.net/download/refs/pingcap/tidb/master/sha1
sh - (1 min 6 sec in self) tikv_download_url="http://fileserver.pingcap.net/download/builds/pingcap/tikv/88099c95a3c0c13a827c0795c3d45070264665e4/centos7/tikv-server.tar.gz" pd_download_url="http://fileserver.pingcap.net/download/builds/pingcap/pd/f83febabecb98b95b098fd31a3664178f8a6b437/centos7/pd-server.tar.gz" mkdir -p tmp mkdir -p third_bin wget -q --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 -t 0 -O "tmp/tikv-server.tar.gz" ${tikv_download_url} tar -xz -C third_bin bin/tikv-server -f tmp/tikv-server.tar.gz && mv third_bin/bin/tikv-server third_bin/ wget -q --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 -t 0 -O "tmp/pd-server.tar.gz" ${pd_download_url} tar -xz -C third_bin 'bin/*' -f tmp/pd-server.tar.gz && mv third_bin/bin/* third_bin/ rm -rf third_bin/bin ls -alh third_bin
stage - (12 sec in block)Checkout
stage block (Checkout) - (12 sec in block)
dir - (12 sec in block)tidb
dir block - (12 sec in block)
cache - (12 sec in block)
cache block - (9.3 sec in block)
retry - (9.3 sec in block)2
retry block - (9.2 sec in block)
script - (9.2 sec in block)
script block - (9.2 sec in block)
sh (checkout) - (7.1 sec in self)
sh (checkout tidb code) - (1.9 sec in self) git status git fetch origin master:local_master git checkout local_master git checkout -f e3c2c301823e4f9873b872b719a9f794b3534264 git status -s
stage - (2 min 40 sec in block)Prepare
stage block (Prepare) - (2 min 40 sec in block)
dir - (2 min 40 sec in block)tidb
dir block - (2 min 40 sec in block)
cache - (2 min 40 sec in block)
cache block - (2 min 14 sec in block)
sh - (2 min 13 sec in self) make cp bin/tidb-server bin/integration_test_tidb-server
sh (prepare all binaries) - (1.1 sec in self) touch rev-e3c2c301823e4f9873b872b719a9f794b3534264 cp -f ../download/third_bin/* bin/ chmod +x bin/* ./bin/tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
stage - (31 min in block)Checks
stage block (Checks) - (31 min in block)
parallel - (31 min in block)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh y') - (3 ms in block)
stage - (31 min in block)Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh y'
stage block (Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh y') - (31 min in block)
withEnv - (31 min in block)SCRIPT_AND_ARGS
withEnv block - (31 min in block)
readTrusted - (1 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (31 min in block)
podTemplate block - (31 min in block)
node - (31 min in block)pingcap_tidb_periodics_integration_test_3167-v06lh
node block - (31 min in block)
checkout - (24 sec in self)
withEnv - (31 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (31 min in block)
container - (31 min in block)golang
container block - (31 min in block)
stage - (31 min in block)Test
stage block (Test) - (31 min in block)
dir - (31 min in block)tidb
dir block - (31 min in block)
cache - (45 sec in block)
cache block - (33 sec in block)
sh - (3.5 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (49 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (5.7 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (28 min in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/integrationtest_with_tikv.sh y
dir - (3.9 sec in block)tidb
dir block - (3.6 sec in block)
junit - (0.31 sec in self)
sh - (0.61 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (2.7 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh n') - (5 ms in block)
stage - (3 min 15 sec in block)Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh n'
stage block (Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh n') - (3 min 15 sec in block)
withEnv - (3 min 14 sec in block)SCRIPT_AND_ARGS
withEnv block - (3 min 14 sec in block)
readTrusted - (2 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (3 min 12 sec in block)
podTemplate block - (3 min 12 sec in block)
node - (3 min 12 sec in block)pingcap_tidb_periodics_integration_test_3167-c32j3
node block - (3 min 5 sec in block)
checkout - (4.1 sec in self)
withEnv - (3 min 1 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 1 sec in block)
container - (3 min 1 sec in block)golang
container block - (3 min 1 sec in block)
stage - (3 min 1 sec in block)Test
stage block (Test) - (3 min 1 sec in block)
dir - (2 min 54 sec in block)tidb
dir block - (2 min 50 sec in block)
cache - (13 sec in block)
cache block - (1.7 sec in block)
sh - (1.5 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (23 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (1 min 19 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (54 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/integrationtest_with_tikv.sh n
dir - (6.3 sec in block)tidb
dir block - (5.9 sec in block)
junit - (2.8 sec in self)
sh - (2.3 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.67 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_brietest') - (3 ms in block)
stage - (4 min 17 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_brietest'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_brietest') - (4 min 17 sec in block)
withEnv - (4 min 16 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 16 sec in block)
readTrusted - (3 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 13 sec in block)
podTemplate block - (4 min 13 sec in block)
node - (4 min 13 sec in block)pingcap_tidb_periodics_integration_test_3167-fdvn1
node block - (4 min 5 sec in block)
checkout - (14 sec in self)
withEnv - (3 min 50 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 50 sec in block)
container - (3 min 50 sec in block)golang
container block - (3 min 50 sec in block)
stage - (3 min 50 sec in block)Test
stage block (Test) - (3 min 50 sec in block)
dir - (3 min 47 sec in block)tidb
dir block - (3 min 47 sec in block)
cache - (24 sec in block)
cache block - (7.2 sec in block)
sh - (1 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (1.2 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (1 min 17 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (2 min 4 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_brietest
dir - (1.6 sec in block)tidb
dir block - (1.5 sec in block)
junit - (0.7 sec in self)
sh - (0.6 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.17 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pessimistictest') - (3 ms in block)
stage - (4 min 39 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pessimistictest'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pessimistictest') - (4 min 39 sec in block)
withEnv - (4 min 39 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 39 sec in block)
readTrusted - (4 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 34 sec in block)
podTemplate block - (4 min 34 sec in block)
node - (4 min 34 sec in block)pingcap_tidb_periodics_integration_test_3167-h9lc1
node block - (4 min 13 sec in block)
checkout - (24 sec in self)
withEnv - (3 min 48 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 48 sec in block)
container - (3 min 47 sec in block)golang
container block - (3 min 47 sec in block)
stage - (3 min 47 sec in block)Test
stage block (Test) - (3 min 46 sec in block)
dir - (3 min 43 sec in block)tidb
dir block - (3 min 43 sec in block)
cache - (29 sec in block)
cache block - (17 sec in block)
sh - (3 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (49 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (5.6 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (1 min 26 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_pessimistictest
dir - (2.6 sec in block)tidb
dir block - (2.5 sec in block)
junit - (0.47 sec in self)
sh - (1.7 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.24 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_sessiontest') - (3 ms in block)
stage - (4 min 26 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_sessiontest'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_sessiontest') - (4 min 26 sec in block)
withEnv - (4 min 25 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 25 sec in block)
readTrusted - (5 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 20 sec in block)
podTemplate block - (4 min 20 sec in block)
node - (4 min 20 sec in block)pingcap_tidb_periodics_integration_test_3167-vrg64
node block - (4 min 13 sec in block)
checkout - (13 sec in self)
withEnv - (4 min 0 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 0 sec in block)
container - (3 min 59 sec in block)golang
container block - (3 min 59 sec in block)
stage - (3 min 59 sec in block)Test
stage block (Test) - (3 min 59 sec in block)
dir - (3 min 56 sec in block)tidb
dir block - (3 min 56 sec in block)
cache - (8.5 sec in block)
cache block - (1.5 sec in block)
sh - (1.2 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (1 min 17 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (52 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (1 min 22 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_sessiontest
dir - (1.7 sec in block)tidb
dir block - (1.6 sec in block)
junit - (0.4 sec in self)
sh - (0.59 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.49 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_statisticstest') - (3 ms in block)
stage - (4 min 37 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_statisticstest'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_statisticstest') - (4 min 37 sec in block)
withEnv - (4 min 36 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 36 sec in block)
readTrusted - (6 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 30 sec in block)
podTemplate block - (4 min 29 sec in block)
node - (4 min 29 sec in block)pingcap_tidb_periodics_integration_test_3167-4mjlg
node block - (4 min 11 sec in block)
checkout - (24 sec in self)
withEnv - (3 min 45 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 45 sec in block)
container - (3 min 45 sec in block)golang
container block - (3 min 45 sec in block)
stage - (3 min 44 sec in block)Test
stage block (Test) - (3 min 44 sec in block)
dir - (3 min 42 sec in block)tidb
dir block - (3 min 41 sec in block)
cache - (51 sec in block)
cache block - (43 sec in block)
sh - (3.8 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (49 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (5.7 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (1 min 25 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_statisticstest
dir - (1.7 sec in block)tidb
dir block - (1.7 sec in block)
junit - (0.59 sec in self)
sh - (0.64 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.32 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_txntest') - (3 ms in block)
stage - (4 min 35 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_txntest'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_txntest') - (4 min 35 sec in block)
withEnv - (4 min 34 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 34 sec in block)
readTrusted - (7 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 27 sec in block)
podTemplate block - (4 min 26 sec in block)
node - (4 min 26 sec in block)pingcap_tidb_periodics_integration_test_3167-s6blk
node block - (4 min 8 sec in block)
checkout - (24 sec in self)
withEnv - (3 min 43 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 43 sec in block)
container - (3 min 42 sec in block)golang
container block - (3 min 42 sec in block)
stage - (3 min 41 sec in block)Test
stage block (Test) - (3 min 41 sec in block)
dir - (3 min 39 sec in block)tidb
dir block - (3 min 38 sec in block)
cache - (59 sec in block)
cache block - (49 sec in block)
sh - (4.1 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (49 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (5.1 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (1 min 24 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_txntest
dir - (1.7 sec in block)tidb
dir block - (1.5 sec in block)
junit - (0.38 sec in self)
sh - (0.98 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.14 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest') - (6 ms in block)
stage - (4 min 33 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest') - (4 min 33 sec in block)
withEnv - (4 min 33 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 32 sec in block)
readTrusted - (8 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 24 sec in block)
podTemplate block - (4 min 24 sec in block)
node - (4 min 24 sec in block)pingcap_tidb_periodics_integration_test_3167-hng74
node block - (4 min 7 sec in block)
checkout - (24 sec in self)
withEnv - (3 min 41 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 41 sec in block)
container - (3 min 41 sec in block)golang
container block - (3 min 41 sec in block)
stage - (3 min 40 sec in block)Test
stage block (Test) - (3 min 40 sec in block)
dir - (3 min 37 sec in block)tidb
dir block - (3 min 37 sec in block)
cache - (1 min 18 sec in block)
cache block - (1 min 2 sec in block)
sh - (4.4 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (49 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (4.1 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (1 min 24 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest
dir - (1.5 sec in block)tidb
dir block - (1.4 sec in block)
junit - (0.45 sec in self)
sh - (0.7 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.24 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest1') - (4 ms in block)
stage - (4 min 38 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest1'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest1') - (4 min 38 sec in block)
withEnv - (4 min 38 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 37 sec in block)
readTrusted - (9 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 28 sec in block)
podTemplate block - (4 min 28 sec in block)
node - (4 min 28 sec in block)pingcap_tidb_periodics_integration_test_3167-c09k7
node block - (4 min 12 sec in block)
checkout - (24 sec in self)
withEnv - (3 min 46 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 46 sec in block)
container - (3 min 46 sec in block)golang
container block - (3 min 46 sec in block)
stage - (3 min 45 sec in block)Test
stage block (Test) - (3 min 45 sec in block)
dir - (3 min 42 sec in block)tidb
dir block - (3 min 42 sec in block)
cache - (1 min 4 sec in block)
cache block - (58 sec in block)
sh - (4.4 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (49 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (5.1 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (1 min 27 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest1
dir - (1.8 sec in block)tidb
dir block - (1.4 sec in block)
junit - (0.36 sec in self)
sh - (0.61 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.16 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest2') - (4 ms in block)
stage - (4 min 44 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest2'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest2') - (4 min 43 sec in block)
withEnv - (4 min 43 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 43 sec in block)
readTrusted - (10 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 33 sec in block)
podTemplate block - (4 min 32 sec in block)
node - (4 min 32 sec in block)pingcap_tidb_periodics_integration_test_3167-h73cc
node block - (4 min 17 sec in block)
checkout - (24 sec in self)
withEnv - (3 min 52 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 52 sec in block)
container - (3 min 52 sec in block)golang
container block - (3 min 52 sec in block)
stage - (3 min 51 sec in block)Test
stage block (Test) - (3 min 51 sec in block)
dir - (3 min 48 sec in block)tidb
dir block - (3 min 48 sec in block)
cache - (20 sec in block)
cache block - (12 sec in block)
sh - (2.7 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (49 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (6 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (1 min 31 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest2
dir - (1.7 sec in block)tidb
dir block - (1.6 sec in block)
junit - (0.55 sec in self)
sh - (0.78 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.23 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest3') - (5 ms in block)
stage - (4 min 38 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest3'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest3') - (4 min 38 sec in block)
withEnv - (4 min 38 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 37 sec in block)
readTrusted - (11 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 26 sec in block)
podTemplate block - (4 min 26 sec in block)
node - (4 min 26 sec in block)pingcap_tidb_periodics_integration_test_3167-11sxj
node block - (4 min 11 sec in block)
checkout - (24 sec in self)
withEnv - (3 min 46 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 46 sec in block)
container - (3 min 46 sec in block)golang
container block - (3 min 46 sec in block)
stage - (3 min 45 sec in block)Test
stage block (Test) - (3 min 45 sec in block)
dir - (3 min 41 sec in block)tidb
dir block - (3 min 40 sec in block)
cache - (15 sec in block)
cache block - (4.9 sec in block)
sh - (2.5 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (49 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (5.8 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (1 min 23 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest3
dir - (3.7 sec in block)tidb
dir block - (3.4 sec in block)
junit - (0.5 sec in self)
sh - (2.5 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.43 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest4') - (4 ms in block)
stage - (4 min 35 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest4'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest4') - (4 min 35 sec in block)
withEnv - (4 min 34 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 34 sec in block)
readTrusted - (12 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 22 sec in block)
podTemplate block - (4 min 21 sec in block)
node - (4 min 21 sec in block)pingcap_tidb_periodics_integration_test_3167-qtd02
node block - (4 min 8 sec in block)
checkout - (24 sec in self)
withEnv - (3 min 43 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 43 sec in block)
container - (3 min 43 sec in block)golang
container block - (3 min 42 sec in block)
stage - (3 min 41 sec in block)Test
stage block (Test) - (3 min 41 sec in block)
dir - (3 min 39 sec in block)tidb
dir block - (3 min 39 sec in block)
cache - (36 sec in block)
cache block - (26 sec in block)
sh - (3.3 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (49 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (5.7 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (1 min 22 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest4
dir - (1.8 sec in block)tidb
dir block - (1.7 sec in block)
junit - (0.67 sec in self)
sh - (0.74 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.2 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest') - (4 ms in block)
stage - (4 min 42 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest') - (4 min 42 sec in block)
withEnv - (4 min 42 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 41 sec in block)
readTrusted - (23 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 17 sec in block)
podTemplate block - (4 min 17 sec in block)
node - (4 min 16 sec in block)pingcap_tidb_periodics_integration_test_3167-zfbln
node block - (3 min 50 sec in block)
checkout - (1 min 18 sec in self)
withEnv - (2 min 31 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (2 min 31 sec in block)
container - (2 min 31 sec in block)golang
container block - (2 min 31 sec in block)
stage - (2 min 30 sec in block)Test
stage block (Test) - (2 min 30 sec in block)
dir - (2 min 25 sec in block)tidb
dir block - (2 min 24 sec in block)
cache - (51 sec in block)
cache block - (40 sec in block)
sh - (5.1 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (3.3 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (4.1 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (1 min 26 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest
dir - (1.3 sec in block)tidb
dir block - (1.2 sec in block)
junit - (0.36 sec in self)
sh - (0.74 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.12 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest2') - (6 ms in block)
stage - (4 min 41 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest2'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest2') - (4 min 41 sec in block)
withEnv - (4 min 40 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 40 sec in block)
readTrusted - (23 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 16 sec in block)
podTemplate block - (4 min 16 sec in block)
node - (4 min 15 sec in block)pingcap_tidb_periodics_integration_test_3167-c71r1
node block - (3 min 49 sec in block)
checkout - (1 min 18 sec in self)
withEnv - (2 min 30 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (2 min 30 sec in block)
container - (2 min 29 sec in block)golang
container block - (2 min 29 sec in block)
stage - (2 min 28 sec in block)Test
stage block (Test) - (2 min 28 sec in block)
dir - (2 min 23 sec in block)tidb
dir block - (2 min 23 sec in block)
cache - (26 sec in block)
cache block - (10 sec in block)
sh - (4.6 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (4.7 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (3.1 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (1 min 23 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest2
dir - (1.4 sec in block)tidb
dir block - (1.3 sec in block)
junit - (0.39 sec in self)
sh - (0.66 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.2 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest3') - (5 ms in block)
stage - (4 min 44 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest3'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest3') - (4 min 43 sec in block)
withEnv - (4 min 43 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 43 sec in block)
readTrusted - (24 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 19 sec in block)
podTemplate block - (4 min 19 sec in block)
node - (4 min 18 sec in block)pingcap_tidb_periodics_integration_test_3167-tb8b1
node block - (3 min 52 sec in block)
checkout - (1 min 18 sec in self)
withEnv - (2 min 33 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (2 min 33 sec in block)
container - (2 min 33 sec in block)golang
container block - (2 min 32 sec in block)
stage - (2 min 31 sec in block)Test
stage block (Test) - (2 min 31 sec in block)
dir - (2 min 26 sec in block)tidb
dir block - (2 min 26 sec in block)
cache - (13 sec in block)
cache block - (5.3 sec in block)
sh - (4.3 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (4.2 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (4 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (1 min 25 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest3
dir - (1.6 sec in block)tidb
dir block - (1.5 sec in block)
junit - (0.72 sec in self)
sh - (0.65 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.14 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest4') - (4 min 43 sec in block)
stage - (4 min 42 sec in block)Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest4'
stage block (Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest4') - (4 min 42 sec in block)
withEnv - (4 min 42 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 42 sec in block)
readTrusted - (24 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 18 sec in block)
podTemplate block - (4 min 18 sec in block)
node - (4 min 17 sec in block)pingcap_tidb_periodics_integration_test_3167-mg0cq
node block - (3 min 51 sec in block)
checkout - (1 min 18 sec in self)
withEnv - (2 min 32 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (2 min 32 sec in block)
container - (2 min 31 sec in block)golang
container block - (2 min 31 sec in block)
stage - (2 min 30 sec in block)Test
stage block (Test) - (2 min 30 sec in block)
dir - (2 min 25 sec in block)tidb
dir block - (2 min 25 sec in block)
cache - (41 sec in block)
cache block - (24 sec in block)
sh - (4.8 sec in self) ls -l rev-e3c2c301823e4f9873b872b719a9f794b3534264 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (4.1 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (3.4 sec in self) sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common git diff . git status
sh - (1 min 26 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest4
dir - (1.5 sec in block)tidb
dir block - (1.3 sec in block)
junit - (0.44 sec in self)
sh - (0.67 sec in self) find . -name "pd*.log" -type f -exec tail -n 500 '{}' + find . -name "tikv*.log" -type f -exec tail -n 500 '{}' + find . -name "*.out" -type f -exec tail -n 500 '{}' +
archiveArtifacts - (0.26 sec in self)
stage - (0.6 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (0.57 sec in block)
sh - (0.54 sec in self) echo 88099c95a3c0c13a827c0795c3d45070264665e4 > tikv.sha1.verify echo f83febabecb98b95b098fd31a3664178f8a6b437 > pd.sha1.verify echo e3c2c301823e4f9873b872b719a9f794b3534264 > tidb.sha1.verify curl -F refs/pingcap/tikv/master/sha1.verify=@tikv.sha1.verify http://fileserver.pingcap.net/upload curl -F refs/pingcap/pd/master/sha1.verify=@pd.sha1.verify http://fileserver.pingcap.net/upload curl -F refs/pingcap/tidb/master/sha1.verify=@tidb.sha1.verify http://fileserver.pingcap.net/upload