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