00:07:11.849 ========== Backtrace start: ========== 00:07:11.849 00:07:11.849 in /home/vagrant/spdk_repo/spdk/test/bdev/nbd_common.sh:135 -> nbd_with_lvol_verify(["/var/tmp/spdk-nbd.sock"],["/dev/nbd0"]) 00:07:11.849 ... 00:07:11.849 130 function nbd_with_lvol_verify() { 00:07:11.849 131 local rpc_server=$1 00:07:11.849 132 local nbd=$2 00:07:11.849 133 00:07:11.849 134 $rootdir/scripts/rpc.py -s $rpc_server bdev_malloc_create -b malloc_lvol_verify 16 512 00:07:11.849 => 135 $rootdir/scripts/rpc.py -s $rpc_server bdev_lvol_create_lvstore malloc_lvol_verify lvs 00:07:11.849 136 $rootdir/scripts/rpc.py -s $rpc_server bdev_lvol_create lvol 4 -l lvs 00:07:11.849 137 $rootdir/scripts/rpc.py -s $rpc_server nbd_start_disk lvs/lvol "$nbd" 00:07:11.849 138 00:07:11.849 139 wait_for_nbd_set_capacity "$nbd" 00:07:11.849 140 00:07:11.849 ... 00:07:11.849 in /home/vagrant/spdk_repo/spdk/test/bdev/blockdev.sh:323 -> nbd_function_test(["/home/vagrant/spdk_repo/spdk/test/bdev/bdev.json"],["Nvme0n1 Nvme1n1"],[""]) 00:07:11.849 ... 00:07:11.849 318 trap 'cleanup; killprocess $nbd_pid' SIGINT SIGTERM EXIT 00:07:11.849 319 waitforlisten $nbd_pid $rpc_server 00:07:11.849 320 00:07:11.849 321 nbd_rpc_start_stop_verify $rpc_server "${bdev_list[*]}" 00:07:11.849 322 nbd_rpc_data_verify $rpc_server "${bdev_list[*]}" "${nbd_list[*]}" 00:07:11.849 => 323 nbd_with_lvol_verify $rpc_server "${nbd_list[0]}" 00:07:11.849 324 00:07:11.849 325 killprocess $nbd_pid 00:07:11.849 326 trap - SIGINT SIGTERM EXIT 00:07:11.849 327 } 00:07:11.849 328 00:07:11.849 ... 00:07:11.849 in /home/vagrant/spdk_repo/spdk/test/common/autotest_common.sh:1125 -> run_test(["bdev_nbd"],["nbd_function_test"],["/home/vagrant/spdk_repo/spdk/test/bdev/bdev.json"],["Nvme0n1 Nvme1n1"],[""]) 00:07:11.849 ... 00:07:11.849 1120 timing_enter $test_name 00:07:11.849 1121 echo "************************************" 00:07:11.849 1122 echo "START TEST $test_name" 00:07:11.849 1123 echo "************************************" 00:07:11.849 1124 xtrace_restore 00:07:11.849 1125 time "$@" 00:07:11.849 1126 xtrace_disable 00:07:11.849 1127 echo "************************************" 00:07:11.849 1128 echo "END TEST $test_name" 00:07:11.849 1129 echo "************************************" 00:07:11.849 1130 timing_exit $test_name 00:07:11.849 ... 00:07:11.849 in /home/vagrant/spdk_repo/spdk/test/bdev/blockdev.sh:761 -> main(["nvme"]) 00:07:11.849 ... 00:07:11.849 756 00:07:11.849 757 trap "cleanup" SIGINT SIGTERM EXIT 00:07:11.849 758 00:07:11.849 759 run_test "bdev_hello_world" $SPDK_EXAMPLE_DIR/hello_bdev --json "$conf_file" -b "$hello_world_bdev" "$env_ctx" 00:07:11.849 760 run_test "bdev_bounds" bdev_bounds "$env_ctx" 00:07:11.849 => 761 run_test "bdev_nbd" nbd_function_test "$conf_file" "${bdevs_name[*]}" "$env_ctx" 00:07:11.849 762 if [[ $CONFIG_FIO_PLUGIN == y ]]; then 00:07:11.849 763 if [ "$test_type" = "nvme" ] || [ "$test_type" = "gpt" ]; then 00:07:11.849 764 # TODO: once we get real multi-ns drives, re-enable this test for NVMe. 00:07:11.849 765 echo "skipping fio tests on NVMe due to multi-ns failures." 00:07:11.849 766 else 00:07:11.849 ... 00:07:11.849 00:07:11.849 ========== Backtrace end ========== 00:07:12.109 ========== Backtrace start: ========== 00:07:12.109 00:07:12.109 in /home/vagrant/spdk_repo/spdk/test/common/autotest_common.sh:1125 -> run_test(["blockdev_nvme"],["/home/vagrant/spdk_repo/spdk/test/bdev/blockdev.sh"],["nvme"]) 00:07:12.109 ... 00:07:12.109 1120 timing_enter $test_name 00:07:12.109 1121 echo "************************************" 00:07:12.109 1122 echo "START TEST $test_name" 00:07:12.109 1123 echo "************************************" 00:07:12.109 1124 xtrace_restore 00:07:12.109 1125 time "$@" 00:07:12.109 1126 xtrace_disable 00:07:12.109 1127 echo "************************************" 00:07:12.109 1128 echo "END TEST $test_name" 00:07:12.109 1129 echo "************************************" 00:07:12.109 1130 timing_exit $test_name 00:07:12.109 ... 00:07:12.109 in /home/vagrant/spdk_repo/spdk/autotest.sh:208 -> main(["/home/vagrant/spdk_repo/autorun-spdk.conf"]) 00:07:12.109 ... 00:07:12.109 203 fi 00:07:12.109 204 fi 00:07:12.109 205 fi 00:07:12.109 206 00:07:12.109 207 if [ $SPDK_TEST_NVME -eq 1 ]; then 00:07:12.109 => 208 run_test "blockdev_nvme" $rootdir/test/bdev/blockdev.sh "nvme" 00:07:12.109 209 if [[ $(uname -s) == Linux ]]; then 00:07:12.109 210 run_test "blockdev_nvme_gpt" $rootdir/test/bdev/blockdev.sh "gpt" 00:07:12.109 211 fi 00:07:12.109 212 run_test "nvme" $rootdir/test/nvme/nvme.sh 00:07:12.109 213 if [[ $SPDK_TEST_NVME_PMR -eq 1 ]]; then 00:07:12.109 ... 00:07:12.109 00:07:12.109 ========== Backtrace end ==========