00:24:43.074 ========== Backtrace start: ========== 00:24:43.074 00:24:43.074 /var/jenkins/workspace/nvmf-phy-autotest/spdk/test/common/autotest_common.sh: line 1: 1199165 Segmentation fault (core dumped) "${NVMF_APP[@]}" "$@" 00:24:43.074 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/test/common/autotest_common.sh:589 -> rpc_cmd(["nvmf_delete_subsystem"],["nqn.2016-06.io.spdk:cnode11"]) 00:24:43.074 ... 00:24:43.074 584 echo "$rsp" 00:24:43.074 585 done 00:24:43.074 586 00:24:43.074 587 rc=${!status[*]} 00:24:43.074 588 xtrace_restore 00:24:43.074 => 589 [[ $rc == 0 ]] 00:24:43.074 590 } 00:24:43.074 591 00:24:43.074 592 function rpc_cmd_simple_data_json() { 00:24:43.074 593 00:24:43.074 594 local elems="$1[@]" elem 00:24:43.074 ... 00:24:43.074 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/test/nvmf/target/multiconnection.sh:40 -> main(["--transport=rdma"]) 00:24:43.074 ... 00:24:43.074 35 00:24:43.074 36 sync 00:24:43.074 37 for i in $(seq 1 $NVMF_SUBSYS); do 00:24:43.074 38 nvme disconnect -n "nqn.2016-06.io.spdk:cnode${i}" 00:24:43.074 39 waitforserial_disconnect SPDK$i 00:24:43.074 => 40 $rpc_py nvmf_delete_subsystem nqn.2016-06.io.spdk:cnode${i} 00:24:43.074 41 done 00:24:43.074 42 00:24:43.074 43 rm -f ./local-job0-0-verify.state 00:24:43.074 44 00:24:43.074 45 trap - SIGINT SIGTERM EXIT 00:24:43.074 ... 00:24:43.074 00:24:43.074 ========== Backtrace end ========== 00:24:43.075 ========== Backtrace start: ========== 00:24:43.075 00:24:43.075 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/test/common/autotest_common.sh:1125 -> run_test(["nvmf_multiconnection"],["/var/jenkins/workspace/nvmf-phy-autotest/spdk/test/nvmf/target/multiconnection.sh"],["--transport=rdma"]) 00:24:43.075 ... 00:24:43.075 1120 timing_enter $test_name 00:24:43.075 1121 echo "************************************" 00:24:43.075 1122 echo "START TEST $test_name" 00:24:43.075 1123 echo "************************************" 00:24:43.075 1124 xtrace_restore 00:24:43.075 1125 time "$@" 00:24:43.075 1126 xtrace_disable 00:24:43.075 1127 echo "************************************" 00:24:43.075 1128 echo "END TEST $test_name" 00:24:43.075 1129 echo "************************************" 00:24:43.075 1130 timing_exit $test_name 00:24:43.075 ... 00:24:43.075 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/test/nvmf/nvmf_target_extra.sh:49 -> main(["--transport=rdma"]) 00:24:43.075 ... 00:24:43.075 44 run_test "nvmf_wait_for_buf" $rootdir/test/nvmf/target/wait_for_buf.sh "${TEST_ARGS[@]}" 00:24:43.075 45 fi 00:24:43.075 46 00:24:43.075 47 if [ $RUN_NIGHTLY -eq 1 ]; then 00:24:43.075 48 run_test "nvmf_fuzz" $rootdir/test/nvmf/target/fabrics_fuzz.sh "${TEST_ARGS[@]}" 00:24:43.075 => 49 run_test "nvmf_multiconnection" $rootdir/test/nvmf/target/multiconnection.sh "${TEST_ARGS[@]}" 00:24:43.075 50 run_test "nvmf_initiator_timeout" $rootdir/test/nvmf/target/initiator_timeout.sh "${TEST_ARGS[@]}" 00:24:43.075 51 fi 00:24:43.075 52 00:24:43.075 53 if [[ $NET_TYPE == phy ]]; then 00:24:43.075 54 if [ "$SPDK_TEST_NVMF_TRANSPORT" = "tcp" ]; then 00:24:43.075 ... 00:24:43.075 00:24:43.075 ========== Backtrace end ========== 00:24:43.075 ========== Backtrace start: ========== 00:24:43.075 00:24:43.075 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/test/common/autotest_common.sh:1125 -> run_test(["nvmf_target_extra"],["/var/jenkins/workspace/nvmf-phy-autotest/spdk/test/nvmf/nvmf_target_extra.sh"],["--transport=rdma"]) 00:24:43.075 ... 00:24:43.075 1120 timing_enter $test_name 00:24:43.075 1121 echo "************************************" 00:24:43.075 1122 echo "START TEST $test_name" 00:24:43.075 1123 echo "************************************" 00:24:43.075 1124 xtrace_restore 00:24:43.075 1125 time "$@" 00:24:43.075 1126 xtrace_disable 00:24:43.075 1127 echo "************************************" 00:24:43.075 1128 echo "END TEST $test_name" 00:24:43.075 1129 echo "************************************" 00:24:43.075 1130 timing_exit $test_name 00:24:43.075 ... 00:24:43.075 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/test/nvmf/nvmf.sh:15 -> main(["--transport=rdma"]) 00:24:43.075 ... 00:24:43.075 10 if [ ! $(uname -s) = Linux ]; then 00:24:43.075 11 exit 0 00:24:43.075 12 fi 00:24:43.075 13 00:24:43.075 14 run_test "nvmf_target_core" $rootdir/test/nvmf/nvmf_target_core.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:24:43.075 => 15 run_test "nvmf_target_extra" $rootdir/test/nvmf/nvmf_target_extra.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:24:43.075 16 run_test "nvmf_host" $rootdir/test/nvmf/nvmf_host.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:24:43.075 17 00:24:43.075 18 # Interrupt mode for now is supported only on the target, with the TCP transport and posix or ssl socket implementations. 00:24:43.075 19 if [[ "$SPDK_TEST_NVMF_TRANSPORT" = "tcp" && $SPDK_TEST_URING -eq 0 ]]; then 00:24:43.075 20 run_test "nvmf_target_core_interrupt_mode" $rootdir/test/nvmf/nvmf_target_core.sh --transport=$SPDK_TEST_NVMF_TRANSPORT --interrupt-mode 00:24:43.075 ... 00:24:43.075 00:24:43.075 ========== Backtrace end ========== 00:24:43.075 ========== Backtrace start: ========== 00:24:43.075 00:24:43.334 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:24:43.334 ... 00:24:43.334 1120 timing_enter $test_name 00:24:43.334 1121 echo "************************************" 00:24:43.334 1122 echo "START TEST $test_name" 00:24:43.334 1123 echo "************************************" 00:24:43.334 1124 xtrace_restore 00:24:43.334 1125 time "$@" 00:24:43.334 1126 xtrace_disable 00:24:43.334 1127 echo "************************************" 00:24:43.335 1128 echo "END TEST $test_name" 00:24:43.335 1129 echo "************************************" 00:24:43.335 1130 timing_exit $test_name 00:24:43.335 ... 00:24:43.335 in /var/jenkins/workspace/nvmf-phy-autotest/spdk/autotest.sh:277 -> main(["/var/jenkins/workspace/nvmf-phy-autotest/autorun-spdk.conf"]) 00:24:43.335 ... 00:24:43.335 272 if [ $SPDK_TEST_NVMF -eq 1 ]; then 00:24:43.335 273 export NET_TYPE 00:24:43.335 274 # The NVMe-oF run test cases are split out like this so that the parser that compiles the 00:24:43.335 275 # list of all tests can properly differentiate them. Please do not merge them into one line. 00:24:43.335 276 if [ "$SPDK_TEST_NVMF_TRANSPORT" = "rdma" ]; then 00:24:43.335 => 277 run_test "nvmf_rdma" $rootdir/test/nvmf/nvmf.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:24:43.335 278 run_test "spdkcli_nvmf_rdma" $rootdir/test/spdkcli/nvmf.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:24:43.335 279 elif [ "$SPDK_TEST_NVMF_TRANSPORT" = "tcp" ]; then 00:24:43.335 280 run_test "nvmf_tcp" $rootdir/test/nvmf/nvmf.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:24:43.335 281 if [[ $SPDK_TEST_URING -eq 0 ]]; then 00:24:43.335 282 run_test "spdkcli_nvmf_tcp" $rootdir/test/spdkcli/nvmf.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:24:43.335 ... 00:24:43.335 00:24:43.335 ========== Backtrace end ==========