Skip to content
StepArgumentsStatus
Start of Pipeline - (25 min in block)
readTrusted - (1.1 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (25 min in block)
podTemplate block - (25 min in block)
node - (25 min in block)pingcap_tidb_periodics_integration_test_3753-d4g50
node block - (25 min in block)
stage - (3.9 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (3.9 sec in block)
checkout - (3.8 sec in self)
withEnv - (25 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (25 min in block)
container - (25 min in block)golang
container block - (25 min in block)
withEnv - (25 min in block)FILE_SERVER_URL
withEnv block - (25 min in block)
timeout - (25 min in block)
timeout block - (25 min in block)
stage - (1.3 sec in block)Debug info
stage block (Debug info) - (1.2 sec in block)
sh (Debug info) - (0.6 sec in self) printenv echo "-------------------------" go env echo "-------------------------" echo "debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-periodics-integration-test-3753-d4g50-fg7nj-lkb6d bash"
container - (0.61 sec in block)net-tool
container block - (0.56 sec in block)
sh - (0.54 sec in self)dig github.com
stage - (44 sec in block)Download
stage block (Download) - (44 sec in block)
dir - (44 sec in block)download
dir block - (44 sec in block)
script - (1.7 sec in block)
script block - (1.6 sec in block)
sh - (0.56 sec in self)curl http://fileserver.pingcap.net/download/refs/pingcap/tikv/master/sha1
sh - (0.55 sec in self)curl http://fileserver.pingcap.net/download/refs/pingcap/pd/master/sha1
sh - (0.54 sec in self)curl http://fileserver.pingcap.net/download/refs/pingcap/tidb/master/sha1
sh - (42 sec in self) tikv_download_url="http://fileserver.pingcap.net/download/builds/pingcap/tikv/7ccbe3144fd22b35eece56a8125734a7bc2f7502/centos7/tikv-server.tar.gz" pd_download_url="http://fileserver.pingcap.net/download/builds/pingcap/pd/199b01792159e5d8e83ef419a5053401e998bb0e/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 - (22 sec in block)Checkout
stage block (Checkout) - (22 sec in block)
dir - (22 sec in block)tidb
dir block - (22 sec in block)
cache - (21 sec in block)
cache block - (6.6 sec in block)
retry - (6.5 sec in block)2
retry block - (6.5 sec in block)
script - (6.5 sec in block)
script block - (6.4 sec in block)
sh (checkout) - (4.4 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 fa66bbadb74996ada0d1a91605617b2d3d77ea02 git status -s
stage - (3 min 4 sec in block)Prepare
stage block (Prepare) - (3 min 4 sec in block)
dir - (3 min 4 sec in block)tidb
dir block - (3 min 4 sec in block)
cache - (3 min 4 sec in block)
cache block - (2 min 28 sec in block)
sh - (2 min 27 sec in self) make cp bin/tidb-server bin/integration_test_tidb-server
sh (prepare all binaries) - (1.1 sec in self) touch rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 cp -f ../download/third_bin/* bin/ chmod +x bin/* ./bin/tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
stage - (21 min in block)Checks
stage block (Checks) - (21 min in block)
parallel - (21 min in block)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh y') - (6 ms in block)
stage - (21 min in block)Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh y'
stage block (Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh y') - (21 min in block)
withEnv - (21 min in block)SCRIPT_AND_ARGS
withEnv block - (21 min in block)
readTrusted - (4.3 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (20 min in block)
podTemplate block - (20 min in block)
node - (20 min in block)pingcap_tidb_periodics_integration_test_3753-sb1jr
node block - (20 min in block)
checkout - (12 sec in self)
withEnv - (20 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (20 min in block)
container - (20 min in block)golang
container block - (20 min in block)
stage - (20 min in block)Test
stage block (Test) - (20 min in block)
dir - (20 min in block)tidb
dir block - (20 min in block)
cache - (31 sec in block)
cache block - (21 sec in block)
sh - (1.6 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (1 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (39 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 - (19 min in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/integrationtest_with_tikv.sh y
dir - (3.1 sec in block)tidb
dir block - (2.7 sec in block)
junit - (0.34 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 - (1.8 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'integrationtest_with_tikv.sh n') - (6 ms in block)
stage - (3 min 28 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 28 sec in block)
withEnv - (3 min 28 sec in block)SCRIPT_AND_ARGS
withEnv block - (3 min 27 sec in block)
readTrusted - (5.9 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (3 min 21 sec in block)
podTemplate block - (3 min 21 sec in block)
node - (3 min 21 sec in block)pingcap_tidb_periodics_integration_test_3753-fmnqm
node block - (3 min 17 sec in block)
checkout - (3.5 sec in self)
withEnv - (3 min 13 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 13 sec in block)
container - (3 min 13 sec in block)golang
container block - (3 min 12 sec in block)
stage - (3 min 12 sec in block)Test
stage block (Test) - (3 min 12 sec in block)
dir - (3 min 2 sec in block)tidb
dir block - (2 min 59 sec in block)
cache - (9.9 sec in block)
cache block - (1.3 sec in block)
sh - (1.2 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (30 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (41 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 37 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/integrationtest_with_tikv.sh n
dir - (7.5 sec in block)tidb
dir block - (7.4 sec in block)
junit - (3.2 sec in self)
sh - (1 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.41 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_brietest') - (6 ms in block)
stage - (6 min 43 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') - (6 min 43 sec in block)
withEnv - (6 min 43 sec in block)SCRIPT_AND_ARGS
withEnv block - (6 min 43 sec in block)
readTrusted - (6.9 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (6 min 35 sec in block)
podTemplate block - (6 min 35 sec in block)
node - (6 min 35 sec in block)pingcap_tidb_periodics_integration_test_3753-9f4r6
node block - (6 min 29 sec in block)
checkout - (10 sec in self)
withEnv - (6 min 19 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (6 min 19 sec in block)
container - (6 min 18 sec in block)golang
container block - (6 min 18 sec in block)
stage - (6 min 18 sec in block)Test
stage block (Test) - (6 min 18 sec in block)
dir - (6 min 16 sec in block)tidb
dir block - (6 min 16 sec in block)
cache - (17 sec in block)
cache block - (7.6 sec in block)
sh - (1 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (39 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (1 min 36 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 - (3 min 28 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_brietest
dir - (1.2 sec in block)tidb
dir block - (1.2 sec in block)
junit - (0.4 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.15 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_pessimistictest') - (7 ms in block)
stage - (7 min 35 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') - (7 min 35 sec in block)
withEnv - (7 min 35 sec in block)SCRIPT_AND_ARGS
withEnv block - (7 min 35 sec in block)
readTrusted - (7.9 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (7 min 26 sec in block)
podTemplate block - (7 min 26 sec in block)
node - (7 min 26 sec in block)pingcap_tidb_periodics_integration_test_3753-346zl
node block - (7 min 21 sec in block)
checkout - (10 sec in self)
withEnv - (7 min 11 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (7 min 11 sec in block)
container - (7 min 10 sec in block)golang
container block - (7 min 10 sec in block)
stage - (7 min 10 sec in block)Test
stage block (Test) - (7 min 10 sec in block)
dir - (7 min 8 sec in block)tidb
dir block - (7 min 7 sec in block)
cache - (23 sec in block)
cache block - (15 sec in block)
sh - (1.3 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (40 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (1 min 36 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 - (4 min 18 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_pessimistictest
dir - (2 sec in block)tidb
dir block - (1.9 sec in block)
junit - (0.54 sec in self)
sh - (1.2 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 - (96 ms in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_sessiontest') - (6 ms in block)
stage - (7 min 59 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') - (7 min 59 sec in block)
withEnv - (7 min 58 sec in block)SCRIPT_AND_ARGS
withEnv block - (7 min 58 sec in block)
readTrusted - (8.9 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (7 min 49 sec in block)
podTemplate block - (7 min 49 sec in block)
node - (7 min 49 sec in block)pingcap_tidb_periodics_integration_test_3753-36wsg
node block - (7 min 43 sec in block)
checkout - (9.6 sec in self)
withEnv - (7 min 34 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (7 min 33 sec in block)
container - (7 min 33 sec in block)golang
container block - (7 min 33 sec in block)
stage - (7 min 33 sec in block)Test
stage block (Test) - (7 min 33 sec in block)
dir - (7 min 29 sec in block)tidb
dir block - (7 min 29 sec in block)
cache - (9.9 sec in block)
cache block - (3.6 sec in block)
sh - (2.7 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (39 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (1 min 36 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 - (4 min 40 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_sessiontest
dir - (3.3 sec in block)tidb
dir block - (3.2 sec in block)
junit - (0.31 sec in self)
sh - (1.2 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 - (1.6 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_statisticstest') - (7 ms in block)
stage - (5 min 21 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') - (5 min 21 sec in block)
withEnv - (5 min 20 sec in block)SCRIPT_AND_ARGS
withEnv block - (5 min 20 sec in block)
readTrusted - (9.8 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (5 min 10 sec in block)
podTemplate block - (5 min 10 sec in block)
node - (5 min 10 sec in block)pingcap_tidb_periodics_integration_test_3753-67000
node block - (4 min 57 sec in block)
checkout - (31 sec in self)
withEnv - (4 min 25 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 25 sec in block)
container - (4 min 25 sec in block)golang
container block - (4 min 25 sec in block)
stage - (4 min 23 sec in block)Test
stage block (Test) - (4 min 23 sec in block)
dir - (4 min 20 sec in block)tidb
dir block - (4 min 20 sec in block)
cache - (39 sec in block)
cache block - (25 sec in block)
sh - (2.9 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./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 34 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_statisticstest
dir - (1.1 sec in block)tidb
dir block - (1 sec in block)
junit - (0.35 sec in self)
sh - (0.58 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 - (88 ms in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_txntest') - (6 ms in block)
stage - (20 min 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') - (20 min in block)
withEnv - (20 min in block)SCRIPT_AND_ARGS
withEnv block - (20 min in block)
readTrusted - (22 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (20 min in block)
podTemplate block - (20 min in block)
node - (20 min in block)pingcap_tidb_periodics_integration_test_3753-qnn2z
node block - (20 min in block)
checkout - (41 sec in self)
withEnv - (19 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (19 min in block)
container - (19 min in block)golang
container block - (19 min in block)
stage - (19 min in block)Test
stage block (Test) - (19 min in block)
dir - (19 min in block)tidb
dir block - (19 min in block)
cache - (31 sec in block)
cache block - (6.5 sec in block)
sh - (4.2 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (3.2 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (4.9 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 - (17 min in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_txntest
dir - (1.1 sec in block)tidb
dir block - (1 sec in block)
junit - (0.32 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.11 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest') - (7 ms in block)
stage - (12 min 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') - (12 min in block)
withEnv - (12 min in block)SCRIPT_AND_ARGS
withEnv block - (12 min in block)
readTrusted - (11 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (12 min in block)
podTemplate block - (12 min in block)
node - (12 min in block)pingcap_tidb_periodics_integration_test_3753-424lm
node block - (11 min in block)
checkout - (31 sec in self)
withEnv - (11 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (11 min in block)
container - (11 min in block)golang
container block - (11 min in block)
stage - (11 min in block)Test
stage block (Test) - (11 min in block)
dir - (11 min in block)tidb
dir block - (11 min in block)
cache - (26 sec in block)
cache block - (9.1 sec in block)
sh - (2.7 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (1 min 34 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (6.3 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 - (9 min 1 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest
dir - (1.7 sec in block)tidb
dir block - (1.6 sec in block)
junit - (0.39 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.66 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest1') - (5 ms in block)
stage - (5 min 46 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') - (5 min 46 sec in block)
withEnv - (5 min 45 sec in block)SCRIPT_AND_ARGS
withEnv block - (5 min 45 sec in block)
readTrusted - (12 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (5 min 32 sec in block)
podTemplate block - (5 min 32 sec in block)
node - (5 min 32 sec in block)pingcap_tidb_periodics_integration_test_3753-jmfgq
node block - (5 min 21 sec in block)
checkout - (31 sec in self)
withEnv - (4 min 50 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 50 sec in block)
container - (4 min 50 sec in block)golang
container block - (4 min 50 sec in block)
stage - (4 min 48 sec in block)Test
stage block (Test) - (4 min 48 sec in block)
dir - (4 min 44 sec in block)tidb
dir block - (4 min 44 sec in block)
cache - (10 sec in block)
cache block - (3.3 sec in block)
sh - (2.3 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (1 min 35 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 - (2 min 23 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.8 sec in block)
junit - (0.37 sec in self)
sh - (1.2 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.13 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest2') - (10 ms in block)
stage - (4 min 57 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 57 sec in block)
withEnv - (4 min 56 sec in block)SCRIPT_AND_ARGS
withEnv block - (4 min 56 sec in block)
readTrusted - (22 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 33 sec in block)
podTemplate block - (4 min 33 sec in block)
node - (4 min 32 sec in block)pingcap_tidb_periodics_integration_test_3753-qx3js
node block - (4 min 0 sec in block)
checkout - (41 sec in self)
withEnv - (3 min 18 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 18 sec in block)
container - (3 min 18 sec in block)golang
container block - (3 min 18 sec in block)
stage - (3 min 17 sec in block)Test
stage block (Test) - (3 min 17 sec in block)
dir - (3 min 14 sec in block)tidb
dir block - (3 min 14 sec in block)
cache - (1 min 16 sec in block)
cache block - (1 min 1 sec in block)
sh - (5.6 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./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 - (3.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 30 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest2
dir - (1.2 sec in block)tidb
dir block - (1.1 sec in block)
junit - (0.38 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.1 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_addindextest3') - (7 ms in block)
stage - (5 min 29 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') - (5 min 29 sec in block)
withEnv - (5 min 29 sec in block)SCRIPT_AND_ARGS
withEnv block - (5 min 29 sec in block)
readTrusted - (22 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (5 min 5 sec in block)
podTemplate block - (5 min 5 sec in block)
node - (5 min 5 sec in block)pingcap_tidb_periodics_integration_test_3753-8tdwr
node block - (4 min 33 sec in block)
checkout - (41 sec in self)
withEnv - (3 min 51 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 51 sec in block)
container - (3 min 51 sec in block)golang
container block - (3 min 51 sec in block)
stage - (3 min 50 sec in block)Test
stage block (Test) - (3 min 49 sec in block)
dir - (3 min 47 sec in block)tidb
dir block - (3 min 46 sec in block)
cache - (56 sec in block)
cache block - (47 sec in block)
sh - (5 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (3.8 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 - (2 min 0 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest3
dir - (1.8 sec in block)tidb
dir block - (1.7 sec in block)
junit - (0.38 sec in self)
sh - (1.2 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_addindextest4') - (7 ms in block)
stage - (6 min 33 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') - (6 min 33 sec in block)
withEnv - (6 min 32 sec in block)SCRIPT_AND_ARGS
withEnv block - (6 min 32 sec in block)
readTrusted - (22 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (6 min 9 sec in block)
podTemplate block - (6 min 9 sec in block)
node - (6 min 9 sec in block)pingcap_tidb_periodics_integration_test_3753-950p1
node block - (5 min 37 sec in block)
checkout - (41 sec in self)
withEnv - (4 min 54 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 54 sec in block)
container - (4 min 54 sec in block)golang
container block - (4 min 54 sec in block)
stage - (4 min 53 sec in block)Test
stage block (Test) - (4 min 53 sec in block)
dir - (4 min 50 sec in block)tidb
dir block - (4 min 50 sec in block)
cache - (38 sec in block)
cache block - (28 sec in block)
sh - (4.4 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (2.9 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (4.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 - (3 min 4 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_addindextest4
dir - (1.3 sec in block)tidb
dir block - (1.2 sec in block)
junit - (0.42 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.23 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest') - (7 ms in block)
stage - (10 min 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') - (10 min in block)
withEnv - (10 min in block)SCRIPT_AND_ARGS
withEnv block - (10 min in block)
readTrusted - (22 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (9 min 38 sec in block)
podTemplate block - (9 min 38 sec in block)
node - (9 min 38 sec in block)pingcap_tidb_periodics_integration_test_3753-jrq6q
node block - (9 min 6 sec in block)
checkout - (41 sec in self)
withEnv - (8 min 24 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (8 min 23 sec in block)
container - (8 min 23 sec in block)golang
container block - (8 min 23 sec in block)
stage - (8 min 22 sec in block)Test
stage block (Test) - (8 min 22 sec in block)
dir - (8 min 19 sec in block)tidb
dir block - (8 min 19 sec in block)
cache - (50 sec in block)
cache block - (35 sec in block)
sh - (4.8 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (4.6 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (3.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 - (6 min 32 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest
dir - (2.1 sec in block)tidb
dir block - (2 sec in block)
junit - (0.36 sec in self)
sh - (1.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.17 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest2') - (6 ms in block)
stage - (6 min 35 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') - (6 min 35 sec in block)
withEnv - (6 min 35 sec in block)SCRIPT_AND_ARGS
withEnv block - (6 min 35 sec in block)
readTrusted - (22 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (6 min 11 sec in block)
podTemplate block - (6 min 11 sec in block)
node - (6 min 11 sec in block)pingcap_tidb_periodics_integration_test_3753-bkgtl
node block - (5 min 39 sec in block)
checkout - (42 sec in self)
withEnv - (4 min 57 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 57 sec in block)
container - (4 min 57 sec in block)golang
container block - (4 min 57 sec in block)
stage - (4 min 56 sec in block)Test
stage block (Test) - (4 min 55 sec in block)
dir - (4 min 53 sec in block)tidb
dir block - (4 min 53 sec in block)
cache - (1 min 36 sec in block)
cache block - (1 min 20 sec in block)
sh - (6.2 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (3.5 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 - (3 min 9 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest2
dir - (1.3 sec in block)tidb
dir block - (1.2 sec in block)
junit - (0.45 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.15 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest3') - (9 ms in block)
stage - (5 min 1 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') - (5 min 1 sec in block)
withEnv - (5 min 1 sec in block)SCRIPT_AND_ARGS
withEnv block - (5 min 1 sec in block)
readTrusted - (22 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (4 min 37 sec in block)
podTemplate block - (4 min 37 sec in block)
node - (4 min 37 sec in block)pingcap_tidb_periodics_integration_test_3753-j79sl
node block - (4 min 5 sec in block)
checkout - (41 sec in self)
withEnv - (3 min 23 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 23 sec in block)
container - (3 min 23 sec in block)golang
container block - (3 min 22 sec in block)
stage - (3 min 21 sec in block)Test
stage block (Test) - (3 min 21 sec in block)
dir - (3 min 16 sec in block)tidb
dir block - (3 min 16 sec in block)
cache - (1 min 21 sec in block)
cache block - (1 min 14 sec in block)
sh - (5.9 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./bin/integration_test_tidb-server -V ./bin/pd-server -V ./bin/tikv-server -V
sh - (3.4 sec in self)chmod +x ../scripts/pingcap/tidb/*.sh
sh - (3.5 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 32 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest3
dir - (3.9 sec in block)tidb
dir block - (3.8 sec in block)
junit - (0.34 sec in self)
sh - (2.9 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.58 sec in self)
parallel block (Branch: Matrix - SCRIPT_AND_ARGS = 'run_real_tikv_tests.sh bazel_importintotest4') - (6 min 1 sec in block)
stage - (6 min 1 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') - (6 min 1 sec in block)
withEnv - (6 min 0 sec in block)SCRIPT_AND_ARGS
withEnv block - (6 min 0 sec in block)
readTrusted - (22 sec in self)pipelines/pingcap/tidb/latest/pod-periodics_integration_test.yaml
podTemplate - (5 min 37 sec in block)
podTemplate block - (5 min 37 sec in block)
node - (5 min 37 sec in block)pingcap_tidb_periodics_integration_test_3753-lgdfh
node block - (5 min 5 sec in block)
checkout - (41 sec in self)
withEnv - (4 min 23 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 23 sec in block)
container - (4 min 22 sec in block)golang
container block - (4 min 22 sec in block)
stage - (4 min 21 sec in block)Test
stage block (Test) - (4 min 21 sec in block)
dir - (4 min 18 sec in block)tidb
dir block - (4 min 18 sec in block)
cache - (1 min 3 sec in block)
cache block - (54 sec in block)
sh - (5.3 sec in self) ls -l rev-fa66bbadb74996ada0d1a91605617b2d3d77ea02 ./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.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 - (2 min 33 sec in self)/home/jenkins/agent/workspace/pingcap/tidb/periodics_integration_test/scripts/pingcap/tidb/run_real_tikv_tests.sh bazel_importintotest4
dir - (1.7 sec in block)tidb
dir block - (1.5 sec in block)
junit - (0.77 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.13 sec in self)