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