00:25:12.502 ========== Backtrace start: ========== 00:25:12.502 00:25:12.502 in /var/jenkins/workspace/nvmf-cvl-phy-autotest/spdk/test/common/autotest_common.sh:974 -> killprocess(["425373"]) 00:25:12.502 ... 00:25:12.502 969 kill $1 00:25:12.502 970 fi 00:25:12.502 971 00:25:12.502 972 # wait for the process regardless if its the dummy sudo one 00:25:12.502 973 # or the actual app - it should terminate anyway 00:25:12.502 => 974 wait $1 00:25:12.502 975 else 00:25:12.502 976 # the process is not there anymore 00:25:12.502 977 echo "Process with pid $1 is not found" 00:25:12.502 978 fi 00:25:12.502 979 } 00:25:12.502 ... 00:25:12.502 in /var/jenkins/workspace/nvmf-cvl-phy-autotest/spdk/test/nvmf/target/shutdown.sh:136 -> nvmf_shutdown_tc3([]) 00:25:12.502 ... 00:25:12.502 131 trap 'process_shm --id $NVMF_APP_SHM_ID; kill -9 $perfpid || true; nvmftestfini; exit 1' SIGINT SIGTERM EXIT 00:25:12.502 132 00:25:12.502 133 waitforio /var/tmp/bdevperf.sock Nvme1n1 00:25:12.502 134 00:25:12.502 135 # Kill the target half way through 00:25:12.502 => 136 killprocess $nvmfpid 00:25:12.502 137 sleep 1 00:25:12.502 138 NOT wait $perfpid 00:25:12.502 139 00:25:12.502 140 stoptarget 00:25:12.502 141 } 00:25:12.502 ... 00:25:12.502 in /var/jenkins/workspace/nvmf-cvl-phy-autotest/spdk/test/common/autotest_common.sh:1125 -> run_test(["nvmf_shutdown_tc3"],["nvmf_shutdown_tc3"]) 00:25:12.502 ... 00:25:12.502 1120 timing_enter $test_name 00:25:12.502 1121 echo "************************************" 00:25:12.502 1122 echo "START TEST $test_name" 00:25:12.502 1123 echo "************************************" 00:25:12.502 1124 xtrace_restore 00:25:12.502 1125 time "$@" 00:25:12.502 1126 xtrace_disable 00:25:12.502 1127 echo "************************************" 00:25:12.502 1128 echo "END TEST $test_name" 00:25:12.502 1129 echo "************************************" 00:25:12.502 1130 timing_exit $test_name 00:25:12.502 ... 00:25:12.502 in /var/jenkins/workspace/nvmf-cvl-phy-autotest/spdk/test/nvmf/target/shutdown.sh:164 -> main(["--transport=rdma"]) 00:25:12.502 ... 00:25:12.502 159 stoptarget 00:25:12.502 160 } 00:25:12.502 161 00:25:12.502 162 run_test "nvmf_shutdown_tc1" nvmf_shutdown_tc1 00:25:12.502 163 run_test "nvmf_shutdown_tc2" nvmf_shutdown_tc2 00:25:12.502 => 164 run_test "nvmf_shutdown_tc3" nvmf_shutdown_tc3 00:25:12.502 165 # Temporarily disable on e810 due to issue #3523 00:25:12.502 166 if ! [[ "$SPDK_TEST_NVMF_NICS" == "e810" && "$TEST_TRANSPORT" == "rdma" ]]; then 00:25:12.502 167 run_test "nvmf_shutdown_tc4" nvmf_shutdown_tc4 00:25:12.502 168 fi 00:25:12.502 169 00:25:12.502 ... 00:25:12.502 00:25:12.502 ========== Backtrace end ========== 00:25:12.763 ========== Backtrace start: ========== 00:25:12.763 00:25:12.763 in /var/jenkins/workspace/nvmf-cvl-phy-autotest/spdk/test/common/autotest_common.sh:1125 -> run_test(["nvmf_shutdown"],["/var/jenkins/workspace/nvmf-cvl-phy-autotest/spdk/test/nvmf/target/shutdown.sh"],["--transport=rdma"]) 00:25:12.763 ... 00:25:12.763 1120 timing_enter $test_name 00:25:12.763 1121 echo "************************************" 00:25:12.763 1122 echo "START TEST $test_name" 00:25:12.763 1123 echo "************************************" 00:25:12.763 1124 xtrace_restore 00:25:12.763 1125 time "$@" 00:25:12.763 1126 xtrace_disable 00:25:12.763 1127 echo "************************************" 00:25:12.763 1128 echo "END TEST $test_name" 00:25:12.763 1129 echo "************************************" 00:25:12.763 1130 timing_exit $test_name 00:25:12.763 ... 00:25:12.763 in /var/jenkins/workspace/nvmf-cvl-phy-autotest/spdk/test/nvmf/nvmf_target_extra.sh:65 -> main(["--transport=rdma"]) 00:25:12.763 ... 00:25:12.763 60 elif [[ $SPDK_TEST_NVMF_TRANSPORT == "rdma" ]]; then 00:25:12.763 61 # Disabled due to https://github.com/spdk/spdk/issues/3345 00:25:12.763 62 # run_test "nvmf_device_removal" test/nvmf/target/device_removal.sh "${TEST_ARGS[@]}" 00:25:12.763 63 run_test "nvmf_srq_overwhelm" "$rootdir/test/nvmf/target/srq_overwhelm.sh" "${TEST_ARGS[@]}" 00:25:12.763 64 fi 00:25:12.763 => 65 run_test "nvmf_shutdown" $rootdir/test/nvmf/target/shutdown.sh "${TEST_ARGS[@]}" 00:25:12.763 66 fi 00:25:12.763 67 00:25:12.763 68 trap - SIGINT SIGTERM EXIT 00:25:12.763 ... 00:25:12.763 00:25:12.763 ========== Backtrace end ========== 00:25:12.763 ========== Backtrace start: ========== 00:25:12.763 00:25:12.763 in /var/jenkins/workspace/nvmf-cvl-phy-autotest/spdk/test/common/autotest_common.sh:1125 -> run_test(["nvmf_target_extra"],["/var/jenkins/workspace/nvmf-cvl-phy-autotest/spdk/test/nvmf/nvmf_target_extra.sh"],["--transport=rdma"]) 00:25:12.763 ... 00:25:12.763 1120 timing_enter $test_name 00:25:12.763 1121 echo "************************************" 00:25:12.763 1122 echo "START TEST $test_name" 00:25:12.763 1123 echo "************************************" 00:25:12.763 1124 xtrace_restore 00:25:12.763 1125 time "$@" 00:25:12.763 1126 xtrace_disable 00:25:12.763 1127 echo "************************************" 00:25:12.763 1128 echo "END TEST $test_name" 00:25:12.763 1129 echo "************************************" 00:25:12.763 1130 timing_exit $test_name 00:25:12.763 ... 00:25:12.763 in /var/jenkins/workspace/nvmf-cvl-phy-autotest/spdk/test/nvmf/nvmf.sh:15 -> main(["--transport=rdma"]) 00:25:12.763 ... 00:25:12.763 10 if [ ! $(uname -s) = Linux ]; then 00:25:12.763 11 exit 0 00:25:12.763 12 fi 00:25:12.763 13 00:25:12.763 14 run_test "nvmf_target_core" $rootdir/test/nvmf/nvmf_target_core.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:25:12.763 => 15 run_test "nvmf_target_extra" $rootdir/test/nvmf/nvmf_target_extra.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:25:12.763 16 run_test "nvmf_host" $rootdir/test/nvmf/nvmf_host.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:25:12.763 17 00:25:12.763 18 # Interrupt mode for now is supported only on the target, with the TCP transport and posix or ssl socket implementations. 00:25:12.763 19 if [[ "$SPDK_TEST_NVMF_TRANSPORT" = "tcp" && $SPDK_TEST_URING -eq 0 ]]; then 00:25:12.763 20 run_test "nvmf_target_core_interrupt_mode" $rootdir/test/nvmf/nvmf_target_core.sh --transport=$SPDK_TEST_NVMF_TRANSPORT --interrupt-mode 00:25:12.763 ... 00:25:12.763 00:25:12.763 ========== Backtrace end ========== 00:25:12.763 ========== Backtrace start: ========== 00:25:12.763 00:25:12.763 in /var/jenkins/workspace/nvmf-cvl-phy-autotest/spdk/test/common/autotest_common.sh:1125 -> run_test(["nvmf_rdma"],["/var/jenkins/workspace/nvmf-cvl-phy-autotest/spdk/test/nvmf/nvmf.sh"],["--transport=rdma"]) 00:25:12.763 ... 00:25:12.763 1120 timing_enter $test_name 00:25:12.763 1121 echo "************************************" 00:25:12.763 1122 echo "START TEST $test_name" 00:25:12.763 1123 echo "************************************" 00:25:12.763 1124 xtrace_restore 00:25:12.763 1125 time "$@" 00:25:12.763 1126 xtrace_disable 00:25:12.763 1127 echo "************************************" 00:25:12.763 1128 echo "END TEST $test_name" 00:25:12.763 1129 echo "************************************" 00:25:12.763 1130 timing_exit $test_name 00:25:12.763 ... 00:25:12.763 in /var/jenkins/workspace/nvmf-cvl-phy-autotest/spdk/autotest.sh:277 -> main(["/var/jenkins/workspace/nvmf-cvl-phy-autotest/autorun-spdk.conf"]) 00:25:12.763 ... 00:25:12.763 272 if [ $SPDK_TEST_NVMF -eq 1 ]; then 00:25:12.763 273 export NET_TYPE 00:25:12.763 274 # The NVMe-oF run test cases are split out like this so that the parser that compiles the 00:25:12.763 275 # list of all tests can properly differentiate them. Please do not merge them into one line. 00:25:12.763 276 if [ "$SPDK_TEST_NVMF_TRANSPORT" = "rdma" ]; then 00:25:12.763 => 277 run_test "nvmf_rdma" $rootdir/test/nvmf/nvmf.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:25:12.763 278 run_test "spdkcli_nvmf_rdma" $rootdir/test/spdkcli/nvmf.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:25:12.763 279 elif [ "$SPDK_TEST_NVMF_TRANSPORT" = "tcp" ]; then 00:25:12.763 280 run_test "nvmf_tcp" $rootdir/test/nvmf/nvmf.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:25:12.763 281 if [[ $SPDK_TEST_URING -eq 0 ]]; then 00:25:12.763 282 run_test "spdkcli_nvmf_tcp" $rootdir/test/spdkcli/nvmf.sh --transport=$SPDK_TEST_NVMF_TRANSPORT 00:25:12.763 ... 00:25:12.763 00:25:12.763 ========== Backtrace end ==========