Skip to content
StepArgumentsStatus
Start of Pipeline - (21 min in block)
readJSON - (0.83 sec in self)
readTrusted - (1.1 sec in self)pipelines/tikv/tikv/latest/pod-pull_unit_test.yaml
podTemplate - (21 min in block)
podTemplate block - (21 min in block)
node - (21 min in block)tikv_tikv_pull_unit_test_403-92dk6
node block - (17 min in block)
container - (17 min in block)runner
container block - (17 min in block)
withEnv - (17 min in block)TIKV_TEST_MEMORY_DISK_MOUNT_POINT, FILE_SERVER_URL
withEnv block - (17 min in block)
timeout - (17 min in block)
timeout block - (17 min in block)
stage - (1.6 sec in block)Debug info
stage block (Debug info) - (1.6 sec in block)
sh (Debug info) - (0.88 sec in self) printenv echo "-------------------------" env hostname df -h free -hm echo "-------------------------" echo "debug command: kubectl -n jenkins-tikv exec -ti tikv-tikv-pull-unit-test-403-92dk6-4hnhz-xk0jk bash"
container - (0.66 sec in block)net-tool
container block - (0.63 sec in block)
sh - (0.54 sec in self)dig github.com
script - (56 ms in block)
script block - (27 ms in block)
stage - (18 sec in block)Checkout
stage block (Checkout) - (18 sec in block)
timeout - (18 sec in block)
timeout block - (18 sec in block)
sh - (0.54 sec in self) rm -rf /home/jenkins/tikv-src
dir - (16 sec in block)tikv
dir block - (16 sec in block)
cache - (16 sec in block)
cache block - (3.4 sec in block)
retry - (3.2 sec in block)2
retry block - (3.2 sec in block)
script - (2.8 sec in block)
script block - (2.7 sec in block)
sh (Checkout and merge pull request(s) to target if exist) - (2.7 sec in self)
sh - (0.81 sec in self) pwd & ls -alh mv ./tikv $HOME/tikv-src cd $HOME/tikv-src ln -s $HOME/tikv-target $HOME/tikv-src/target pwd && ls -alh
stage - (1 min 33 sec in block)lint
stage block (lint) - (1 min 33 sec in block)
dir - (1 min 33 sec in block)tikv
dir block - (1 min 33 sec in block)
retry - (1 min 33 sec in block)2
retry block - (1 min 33 sec in block)
sh (Run lint: format) - (7.3 sec in self) cd $HOME/tikv-src export RUSTFLAGS=-Dwarnings make format git diff --quiet || (git diff; echo Please make format and run tests before creating a PR; exit 1)
sh (Run lint: clippy) - (1 min 26 sec in self) cd $HOME/tikv-src export RUSTFLAGS=-Dwarnings export FAIL_POINT=1 export ROCKSDB_SYS_SSE=1 export RUST_BACKTRACE=1 export LOG_LEVEL=INFO echo using gcc 8 source /opt/rh/devtoolset-8/enable make clippy || (echo Please fix the clippy error; exit 1)
stage - (6 min 12 sec in block)build
stage block (build) - (6 min 12 sec in block)
dir - (6 min 12 sec in block)tikv
dir block - (6 min 11 sec in block)
retry - (6 min 11 sec in block)2
retry block - (6 min 11 sec in block)
sh (Build test artifact) - (6 min 11 sec in self)
stage - (9 min 9 sec in block)Test
stage block (Test) - (9 min 9 sec in block)
timeout - (9 min 9 sec in block)
timeout block - (9 min 9 sec in block)
dir - (9 min 9 sec in block)/home/jenkins/agent/tikv-presubmit/unit-test
dir block - (9 min 8 sec in block)
sh (clean up) - (12 sec in self) rm -rf /home/jenkins/tikv-* ls -alh /home/jenkins/ ln -s `pwd` $HOME/tikv-src mkdir -p target/debug uname -a df -h free -hm # prepare test artifacts cp /home/jenkins/archives/test-artifacts.tar.gz . cp /home/jenkins/archives/archive-test-binaries.tar . tar -xf test-artifacts.tar.gz tar xf archive-test-binaries.tar --strip-components=1 rm -f test-artifacts.tar.gz archive-test-binaries.tar ls -la ls -alh target/debug/deps/
sh - (8 min 56 sec in self)