00:11:31.922 ========== Backtrace start: ========== 00:11:31.922 00:11:31.922 in /home/vagrant/spdk_repo/spdk/test/external_code/test_make.sh:91 -> main(["/home/vagrant/spdk_repo/spdk"]) 00:11:31.922 ... 00:11:31.922 86 00:11:31.923 87 make -C $SPDK_DIR clean 00:11:31.923 88 rm -rf $INSTALL_DIR 00:11:31.923 89 $SPDK_DIR/configure --without-shared --without-ocf --disable-asan $WITH_DPDK 00:11:31.923 90 make -C $SPDK_DIR -j$(nproc) 00:11:31.923 => 91 make -C $SPDK_DIR DESTDIR=$INSTALL_DIR install -j$(nproc) 00:11:31.923 92 00:11:31.923 93 # Make just the application linked against individual SPDK archives. 00:11:31.923 94 run_test "external_make_accel_module_static" make -C $test_root accel_module_static 00:11:31.923 95 run_test "external_run_accel_module_static" $_sudo $test_root/accel/module \ 00:11:31.923 96 --json $test_root/accel/module.json 00:11:31.923 ... 00:11:31.923 00:11:31.923 ========== Backtrace end ========== 00:11:31.923 ========== Backtrace start: ========== 00:11:31.923 00:11:31.923 in /home/vagrant/spdk_repo/spdk/test/common/autotest_common.sh:1114 -> run_test(["autobuild_external_code"],["/home/vagrant/spdk_repo/spdk/test/external_code/test_make.sh"],["/home/vagrant/spdk_repo/spdk"]) 00:11:31.923 ... 00:11:31.923 1109 timing_enter $test_name 00:11:31.923 1110 echo "************************************" 00:11:31.923 1111 echo "START TEST $test_name" 00:11:31.923 1112 echo "************************************" 00:11:31.923 1113 xtrace_restore 00:11:31.923 1114 time "$@" 00:11:31.923 1115 xtrace_disable 00:11:31.923 1116 echo "************************************" 00:11:31.923 1117 echo "END TEST $test_name" 00:11:31.923 1118 echo "************************************" 00:11:31.923 1119 timing_exit $test_name 00:11:31.923 ... 00:11:31.923 in /home/vagrant/spdk_repo/spdk/test/common/autobuild_common.sh:359 -> external_code([]) 00:11:31.923 ... 00:11:31.923 354 check_so_deps() { 00:11:31.923 355 run_test "autobuild_check_so_deps" "$rootdir/test/make/check_so_deps.sh" -c "$spdk_conf" -a "$SPDK_ABI_DIR" 00:11:31.923 356 } 00:11:31.923 357 00:11:31.923 358 external_code() { 00:11:31.923 => 359 run_test "autobuild_external_code" "$rootdir/test/external_code/test_make.sh" "$rootdir" 00:11:31.923 360 } 00:11:31.923 361 00:11:31.923 362 dpdk_pci_api() { 00:11:31.923 363 run_test "autobuild_check_dpdk_pci_api" check_dpdk_pci_api 00:11:31.923 364 } 00:11:31.923 ... 00:11:31.923 in /home/vagrant/spdk_repo/spdk/test/common/autobuild_common.sh:388 -> autobuild_test_suite_ext([]) 00:11:31.923 ... 00:11:31.923 383 check_so_deps 00:11:31.923 384 dpdk_pci_api 00:11:31.923 385 } 00:11:31.923 386 00:11:31.923 387 autobuild_test_suite_ext() { 00:11:31.923 => 388 external_code 00:11:31.923 389 } 00:11:31.923 390 00:11:31.923 391 autobuild_test_suite_full() { 00:11:31.923 392 autobuild_test_suite_tiny 00:11:31.923 393 autobuild_test_suite_ext 00:11:31.923 ... 00:11:31.923 in /home/vagrant/spdk_repo/spdk/test/common/autobuild_common.sh:401 -> _autobuild_test_suite([]) 00:11:31.923 ... 00:11:31.923 396 } 00:11:31.923 397 00:11:31.923 398 _autobuild_test_suite() { 00:11:31.923 399 case "$SPDK_TEST_AUTOBUILD" in 00:11:31.923 400 tiny) autobuild_test_suite_tiny ;; 00:11:31.923 => 401 ext) autobuild_test_suite_ext ;; 00:11:31.923 402 full) autobuild_test_suite_full ;; 00:11:31.923 403 esac 00:11:31.923 404 } 00:11:31.923 405 00:11:31.923 406 _unittest_build() { 00:11:31.923 ... 00:11:31.923 in /home/vagrant/spdk_repo/spdk/test/common/autotest_common.sh:1114 -> run_test(["autobuild"],["_autobuild_test_suite"]) 00:11:31.923 ... 00:11:31.923 1109 timing_enter $test_name 00:11:31.923 1110 echo "************************************" 00:11:31.923 1111 echo "START TEST $test_name" 00:11:31.923 1112 echo "************************************" 00:11:31.923 1113 xtrace_restore 00:11:31.923 1114 time "$@" 00:11:31.923 1115 xtrace_disable 00:11:31.923 1116 echo "************************************" 00:11:31.923 1117 echo "END TEST $test_name" 00:11:31.923 1118 echo "************************************" 00:11:31.923 1119 timing_exit $test_name 00:11:31.923 ... 00:11:31.923 in /home/vagrant/spdk_repo/spdk/test/common/autobuild_common.sh:412 -> autobuild_test_suite([]) 00:11:31.923 ... 00:11:31.923 407 "$rootdir/configure" $config_params --without-shared 00:11:31.923 408 $MAKE $MAKEFLAGS 00:11:31.923 409 } 00:11:31.923 410 00:11:31.923 411 autobuild_test_suite() { 00:11:31.923 => 412 run_test "autobuild" _autobuild_test_suite 00:11:31.923 413 } 00:11:31.923 414 00:11:31.923 415 unittest_build() { 00:11:31.923 416 run_test "unittest_build" _unittest_build 00:11:31.923 417 } 00:11:31.923 ... 00:11:31.923 in /home/vagrant/spdk_repo/spdk/autobuild.sh:56 -> main(["/home/vagrant/spdk_repo/autorun-spdk.conf"]) 00:11:31.923 ... 00:11:31.923 51 if [[ $SPDK_TEST_FUZZER -eq 1 ]]; then 00:11:31.923 52 llvm_precompile 00:11:31.923 53 fi 00:11:31.923 54 00:11:31.923 55 if [[ -n $SPDK_TEST_AUTOBUILD ]]; then 00:11:31.923 => 56 autobuild_test_suite 00:11:31.923 57 elif [[ $SPDK_TEST_UNITTEST -eq 1 ]]; then 00:11:31.923 58 unittest_build 00:11:31.923 59 elif [[ $SPDK_TEST_SCANBUILD -eq 1 ]]; then 00:11:31.923 60 scanbuild_make 00:11:31.923 61 else 00:11:31.923 ... 00:11:31.923 00:11:31.923 ========== Backtrace end ==========