00:31:06.406 ========== Backtrace start: ========== 00:31:06.406 00:31:06.406 in /home/vagrant/spdk_repo/spdk/test/dd/sparse.sh:73 -> file_to_bdev([]) 00:31:06.406 ... 00:31:06.406 68 ["size"]=37748736 00:31:06.406 69 ["thin_provision"]=true 00:31:06.406 70 ) 00:31:06.406 71 00:31:06.406 72 "${DD_APP[@]}" \ 00:31:06.406 => 73 --if="$file2" \ 00:31:06.406 74 --ob="$lvstore/$lvol" \ 00:31:06.406 75 --bs=12582912 \ 00:31:06.406 76 --sparse \ 00:31:06.406 77 --json <(gen_conf) 00:31:06.406 78 } 00:31:06.406 ... 00:31:06.406 in /home/vagrant/spdk_repo/spdk/test/common/autotest_common.sh:1111 -> run_test(["dd_sparse_file_to_bdev"],["file_to_bdev"]) 00:31:06.406 ... 00:31:06.406 1106 timing_enter $test_name 00:31:06.406 1107 echo "************************************" 00:31:06.406 1108 echo "START TEST $test_name" 00:31:06.406 1109 echo "************************************" 00:31:06.406 1110 xtrace_restore 00:31:06.406 1111 time "$@" 00:31:06.406 1112 xtrace_disable 00:31:06.406 1113 echo "************************************" 00:31:06.406 1114 echo "END TEST $test_name" 00:31:06.406 1115 echo "************************************" 00:31:06.406 1116 timing_exit $test_name 00:31:06.406 ... 00:31:06.406 in /home/vagrant/spdk_repo/spdk/test/dd/sparse.sh:121 -> main([]) 00:31:06.406 ... 00:31:06.406 116 trap "cleanup" EXIT 00:31:06.406 117 00:31:06.406 118 prepare 00:31:06.406 119 00:31:06.406 120 run_test "dd_sparse_file_to_file" file_to_file 00:31:06.406 => 121 run_test "dd_sparse_file_to_bdev" file_to_bdev 00:31:06.406 122 run_test "dd_sparse_bdev_to_file" bdev_to_file 00:31:06.406 ... 00:31:06.406 00:31:06.406 ========== Backtrace end ========== 00:31:06.406 ========== Backtrace start: ========== 00:31:06.406 00:31:06.406 in /home/vagrant/spdk_repo/spdk/test/common/autotest_common.sh:1111 -> run_test(["spdk_dd_sparse"],["/home/vagrant/spdk_repo/spdk/test/dd/sparse.sh"]) 00:31:06.406 ... 00:31:06.406 1106 timing_enter $test_name 00:31:06.406 1107 echo "************************************" 00:31:06.406 1108 echo "START TEST $test_name" 00:31:06.406 1109 echo "************************************" 00:31:06.406 1110 xtrace_restore 00:31:06.406 1111 time "$@" 00:31:06.406 1112 xtrace_disable 00:31:06.407 1113 echo "************************************" 00:31:06.407 1114 echo "END TEST $test_name" 00:31:06.407 1115 echo "************************************" 00:31:06.407 1116 timing_exit $test_name 00:31:06.407 ... 00:31:06.407 in /home/vagrant/spdk_repo/spdk/test/dd/dd.sh:27 -> main([]) 00:31:06.407 ... 00:31:06.407 22 run_test "spdk_dd_malloc" "$testdir/malloc.sh" 00:31:06.407 23 run_test "spdk_dd_bdev_to_bdev" "$testdir/bdev_to_bdev.sh" "${nvmes[@]}" 00:31:06.407 24 if ((SPDK_TEST_URING == 1)); then 00:31:06.407 25 run_test "spdk_dd_uring" "$testdir/uring.sh" 00:31:06.407 26 fi 00:31:06.407 => 27 run_test "spdk_dd_sparse" "$testdir/sparse.sh" 00:31:06.407 28 run_test "spdk_dd_negative" "$testdir/negative_dd.sh" 00:31:06.407 ... 00:31:06.407 00:31:06.407 ========== Backtrace end ========== 00:31:06.407 ========== Backtrace start: ========== 00:31:06.407 00:31:06.407 in /home/vagrant/spdk_repo/spdk/test/common/autotest_common.sh:1111 -> run_test(["spdk_dd"],["/home/vagrant/spdk_repo/spdk/test/dd/dd.sh"]) 00:31:06.407 ... 00:31:06.407 1106 timing_enter $test_name 00:31:06.407 1107 echo "************************************" 00:31:06.407 1108 echo "START TEST $test_name" 00:31:06.407 1109 echo "************************************" 00:31:06.407 1110 xtrace_restore 00:31:06.407 1111 time "$@" 00:31:06.407 1112 xtrace_disable 00:31:06.407 1113 echo "************************************" 00:31:06.407 1114 echo "END TEST $test_name" 00:31:06.407 1115 echo "************************************" 00:31:06.407 1116 timing_exit $test_name 00:31:06.407 ... 00:31:06.407 in /home/vagrant/spdk_repo/spdk/autotest.sh:202 -> main(["/home/vagrant/spdk_repo/autorun-spdk.conf"]) 00:31:06.407 ... 00:31:06.407 197 # dd tests are executed there as well. However, these tests can take a significant 00:31:06.407 198 # amount of time to complete (up to 4min) on a physical system leading to a potential 00:31:06.407 199 # job timeout. Avoid that by skipping these tests - this should not affect the coverage 00:31:06.407 200 # since dd tests are still run as part of the vg jobs. 00:31:06.407 201 if [[ $SPDK_TEST_CRYPTO -eq 0 ]]; then 00:31:06.407 => 202 run_test "spdk_dd" $rootdir/test/dd/dd.sh 00:31:06.407 203 fi 00:31:06.407 204 fi 00:31:06.407 205 fi 00:31:06.407 206 00:31:06.407 207 if [ $SPDK_TEST_NVME -eq 1 ]; then 00:31:06.407 ... 00:31:06.407 00:31:06.407 ========== Backtrace end ==========