Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (base) [heisenbug@fedora build]$ bin/mlpack_test
- mlpack version: mlpack git-626bbc6d1
- armadillo version: 10.2.0 (Cicada Swarm)
- warning: SpMat::load(): unsupported file type
- warning: SpMat::load(): couldn't load from the given stream
- [FATAL] Loading from 'test_sparse_file.tsv' failed.
- [FATAL] [bt]: (1) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/core/data/load_impl.hpp:85 bool mlpack::data::Load<arma::SpMat<double> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, arma::SpMat<double>&, bool, bool, mlpack::data::FileType):
- [FATAL] [bt]: (2) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:14316 Catch::TestInvokerAsFunction::invoke() const:
- [FATAL] [bt]: (3) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:14155 Catch::TestCase::invoke() const:
- [FATAL] [bt]: (4) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13014 Catch::RunContext::invokeActiveTestCase():
- [FATAL] [bt]: (5) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:12963 Catch::RunContext::runCurrentTest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&):
- [FATAL] [bt]: (6) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:12732 Catch::RunContext::runTest(Catch::TestCase const&):
- [FATAL] [bt]: (7) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13528 Catch::Session::runInternal():
- [FATAL] [bt]: (8) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13500 Catch::Session::run():
- [FATAL] [bt]: (9) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13222 int Catch::Session::run<char>(int, char const* const*):
- [FATAL] [bt]: (10) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/main.cpp:19 main:
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- mlpack_test is a Catch v2.13.6 host application.
- Run with -? for options
- -------------------------------------------------------------------------------
- LoadSparseTSVTest
- -------------------------------------------------------------------------------
- /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/load_save_test.cpp:130
- ...............................................................................
- /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/load_save_test.cpp:147: FAILED:
- REQUIRE( data::Load( "test_sparse_file.tsv", test, true, false) == true )
- due to unexpected exception with message:
- fatal error; see Log::Fatal output
- warning: SpMat::load(): unsupported file type
- warning: SpMat::load(): couldn't load from the given stream
- [FATAL] Loading from 'test_sparse_file.txt' failed.
- [FATAL] [bt]: (1) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/core/data/load_impl.hpp:85 bool mlpack::data::Load<arma::SpMat<double> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, arma::SpMat<double>&, bool, bool, mlpack::data::FileType):
- [FATAL] [bt]: (2) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:14316 Catch::TestInvokerAsFunction::invoke() const:
- [FATAL] [bt]: (3) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:14155 Catch::TestCase::invoke() const:
- [FATAL] [bt]: (4) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13014 Catch::RunContext::invokeActiveTestCase():
- [FATAL] [bt]: (5) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:12963 Catch::RunContext::runCurrentTest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&):
- [FATAL] [bt]: (6) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:12732 Catch::RunContext::runTest(Catch::TestCase const&):
- [FATAL] [bt]: (7) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13528 Catch::Session::runInternal():
- [FATAL] [bt]: (8) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13500 Catch::Session::run():
- [FATAL] [bt]: (9) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13222 int Catch::Session::run<char>(int, char const* const*):
- [FATAL] [bt]: (10) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/main.cpp:19 main:
- -------------------------------------------------------------------------------
- LoadSparseTXTTest
- -------------------------------------------------------------------------------
- /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/load_save_test.cpp:170
- ...............................................................................
- /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/load_save_test.cpp:187: FAILED:
- REQUIRE( data::Load("test_sparse_file.txt", test, true, false) == true )
- due to unexpected exception with message:
- fatal error; see Log::Fatal output
- warning: SpMat::load(): unsupported file type
- warning: SpMat::load(): couldn't load from the given stream
- [FATAL] Loading from 'test_sparse_file.tsv' failed.
- [FATAL] [bt]: (1) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/core/data/load_impl.hpp:85 bool mlpack::data::Load<arma::SpMat<double> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, arma::SpMat<double>&, bool, bool, mlpack::data::FileType):
- [FATAL] [bt]: (2) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:14316 Catch::TestInvokerAsFunction::invoke() const:
- [FATAL] [bt]: (3) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:14155 Catch::TestCase::invoke() const:
- [FATAL] [bt]: (4) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13014 Catch::RunContext::invokeActiveTestCase():
- [FATAL] [bt]: (5) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:12963 Catch::RunContext::runCurrentTest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&):
- [FATAL] [bt]: (6) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:12732 Catch::RunContext::runTest(Catch::TestCase const&):
- [FATAL] [bt]: (7) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13528 Catch::Session::runInternal():
- [FATAL] [bt]: (8) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13500 Catch::Session::run():
- [FATAL] [bt]: (9) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13222 int Catch::Session::run<char>(int, char const* const*):
- [FATAL] [bt]: (10) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/main.cpp:19 main:
- -------------------------------------------------------------------------------
- SaveSparseTSVTest
- -------------------------------------------------------------------------------
- /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/load_save_test.cpp:313
- ...............................................................................
- /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/load_save_test.cpp:324: FAILED:
- REQUIRE( data::Load("test_sparse_file.tsv", test2, true, false) == true )
- due to unexpected exception with message:
- fatal error; see Log::Fatal output
- warning: SpMat::load(): unsupported file type
- warning: SpMat::load(): couldn't load from the given stream
- [FATAL] Loading from 'test_sparse_file.txt' failed.
- [FATAL] [bt]: (1) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/core/data/load_impl.hpp:85 bool mlpack::data::Load<arma::SpMat<double> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, arma::SpMat<double>&, bool, bool, mlpack::data::FileType):
- [FATAL] [bt]: (2) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:14316 Catch::TestInvokerAsFunction::invoke() const:
- [FATAL] [bt]: (3) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:14155 Catch::TestCase::invoke() const:
- [FATAL] [bt]: (4) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13014 Catch::RunContext::invokeActiveTestCase():
- [FATAL] [bt]: (5) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:12963 Catch::RunContext::runCurrentTest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&):
- [FATAL] [bt]: (6) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:12732 Catch::RunContext::runTest(Catch::TestCase const&):
- [FATAL] [bt]: (7) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13528 Catch::Session::runInternal():
- [FATAL] [bt]: (8) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13500 Catch::Session::run():
- [FATAL] [bt]: (9) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13222 int Catch::Session::run<char>(int, char const* const*):
- [FATAL] [bt]: (10) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/main.cpp:19 main:
- -------------------------------------------------------------------------------
- SaveSparseTXTTest
- -------------------------------------------------------------------------------
- /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/load_save_test.cpp:348
- ...............................................................................
- /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/load_save_test.cpp:359: FAILED:
- REQUIRE( data::Load("test_sparse_file.txt", test2, true, true) == true )
- due to unexpected exception with message:
- fatal error; see Log::Fatal output
- warning: SpMat::load(): unsupported file type
- warning: SpMat::load(): couldn't load from the given stream
- [FATAL] Loading from 'test_sparse_file.bin' failed.
- [FATAL] [bt]: (1) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/core/data/load_impl.hpp:85 bool mlpack::data::Load<arma::SpMat<double> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, arma::SpMat<double>&, bool, bool, mlpack::data::FileType):
- [FATAL] [bt]: (2) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:14316 Catch::TestInvokerAsFunction::invoke() const:
- [FATAL] [bt]: (3) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:14155 Catch::TestCase::invoke() const:
- [FATAL] [bt]: (4) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13014 Catch::RunContext::invokeActiveTestCase():
- [FATAL] [bt]: (5) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:12963 Catch::RunContext::runCurrentTest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&):
- [FATAL] [bt]: (6) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:12732 Catch::RunContext::runTest(Catch::TestCase const&):
- [FATAL] [bt]: (7) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13528 Catch::Session::runInternal():
- [FATAL] [bt]: (8) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13500 Catch::Session::run():
- [FATAL] [bt]: (9) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/catch.hpp:13222 int Catch::Session::run<char>(int, char const* const*):
- [FATAL] [bt]: (10) /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/main.cpp:19 main:
- -------------------------------------------------------------------------------
- SaveSparseBinaryTest
- -------------------------------------------------------------------------------
- /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/load_save_test.cpp:383
- ...............................................................................
- /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/load_save_test.cpp:394: FAILED:
- REQUIRE( data::Load("test_sparse_file.bin", test2, true, false) == true )
- due to unexpected exception with message:
- fatal error; see Log::Fatal output
- /builddir/build/BUILD/gcc-11.1.1-20210531/obj-x86_64-redhat-linux/x86_64-redhat-linux/libstdc++-v3/include/bits/basic_string.h:1057: std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::reference std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::operator[](std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size_type) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::reference = char&; std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size_type = long unsigned int]: Assertion '__pos <= size()' failed.
- -------------------------------------------------------------------------------
- HarderKeonTest
- -------------------------------------------------------------------------------
- /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/load_save_test.cpp:2007
- ...............................................................................
- /home/heisenbug/mlpack/branches/mlpack/src/mlpack/tests/load_save_test.cpp:2007: FAILED:
- due to a fatal error condition:
- SIGABRT - Abort (abnormal termination) signal
- ===============================================================================
- test cases: 59 | 53 passed | 6 failed
- assertions: 63593 | 63587 passed | 6 failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement