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