00:07:34.862 ========== Backtrace start: ========== 00:07:34.862 00:07:34.862 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/test/nvmf/target/abort.sh:30 -> main(["--transport=rdma"]) 00:07:34.862 ... 00:07:34.862 25 $rpc_py nvmf_subsystem_add_ns nqn.2016-06.io.spdk:cnode0 Delay0 00:07:34.862 26 $rpc_py nvmf_subsystem_add_listener nqn.2016-06.io.spdk:cnode0 -t $TEST_TRANSPORT -a $NVMF_FIRST_TARGET_IP -s $NVMF_PORT 00:07:34.862 27 $rpc_py nvmf_subsystem_add_listener discovery -t $TEST_TRANSPORT -a $NVMF_FIRST_TARGET_IP -s $NVMF_PORT 00:07:34.862 28 00:07:34.862 29 # Run abort application 00:07:34.862 => 30 $SPDK_EXAMPLE_DIR/abort -r "trtype:$TEST_TRANSPORT adrfam:IPv4 traddr:$NVMF_FIRST_TARGET_IP trsvcid:$NVMF_PORT" \ 00:07:34.862 31 -c 0x1 -t 1 -l warning -q 128 "${NO_HUGE[@]}" 00:07:34.862 32 00:07:34.862 33 # Clean up 00:07:34.862 34 $rpc_py nvmf_delete_subsystem nqn.2016-06.io.spdk:cnode0 00:07:34.862 35 00:07:34.862 ... 00:07:34.862 00:07:34.862 ========== Backtrace end ========== 00:07:34.862 ========== Backtrace start: ========== 00:07:34.862 00:07:34.862 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/test/common/autotest_common.sh:1125 -> run_test(["nvmf_abort"],["/var/jenkins/workspace/nvmf-phy-autotest/spdk/test/nvmf/target/abort.sh"],["--transport=rdma"]) 00:07:34.862 ... 00:07:34.862 1120 timing_enter $test_name 00:07:34.862 1121 echo "************************************" 00:07:34.862 1122 echo "START TEST $test_name" 00:07:34.862 1123 echo "************************************" 00:07:34.862 1124 xtrace_restore 00:07:34.862 1125 time "$@" 00:07:34.862 1126 xtrace_disable 00:07:34.862 1127 echo "************************************" 00:07:34.862 1128 echo "END TEST $test_name" 00:07:34.862 1129 echo "************************************" 00:07:34.862 1130 timing_exit $test_name 00:07:34.862 ... 00:07:34.862 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/test/nvmf/nvmf_target_core.sh:21 -> main(["--transport=rdma"]) 00:07:34.862 ... 00:07:34.862 16 trap "exit 1" SIGINT SIGTERM EXIT 00:07:34.862 17 00:07:34.862 18 TEST_ARGS=("$@") 00:07:34.862 19 00:07:34.862 20 if [[ $SPDK_TEST_URING -eq 0 ]]; then 00:07:34.862 => 21 run_test "nvmf_abort" $rootdir/test/nvmf/target/abort.sh "${TEST_ARGS[@]}" 00:07:34.862 22 run_test "nvmf_ns_hotplug_stress" $rootdir/test/nvmf/target/ns_hotplug_stress.sh "${TEST_ARGS[@]}" 00:07:34.862 23 run_test "nvmf_delete_subsystem" $rootdir/test/nvmf/target/delete_subsystem.sh "${TEST_ARGS[@]}" 00:07:34.862 24 fi 00:07:34.862 25 00:07:34.862 26 run_test "nvmf_host_management" $rootdir/test/nvmf/target/host_management.sh "${TEST_ARGS[@]}" 00:07:34.862 ... 00:07:34.862 00:07:34.862 ========== Backtrace end ========== 00:07:34.862 ========== Backtrace start: ========== 00:07:34.862 00:07:34.862 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/test/common/autotest_common.sh:1125 -> run_test(["nvmf_target_core"],["/var/jenkins/workspace/nvmf-phy-autotest/spdk/test/nvmf/nvmf_target_core.sh"],["--transport=rdma"]) 00:07:34.862 ... 00:07:34.862 1120 timing_enter $test_name 00:07:34.862 1121 echo "************************************" 00:07:34.862 1122 echo "START TEST $test_name" 00:07:34.862 1123 echo "************************************" 00:07:34.862 1124 xtrace_restore 00:07:34.862 1125 time "$@" 00:07:34.862 1126 xtrace_disable 00:07:34.862 1127 echo "************************************" 00:07:34.862 1128 echo "END TEST $test_name" 00:07:34.862 1129 echo "************************************" 00:07:34.862 1130 timing_exit $test_name 00:07:34.862 ... 00:07:34.863 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/test/nvmf/nvmf.sh:14 -> main(["--transport=rdma"]) 00:07:34.863 ... 00:07:34.863 9 00:07:34.863 10 if [ ! $(uname -s) = Linux ]; then 00:07:34.863 11 exit 0 00:07:34.863 12 fi 00:07:34.863 13 00:07:34.863 => 14 run_test "nvmf_target_core" $rootdir/test/nvmf/nvmf_target_core.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:07:34.863 15 run_test "nvmf_target_extra" $rootdir/test/nvmf/nvmf_target_extra.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:07:34.863 16 run_test "nvmf_host" $rootdir/test/nvmf/nvmf_host.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:07:34.863 17 00:07:34.863 18 # Interrupt mode for now is supported only on the target, with the TCP transport and posix or ssl socket implementations. 00:07:34.863 19 if [[ "$SPDK_TEST_NVMF_TRANSPORT" = "tcp" && $SPDK_TEST_URING -eq 0 ]]; then 00:07:34.863 ... 00:07:34.863 00:07:34.863 ========== Backtrace end ========== 00:07:34.863 ========== Backtrace start: ========== 00:07:34.863 00:07:34.863 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/test/common/autotest_common.sh:1125 -> run_test(["nvmf_rdma"],["/var/jenkins/workspace/nvmf-phy-autotest/spdk/test/nvmf/nvmf.sh"],["--transport=rdma"]) 00:07:34.863 ... 00:07:34.863 1120 timing_enter $test_name 00:07:34.863 1121 echo "************************************" 00:07:34.863 1122 echo "START TEST $test_name" 00:07:34.863 1123 echo "************************************" 00:07:34.863 1124 xtrace_restore 00:07:34.863 1125 time "$@" 00:07:34.863 1126 xtrace_disable 00:07:34.863 1127 echo "************************************" 00:07:34.863 1128 echo "END TEST $test_name" 00:07:34.863 1129 echo "************************************" 00:07:34.863 1130 timing_exit $test_name 00:07:34.863 ... 00:07:34.863 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/autotest.sh:277 -> main(["/var/jenkins/workspace/nvmf-phy-autotest/autorun-spdk.conf"]) 00:07:34.863 ... 00:07:34.863 272 if [ $SPDK_TEST_NVMF -eq 1 ]; then 00:07:34.863 273 export NET_TYPE 00:07:34.863 274 # The NVMe-oF run test cases are split out like this so that the parser that compiles the 00:07:34.863 275 # list of all tests can properly differentiate them. Please do not merge them into one line. 00:07:34.863 276 if [ "$SPDK_TEST_NVMF_TRANSPORT" = "rdma" ]; then 00:07:34.863 => 277 run_test "nvmf_rdma" $rootdir/test/nvmf/nvmf.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:07:34.863 278 run_test "spdkcli_nvmf_rdma" $rootdir/test/spdkcli/nvmf.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:07:34.863 279 elif [ "$SPDK_TEST_NVMF_TRANSPORT" = "tcp" ]; then 00:07:34.863 280 run_test "nvmf_tcp" $rootdir/test/nvmf/nvmf.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:07:34.863 281 if [[ $SPDK_TEST_URING -eq 0 ]]; then 00:07:34.863 282 run_test "spdkcli_nvmf_tcp" $rootdir/test/spdkcli/nvmf.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:07:34.863 ... 00:07:34.863 00:07:34.863 ========== Backtrace end ==========