00:23:16.369 ========== Backtrace start: ========== 00:23:16.369 00:23:16.369 in /var/jenkins/workspace/vhost-phy-autotest/spdk/test/vhost/common.sh:100 -> error_exit([""],["100"]) 00:23:16.369 ... 00:23:16.369 95 } 00:23:16.369 96 00:23:16.369 97 function check_qemu_packedring_support() { 00:23:16.369 98 qemu_version=$($QEMU_BIN -version | grep -Po "(?<=version )\d+.\d+.\d+") 00:23:16.369 99 if [[ "$qemu_version" < "4.2.0" ]]; then 00:23:16.369 => 100 error "This qemu binary does not support packed ring" 00:23:16.369 101 fi 00:23:16.369 102 } 00:23:16.369 103 00:23:16.369 104 function get_vhost_dir() { 00:23:16.370 105 local vhost_name="$1" 00:23:16.370 ... 00:23:16.370 in /var/jenkins/workspace/vhost-phy-autotest/spdk/test/vhost/integrity/integrity_start.sh:100 -> main(["--ctrl-type=spdk_vhost_blk"],["--fs=xfs ntfs btrfs ext4"]) 00:23:16.370 ... 00:23:16.370 95 # Run tests on VM 00:23:16.370 96 vm_scp 0 $testdir/integrity_vm.sh root@127.0.0.1:/root/integrity_vm.sh 00:23:16.370 97 vm_exec 0 "/root/integrity_vm.sh $ctrl_type \"$vm_fs\"" 00:23:16.370 98 00:23:16.370 99 notice "Shutting down virtual machine..." 00:23:16.370 => 100 vm_shutdown_all 00:23:16.370 101 00:23:16.370 102 clean_lvol_cfg 00:23:16.370 103 00:23:16.370 104 $rpc_py bdev_nvme_detach_controller Nvme0 00:23:16.370 105 00:23:16.370 ... 00:23:16.370 00:23:16.370 ========== Backtrace end ========== 00:23:20.558 ========== Backtrace start: ========== 00:23:20.558 00:23:20.558 in /var/jenkins/workspace/vhost-phy-autotest/spdk/test/common/autotest_common.sh:1127 -> run_test(["vhost_blk_fs_integrity"],["/var/jenkins/workspace/vhost-phy-autotest/spdk/test/vhost/integrity/integrity_start.sh"],["--ctrl-type=spdk_vhost_blk"],["--fs=xfs ntfs btrfs ext4"]) 00:23:20.558 ... 00:23:20.558 1122 timing_enter $test_name 00:23:20.558 1123 echo "************************************" 00:23:20.558 1124 echo "START TEST $test_name" 00:23:20.558 1125 echo "************************************" 00:23:20.558 1126 xtrace_restore 00:23:20.558 1127 time "$@" 00:23:20.558 1128 xtrace_disable 00:23:20.558 1129 echo "************************************" 00:23:20.558 1130 echo "END TEST $test_name" 00:23:20.558 1131 echo "************************************" 00:23:20.558 1132 timing_exit $test_name 00:23:20.558 ... 00:23:20.559 in /var/jenkins/workspace/vhost-phy-autotest/spdk/test/vhost/vhost.sh:42 -> main(["--iso"]) 00:23:20.559 ... 00:23:20.559 37 00:23:20.559 38 echo 'Running filesystem integrity suite with SCSI...' 00:23:20.559 39 run_test "vhost_scsi_fs_integrity" $WORKDIR/integrity/integrity_start.sh --ctrl-type=spdk_vhost_scsi --fs="xfs ntfs btrfs ext4" 00:23:20.559 40 00:23:20.559 41 echo 'Running filesystem integrity suite with BLK...' 00:23:20.559 => 42 run_test "vhost_blk_fs_integrity" $WORKDIR/integrity/integrity_start.sh --ctrl-type=spdk_vhost_blk --fs="xfs ntfs btrfs ext4" 00:23:20.559 43 00:23:20.559 44 echo 'Running lvol integrity nightly suite with multiple cores and two vhost controllers (vhost_scsi)' 00:23:20.559 45 run_test "vhost_scsi_cores_2ctrl" $WORKDIR/lvol/lvol_test.sh --fio-bin=$FIO_BIN \ 00:23:20.559 46 --ctrl-type=spdk_vhost_scsi --distribute-cores --vm-count=2 00:23:20.559 47 00:23:20.559 ... 00:23:20.559 00:23:20.559 ========== Backtrace end ========== 00:23:20.559 ========== Backtrace start: ========== 00:23:20.559 00:23:20.559 in /var/jenkins/workspace/vhost-phy-autotest/spdk/test/common/autotest_common.sh:1127 -> run_test(["vhost"],["/var/jenkins/workspace/vhost-phy-autotest/spdk/test/vhost/vhost.sh"],["--iso"]) 00:23:20.559 ... 00:23:20.559 1122 timing_enter $test_name 00:23:20.559 1123 echo "************************************" 00:23:20.559 1124 echo "START TEST $test_name" 00:23:20.559 1125 echo "************************************" 00:23:20.559 1126 xtrace_restore 00:23:20.559 1127 time "$@" 00:23:20.559 1128 xtrace_disable 00:23:20.559 1129 echo "************************************" 00:23:20.559 1130 echo "END TEST $test_name" 00:23:20.559 1131 echo "************************************" 00:23:20.559 1132 timing_exit $test_name 00:23:20.559 ... 00:23:20.559 in /var/jenkins/workspace/vhost-phy-autotest/spdk/autotest.sh:308 -> main(["/var/jenkins/workspace/vhost-phy-autotest/autorun-spdk.conf"]) 00:23:20.559 ... 00:23:20.559 303 # goes to a single node as we share hugepages with qemu instance(s) and we 00:23:20.559 304 # cannot split it across all numa nodes without making sure there's enough 00:23:20.559 305 # memory available. 00:23:20.559 306 00:23:20.559 307 if [ $SPDK_TEST_VHOST -eq 1 ]; then 00:23:20.559 => 308 HUGENODE=0 run_test "vhost" $rootdir/test/vhost/vhost.sh --iso 00:23:20.559 309 fi 00:23:20.559 310 00:23:20.559 311 if [ $SPDK_TEST_VFIOUSER_QEMU -eq 1 ]; then 00:23:20.559 312 HUGENODE=0 run_test "vfio_user_qemu" $rootdir/test/vfio_user/vfio_user.sh --iso 00:23:20.559 313 fi 00:23:20.559 ... 00:23:20.559 00:23:20.559 ========== Backtrace end ========== 00:23:37.365 ========== Backtrace start: ========== 00:23:37.365 00:23:37.366 in spdk/autorun.sh:27 -> main(["/var/jenkins/workspace/vhost-phy-autotest/autorun-spdk.conf"]) 00:23:37.366 ... 00:23:37.366 22 trap 'timing_finish || exit 1' EXIT 00:23:37.366 23 00:23:37.366 24 # Runs agent scripts 00:23:37.366 25 $rootdir/autobuild.sh "$conf" 00:23:37.366 26 if ((SPDK_TEST_UNITTEST == 1 || SPDK_RUN_FUNCTIONAL_TEST == 1)); then 00:23:37.366 => 27 sudo -E $rootdir/autotest.sh "$conf" 00:23:37.366 28 fi 00:23:37.366 ... 00:23:37.366 00:23:37.366 ========== Backtrace end ==========