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