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