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