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