00:23:55.571 ========== Backtrace start: ========== 00:23:55.571 00:23:55.571 in /home/vagrant/spdk_repo/spdk/test/common/autotest_common.sh:577 -> rpc_cmd(["bdev_nvme_detach_controller"],["spdk_target"]) 00:23:55.571 ... 00:23:55.571 572 echo "$rsp" 00:23:55.571 573 done 00:23:55.571 574 00:23:55.571 575 rc=${!status[*]} 00:23:55.571 576 xtrace_restore 00:23:55.571 => 577 [[ $rc == 0 ]] 00:23:55.571 578 } 00:23:55.571 579 00:23:55.571 580 function rpc_cmd_simple_data_json() { 00:23:55.571 581 00:23:55.571 582 local elems="$1[@]" elem 00:23:55.571 ... 00:23:55.571 in /home/vagrant/spdk_repo/spdk/test/nvmf/target/abort_qd_sizes.sh:55 -> spdk_target([]) 00:23:55.571 ... 00:23:55.571 50 rpc_cmd nvmf_subsystem_add_listener "$NVME_SUBNQN" -t "$TEST_TRANSPORT" -a "$NVMF_FIRST_TARGET_IP" -s "$NVMF_PORT" 00:23:55.571 51 00:23:55.571 52 rabort "$TEST_TRANSPORT" IPv4 "$NVMF_FIRST_TARGET_IP" "$NVMF_PORT" "$NVME_SUBNQN" 00:23:55.571 53 00:23:55.571 54 rpc_cmd nvmf_delete_subsystem "$NVME_SUBNQN" 00:23:55.571 => 55 rpc_cmd bdev_nvme_detach_controller "$name" 00:23:55.571 56 00:23:55.571 57 # Make sure we fully detached from the ctrl as vfio-pci won't be able to release the 00:23:55.571 58 # device otherwise - we can either wait a bit or simply kill the app. Since we don't 00:23:55.571 59 # really need it at this point, reap it but leave the net setup around. See: 00:23:55.572 60 # https://github.com/spdk/spdk/issues/2811 00:23:55.572 ... 00:23:55.572 in /home/vagrant/spdk_repo/spdk/test/common/autotest_common.sh:1111 -> run_test(["spdk_target_abort"],["spdk_target"]) 00:23:55.572 ... 00:23:55.572 1106 timing_enter $test_name 00:23:55.572 1107 echo "************************************" 00:23:55.572 1108 echo "START TEST $test_name" 00:23:55.572 1109 echo "************************************" 00:23:55.572 1110 xtrace_restore 00:23:55.572 1111 time "$@" 00:23:55.572 1112 xtrace_disable 00:23:55.572 1113 echo "************************************" 00:23:55.572 1114 echo "END TEST $test_name" 00:23:55.572 1115 echo "************************************" 00:23:55.572 1116 timing_exit $test_name 00:23:55.572 ... 00:23:55.572 in /home/vagrant/spdk_repo/spdk/test/nvmf/target/abort_qd_sizes.sh:80 -> main(["--transport=tcp"],["--iso"]) 00:23:55.572 ... 00:23:55.572 75 mapfile -t nvmes < <(nvme_in_userspace) 00:23:55.572 76 ((${#nvmes[@]} > 0)) 00:23:55.572 77 00:23:55.572 78 nvme=${nvmes[0]} 00:23:55.572 79 00:23:55.572 => 80 run_test "spdk_target_abort" spdk_target 00:23:55.572 81 run_test "kernel_target_abort" kernel_target 00:23:55.572 82 00:23:55.572 83 trap - SIGINT SIGTERM EXIT 00:23:55.572 84 nvmftestfini 00:23:55.572 ... 00:23:55.572 00:23:55.572 ========== Backtrace end ========== 00:23:55.572 ========== Backtrace start: ========== 00:23:55.572 00:23:55.572 in /home/vagrant/spdk_repo/spdk/test/common/autotest_common.sh:1111 -> run_test(["nvmf_abort_qd_sizes"],["/home/vagrant/spdk_repo/spdk/test/nvmf/target/abort_qd_sizes.sh"]) 00:23:55.572 ... 00:23:55.572 1106 timing_enter $test_name 00:23:55.572 1107 echo "************************************" 00:23:55.572 1108 echo "START TEST $test_name" 00:23:55.572 1109 echo "************************************" 00:23:55.572 1110 xtrace_restore 00:23:55.572 1111 time "$@" 00:23:55.572 1112 xtrace_disable 00:23:55.572 1113 echo "************************************" 00:23:55.572 1114 echo "END TEST $test_name" 00:23:55.572 1115 echo "************************************" 00:23:55.572 1116 timing_exit $test_name 00:23:55.572 ... 00:23:55.572 in /home/vagrant/spdk_repo/spdk/autotest.sh:291 -> main(["/home/vagrant/spdk_repo/autorun-spdk.conf"]) 00:23:55.572 ... 00:23:55.572 286 if [[ $SPDK_TEST_URING -eq 0 ]]; then 00:23:55.572 287 run_test "spdkcli_nvmf_tcp" $rootdir/test/spdkcli/nvmf.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:23:55.572 288 run_test "nvmf_identify_passthru" $rootdir/test/nvmf/target/identify_passthru.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:23:55.572 289 fi 00:23:55.572 290 run_test "nvmf_dif" $rootdir/test/nvmf/target/dif.sh 00:23:55.572 => 291 run_test "nvmf_abort_qd_sizes" $rootdir/test/nvmf/target/abort_qd_sizes.sh 00:23:55.572 292 # The keyring tests utilize NVMe/TLS 00:23:55.572 293 run_test "keyring_file" "$rootdir/test/keyring/file.sh" 00:23:55.572 294 if [[ "$CONFIG_HAVE_KEYUTILS" == y ]]; then 00:23:55.572 295 run_test "keyring_linux" "$rootdir/test/keyring/linux.sh" 00:23:55.572 296 fi 00:23:55.572 ... 00:23:55.572 00:23:55.572 ========== Backtrace end ==========