00:24:36.418 ========== Backtrace start: ========== 00:24:36.418 00:24:36.418 in /var/jenkins/workspace/nvme-phy-autotest/spdk/test/common/autotest_common.sh:974 -> killprocess(["1080078"]) 00:24:36.418 ... 00:24:36.418 969 kill $1 00:24:36.418 970 fi 00:24:36.418 971 00:24:36.418 972 # wait for the process regardless if its the dummy sudo one 00:24:36.418 973 # or the actual app - it should terminate anyway 00:24:36.418 => 974 wait $1 00:24:36.418 975 else 00:24:36.418 976 # the process is not there anymore 00:24:36.418 977 echo "Process with pid $1 is not found" 00:24:36.418 978 fi 00:24:36.418 979 } 00:24:36.418 ... 00:24:36.418 in /var/jenkins/workspace/nvme-phy-autotest/spdk/test/nvme/sw_hotplug.sh:98 -> run_hotplug([]) 00:24:36.418 ... 00:24:36.418 93 if ! kill -0 "$hotplug_pid"; then 00:24:36.418 94 # hotplug already finished, check for the error code. 00:24:36.418 95 wait "$hotplug_pid" 00:24:36.418 96 else 00:24:36.418 97 echo "Killing hotplug application" 00:24:36.418 => 98 killprocess $hotplug_pid 00:24:36.418 99 return 1 00:24:36.418 100 fi 00:24:36.418 101 00:24:36.418 102 trap - SIGINT SIGTERM EXIT 00:24:36.418 103 } 00:24:36.418 ... 00:24:36.418 in /var/jenkins/workspace/nvme-phy-autotest/spdk/test/nvme/sw_hotplug.sh:148 -> main([]) 00:24:36.418 ... 00:24:36.418 143 xtrace_disable 00:24:36.418 144 cache_pci_bus 00:24:36.418 145 xtrace_restore 00:24:36.418 146 00:24:36.418 147 # Run pci bus hotplug test 00:24:36.418 => 148 run_hotplug 00:24:36.418 149 00:24:36.418 150 # Run SPDK target based hotplug 00:24:36.418 151 tgt_run_hotplug 00:24:36.418 152 00:24:36.418 153 # Under the moonlight, this serious moonlight! \o/ 00:24:36.418 ... 00:24:36.418 00:24:36.418 ========== Backtrace end ========== 00:24:36.418 ========== Backtrace start: ========== 00:24:36.418 00:24:36.418 in /var/jenkins/workspace/nvme-phy-autotest/spdk/test/common/autotest_common.sh:1125 -> run_test(["sw_hotplug"],["/var/jenkins/workspace/nvme-phy-autotest/spdk/test/nvme/sw_hotplug.sh"]) 00:24:36.418 ... 00:24:36.418 1120 timing_enter $test_name 00:24:36.418 1121 echo "************************************" 00:24:36.418 1122 echo "START TEST $test_name" 00:24:36.418 1123 echo "************************************" 00:24:36.418 1124 xtrace_restore 00:24:36.418 1125 time "$@" 00:24:36.418 1126 xtrace_disable 00:24:36.418 1127 echo "************************************" 00:24:36.418 1128 echo "END TEST $test_name" 00:24:36.418 1129 echo "************************************" 00:24:36.418 1130 timing_exit $test_name 00:24:36.418 ... 00:24:36.418 in /var/jenkins/workspace/nvme-phy-autotest/spdk/autotest.sh:248 -> main(["/var/jenkins/workspace/nvme-phy-autotest/autorun-spdk.conf"]) 00:24:36.418 ... 00:24:36.418 243 00:24:36.418 244 run_test "nvme_rpc" $rootdir/test/nvme/nvme_rpc.sh 00:24:36.418 245 run_test "nvme_rpc_timeouts" $rootdir/test/nvme/nvme_rpc_timeouts.sh 00:24:36.418 246 00:24:36.418 247 if [ $(uname -s) = Linux ]; then 00:24:36.418 => 248 run_test "sw_hotplug" $rootdir/test/nvme/sw_hotplug.sh 00:24:36.418 249 fi 00:24:36.418 250 00:24:36.418 251 if [[ $SPDK_TEST_XNVME -eq 1 ]]; then 00:24:36.418 252 run_test "nvme_xnvme" $rootdir/test/nvme/xnvme/xnvme.sh 00:24:36.418 253 run_test "blockdev_xnvme" $rootdir/test/bdev/blockdev.sh "xnvme" 00:24:36.418 ... 00:24:36.418 00:24:36.418 ========== Backtrace end ==========