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