00:12:07.835 ========== Backtrace start: ========== 00:12:07.835 00:12:07.835 in /home/vagrant/spdk_repo/spdk/test/unit/unittest.sh:40 -> unittest_blob([]) 00:12:07.835 ... 00:12:07.835 35 00:12:07.835 36 function unittest_blob() { 00:12:07.835 37 # We do not compile blob_ut on systems with too old Cunit, so do 00:12:07.835 38 # not try to execute it if it doesn't exist 00:12:07.835 39 if [[ -e $testdir/lib/blob/blob.c/blob_ut ]]; then 00:12:07.835 => 40 $valgrind $testdir/lib/blob/blob.c/blob_ut 00:12:07.835 41 fi 00:12:07.835 42 $valgrind $testdir/lib/blob/blob_bdev.c/blob_bdev_ut 00:12:07.835 43 $valgrind $testdir/lib/blobfs/tree.c/tree_ut 00:12:07.835 44 $valgrind $testdir/lib/blobfs/blobfs_async_ut/blobfs_async_ut 00:12:07.835 45 # blobfs_sync_ut hangs when run under valgrind, so don't use $valgrind 00:12:07.835 ... 00:12:07.835 in /home/vagrant/spdk_repo/spdk/test/common/autotest_common.sh:1125 -> run_test(["unittest_blob_blobfs"],["unittest_blob"]) 00:12:07.835 ... 00:12:07.835 1120 timing_enter $test_name 00:12:07.835 1121 echo "************************************" 00:12:07.835 1122 echo "START TEST $test_name" 00:12:07.835 1123 echo "************************************" 00:12:07.835 1124 xtrace_restore 00:12:07.835 1125 time "$@" 00:12:07.835 1126 xtrace_disable 00:12:07.835 1127 echo "************************************" 00:12:07.835 1128 echo "END TEST $test_name" 00:12:07.835 1129 echo "************************************" 00:12:07.835 1130 timing_exit $test_name 00:12:07.835 ... 00:12:07.835 in /home/vagrant/spdk_repo/spdk/test/unit/unittest.sh:213 -> main([]) 00:12:07.835 ... 00:12:07.835 208 00:12:07.835 209 if [[ $CONFIG_RAID5F == y ]]; then 00:12:07.835 210 run_test "unittest_bdev_raid5f" $valgrind $testdir/lib/bdev/raid/raid5f.c/raid5f_ut 00:12:07.835 211 fi 00:12:07.835 212 00:12:07.835 => 213 run_test "unittest_blob_blobfs" unittest_blob 00:12:07.835 214 run_test "unittest_event" unittest_event 00:12:07.835 215 if [ $(uname -s) = Linux ]; then 00:12:07.835 216 run_test "unittest_ftl" unittest_ftl 00:12:07.835 217 fi 00:12:07.835 218 00:12:07.835 ... 00:12:07.835 00:12:07.835 ========== Backtrace end ========== 00:12:07.835 ========== Backtrace start: ========== 00:12:07.835 00:12:07.835 in /home/vagrant/spdk_repo/spdk/test/common/autotest_common.sh:1125 -> run_test(["unittest"],["/home/vagrant/spdk_repo/spdk/test/unit/unittest.sh"]) 00:12:07.835 ... 00:12:07.835 1120 timing_enter $test_name 00:12:07.835 1121 echo "************************************" 00:12:07.835 1122 echo "START TEST $test_name" 00:12:07.835 1123 echo "************************************" 00:12:07.835 1124 xtrace_restore 00:12:07.835 1125 time "$@" 00:12:07.835 1126 xtrace_disable 00:12:07.835 1127 echo "************************************" 00:12:07.835 1128 echo "END TEST $test_name" 00:12:07.835 1129 echo "************************************" 00:12:07.835 1130 timing_exit $test_name 00:12:07.835 ... 00:12:07.835 in /home/vagrant/spdk_repo/spdk/autotest.sh:138 -> main(["/home/vagrant/spdk_repo/autorun-spdk.conf"]) 00:12:07.835 ... 00:12:07.835 133 ##################### 00:12:07.835 134 # Unit Tests 00:12:07.835 135 ##################### 00:12:07.835 136 00:12:07.835 137 if [ $SPDK_TEST_UNITTEST -eq 1 ]; then 00:12:07.835 => 138 run_test "unittest" $rootdir/test/unit/unittest.sh 00:12:07.835 139 fi 00:12:07.835 140 00:12:07.835 141 if [ $SPDK_RUN_FUNCTIONAL_TEST -eq 1 ]; then 00:12:07.835 142 if [[ $SPDK_TEST_CRYPTO -eq 1 || $SPDK_TEST_VBDEV_COMPRESS -eq 1 ]]; then 00:12:07.835 143 if [[ $SPDK_TEST_USE_IGB_UIO -eq 1 ]]; then 00:12:07.835 ... 00:12:07.835 00:12:07.835 ========== Backtrace end ==========